From: Ramkumar Ramachandra <artagnon@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Richard Weinberger <richard@nod.at>, Jeff Dike <jdike@addtoit.com>
Subject: [PATCH] um/configs: don't use devtmpfs in defconfig
Date: Tue, 16 Jul 2013 22:22:05 +0530 [thread overview]
Message-ID: <1373993525-25629-1-git-send-email-artagnon@gmail.com> (raw)
Avoid creating lots of bogus devices nodes like /dev/tty* (since
User-Mode Linux does not have virtual consoles.
Cc: Richard Weinberger <richard@nod.at>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
Applies on top of the patch I posted earlier.
arch/um/configs/i386_defconfig | 3 +--
arch/um/configs/x86_64_defconfig | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/arch/um/configs/i386_defconfig b/arch/um/configs/i386_defconfig
index 995aecd..93f4f97 100644
--- a/arch/um/configs/i386_defconfig
+++ b/arch/um/configs/i386_defconfig
@@ -293,8 +293,7 @@ CONFIG_HOSTAUDIO=m
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-CONFIG_DEVTMPFS=y
-CONFIG_DEVTMPFS_MOUNT=y
+# CONFIG_DEVTMPFS is not set
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
diff --git a/arch/um/configs/x86_64_defconfig b/arch/um/configs/x86_64_defconfig
index f2c6123..17650a6 100644
--- a/arch/um/configs/x86_64_defconfig
+++ b/arch/um/configs/x86_64_defconfig
@@ -285,8 +285,7 @@ CONFIG_HOSTAUDIO=m
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-CONFIG_DEVTMPFS=y
-CONFIG_DEVTMPFS_MOUNT=y
+# CONFIG_DEVTMPFS is not set
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
--
1.8.3.3.754.g9c3c367
next reply other threads:[~2013-07-16 16:56 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-16 16:52 Ramkumar Ramachandra [this message]
2013-07-16 16:58 ` Richard Weinberger
2013-07-16 17:06 ` Ramkumar Ramachandra
2013-07-16 17:08 ` Richard Weinberger
2013-07-16 17:15 ` Ramkumar Ramachandra
2013-07-16 17:20 ` Ramkumar Ramachandra
2013-07-16 17:23 ` Richard Weinberger
2013-07-16 17:36 ` Ramkumar Ramachandra
2013-07-16 17:39 ` Richard Weinberger
2013-07-16 17:31 ` Ramkumar Ramachandra
2013-07-16 17:34 ` Richard Weinberger
2013-07-16 17:47 ` Al Viro
2013-07-16 18:12 ` Ramkumar Ramachandra
2013-07-16 18:20 ` Richard Weinberger
2013-07-16 19:29 ` Ramkumar Ramachandra
2013-07-16 19:32 ` Richard Weinberger
2013-07-16 19:03 ` Al Viro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1373993525-25629-1-git-send-email-artagnon@gmail.com \
--to=artagnon@gmail.com \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=richard@nod.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome