summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2018-01-12 15:24:59 -0800
committerThomas Gleixner <tglx@linutronix.de>2018-01-14 11:42:10 +0100
commita237f762681e2a394ca67f21df2feb2b76a3609b (patch)
treeeae5fff8cbf7915e0794e76a268ebb6b1bebf82d /tools/perf/scripts/python/bin/stackcollapse-report
parentf10ee3dcc9f0aba92a5c4c064628be5200765dc2 (diff)
downloadkernel-a237f762681e2a394ca67f21df2feb2b76a3609b.tar.gz
security/Kconfig: Correct the Documentation reference for PTI
When the config option for PTI was added a reference to documentation was added as well. But the documentation did not exist at that point. The final documentation has a different file name. Fix it up to point to the proper file. Fixes: 385ce0ea ("x86/mm/pti: Add Kconfig") Signed-off-by: W. Trevor King <wking@tremily.us> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: linux-mm@kvack.org Cc: linux-security-module@vger.kernel.org Cc: James Morris <james.l.morris@oracle.com> Cc: "Serge E. Hallyn" <serge@hallyn.com> Cc: stable@vger.kernel.org Link: https://lkml.kernel.org/r/3009cc8ccbddcd897ec1e0cb6dda524929de0d14.1515799398.git.wking@tremily.us
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
:28 -0700'>2021-08-11seccomp: Fix setting loaded filter count during TSYNCHsuan-Chi Kuo 2021-06-28seccomp: Support atomic "addfd + send reply"Rodrigo Campos 2021-05-29seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon 2021-05-03Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2021-04-16fs: split receive_fd_replace from __receive_fdChristoph Hellwig 2021-03-30seccomp: Fix "cacheable" typo in commentsCui GaoSheng 2021-02-10seccomp: Improve performace by optimizing rmb()wanghongzhe 2021-01-11seccomp: Add missing return in non-void functionPaul Cercueil