From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1425617AbcBTSO5 (ORCPT ); Sat, 20 Feb 2016 13:14:57 -0500 Received: from mail-pf0-f170.google.com ([209.85.192.170]:33929 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759158AbcBTSOE (ORCPT ); Sat, 20 Feb 2016 13:14:04 -0500 From: Kees Cook 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 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> X-Mailer: git-send-email 2.6.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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