aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorTyler Hicks <tyhicks@canonical.com>2012-01-24 10:02:22 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-03 09:18:51 -0800
commitdf29ca6c2b93813c987b35972b215d9b2a0a9159 (patch)
tree21ce785b8fae037cbb359eb85092059851fff018 /include/drm
parent714ca4ef28276f142b00ff2e1893f472cc30b07b (diff)
downloadkernel_samsung_smdk4412-df29ca6c2b93813c987b35972b215d9b2a0a9159.zip
kernel_samsung_smdk4412-df29ca6c2b93813c987b35972b215d9b2a0a9159.tar.gz
kernel_samsung_smdk4412-df29ca6c2b93813c987b35972b215d9b2a0a9159.tar.bz2
eCryptfs: Fix oops when printing debug info in extent crypto functions
commit 58ded24f0fcb85bddb665baba75892f6ad0f4b8a upstream. If pages passed to the eCryptfs extent-based crypto functions are not mapped and the module parameter ecryptfs_verbosity=1 was specified at loading time, a NULL pointer dereference will occur. Note that this wouldn't happen on a production system, as you wouldn't pass ecryptfs_verbosity=1 on a production system. It leaks private information to the system logs and is for debugging only. The debugging info printed in these messages is no longer very useful and rather than doing a kmap() in these debugging paths, it will be better to simply remove the debugging paths completely. https://launchpad.net/bugs/913651 Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/drm')
0 files changed, 0 insertions, 0 deletions