lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 13 May 2011 09:31:01 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Stephen Boyd <sboyd@...eaurora.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
	x86@...nel.org, linux-parisc@...r.kernel.org,
	linux-s390@...r.kernel.org,
	Arjan van de Ven <arjan@...ux.intel.com>,
	Helge Deller <deller@....de>,
	Heiko Carstens <heiko.carstens@...ibm.com>,
	Stephen Rothwell <sfr@...b.auug.org.au>,
	Chris Metcalf <cmetcalf@...era.com>,
	Arjan van de Ven <arjan@...radead.org>
Subject: Re: [PATCH 9/9] Consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS


* Stephen Boyd <sboyd@...eaurora.org> wrote:

> The help text for this config is duplicated across the x86,
> parisc, and s390 Kconfig.debug files. Arnd Bergman noted that the
> help text was slightly misleading and should be fixed to state
> that enabling this option isn't a problem when using pre 4.4 gcc.
> 
> To simplify the rewording, consolidate the text into
> lib/Kconfig.debug and modify it there to be more explicit about
> when you should say N to this config.
> 
> Also, make the text a bit more generic by stating that this
> option enables compile time checks so we can cover architectures
> which emit warnings vs. ones which emit errors. The details of
> how an architecture decided to implement the checks isn't as
> important as the concept of compile time checking of
> copy_from_user() calls.
> 
> While we're doing this, remove all the copy_from_user_overflow()
> code that's duplicated many times and place it into lib/ so that
> any architecture supporting this option can get the function for
> free.
> 
> Cc: Arnd Bergmann <arnd@...db.de>
> Cc: x86@...nel.org
> Cc: linux-parisc@...r.kernel.org
> Cc: linux-s390@...r.kernel.org
> Cc: Arjan van de Ven <arjan@...ux.intel.com>
> Cc: Helge Deller <deller@....de>
> Cc: Heiko Carstens <heiko.carstens@...ibm.com>
> Cc: Stephen Rothwell <sfr@...b.auug.org.au>
> Cc: Chris Metcalf <cmetcalf@...era.com>
> Signed-off-by: Stephen Boyd <sboyd@...eaurora.org>
> ---
>  arch/parisc/Kconfig             |    1 +
>  arch/parisc/Kconfig.debug       |   14 --------------
>  arch/s390/Kconfig               |    1 +
>  arch/s390/Kconfig.debug         |   14 --------------
>  arch/s390/lib/Makefile          |    1 -
>  arch/s390/lib/usercopy.c        |    8 --------
>  arch/sparc/lib/Makefile         |    1 -
>  arch/sparc/lib/usercopy.c       |    8 --------
>  arch/tile/Kconfig               |    8 +-------
>  arch/tile/include/asm/uaccess.h |    7 ++++++-
>  arch/tile/lib/uaccess.c         |    8 --------
>  arch/x86/Kconfig                |    1 +
>  arch/x86/Kconfig.debug          |   14 --------------
>  arch/x86/lib/usercopy_32.c      |    6 ------
>  arch/x86/lib/usercopy_64.c      |    6 ------
>  lib/Kconfig.debug               |   18 ++++++++++++++++++
>  lib/Makefile                    |    1 +
>  lib/usercopy.c                  |    8 ++++++++
>  18 files changed, 37 insertions(+), 88 deletions(-)
>  delete mode 100644 arch/s390/lib/usercopy.c
>  delete mode 100644 arch/sparc/lib/usercopy.c
>  create mode 100644 lib/usercopy.c

Very nice!

Acked-by: Ingo Molnar <mingo@...e.hu>

	Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ