linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mm@kvack.org, mm-commits@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] hotfixes for 6.8-rc4
Date: Sat, 10 Feb 2024 11:20:06 -0800	[thread overview]
Message-ID: <20240210112006.05781090736edc6e02de7e19@linux-foundation.org> (raw)


Linus, please merge this batch of MM and non-MM fixes, thanks.


The following changes since commit c8bdef1560d976340e421d5e188f94789e4cfa28:

  Merge branch 'master' into mm-hotfixes-stable (2024-02-04 14:09:33 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-02-10-11-16

for you to fetch changes up to 5bc09b397cbf1221f8a8aacb1152650c9195b02b:

  nilfs2: fix potential bug in end_buffer_async_write (2024-02-07 21:20:37 -0800)

----------------------------------------------------------------
21 hotfixes.  12 are cc:stable and the remainder pertain to post-6.7
issues or aren't considered to be needed in earlier kernel versions.

----------------------------------------------------------------
Chengming Zhou (1):
      mm/zswap: don't return LRU_SKIP if we have dropped lru lock

Johannes Weiner (1):
      mm: zswap: fix objcg use-after-free in entry destruction

John Moon (1):
      mailmap: switch email address for John Moon

Leo Yan (1):
      MAINTAINERS: Leo Yan has moved

Miaohe Lin (1):
      mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_page

Muhammad Usama Anjum (1):
      selftests: core: include linux/close_range.h for CLOSE_RANGE_* macros

Oleg Nesterov (5):
      getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()
      getrusage: use sig->stats_lock rather than lock_task_sighand()
      fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_task_sighand()
      fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats
      exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)

Oscar Salvador (1):
      fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super

Prakash Sangappa (1):
      mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE

Ryan Roberts (1):
      mm/userfaultfd: UFFDIO_MOVE implementation should use ptep_get()

Ryusuke Konishi (3):
      nilfs2: fix data corruption in dsync block recovery for small block sizes
      nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
      nilfs2: fix potential bug in end_buffer_async_write

SeongJae Park (1):
      mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setup

Sergey Senozhatsky (1):
      mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pte_range()

Suren Baghdasaryan (1):
      arch/arm/mm: fix major fault accounting when retrying under per-VMA lock

Yosry Ahmed (1):
      mm: memcg: optimize parent iteration in memcg_rstat_updated()

 .mailmap                                        |  2 +
 MAINTAINERS                                     |  2 +-
 arch/arm/mm/fault.c                             |  2 +
 fs/hugetlbfs/inode.c                            | 19 +++++--
 fs/nilfs2/file.c                                |  8 ++-
 fs/nilfs2/recovery.c                            |  7 +--
 fs/nilfs2/segment.c                             |  8 +--
 fs/proc/array.c                                 | 66 ++++++++++++++-----------
 kernel/exit.c                                   | 10 ++--
 kernel/sys.c                                    | 50 ++++++++++++-------
 mm/damon/sysfs-schemes.c                        |  2 +-
 mm/madvise.c                                    |  1 +
 mm/memcontrol.c                                 | 56 +++++++++++++--------
 mm/memory-failure.c                             |  3 ++
 mm/userfaultfd.c                                | 14 +++---
 mm/zswap.c                                      | 12 ++---
 tools/testing/selftests/core/close_range_test.c |  1 +
 17 files changed, 162 insertions(+), 101 deletions(-)



             reply	other threads:[~2024-02-10 19:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-10 19:20 Andrew Morton [this message]
2024-02-10 23:34 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240210112006.05781090736edc6e02de7e19@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox