summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2025-06-18 22:53:46 +0200
committerChristian Brauner <brauner@kernel.org>2025-06-23 12:21:37 +0200
commit91d837cae3c7856cdca23dc6e8ec8954d887e970 (patch)
tree90ac60dc733a8e44a6eaa65ea2ee7a54ef7290f5 /tools/perf/scripts/python/net_dropmonitor.py
parentf769b3db24fa9ef48abcb515c50de1abeeaa0281 (diff)
downloadkernel-91d837cae3c7856cdca23dc6e8ec8954d887e970.tar.gz
pidfs: support xattrs on pidfds
Now that we have a way to persist information for pidfs dentries we can start supporting extended attributes on pidfds. This will allow userspace to attach meta information to tasks. One natural extension would be to introduce a custom pidfs.* extended attribute space and allow for the inheritance of extended attributes across fork() and exec(). The first simple scheme will allow privileged userspace to set trusted extended attributes on pidfs inodes. Link: https://lore.kernel.org/20250618-work-pidfs-persistent-v2-12-98f3456fd552@kernel.org Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
/td>tulip: fix setting device address from romJakub Kicinski 2021-10-09ethernet: tulip: remove direct netdev->dev_addr writesJakub Kicinski 2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski 2021-08-07tulip: Remove deadcode on startup true conditionColin Ian King 2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-07-28tulip: windbond-840: Fix missing pci_disable_device() in probe and removeWang Hai 2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann 2021-07-27tulip: use ndo_siocdevprivateArnd Bergmann 2021-06-07net: tulip: Remove the repeated declarationShaokun Zhang 2021-05-19net: dec: remove leading spaces before tabsHui Tang 2021-04-07tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun 2021-04-07tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun 2020-11-02drivers: net: tulip: Fix set but not used with W=1Andrew Lunn 2020-10-30net: dec: tulip: de2104x: Add shutdown handler to stop NICMoritz Fischer 2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg 2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-09-13tulip: switch from 'pci_' to 'dma_' APIChristophe JAILLET 2020-09-13tulip: de2104x: switch from 'pci_' to 'dma_' APIChristophe JAILLET 2020-09-13tulip: dmfe: switch from 'pci_' to 'dma_' APIChristophe JAILLET 2020-09-13tulip: uli526x: switch from 'pci_' to 'dma_' APIChristophe JAILLET 2020-09-13tulip: windbond-840: Fix a debug messageChristophe JAILLET 2020-09-13tulip: windbond-840: switch from 'pci_' to 'dma_' APIChristophe JAILLET 2020-09-10net: dec: de2104x: Increase receive ring size for TulipLucy Yan 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski 2020-06-23tulip: uli526x: use generic power managementVaibhav Gupta 2020-06-23tulip: tulip_core: use generic power managementVaibhav Gupta 2020-06-23tulip: de2104x: use generic power managementVaibhav Gupta 2020-06-23tulip: windbond-840: use generic power managementVaibhav Gupta 2020-06-23tulip: dmfe: use generic power managementVaibhav Gupta 2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada