From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kees Cook Subject: [PATCH v5 0/3] init: add support to directly boot to a mapped device Date: Sat, 20 Feb 2016 10:13:49 -0800 Message-ID: <1455992032-14594-1-git-send-email-keescook@chromium.org> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Alasdair Kergon Cc: Kees Cook , 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 List-Id: linux-raid.ids 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/ -Kees