[<prev] [next>] [day] [month] [year] [list]
Message-Id: <5265053C02000078000FC4E8@nat28.tlf.novell.com>
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