From patchwork Wed Mar 17 09:26:25 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 47921 X-Patchwork-Delegate: apw@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 9C8AAB7D48 for ; Wed, 17 Mar 2010 20:26:39 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NrpWL-0003iS-9I; Wed, 17 Mar 2010 09:26:33 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NrpWI-0003ht-5D for kernel-team@lists.ubuntu.com; Wed, 17 Mar 2010 09:26:30 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1NrpWI-00059W-3c for ; Wed, 17 Mar 2010 09:26:30 +0000 Received: from 79-70-113-22.dynamic.dsl.as9105.com ([79.70.113.22] helo=localhost.localdomain) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NrpWH-0005Js-SM for kernel-team@lists.ubuntu.com; Wed, 17 Mar 2010 09:26:30 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/2] UBUNTU: [Config] enable BLK_DEV_BSG Date: Wed, 17 Mar 2010 09:26:25 +0000 Message-Id: <1268817985-26172-3-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.7.0 In-Reply-To: <1268817985-26172-1-git-send-email-apw@canonical.com> References: <1268817985-26172-1-git-send-email-apw@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Enable block layer SCSI Generic V4: BLK_DEV_BSG=y This is an option which is recommended enabled, and seemingly required for recent UDEV versions. From the option's help text: This option is required by recent UDEV versions to properly access device serial numbers, etc. If unsure, say Y. Signed-off-by: Andy Whitcroft Acked-by: Stefan Bader Acked-by: Colin King --- debian.master/config/config.common.ports | 2 +- debian.master/config/config.common.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports index bfc858e..d9c2164 100644 --- a/debian.master/config/config.common.ports +++ b/debian.master/config/config.common.ports @@ -272,7 +272,7 @@ CONFIG_BLK_DEV_3W_XXXX_RAID=m # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set # CONFIG_BLK_DEV_AMD74XX is not set -# CONFIG_BLK_DEV_BSG is not set +CONFIG_BLK_DEV_BSG=y # CONFIG_BLK_DEV_CMD64X is not set CONFIG_BLK_DEV_COMPCACHE=m # CONFIG_BLK_DEV_COMPCACHE_DEBUG is not set diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 989c14c..d35c307 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -365,7 +365,7 @@ CONFIG_BLK_CPQ_CISS_DA=m CONFIG_BLK_CPQ_DA=m CONFIG_BLK_DEV=y CONFIG_BLK_DEV_3W_XXXX_RAID=m -# CONFIG_BLK_DEV_BSG is not set +CONFIG_BLK_DEV_BSG=y CONFIG_BLK_DEV_COMPCACHE=m # CONFIG_BLK_DEV_COMPCACHE_DEBUG is not set # CONFIG_BLK_DEV_COMPCACHE_STATS is not set