summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>2025-07-04 14:34:47 +0200
committerJohannes Berg <johannes.berg@intel.com>2025-07-11 08:49:02 +0200
commitb9e2f2246eb2b5617d53af7b5e4e1b8c916f26a8 (patch)
treefd585d2c660645ff47c7864790b58b3d13739f84 /tools/perf/scripts/python/bin
parentac1ad16f10523c2c60aef0abeb8a850ea6d06ced (diff)
downloadkernel-b9e2f2246eb2b5617d53af7b5e4e1b8c916f26a8.tar.gz
um: Re-evaluate thread flags repeatedly
The thread flags may change during their processing. For example a task_work can queue a new signal to be sent. This signal should be delivered before returning to usespace again. Evaluate the flags repeatedly similar to other architectures. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Reviewed-by: Nam Cao <namcao@linutronix.de> Link: https://patch.msgid.link/20250704-uml-thread_flags-v1-1-0e293fd8d627@linutronix.de Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
n>bpf: Implement bpf_local_storage for inodesKP Singh 2020-08-01tools/bpftool: Add documentation and bash-completion for `link detach`Andrii Nakryiko 2020-07-25tools/bpftool: Add bpftool support for bpf map element iteratorYonghong Song 2020-07-17tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki 2020-05-19bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann 2020-05-09tools/bpftool: Add bpf_iter support for bptoolYonghong Song 2020-04-29tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet 2020-04-28bpftool: Add link bash completionsAndrii Nakryiko 2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau 2020-03-13tools: bpftool: Fix minor bash completion mistakesQuentin Monnet 2020-03-10bpftool: Fix typo in bash-completionSong Liu 2020-03-10bpftool: Bash completion for "bpftool prog profile"Song Liu 2020-02-26bpftool: Update bash completion for "bpftool feature" commandMichal Rostecki 2020-02-26bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov