[PATCH] fbdev: omap2: remove potential format string leak

2015-06-08 Thread Kees Cook
Since kobject_init_and_add takes a format string, make sure that the passed in name cannot be accidentally parsed. Signed-off-by: Kees Cook keesc...@chromium.org --- drivers/video/fbdev/omap2/dss/display-sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video

Re: [PATCH 2/2] pstore-ram: Allow optional mapping with pgprot_noncached

2014-12-10 Thread Kees Cook
Cross ccr...@android.com Cc: Kees Cook keesc...@chromium.org Cc: Olof Johansson o...@lixom.net Cc: Tony Luck tony.l...@intel.com Cc: Russell King li...@arm.linux.org.uk Signed-off-by: Tony Lindgren t...@atomide.com Sorry this got missed! I think rmk's concerns were addressed in this v2. Tony (Luck

Re: [PATCH 1/2] pstore-ram: Fix hangs by using write-combine mappings

2014-12-10 Thread Kees Cook
: Arnd Bergmann a...@arndb.de Cc: Anton Vorontsov cbouatmai...@gmail.com Cc: Colin Cross ccr...@android.com Cc: Kees Cook keesc...@chromium.org Cc: Olof Johansson o...@lixom.net Cc: Tony Luck tony.l...@intel.com Cc: linux-ker...@vger.kernel.org Signed-off-by: Rob Herring rob.herr