From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752368AbcBUWIr (ORCPT ); Sun, 21 Feb 2016 17:08:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47671 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752171AbcBUWIp (ORCPT ); Sun, 21 Feb 2016 17:08:45 -0500 Date: Sun, 21 Feb 2016 22:08:40 +0000 From: Alasdair G Kergon To: Kees Cook Cc: Alasdair Kergon , Mike Snitzer , dm-devel@redhat.com, Jonathan Corbet , Shaohua Li , Dan Ehrenberg , "Rafael J. Wysocki" , Chen Yu , Vishnu Pratap Singh , Andrew Morton , Yaowei Bai , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, Will Drewry , David Zeuthen Subject: Re: [PATCH v5 0/3] init: add support to directly boot to a mapped device Message-ID: <20160221220839.GD16166@agk-dp.fab.redhat.com> Mail-Followup-To: Kees Cook , Alasdair Kergon , Mike Snitzer , dm-devel@redhat.com, Jonathan Corbet , Shaohua Li , Dan Ehrenberg , "Rafael J. Wysocki" , Chen Yu , Vishnu Pratap Singh , Andrew Morton , Yaowei Bai , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, Will Drewry , David Zeuthen References: <1455992032-14594-1-git-send-email-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455992032-14594-1-git-send-email-keescook@chromium.org> Organization: Red Hat UK Ltd. Registered in England and Wales, number 03798903. Registered Office: 64 Baker Street, 4th floor, London, W1U 7DF. User-Agent: Mutt/1.5.18 (2008-05-17) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Sun, 21 Feb 2016 22:08:44 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 20, 2016 at 10:13:49AM -0800, Kees Cook wrote: > This is a resurrection of a patch series from a few years back, first > brought to the dm maintainers in 2010. It creates a way to define dm > devices on the kernel command line for systems that do not use an > initramfs, or otherwise need a dm running before init starts. > > This has been used by Chrome OS for several years, and now by Brillo > (and likely Android soon). > > The last version was v4: > https://patchwork.kernel.org/patch/104860/ > https://patchwork.kernel.org/patch/104861/ Inconsistencies in the terminology here can be sorted out during review, and I see that you've taken on board some of my review comments from 2010, but what are your responses to the rest of them? Alasdair