summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-06-30 09:14:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-07-17 07:44:10 +0200
commit3c1897ae4b6bc7cc586eda2feaa2cd68325ec29c (patch)
tree46ab14fc1e0f5c53e12f7b932a8d83f33d50f86e /tools/perf/scripts/python/bin/stackcollapse-record
parent4fee0915e649bd0cea56dece6d96f8f4643df33c (diff)
downloadkernel-3c1897ae4b6bc7cc586eda2feaa2cd68325ec29c.tar.gz
Documentation: security-bugs.rst: clarify CVE handling
The kernel security team does NOT assign CVEs, so document that properly and provide the "if you want one, ask MITRE for it" response that we give on a weekly basis in the document, so we don't have to constantly say it to everyone who asks. Link: https://lore.kernel.org/r/2023063022-retouch-kerosene-7e4a@gregkh Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman 2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann 2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann 2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann 2018-03-24Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman 2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds 2018-02-06ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws 2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2018-01-12signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman 2018-01-05mqueue: switch to on-demand creation of internal mountAl Viro 2018-01-05tidy do_mq_open() up a bitAl Viro 2018-01-05mqueue: clean prepare_open() upAl Viro 2018-01-05do_mq_open(): move all work prior to dentry_open() into a helperAl Viro 2018-01-05mqueue: fold mq_attr_ok() into mqueue_get_inode()Al Viro 2018-01-05move dentry_open() calls up into do_mq_open()Al Viro 2018-01-05mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdataAl Viro 2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro 2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds 2017-09-03ipc: mqueue: Replace timespec with timespec64Deepa Dinamani 2017-07-09mqueue: fix a use-after-free in sys_mq_notify()Cong Wang 2017-07-04mqueue: move compat syscalls to native onesAl Viro 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-02-27ipc/mqueue: add missing sparse annotationLuc Van Oostenryck 2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long 2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani 2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman 2016-06-23ipc/mqueue: The mqueue filesystem should never contain executablesEric W. Biederman 2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman 2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov 2016-01-22wrappers for ->i_mutex accessAl Viro