From: Richard Weinberger <richard@nod.at>
To: "Enrico Weigelt, metux IT consult" <info@metux.net>
Cc: jdike@addtoit.com, linux-um@lists.infradead.org,
linux-kernel@vger.kernel.org, anton.ivanov@cambridgegreys.com
Subject: Re: [PATCH] arch: um: Kconfig: pedantic cleanups
Date: Wed, 06 Mar 2019 22:01:01 +0100 [thread overview]
Message-ID: <31062067.NyzppZ7ELz@blindfold> (raw)
In-Reply-To: <1551896897-30963-1-git-send-email-info@metux.net>
Am Mittwoch, 6. März 2019, 19:28:17 CET schrieb Enrico Weigelt, metux IT consult:
Can we please have a changelog?
Thanks,
//richard
> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
> ---
> arch/um/Kconfig | 52 ++++++++++++++++++++++++++--------------------------
> 1 file changed, 26 insertions(+), 26 deletions(-)
>
> diff --git a/arch/um/Kconfig b/arch/um/Kconfig
> index ec9711d..216ee50 100644
> --- a/arch/um/Kconfig
> +++ b/arch/um/Kconfig
> @@ -80,46 +80,46 @@ config LD_SCRIPT_DYN
> bool
> default y
> depends on !LD_SCRIPT_STATIC
> - select MODULE_REL_CRCS if MODVERSIONS
> + select MODULE_REL_CRCS if MODVERSIONS
>
> config HOSTFS
> tristate "Host filesystem"
> help
> - While the User-Mode Linux port uses its own root file system for
> - booting and normal file access, this module lets the UML user
> - access files stored on the host. It does not require any
> - network connection between the Host and UML. An example use of
> - this might be:
> + While the User-Mode Linux port uses its own root file system for
> + booting and normal file access, this module lets the UML user
> + access files stored on the host. It does not require any
> + network connection between the Host and UML. An example use of
> + this might be:
>
> - mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
> + mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
>
> - where /tmp/fromhost is an empty directory inside UML and
> - /tmp/umlshare is a directory on the host with files the UML user
> - wishes to access.
> + where /tmp/fromhost is an empty directory inside UML and
> + /tmp/umlshare is a directory on the host with files the UML user
> + wishes to access.
>
> - For more information, see
> - <http://user-mode-linux.sourceforge.net/hostfs.html>.
> + For more information, see
> + <http://user-mode-linux.sourceforge.net/hostfs.html>.
>
> - If you'd like to be able to work with files stored on the host,
> - say Y or M here; otherwise say N.
> + If you'd like to be able to work with files stored on the host,
> + say Y or M here; otherwise say N.
>
> config MCONSOLE
> bool "Management console"
> depends on PROC_FS
> default y
> help
> - The user mode linux management console is a low-level interface to
> - the kernel, somewhat like the i386 SysRq interface. Since there is
> - a full-blown operating system running under every user mode linux
> - instance, there is much greater flexibility possible than with the
> - SysRq mechanism.
> -
> - If you answer 'Y' to this option, to use this feature, you need the
> - mconsole client (called uml_mconsole) which is present in CVS in
> - 2.4.5-9um and later (path /tools/mconsole), and is also in the
> - distribution RPM package in 2.4.6 and later.
> -
> - It is safe to say 'Y' here.
> + The user mode linux management console is a low-level interface to
> + the kernel, somewhat like the i386 SysRq interface. Since there is
> + a full-blown operating system running under every user mode linux
> + instance, there is much greater flexibility possible than with the
> + SysRq mechanism.
> +
> + If you answer 'Y' to this option, to use this feature, you need the
> + mconsole client (called uml_mconsole) which is present in CVS in
> + 2.4.5-9um and later (path /tools/mconsole), and is also in the
> + distribution RPM package in 2.4.6 and later.
> +
> + It is safe to say 'Y' here.
>
> config MAGIC_SYSRQ
> bool "Magic SysRq key"
>
_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um
WARNING: multiple messages have this Message-ID (diff)
From: Richard Weinberger <richard@nod.at>
To: "Enrico Weigelt, metux IT consult" <info@metux.net>
Cc: linux-kernel@vger.kernel.org, jdike@addtoit.com,
anton.ivanov@cambridgegreys.com, linux-um@lists.infradead.org
Subject: Re: [PATCH] arch: um: Kconfig: pedantic cleanups
Date: Wed, 06 Mar 2019 22:01:01 +0100 [thread overview]
Message-ID: <31062067.NyzppZ7ELz@blindfold> (raw)
In-Reply-To: <1551896897-30963-1-git-send-email-info@metux.net>
Am Mittwoch, 6. März 2019, 19:28:17 CET schrieb Enrico Weigelt, metux IT consult:
Can we please have a changelog?
Thanks,
//richard
> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
> ---
> arch/um/Kconfig | 52 ++++++++++++++++++++++++++--------------------------
> 1 file changed, 26 insertions(+), 26 deletions(-)
>
> diff --git a/arch/um/Kconfig b/arch/um/Kconfig
> index ec9711d..216ee50 100644
> --- a/arch/um/Kconfig
> +++ b/arch/um/Kconfig
> @@ -80,46 +80,46 @@ config LD_SCRIPT_DYN
> bool
> default y
> depends on !LD_SCRIPT_STATIC
> - select MODULE_REL_CRCS if MODVERSIONS
> + select MODULE_REL_CRCS if MODVERSIONS
>
> config HOSTFS
> tristate "Host filesystem"
> help
> - While the User-Mode Linux port uses its own root file system for
> - booting and normal file access, this module lets the UML user
> - access files stored on the host. It does not require any
> - network connection between the Host and UML. An example use of
> - this might be:
> + While the User-Mode Linux port uses its own root file system for
> + booting and normal file access, this module lets the UML user
> + access files stored on the host. It does not require any
> + network connection between the Host and UML. An example use of
> + this might be:
>
> - mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
> + mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
>
> - where /tmp/fromhost is an empty directory inside UML and
> - /tmp/umlshare is a directory on the host with files the UML user
> - wishes to access.
> + where /tmp/fromhost is an empty directory inside UML and
> + /tmp/umlshare is a directory on the host with files the UML user
> + wishes to access.
>
> - For more information, see
> - <http://user-mode-linux.sourceforge.net/hostfs.html>.
> + For more information, see
> + <http://user-mode-linux.sourceforge.net/hostfs.html>.
>
> - If you'd like to be able to work with files stored on the host,
> - say Y or M here; otherwise say N.
> + If you'd like to be able to work with files stored on the host,
> + say Y or M here; otherwise say N.
>
> config MCONSOLE
> bool "Management console"
> depends on PROC_FS
> default y
> help
> - The user mode linux management console is a low-level interface to
> - the kernel, somewhat like the i386 SysRq interface. Since there is
> - a full-blown operating system running under every user mode linux
> - instance, there is much greater flexibility possible than with the
> - SysRq mechanism.
> -
> - If you answer 'Y' to this option, to use this feature, you need the
> - mconsole client (called uml_mconsole) which is present in CVS in
> - 2.4.5-9um and later (path /tools/mconsole), and is also in the
> - distribution RPM package in 2.4.6 and later.
> -
> - It is safe to say 'Y' here.
> + The user mode linux management console is a low-level interface to
> + the kernel, somewhat like the i386 SysRq interface. Since there is
> + a full-blown operating system running under every user mode linux
> + instance, there is much greater flexibility possible than with the
> + SysRq mechanism.
> +
> + If you answer 'Y' to this option, to use this feature, you need the
> + mconsole client (called uml_mconsole) which is present in CVS in
> + 2.4.5-9um and later (path /tools/mconsole), and is also in the
> + distribution RPM package in 2.4.6 and later.
> +
> + It is safe to say 'Y' here.
>
> config MAGIC_SYSRQ
> bool "Magic SysRq key"
>
next prev parent reply other threads:[~2019-03-06 21:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-06 18:28 [PATCH] arch: um: Kconfig: pedantic cleanups Enrico Weigelt, metux IT consult
2019-03-06 18:28 ` Enrico Weigelt, metux IT consult
2019-03-06 21:01 ` Richard Weinberger [this message]
2019-03-06 21:01 ` Richard Weinberger
2019-03-06 21:14 ` [PATCH v2] arch: um: Kconfig: pedantic indention cleanups Enrico Weigelt, metux IT consult
2019-03-06 21:14 ` Enrico Weigelt, metux IT consult
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=31062067.NyzppZ7ELz@blindfold \
--to=richard@nod.at \
--cc=anton.ivanov@cambridgegreys.com \
--cc=info@metux.net \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-um@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.