summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorChristian Brauner <christian.brauner@ubuntu.com>2021-01-21 14:19:43 +0100
committerChristian Brauner <christian.brauner@ubuntu.com>2021-01-24 14:27:20 +0100
commit549c7297717c32ee53f156cd949e055e601f67bb (patch)
treed096bc02f780bdee69a701952d5568f4be9972c1 /tools/perf/scripts/python/bin/stackcollapse-record
parent1ab29965b30599c797266eb3b970b4e6c8de3672 (diff)
downloadkernel-549c7297717c32ee53f156cd949e055e601f67bb.tar.gz
fs: make helpers idmap mount aware
Extend some inode methods with an additional user namespace argument. A filesystem that is aware of idmapped mounts will receive the user namespace the mount has been marked with. This can be used for additional permission checking and also to enable filesystems to translate between uids and gids if they need to. We have implemented all relevant helpers in earlier patches. As requested we simply extend the exisiting inode method instead of introducing new ones. This is a little more code churn but it's mostly mechanical and doesnt't leave us with additional inode methods. Link: https://lore.kernel.org/r/20210121131959.646623-25-christian.brauner@ubuntu.com Cc: Christoph Hellwig <hch@lst.de> Cc: David Howells <dhowells@redhat.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: linux-fsdevel@vger.kernel.org Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
2: Add STM32MP135 SoC supportAlexandre Torgue 2021-07-01Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2021-06-26pinctrl: stm32: check for IRQ MUX validity during alloc()Fabien Dessenne 2021-06-18pinctrl: stm32: fix the reported number of GPIO lines per bankFabien Dessenne 2021-04-08pinctrl: stm32: Print invalid AF warning inside stm32_pctrl_is_function_valid()Marek Vasut 2021-03-10pinctrl: stm32: add missing of_node_putJunlin Yang 2020-07-23pinctrl: stm32: use the hwspin_lock_timeout_in_atomic() APIFabien Dessenne 2020-06-20pinctrl: stm32: add possibility to configure pins individuallyAlexandre Torgue 2020-06-20pinctrl: stm32: return proper error code in pin_config_setAlexandre Torgue 2020-06-20pinctrl: stm32: defer probe if reset resource is not yet readyEtienne Carriere 2020-06-20pinctrl: stm32: don't print an error on probe deferral during clock getEtienne Carriere 2020-04-02Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds 2020-03-24irqchip/stm32: Retrigger both in eoi and unmask callbacksMarek Vasut 2020-03-08pinctrl: stm32: Add level interrupt support to gpio irq chipAlexandre Torgue 2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen 2019-12-12pinctrl: stm32: Use the correct style for SPDX License IdentifierNishad Kamdar 2019-08-10pinctrl: stm32: stm32: Add of_node_put() before returnNishka Dasgupta 2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds 2019-06-01pinctrl: stm32: Add links to consumersLinus Walleij 2019-05-24pinctrl: stm32: add lock mechanism for irqmux selectionAlexandre Torgue 2019-05-24pinctrl: stm32: Enable suspend/resume for stm32mp157c SoCAlexandre Torgue 2019-05-24pinctrl: stm32: add suspend/resume managementAlexandre Torgue 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner