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>] [day] [month] [year] [list]
Date:	Mon, 21 Oct 2013 09:43:08 +0100
From:	"Jan Beulich" <JBeulich@...e.com>
To:	<mingo@...e.hu>, <tglx@...utronix.de>, <hpa@...or.com>
Cc:	<arjan@...ux.intel.com>, <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/2] x86: unify / improve copy_*_user()

The first of these patches unifies copy_from_user(), thus making its
buffer size checking consistent between 32- and 64-bit.

The second one unifies copy_to_user(), at once adding similar
buffer size checking (to help avoiding information leaks).

1: x86: unify copy_from_user() size checking
2: x86: unify copy_to_user() and add size checking to it

Signed-off-by: Jan Beulich <jbeulich@...e.com>
Cc: Arjan van de Ven <arjan@...ux.intel.com>

 include/asm/uaccess.h    |   98 +++++++++++++++++++++++++++++++++++++++++++++++
 include/asm/uaccess_32.h |   29 -------------
 include/asm/uaccess_64.h |   28 -------------
 lib/usercopy_32.c        |    8 +--
 4 files changed, 101 insertions(+), 62 deletions(-)


--
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