From patchwork Fri Feb 22 13:40:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauricio Faria de Oliveira X-Patchwork-Id: 1046825 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 445XXq3qHYz9s70; Sat, 23 Feb 2019 00:40:43 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1gxB48-0006nk-4a; Fri, 22 Feb 2019 13:40:36 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1gxB46-0006ne-MA for kernel-team@lists.ubuntu.com; Fri, 22 Feb 2019 13:40:34 +0000 Received: from mail-qk1-f198.google.com ([209.85.222.198]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1gxB46-0006hU-CW for kernel-team@lists.ubuntu.com; Fri, 22 Feb 2019 13:40:34 +0000 Received: by mail-qk1-f198.google.com with SMTP id h6so1474163qke.18 for ; Fri, 22 Feb 2019 05:40:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=O45k1ZBLy2AnCcVcfM/8JgYICfYgZdM1dZhL9EdzYe4=; b=f98Q6JatbQv1vGBXYr6DtP9BSBkNkYyvUR1m4nl3QzIjTO/q3skM3qlySElrPVywCN 4rEcqNpGkMRz5StXec9LHCuFR+O7UJG7Scl46XfvbDpW+aeGr+EI3dt8bEN/B1V3Y7WB HU8XqjuKdkBWZ0YK6scjT8zE5EQHvkR86RIpV05TfbrEweq2VsSZQ9vJsruaYG26VpoB zH0JNEe5RYc+VPAEy0+BTDkr9n0CVexM6y5CwaAMWWqqrHAUVO3P3XYd5dgp6hH2fl2c E2St9ZHSXtNTXr9a4uKemSouB22+FuBCoRcB/xkhFRp9xayV9pfRUHQBWFLG9fWkOIbP RU0g== X-Gm-Message-State: AHQUAuZxfdFsvzWhSlXVrGvWamaYhexa5mFZoAQRUk3R5AzptIYMjeUW c1g8tT7tuu+gP5JV1Fbbt7SdpmwW89OmQ3GoYagJD03Nm1cNuSvXn+8wwiiEaJwhOiTuMWlm9hj lM3/kBJRqHRzwXMMIGbWdS84BdgXOvPoa5NUqI1086g== X-Received: by 2002:a0c:b48a:: with SMTP id c10mr3026039qve.232.1550842833469; Fri, 22 Feb 2019 05:40:33 -0800 (PST) X-Google-Smtp-Source: AHgI3IbkpheA9WfmYAGtT9kaWxphUMDqpt2OD1hB3kQiOEalXrQuVQDiGFbEWNWJSHzWsb4BT1AJqg== X-Received: by 2002:a0c:b48a:: with SMTP id c10mr3026030qve.232.1550842833340; Fri, 22 Feb 2019 05:40:33 -0800 (PST) Received: from localhost.localdomain ([177.181.227.1]) by smtp.gmail.com with ESMTPSA id z140sm783265qka.81.2019.02.22.05.40.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Feb 2019 05:40:32 -0800 (PST) From: Mauricio Faria de Oliveira To: kernel-team@lists.ubuntu.com Subject: [B/C/D/Unstable][PATCH] UBUNTU: d-i: add iscsi_ibft to scsi-modules Date: Fri, 22 Feb 2019 10:40:28 -0300 Message-Id: <20190222134028.21002-1-mfo@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1817321 Add iscsi_ibft to scsi-modules so that d-i can read system iSCSI Boot Firmware Table (iBFT) information. Signed-off-by: Mauricio Faria de Oliveira Acked-by: Juerg Haefliger Acked-by: Kleber Sacilotto de Souza --- debian.master/d-i/modules/scsi-modules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/d-i/modules/scsi-modules b/debian.master/d-i/modules/scsi-modules index 002e18b5b115..66923f331d8a 100644 --- a/debian.master/d-i/modules/scsi-modules +++ b/debian.master/d-i/modules/scsi-modules @@ -126,6 +126,7 @@ zfcp ? sd_mod ? hisi_sas_v2_hw ? hisi_sas_v3_hw ? +iscsi_ibft ? # device handlers scsi_dh_alua ?