* [GIT PULL] hotfixes for 6.12
@ 2024-11-13 0:41 Andrew Morton
2024-11-13 17:19 ` pr-tracker-bot
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2024-11-13 0:41 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-mm, mm-commits, linux-kernel
Linus, please pull this batch of hotfixes, thanks.
The following changes since commit c289f4de8e479251b64988839fd0e87f246e03a2:
mailmap: add entry for Thorsten Blum (2024-11-07 14:14:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-11-12-16-39
for you to fetch changes up to dcf32ea7ecede94796fb30231b3969d7c838374c:
mm: swapfile: fix cluster reclaim work crash on rotational devices (2024-11-12 16:01:36 -0800)
----------------------------------------------------------------
10 hotfixes, 7 of which are cc:stable. 7 are MM, 3 are not. All
singletons.
----------------------------------------------------------------
Barry Song (1):
mm: count zeromap read and set for swapout and swapin
Dmitry Antipov (1):
ocfs2: fix UBSAN warning in ocfs2_verify_volume()
Donet Tom (1):
selftests: hugetlb_dio: fixup check for initial conditions to skip in the start
Hajime Tazaki (1):
nommu: pass NULL argument to vma_iter_prealloc()
Hugh Dickins (1):
mm/thp: fix deferred split queue not partially_mapped: fix
Johannes Weiner (1):
mm: swapfile: fix cluster reclaim work crash on rotational devices
John Hubbard (1):
mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM cases
Roman Gushchin (1):
mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
Ryusuke Konishi (2):
nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint
nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint
Documentation/admin-guide/cgroup-v2.rst | 9 +++
fs/nilfs2/btnode.c | 2 -
fs/nilfs2/gcinode.c | 4 +-
fs/nilfs2/mdt.c | 1 -
fs/nilfs2/page.c | 2 +-
fs/ocfs2/super.c | 13 ++--
include/linux/memcontrol.h | 12 ++--
include/linux/vm_event_item.h | 2 +
mm/gup.c | 116 ++++++++++++++++++++-----------
mm/huge_memory.c | 4 +-
mm/memcontrol.c | 4 ++
mm/nommu.c | 2 +-
mm/page_alloc.c | 15 ++++
mm/page_io.c | 16 +++++
mm/swap.c | 14 ----
mm/swapfile.c | 2 +-
mm/vmstat.c | 2 +
mm/zswap.c | 6 +-
tools/testing/selftests/mm/hugetlb_dio.c | 7 ++
19 files changed, 158 insertions(+), 75 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL] hotfixes for 6.12
@ 2024-11-16 23:35 Andrew Morton
2024-11-17 0:17 ` Linus Torvalds
2024-11-17 0:17 ` pr-tracker-bot
0 siblings, 2 replies; 6+ messages in thread
From: Andrew Morton @ 2024-11-16 23:35 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-mm, mm-commits, linux-kernel
Linus, please merge this batch of hotfixes, thanks.
The following changes since commit dcf32ea7ecede94796fb30231b3969d7c838374c:
mm: swapfile: fix cluster reclaim work crash on rotational devices (2024-11-12 16:01:36 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-11-16-15-33
for you to fetch changes up to d1aa0c04294e29883d65eac6c2f72fe95cc7c049:
mm: revert "mm: shmem: fix data-race in shmem_getattr()" (2024-11-16 15:30:32 -0800)
----------------------------------------------------------------
10 hotfixes, 7 of which are cc:stable. All singletons, please see the
changelogs for details.
----------------------------------------------------------------
Andrew Morton (1):
mm: revert "mm: shmem: fix data-race in shmem_getattr()"
Dan Carpenter (1):
fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()
Dave Vasilevsky (1):
crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32
Dmitry Antipov (1):
ocfs2: uncache inode which has failed entering the group
Jann Horn (1):
mm/mremap: fix address wraparound in move_page_tables()
Jinjiang Tu (1):
mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
Kairui Song (1):
mm, swap: fix allocation and scanning race with swapoff
Motiejus JakÅ`tys (1):
tools/mm: fix compile error
Qun-Wei Lin (1):
sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers
Yafang Shao (1):
mm, doc: update read_ahead_kb for MADV_HUGEPAGE
Documentation/ABI/stable/sysfs-block | 3 +++
arch/arm/Kconfig | 3 +++
arch/arm64/Kconfig | 3 +++
arch/loongarch/Kconfig | 3 +++
arch/mips/Kconfig | 3 +++
arch/powerpc/Kconfig | 4 ++++
arch/riscv/Kconfig | 3 +++
arch/s390/Kconfig | 3 +++
arch/sh/Kconfig | 3 +++
arch/x86/Kconfig | 3 +++
fs/ocfs2/resize.c | 2 ++
fs/proc/task_mmu.c | 4 +++-
include/linux/sched/task_stack.h | 2 ++
kernel/Kconfig.kexec | 2 +-
mm/mremap.c | 2 +-
mm/page_alloc.c | 3 ++-
mm/shmem.c | 2 --
mm/swapfile.c | 22 +++++++++++++++++++---
tools/mm/page-types.c | 2 +-
19 files changed, 62 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT PULL] hotfixes for 6.12
2024-11-16 23:35 Andrew Morton
@ 2024-11-17 0:17 ` Linus Torvalds
2024-11-17 0:24 ` Linus Torvalds
2024-11-17 0:17 ` pr-tracker-bot
1 sibling, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2024-11-17 0:17 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-mm, mm-commits, linux-kernel
On Sat, 16 Nov 2024 at 15:36, Andrew Morton <akpm@linux-foundation.org> wrote:
>
> Motiejus JakÅ`tys (1):
Ugh. I've pulled this, but you have something *seriously* wrong with
your locale settings.
That should be "Motiejus Jakštys", not the garbage line noise you have.
Please make sure that *all* your tools are using proper UTF-8 and
Unicode. When you do
$ echo $LANG
you should get something like "en_US.UTF-8". If you have something
like "en_US.ISO-8859-1" you need to set your machine on fire, and
throw it out the window from the 43rd floor.
I can see the original at
https://lore.kernel.org/all/20120315030631.GA28296@pierce/
and it has a proper UTF-8 encoding:
From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= <motiejus@jakstys.lt>
that you have broken somewhere in your toolchain.
I have no idea where that breakage happened, but it looks like
something treated '\xC5\xA1' as two Latin1 aka ISO-8859-1 characters,
rather than as one UTF-8 encoded Unicode character.
That something isn't "git", so it's probably some effed up script of
yours, or the fact that you have some 16th century locale setting.
Please fix whatever horrid breakage you have, and get with the 21st
century. Latin1 and broken locales just aren't ok any more. You are
mangling peoples names horribly.
And yes, your email was marked as
Content-Type: text/plain; charset=ISO-8859-1
but that's only the tip of the iceberg. The name is incorrect in your
git branch. You really have some totally broken setup.
Linus
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT PULL] hotfixes for 6.12
2024-11-16 23:35 Andrew Morton
2024-11-17 0:17 ` Linus Torvalds
@ 2024-11-17 0:17 ` pr-tracker-bot
1 sibling, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-11-17 0:17 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linus Torvalds, linux-mm, mm-commits, linux-kernel
The pull request you sent on Sat, 16 Nov 2024 15:35:56 -0800:
> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-11-16-15-33
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4a5df37964673effcd9f84041f7423206a5ae5f2
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-17 0:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-13 0:41 [GIT PULL] hotfixes for 6.12 Andrew Morton
2024-11-13 17:19 ` pr-tracker-bot
2024-11-16 23:35 Andrew Morton
2024-11-17 0:17 ` Linus Torvalds
2024-11-17 0:24 ` Linus Torvalds
2024-11-17 0:17 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox