From patchwork Wed Jan 15 09:14:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 1223268 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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 47yM9J3YVyz9sRV; Wed, 15 Jan 2020 20:15:00 +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 1irelM-0007nw-TG; Wed, 15 Jan 2020 09:14:56 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ireku-0007bu-Uc for kernel-team@lists.ubuntu.com; Wed, 15 Jan 2020 09:14:28 +0000 Received: from 1.general.smb.uk.vpn ([10.172.193.28] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ireku-00063A-LF for kernel-team@lists.ubuntu.com; Wed, 15 Jan 2020 09:14:28 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/6][SRU X + B/D/E update] (Re)apply RAID0 layout support Date: Wed, 15 Jan 2020 10:14:22 +0100 Message-Id: <20200115091428.32502-1-stefan.bader@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191218142041.206383-1-dann.frazier@canonical.com> References: <20191218142041.206383-1-dann.frazier@canonical.com> 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" So here is the set of patches Dann already sent for B/D/E backported to Xenial (#1-#5). There is one additional SAUCE patch (#6) which changes the behavior to keep using the layout that was used before and just warn about that in syslog. That patch is the same for X/B/D/E and should be added to the set Dann sent for the other releases. With that we can roll out the layout support without breaking anybody (at least not worse than anybody already is). Then follow up with user-space without having to worry about dependencies. Using the 6 patch sets, this could again be staged for the next cylcle. -Stefan Acked-by: Marcelo Henrique Cerri