]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 May 2022 13:40:11 +0000 (06:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 May 2022 13:40:11 +0000 (06:40 -0700)
commitd06942815d07e14b51cf6f9a0fc3531a1c4c6b09
tree82f090eda0f9f447c7f5dc9d4d5691dee7581d03
parent3382228479091403b97c6e9846a8e4cc02f79573
parent0d75d0ca0a2a4b8fdcb2ecfe5a60f1a6ab90788f
Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fix from Thomas Gleixner:
 "The recent expansion of the sched switch tracepoint inserted a new
  argument in the middle of the arguments. This reordering broke BPF
  programs which relied on the old argument list.

  While tracepoints are not considered stable ABI, it's not trivial to
  make BPF cope with such a change, but it's being worked on. For now
  restore the original argument order and move the new argument to the
  end of the argument list"

* tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/tracing: Append prev_state to tp args instead