linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hotfixes for 6.2
@ 2023-02-17 23:18 Andrew Morton
  2023-02-18  3:04 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2023-02-17 23:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mm, linux-kernel, mm-commits


Linus, please merge this final set of hotfixes, thanks.


The following changes since commit ce4d9a1ea35ac5429e822c4106cb2859d5c71f3e:

  of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem (2023-02-09 15:56:51 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-02-17-15-16-2

for you to fetch changes up to 99b9402a36f0799f25feee4465bfa4b8dfa74b4d:

  nilfs2: fix underflow in second superblock position calculations (2023-02-17 15:07:05 -0800)

----------------------------------------------------------------
Six hotfixes.  Five are cc:stable: four for MM, one for nilfs2.  Also a
MAINTAINERS update.

----------------------------------------------------------------
Mike Kravetz (1):
      hugetlb: check for undefined shift on 32 bit architectures

Peter Xu (1):
      mm/migrate: fix wrongly apply write bit after mkdirty on sparc64

Qian Yingjin (1):
      mm/filemap: fix page end in filemap_get_read_batch

Randy Dunlap (1):
      MAINTAINERS: update FPU EMULATOR web page

Ryusuke Konishi (1):
      nilfs2: fix underflow in second superblock position calculations

Zach O'Keefe (1):
      mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount

 MAINTAINERS             | 2 +-
 fs/nilfs2/ioctl.c       | 7 +++++++
 fs/nilfs2/super.c       | 9 +++++++++
 fs/nilfs2/the_nilfs.c   | 8 +++++++-
 include/linux/hugetlb.h | 5 ++++-
 mm/filemap.c            | 5 +++--
 mm/huge_memory.c        | 6 ++++--
 mm/khugepaged.c         | 1 +
 mm/migrate.c            | 2 ++
 9 files changed, 38 insertions(+), 7 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [GIT PULL] hotfixes for 6.2
@ 2023-02-13 22:08 Andrew Morton
  2023-02-13 22:19 ` Linus Torvalds
  2023-02-13 22:20 ` pr-tracker-bot
  0 siblings, 2 replies; 6+ messages in thread
From: Andrew Morton @ 2023-02-13 22:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mm, mm-commits, linux-kernel


Linus, please merge this batch of fixes, thanks.


The following changes since commit ac86f547ca1002aec2ef66b9e64d03f45bbbfbb9:

  mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath() (2023-01-31 16:44:10 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-02-13-13-50

for you to fetch changes up to ce4d9a1ea35ac5429e822c4106cb2859d5c71f3e:

  of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem (2023-02-09 15:56:51 -0800)

----------------------------------------------------------------
12 hotfixes, mostly against mm/.  Five of these fixes are cc:stable.

----------------------------------------------------------------
Alexander Mikhalitsyn (1):
      mailmap: add entry for Alexander Mikhalitsyn

Andrew Morton (1):
      revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"

Arnd Bergmann (1):
      mm: extend max struct page size for kmsan

Christophe Leroy (1):
      kasan: fix Oops due to missing calls to kasan_arch_is_ready()

Isaac J. Manjarres (1):
      of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem

Jeff Xie (1):
      scripts/gdb: fix 'lx-current' for x86

Kefeng Wang (1):
      mm: hwpoison: support recovery from ksm_might_need_to_copy()

Kuan-Ying Lee (1):
      mm/gup: add folio to list when folio_isolate_lru() succeed

Li Lingfeng (1):
      lib: parser: optimize match_NUMBER apis to use local array

Qi Zheng (1):
      mm: shrinkers: fix deadlock in shrinker debugfs

Seth Jenkins (1):
      aio: fix mremap after fork null-deref

Shiyang Ruan (1):
      fsdax: dax_unshare_iter() should return a valid length

 .mailmap                     |  2 ++
 drivers/of/of_reserved_mem.c |  3 ++-
 fs/aio.c                     |  4 ++++
 fs/dax.c                     |  5 +++--
 fs/squashfs/xattr_id.c       |  2 +-
 include/linux/mm.h           | 12 +++++++++---
 include/linux/shrinker.h     |  5 +++--
 lib/parser.c                 | 39 ++++++++++++++++++++-------------------
 mm/gup.c                     |  2 +-
 mm/kasan/common.c            |  3 +++
 mm/kasan/generic.c           |  7 ++++++-
 mm/kasan/shadow.c            | 12 ++++++++++++
 mm/ksm.c                     |  7 +++++--
 mm/memory.c                  |  3 +++
 mm/shrinker_debug.c          | 13 ++++++++-----
 mm/swapfile.c                | 20 ++++++++++++++------
 mm/vmscan.c                  |  6 +++++-
 scripts/gdb/linux/cpus.py    |  2 +-
 18 files changed, 102 insertions(+), 45 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-18  3:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17 23:18 [GIT PULL] hotfixes for 6.2 Andrew Morton
2023-02-18  3:04 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2023-02-13 22:08 Andrew Morton
2023-02-13 22:19 ` Linus Torvalds
2023-02-14  1:26   ` Baolin Wang
2023-02-13 22:20 ` 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;
as well as URLs for NNTP newsgroup(s).