From patchwork Mon Jan 9 08:54:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 9504191 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2A2CF60757 for ; Mon, 9 Jan 2017 08:54:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1A76628462 for ; Mon, 9 Jan 2017 08:54:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0EFF32846E; Mon, 9 Jan 2017 08:54:29 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 965B428462 for ; Mon, 9 Jan 2017 08:54:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752204AbdAIIy1 (ORCPT ); Mon, 9 Jan 2017 03:54:27 -0500 Received: from mail.kernel.org ([198.145.29.136]:43838 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369AbdAIIy1 (ORCPT ); Mon, 9 Jan 2017 03:54:27 -0500 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9385A20263; Mon, 9 Jan 2017 08:54:25 +0000 (UTC) Received: from localhost (unknown [213.57.247.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1B6292021F; Mon, 9 Jan 2017 08:54:23 +0000 (UTC) From: Leon Romanovsky To: dledford@redhat.com Cc: linux-rdma@vger.kernel.org, majd@mellanox.com, Jarod Wilson Subject: [PATCH rdma-core] redhat: Remove non-existed infiniband modules Date: Mon, 9 Jan 2017 10:54:29 +0200 Message-Id: <20170109085429.32598-1-leonro@mellanox.com> X-Mailer: git-send-email 2.10.2 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The modules ib_addr.ko, ib_mad.ko and ib_sa.ko were integrated into ib_core.ko in following kernel commits: * c2e49c92326f ("IB/SA: Integrate ib_sa module into ib_core module") * 4c2cb4220431 ("IB/MAD: Integrate ib_mad module into ib_core module") * e3f20f02864f ("IB/core: Integrate IB address resolution module into core") Fixes: 39fa824dd80e ("redhat: add udev/systemd/etc infrastructure bits") Cc: Jarod Wilson Signed-off-by: Leon Romanovsky --- redhat/rdma.kernel-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/redhat/rdma.kernel-init b/redhat/rdma.kernel-init index 6cb4732..ecfe5b5 100644 --- a/redhat/rdma.kernel-init +++ b/redhat/rdma.kernel-init @@ -14,7 +14,7 @@ MTRR_SCRIPT=/usr/libexec/rdma-fixup-mtrr.awk LOAD_ULP_MODULES="" LOAD_CORE_USER_MODULES="ib_umad ib_uverbs ib_ucm rdma_ucm" LOAD_CORE_CM_MODULES="iw_cm ib_cm rdma_cm" -LOAD_CORE_MODULES="ib_core ib_mad ib_sa ib_addr" +LOAD_CORE_MODULES="ib_core" LOAD_TECH_PREVIEW_DRIVERS="no" if [ -f $CONFIG ]; then