]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Oct 2020 17:06:38 +0000 (10:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Oct 2020 17:06:38 +0000 (10:06 -0700)
commit259a535fcdf080ca4bd548df4de26be4fef081cb
treeb480c70465c11cb6b4d9e4f47b8e1824df2d5eea
parent928f19afbfb088e0ebd1445f5063a26fe91e2e16
parent88fc34fe59c7f6c4dfc584a7f68beea2a8b45f08
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block

Pull arch task_work cleanups from Jens Axboe:
 "Two cleanups that don't fit other categories:

   - Finally get the task_work_add() cleanup done properly, so we don't
     have random 0/1/false/true/TWA_SIGNAL confusing use cases. Updates
     all callers, and also fixes up the documentation for
     task_work_add().

   - While working on some TIF related changes for 5.11, this
     TIF_NOTIFY_RESUME cleanup fell out of that. Remove some arch
     duplication for how that is handled"

* tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block:
  task_work: cleanup notification modes
  tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
arch/m68k/kernel/signal.c
arch/powerpc/kernel/signal.c
drivers/acpi/apei/ghes.c
fs/io_uring.c
kernel/entry/common.c