From: heiko.carstens@de.ibm.com (Heiko Carstens)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug
Date: Mon, 23 Nov 2015 10:53:02 +0100 [thread overview]
Message-ID: <20151123095302.GA4436@osiris> (raw)
In-Reply-To: <20151122035702.9313.52457.stgit@dwillia2-desk3.jf.intel.com>
On Sat, Nov 21, 2015 at 07:57:02PM -0800, Dan Williams wrote:
> Let all the archs that implement CONFIG_STRICT_DEVM use a common
> definition in lib/Kconfig.debug.
>
> Note, the 'depends on !SPARC' is due to sparc not implementing
> devmem_is_allowed().
>
> Cc: Kees Cook <keescook@chromium.org>
> Cc: Russell King <linux@arm.linux.org.uk>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
> Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: "H. Peter Anvin" <hpa@zytor.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Suggested-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
> ---
> arch/arm/Kconfig.debug | 14 --------------
> arch/arm64/Kconfig.debug | 14 --------------
> arch/powerpc/Kconfig.debug | 12 ------------
> arch/s390/Kconfig.debug | 12 ------------
> arch/tile/Kconfig | 3 ---
> arch/unicore32/Kconfig.debug | 14 --------------
> arch/x86/Kconfig.debug | 17 -----------------
> lib/Kconfig.debug | 19 +++++++++++++++++++
> 8 files changed, 19 insertions(+), 86 deletions(-)
For s390
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> index 8c15b29d5adc..ad85145d0047 100644
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -1853,3 +1853,22 @@ source "samples/Kconfig"
>
> source "lib/Kconfig.kgdb"
>
> +config STRICT_DEVMEM
> + bool "Filter access to /dev/mem"
> + depends on MMU
> + depends on !SPARC
> + default y if TILE || PPC || S390
I wouldn't mind if you would remove s390 from this list.
next prev parent reply other threads:[~2015-11-23 9:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-22 3:57 [PATCH 1/2] arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug Dan Williams
2015-11-22 3:57 ` [PATCH 2/2] restrict /dev/mem to idle io memory ranges Dan Williams
2015-11-23 19:00 ` Kees Cook
2015-11-23 8:12 ` [PATCH 1/2] arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug Ingo Molnar
2015-11-23 17:12 ` Dan Williams
2015-11-23 18:56 ` Kees Cook
2015-11-24 8:27 ` Ingo Molnar
2015-11-23 9:53 ` Heiko Carstens [this message]
2015-11-23 17:09 ` Dan Williams
2015-11-23 10:19 ` Catalin Marinas
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=20151123095302.GA4436@osiris \
--to=heiko.carstens@de.ibm.com \
--cc=linux-arm-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).