diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-05 17:03:05 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-05 17:03:05 -0700 |
| commit | 527c0cc61d8400a0002579cdd8c0362c6f44d09d (patch) | |
| tree | 5eadc4509a117b6a0f37e31b14adb1605fc73007 /lib-vsprintf-add-pap-padp-options.patch | |
| parent | 93273f5d8ace9bc03f0dc35ea98d229ed40f7860 (diff) | |
| download | patches-527c0cc61d8400a0002579cdd8c0362c6f44d09d.tar.gz | |
signed-off-by
Diffstat (limited to 'lib-vsprintf-add-pap-padp-options.patch')
| -rw-r--r-- | lib-vsprintf-add-pap-padp-options.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib-vsprintf-add-pap-padp-options.patch b/lib-vsprintf-add-pap-padp-options.patch index 1e20d375c4a032..a34cdf978b52d9 100644 --- a/lib-vsprintf-add-pap-padp-options.patch +++ b/lib-vsprintf-add-pap-padp-options.patch @@ -1,13 +1,11 @@ From: Chris Fries <cfries@google.com> -Date: Thu, 27 Apr 2017 23:29:40 -0500 Subject: lib: vsprintf: Add "%paP", "%padP" options Add %paP and %padP for physical address that need to always be shown regardless of kptr restrictions. Signed-off-by: Chris Fries <cfries@google.com> ---- - +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- Documentation/printk-formats.txt | 10 ++++++---- lib/vsprintf.c | 12 +++++++++--- |
