summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-08-31 09:23:16 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-08-31 09:23:16 -0700
commit9c9d1896fa92e05e7af5a7a47e335f834aa4248c (patch)
treebbc9f084c4b9d37201243239336c6b85172973e3 /tools/perf/scripts/python/bin/stackcollapse-record
parentdcf8e5633e2e69ad60b730ab5905608b756a032f (diff)
parentdd9373402280cf4715fdc8fd5070f7d039e43511 (diff)
downloadkernel-9c9d1896fa92e05e7af5a7a47e335f834aa4248c.tar.gz
Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Pull LSM support for IORING_OP_URING_CMD from Paul Moore: "Add SELinux and Smack controls to the io_uring IORING_OP_URING_CMD. These are necessary as without them the IORING_OP_URING_CMD remains outside the purview of the LSMs (Luis' LSM patch, Casey's Smack patch, and my SELinux patch). They have been discussed at length with the io_uring folks, and Jens has given his thumbs-up on the relevant patches (see the commit descriptions). There is one patch that is not strictly necessary, but it makes testing much easier and is very trivial: the /dev/null IORING_OP_URING_CMD patch." * tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm: Smack: Provide read control for io_uring_cmd /dev/null: add IORING_OP_URING_CMD support selinux: implement the security_uring_cmd() LSM hook lsm,io_uring: add LSM hooks for the new uring_cmd file op
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
y&id=68cb2b559278858ef9f3a7722f95df88797c7840'>ALSA: Convert to new pm_ops for PCI driversTakashi Iwai 2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai 2012-02-25ALSA: azt3328 - Fix NULL ptr dereference on cards without OPL3Alban Bedel 2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell 2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker 2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch 2011-08-10ALSA: azt3328 - adjust error handling code to include debugging codeJulia Lawall 2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai 2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai 2011-03-31Fix common misspellingsLucas De Marchi 2011-03-11Merge branch 'fix/misc' into topic/miscTakashi Iwai 2011-02-19ALSA: azt3328: add custom AC97 semi-emulation use standard ALSA AC97 layerAndreas Mohr 2011-01-25ALSA: azt3328 - fix broken AZF_FMT_XLATE macroAndreas Mohr 2011-01-02ALSA: azt3328: improve snd_azf3328_codec_setdmaa()Andreas Mohr 2011-01-02ALSA: azt3328: use proper private_data hookup for codec identificationAndreas Mohr 2011-01-02ALSA: azt3328: use a helper variable to remove one indirection in hotpathAndreas Mohr 2011-01-02ALSA: azt3328: cosmetics: use a helper variable for codec setupAndreas Mohr 2011-01-02ALSA: azt3328: _setfmt() updateAndreas Mohr 2011-01-02ALSA: azt3328: cosmetics, minor updatesAndreas Mohr 2010-11-22ALSA: azt3328: period bug fix (for PA), add missing ACK on stop timerAndreas Mohr