[GIT,PULL] core/urgent for v6.3-rc4

Message ID 20230326124735.GBZCA+58Z/H1QD3b7W@fat_crate.local
State New
Headers
Series [GIT,PULL] core/urgent for v6.3-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/core_urgent_for_v6.3_rc4

Message

Borislav Petkov March 26, 2023, 12:47 p.m. UTC
  Hi Linus,

please pull a couple of core/urgent fixes for 6.3.

Thx.

---

The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/core_urgent_for_v6.3_rc4

for you to fetch changes up to b416514054810cf2d2cc348ae477cea619b64da7:

  entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up (2023-03-21 15:13:15 +0100)

----------------------------------------------------------------
- Do the delayed RCU wakeup for kthreads in the proper order so that
  former doesn't get ignored

- A noinstr warning fix

----------------------------------------------------------------
Frederic Weisbecker (1):
      entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up

Josh Poimboeuf (1):
      entry: Fix noinstr warning in __enter_from_user_mode()

 include/linux/context_tracking.h       | 1 +
 include/linux/context_tracking_state.h | 2 ++
 kernel/entry/common.c                  | 5 +++--
 3 files changed, 6 insertions(+), 2 deletions(-)
  

Comments

pr-tracker-bot@kernel.org March 26, 2023, 4:21 p.m. UTC | #1
The pull request you sent on Sun, 26 Mar 2023 14:47:35 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/core_urgent_for_v6.3_rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f6cdaeb08b66db0d06b1b70c0801a00b6f30571c

Thank you!