From patchwork Mon Jun 17 16:04:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcin Juszkiewicz X-Patchwork-Id: 10999701 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 829C514B6 for ; Mon, 17 Jun 2019 16:04:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 74C4928986 for ; Mon, 17 Jun 2019 16:04:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6952E289D0; Mon, 17 Jun 2019 16:04:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1A8D528986 for ; Mon, 17 Jun 2019 16:04:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=STkNtI5Upk8MW6j7YHrXr3i3SueyXsFZ+mxsVxdOTis=; b=dI4bARtv/XFBac tu6OBJFA6dpDP46Oue7rx98LGwr7zXpjTZ+hsQCOTghHu7IsZPFsiHX3alTKoKVJj5YdgQvmwLUH1 Hb8XtjNWu0/MglcoB2lr5h3LWuhNqWIZ/PuGD4X49HHh9w1d+ylFpFfMPAXrYAvx3O5HJbZZ31Zfv tzOFUYkOn6LsXA8ClJGslLhxr4gWYicz6yZqPR0JvGiR/EeWdCHT3vrsxrNf7YgBlfC9xGr/HBqE4 aIjywPrjubRr5VQNLUQh96y3RXuaefSrv9zN7IRjym2vf9wZAGCiNEcADAzluJy7Ao4YZuwV9F/QI Vg4LblzJAPoubdZSE9oA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcu7n-0005RR-MF; Mon, 17 Jun 2019 16:04:51 +0000 Received: from malenstwo.juszkiewicz.com.pl ([37.187.99.30]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcu7S-0005DI-Fx for linux-arm-kernel@lists.infradead.org; Mon, 17 Jun 2019 16:04:34 +0000 Received: from localhost (localhost [127.0.0.1]) by malenstwo.juszkiewicz.com.pl (Postfix) with ESMTP id 9B688C0C73; Mon, 17 Jun 2019 18:04:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at juszkiewicz.com.pl Received: from malenstwo.juszkiewicz.com.pl ([127.0.0.1]) by localhost (mail.juszkiewicz.com.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x1s3brb9MEOK; Mon, 17 Jun 2019 18:04:24 +0200 (CEST) Received: from puchatek.local.com.pl (89-67-26-161.dynamic.chello.pl [89.67.26.161]) by malenstwo.juszkiewicz.com.pl (Postfix) with ESMTPSA id 6C66EC0067; Mon, 17 Jun 2019 18:04:24 +0200 (CEST) From: Marcin Juszkiewicz To: arm@kernel.org Subject: [PATCH 1/3] arm64 defconfig: enable LVM support Date: Mon, 17 Jun 2019 18:04:09 +0200 Message-Id: <20190617160411.24329-1-marcin.juszkiewicz@linaro.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190617_090430_686489_81129CAF X-CRM114-Status: UNSURE ( 6.03 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marcin Juszkiewicz , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Follow x86-64 defconfig on enabling basic LVM support. Signed-off-by: Marcin Juszkiewicz Signed-off-by: Marcin Juszkiewicz --- arch/arm64/configs/defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4d583514258c..864800307e2f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -230,6 +230,11 @@ CONFIG_SATA_SIL24=y CONFIG_SATA_RCAR=y CONFIG_PATA_PLATFORM=y CONFIG_PATA_OF_PLATFORM=y +CONFIG_MD=y +CONFIG_BLK_DEV_MD=y +CONFIG_BLK_DEV_DM=y +CONFIG_DM_MIRROR=y +CONFIG_DM_ZERO=y CONFIG_NETDEVICES=y CONFIG_MACVLAN=m CONFIG_MACVTAP=m From patchwork Mon Jun 17 16:04:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcin Juszkiewicz X-Patchwork-Id: 10999699 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D51AB14B6 for ; Mon, 17 Jun 2019 16:04:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C7C0C28987 for ; Mon, 17 Jun 2019 16:04:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BC221289E8; Mon, 17 Jun 2019 16:04:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 71EE928987 for ; Mon, 17 Jun 2019 16:04:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UVkjL10MjOP6btVgD4RhyPf1ynW7zhsbITkF2DkaR0A=; b=gpEokHV/0A5ws8 DmbMI6DtvyjcybUaizGFE9raC/8/JL5IOntIwHShOz3Kw4lrhASCmUmU4FRnAbJgOM7QC9SHneK6f LDDGztaRvszY+on95qFEgpa4pupSUG5HAQZnMFNEAbVGzHa4hl6iyM+HSyA0jE/VnAC1NfVAJfAGj lWIsSfH58NUjS++I8yYuEeCCj7I4RI4ID913xaDmU04c4psp3tqmxWjv3DGxGa5jyPHSfrYwBThYZ fN4ZaxPnXNNqXhVqx/TYRiWYtzWwFVO723kp1Apga5osT1Cz/0oL38nKDVKLeyQiz7wn1kWaahOO3 c7a4xk2GbqUHsFxWO6Mg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcu7X-0005FS-LQ; Mon, 17 Jun 2019 16:04:35 +0000 Received: from malenstwo.juszkiewicz.com.pl ([37.187.99.30]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcu7S-0005DM-Fy for linux-arm-kernel@lists.infradead.org; Mon, 17 Jun 2019 16:04:32 +0000 Received: from localhost (localhost [127.0.0.1]) by malenstwo.juszkiewicz.com.pl (Postfix) with ESMTP id 1EFBCC0067; Mon, 17 Jun 2019 18:04:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at juszkiewicz.com.pl Received: from malenstwo.juszkiewicz.com.pl ([127.0.0.1]) by localhost (mail.juszkiewicz.com.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RqpB2fmFkFY1; Mon, 17 Jun 2019 18:04:25 +0200 (CEST) Received: from puchatek.local.com.pl (89-67-26-161.dynamic.chello.pl [89.67.26.161]) by malenstwo.juszkiewicz.com.pl (Postfix) with ESMTPSA id 08245C0441; Mon, 17 Jun 2019 18:04:24 +0200 (CEST) From: Marcin Juszkiewicz To: arm@kernel.org Subject: [PATCH 2/3] arm64 defconfig: enable MPT3 SAS and BNX2X drivers Date: Mon, 17 Jun 2019 18:04:10 +0200 Message-Id: <20190617160411.24329-2-marcin.juszkiewicz@linaro.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190617160411.24329-1-marcin.juszkiewicz@linaro.org> References: <20190617160411.24329-1-marcin.juszkiewicz@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190617_090430_676264_8B3A2AAD X-CRM114-Status: UNSURE ( 6.91 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marcin Juszkiewicz , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP ThunderX2 server requires both to provide storage and network. 05:00.0 Ethernet controller [0200]: Broadcom Limited BCM57840 NetXtreme II 10 Gigabit Ethernet [14e4:16a1] (rev 11) 05:00.1 Ethernet controller [0200]: Broadcom Limited BCM57840 NetXtreme II 10 Gigabit Ethernet [14e4:16a1] (rev 11) 8d:00.0 Serial Attached SCSI controller [0107]: LSI Logic / Symbios Logic SAS3224 PCI-Express Fusion-MPT SAS-3 [1000:00c4] (rev 01) Signed-off-by: Marcin Juszkiewicz --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 864800307e2f..a3b311ea3f13 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -215,6 +215,7 @@ CONFIG_BLK_DEV_SD=y CONFIG_SCSI_SAS_ATA=y CONFIG_SCSI_HISI_SAS=y CONFIG_SCSI_HISI_SAS_PCI=y +CONFIG_SCSI_MPT3SAS=m CONFIG_SCSI_UFSHCD=y CONFIG_SCSI_UFSHCD_PLATFORM=y CONFIG_SCSI_UFS_QCOM=m @@ -244,6 +245,7 @@ CONFIG_VIRTIO_NET=y CONFIG_AMD_XGBE=y CONFIG_NET_XGENE=y CONFIG_ATL1C=m +CONFIG_BNX2X=m CONFIG_MACB=y CONFIG_THUNDER_NIC_PF=y CONFIG_FEC=y From patchwork Mon Jun 17 16:04:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcin Juszkiewicz X-Patchwork-Id: 10999703 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7B4021395 for ; Mon, 17 Jun 2019 16:05:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 618CF2018F for ; Mon, 17 Jun 2019 16:05:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 56352288B3; Mon, 17 Jun 2019 16:05:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 0E2272018F for ; Mon, 17 Jun 2019 16:05:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3QuAEWQKItbWBoRtxIqd3oWJbqAR6oFdwRZG4s6H9kM=; b=fIyRdERuhnewMs OiXRjSZMoBbIY1KAfZMX6glSeXiXoKnpIaydSNjZeeUDxSKAPp8KhlTh5PbHR/kMdJVqZlAijLdyV eL9aye4R05gTLF5fXyTt/YZ5GJQUJHnTpwzhZ1RYeanADVJYLSHSjZxb/eIRKo3aQ5HURrKjG/5RU Q0mEbQjMi3mezx98aAL6hNfZ1nzieN0StDw3HvfhBKImswaLPkZIFRm0R/rvqpKMDa+k6UKhyxVwB O99BeNiM3GVnaFGxjypDcT52eDumTCayF7VZ3gz01ePrBEq3uxoa6jmh+WGMC4xy+IaSQyAqWUb9p 4EMl1QSx7JWVrmo4HU/w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcu8C-0006zG-H0; Mon, 17 Jun 2019 16:05:16 +0000 Received: from malenstwo.juszkiewicz.com.pl ([37.187.99.30]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcu7X-0005FR-4P for linux-arm-kernel@lists.infradead.org; Mon, 17 Jun 2019 16:04:36 +0000 Received: from localhost (localhost [127.0.0.1]) by malenstwo.juszkiewicz.com.pl (Postfix) with ESMTP id ACFBEC0441; Mon, 17 Jun 2019 18:04:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at juszkiewicz.com.pl Received: from malenstwo.juszkiewicz.com.pl ([127.0.0.1]) by localhost (mail.juszkiewicz.com.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LCSNEM1qc_0K; Mon, 17 Jun 2019 18:04:26 +0200 (CEST) Received: from puchatek.local.com.pl (89-67-26-161.dynamic.chello.pl [89.67.26.161]) by malenstwo.juszkiewicz.com.pl (Postfix) with ESMTPSA id 65D86C05A4; Mon, 17 Jun 2019 18:04:25 +0200 (CEST) From: Marcin Juszkiewicz To: arm@kernel.org Subject: [PATCH 3/3] arm64 defconfig: enable Mellanox cards Date: Mon, 17 Jun 2019 18:04:11 +0200 Message-Id: <20190617160411.24329-3-marcin.juszkiewicz@linaro.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190617160411.24329-1-marcin.juszkiewicz@linaro.org> References: <20190617160411.24329-1-marcin.juszkiewicz@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190617_090435_339318_BAC1C5DF X-CRM114-Status: UNSURE ( 6.09 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marcin Juszkiewicz , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Mellanox cards are present in several AArch64 servers. Signed-off-by: Marcin Juszkiewicz --- arch/arm64/configs/defconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a3b311ea3f13..33f51ddf7d7d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -258,6 +258,15 @@ CONFIG_HNS3_ENET=y CONFIG_E1000E=y CONFIG_IGB=y CONFIG_IGBVF=y +CONFIG_MLX4_EN=m +CONFIG_MLX4_CORE=m +CONFIG_MLX4_DEBUG=y +CONFIG_MLX4_CORE_GEN2=y +CONFIG_MLX5_CORE=m +CONFIG_MLX5_CORE_EN=y +CONFIG_MLX5_EN_ARFS=y +CONFIG_MLX5_EN_RXNFC=y +CONFIG_MLX5_MPFS=y CONFIG_MVNETA=y CONFIG_MVPP2=y CONFIG_SKY2=y