[PATCH 0/3] LP#512321 -- backport devfstmp to fsl-imx51
Andy Whitcroft
apw at canonical.com
Tue Jan 26 16:44:11 UTC 2010
[Bryan, expediting these to ensure they hit the next upload as testing
is stalled on arm.]
I am proposing these three for the fsl-imx51 2.6.31 based ARM branch.
This represents a combination of a back-port of the devtmpfs patch which
was done by Bryan Wu and the upstream stable versions of the fixes thereto.
This is required if we are to use these kernels with current mountall and
upstart on lucid. These have been tested by Mobile and confirmed to fix
their boot issues.
-apw
Heiko Carstens (1):
UBUNTU: (pre-stable) driver-core: fix devtmpfs crash on s390
Kay Sievers (2):
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
UBUNTU: (pre-stable) Driver-Core: devtmpfs - set root directory mode
to 0755
drivers/base/Kconfig | 25 +++
drivers/base/Makefile | 1 +
drivers/base/base.h | 6 +
drivers/base/core.c | 3 +
drivers/base/devtmpfs.c | 368 ++++++++++++++++++++++++++++++++++++++++++++++
drivers/base/init.c | 1 +
include/linux/device.h | 10 ++
include/linux/shmem_fs.h | 3 +
init/do_mounts.c | 2 +-
init/main.c | 2 +
mm/shmem.c | 9 +-
11 files changed, 423 insertions(+), 7 deletions(-)
create mode 100644 drivers/base/devtmpfs.c
More information about the kernel-team
mailing list