You need to sign in or sign up before continuing.
  • Linus Torvalds's avatar
    Merge branch 'signal-for-v5.17' of... · 35ce8ae9
    Linus Torvalds authored
    Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
    
    Pull signal/exit/ptrace updates from Eric Biederman:
     "This set of changes deletes some dead code, makes a lot of cleanups
      which hopefully make the code easier to follow, and fixes bugs found
      along the way.
    
      The end-game which I have not yet reached yet is for fatal signals
      that generate coredumps to be short-circuit deliverable from
      complete_signal, for force_siginfo_to_task not to require changing
      userspace configured signal delivery state, and for the ptrace stops
      to always happen in locations where we can guarantee on all
      architectures that the all of the registers are saved and available on
      the stack.
    
      Removal of profile_task_ext, profile_munmap, and profile_handoff_task
      are the big successes for dead code removal this round.
    
      A bunch of small bug fixes are included, as most of the issues
      reported were small enough that they would not affect bisection so I
      simply added ...
    35ce8ae9
signalfd.c 8.71 KB