summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2025-07-09 09:02:01 +0000
committerJakub Kicinski <kuba@kernel.org>2025-07-11 16:01:17 -0700
commit9d096746572616a50cac4906f528a1959c0ee1c2 (patch)
tree95958465eaed12540b5ace16aa3d9148120f2563 /tools/perf/scripts/python/task-analyzer.py
parent5d28928668a2ef6182401ddca7ab4064bf349e3e (diff)
downloadkernel-9d096746572616a50cac4906f528a1959c0ee1c2.tar.gz
net_sched: act_pedit: use RCU in tcf_pedit_dump()
Also storing tcf_action into struct tcf_pedit_params makes sure there is no discrepancy in tcf_pedit_act(). Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://patch.msgid.link/20250709090204.797558-10-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
c904822'>backing file: free directlyChristian Brauner 2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner 2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds 2023-08-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle) 2023-08-06fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner 2023-08-04file: reinstate f_pos locking optimization for regular filesLinus Torvalds 2023-08-04file: mostly eliminate spurious relocking in __range_closeMateusz Guzik 2023-07-24file: always lock position for FMODE_ATOMIC_POSChristian Brauner 2023-03-09fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o 2022-10-31fs: use acquire ordering in __fget_light()Jann Horn 2022-06-29gfs2: Add glockfd debugfs fileAndreas Gruenbacher 2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro 2022-05-14Unify the primitives for file descriptor closingAl Viro 2022-05-14fs: remove fget_many and fput_many interfaceGou Hao 2022-03-29fs: fix fd table size alignment properlyLinus Torvalds 2022-03-29fs: fd tables have to be multiples of BITS_PER_LONGLinus Torvalds 2021-12-13fget: clarify and improve __fget_files() implementationLinus Torvalds 2021-12-03fget: check that the fd still exists after getting a ref to itLinus Torvalds 2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds 2021-09-06file: Export receive_fd() to modulesXie Yongji 2021-08-31Merge tag 'fs.close_range.v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds