From: Linus Torvalds Date: Sun, 15 May 2022 13:40:11 +0000 (-0700) Subject: Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v6.6.17~7593 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=990e798d182a63afba6cc990f5bcd42d18436b55;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'sched-urgent-2022-05-15' of git://git./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 --- 990e798d182a63afba6cc990f5bcd42d18436b55