lkml.org 
[lkml]   [2017]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[RFC 00/06] printk: add more new kernel pointer filter options.
Here's a short patch series from Chris Fries and Dave Weinstein that
implement some new restrictions when printing out kernel pointers, as
well as the ability to whitelist kernel pointers where needed.

These patches are based on work from William Roberts, and also is
inspired by grsecurity's %pP to specifically whitelist a kernel pointer,
where it is always needed, like the last patch in the series shows, in
the UIO drivers (UIO requires that you know the address, it's a hardware
address, nothing wrong with seeing that...)

I haven't done much to this patch series, only forward porting it from
an older kernel release (4.4) and a few minor tweaks. It applies
cleanly on top of 4.11 as well as Linus's current development tree
(10502 patches into the 4.12-rc1 merge window). I'm posting it now for
comments if anyone sees anything wrong with this approach, or thinks the
things that are being whitelisted should not be?

thanks,

greg k-h

Documentation/printk-formats.txt | 15 +++-
Documentation/sysctl/kernel.txt | 11 +++
arch/arm64/kernel/traps.c | 4 -
drivers/uio/uio.c | 4 -
include/linux/kallsyms.h | 2
kernel/printk/printk.c | 2
kernel/sysctl.c | 6 -
lib/vsprintf.c | 128 ++++++++++++++++++++++++++++-----------
8 files changed, 123 insertions(+), 49 deletions(-)

\
 
 \ /
  Last update: 2017-05-06 06:07    [W:0.083 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site