aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJason A. Donenfeld <[email protected]>2022-04-07 14:26:38 +0200
committerGreg Kroah-Hartman <[email protected]>2022-04-24 17:31:01 +0200
commit830a4e5c48dfc8b4c566c9af9a0a1c4d01d95e7a (patch)
treef79759a8b4a9e00f8d4c17ea9d745c8213cc8e22 /tools/perf/scripts/python
parentb67d19662fdee275c479d21853bc1239600a798f (diff)
/dev/mem: make reads and writes interruptible
In 8619e5bdeee8 ("/dev/mem: Bail out upon SIGKILL."), /dev/mem became killable, and that commit noted: Theoretically, reading/writing /dev/mem and /dev/kmem can become "interruptible". But this patch chose "killable". Future patch will make them "interruptible" so that we can revert to "killable" if some program regressed. So now we take the next step in making it "interruptible", by changing fatal_signal_pending() into signal_pending(). Cc: Tetsuo Handa <[email protected]> Signed-off-by: Jason A. Donenfeld <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions