mbox series

[GIT,PULL] Additional non-MM updates for 6.15-rc1

Message ID 20250402221551.4d682cf5ee222b9e5b6a1a8b@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] Additional non-MM updates for 6.15-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-nonmm-stable-2025-04-02-22-12

Message

Andrew Morton April 3, 2025, 5:15 a.m. UTC
Linus, please merge this second set of non-MM updates, thanks.


The following changes since commit 25601e85441dd91cf7973b002f27af4c5b8691ea:

  Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc (2025-04-01 11:26:08 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-nonmm-stable-2025-04-02-22-12

for you to fetch changes up to 8b46fdaea819a679da176b879e7b0674a1161a5e:

  lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsets (2025-04-01 15:20:46 -0700)

----------------------------------------------------------------
One bugfix and a couple of small late-arriving updates.

----------------------------------------------------------------
Kent Overstreet (1):
      lib/sort.c: add _nonatomic() variants with cond_resched()

Nicolas Schier (1):
      mailmap: add an entry for Nicolas Schier

T Pratham (1):
      lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsets

 .mailmap             |   2 +
 include/linux/sort.h |  11 ++++++
 lib/sg_split.c       |   2 -
 lib/sort.c           | 110 ++++++++++++++++++++++++++++++++++++---------------
 4 files changed, 92 insertions(+), 33 deletions(-)

Comments

pr-tracker-bot@kernel.org April 3, 2025, 7:34 p.m. UTC | #1
The pull request you sent on Wed, 2 Apr 2025 22:15:51 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-nonmm-stable-2025-04-02-22-12

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

Thank you!