linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hotfixes for 6.0[-rc8]
@ 2022-09-26 19:37 Andrew Morton
  2022-09-26 20:26 ` Linus Torvalds
  2022-09-26 21:28 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Morton @ 2022-09-26 19:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: mm-commits, linux-mm, linux-kernel


Linus, please pull what is hopefully the second last batch of hotfixes
for this cycle.

The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5:

  Linux 6.0-rc3 (2022-08-28 15:05:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-09-26

for you to fetch changes up to 59298997df89e19aad426d4ae0a7e5037074da5a:

  x86/uaccess: avoid check_object_size() in copy_from_user_nmi() (2022-09-26 12:14:35 -0700)

----------------------------------------------------------------
26 hotfixes.  8 are for issues which were introduced during this -rc
cycle, 18 are for earlier issues, and are cc:stable.

----------------------------------------------------------------
Alistair Popple (3):
      mm/migrate_device.c: flush TLB while holding PTL
      mm/migrate_device.c: add missing flush_cache_page()
      mm/migrate_device.c: copy pte dirty bit to page

Binyi Han (1):
      mm: fix dereferencing possible ERR_PTR

ChenXiaoSong (1):
      ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()

Christoph Hellwig (1):
      frontswap: don't call ->init if no ops are registered

Dan Williams (4):
      xfs: quiet notify_failure EOPNOTSUPP cases
      xfs: fix SB_BORN check in xfs_dax_notify_failure()
      mm/memory-failure: fix detection of memory_failure() handlers
      mm/memory-failure: fall back to vma_address() when ->notify_failure() fails

Doug Berger (1):
      mm/hugetlb: correct demote page offset logic

Greg Kroah-Hartman (1):
      mm/damon/dbgfs: fix memory leak when using debugfs_lookup()

Kees Cook (1):
      x86/uaccess: avoid check_object_size() in copy_from_user_nmi()

Matthew Wilcox (Oracle) (3):
      tools: fix compilation after gfp_types.h split
      mm: fix VM_BUG_ON in __delete_from_swap_cache()
      vmscan: check folio_test_private(), not folio_get_private()

Maurizio Lombardi (1):
      mm: prevent page_frag_alloc() from corrupting the memory

Mel Gorman (1):
      mm/page_alloc: fix race condition between build_all_zonelists and page allocation

Minchan Kim (1):
      mm: fix madivse_pageout mishandling on non-LRU page

Naohiro Aota (1):
      x86/mm: disable instrumentations of mm/pgprot.c

Naoya Horiguchi (1):
      mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()

Sergei Antonov (1):
      mm: bring back update_mmu_cache() to finish_fault()

Shuai Xue (1):
      mm,hwpoison: check mm when killing accessing process

Yang Shi (2):
      mm: gup: fix the fast GUP race against THP collapse
      powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flush

Zi Yan (1):
      mm/page_isolation: fix isolate_single_pageblock() isolation behavior

 arch/powerpc/mm/book3s64/radix_pgtable.c |  9 -----
 arch/x86/lib/usercopy.c                  |  2 +-
 arch/x86/mm/Makefile                     |  3 ++
 fs/ntfs/super.c                          |  3 +-
 fs/xfs/xfs_notify_failure.c              |  6 +--
 include/linux/memremap.h                 |  5 +++
 mm/damon/dbgfs.c                         | 19 +++++++---
 mm/frontswap.c                           |  3 ++
 mm/gup.c                                 | 34 ++++++++++++++---
 mm/huge_memory.c                         |  6 +--
 mm/hugetlb.c                             | 14 ++++---
 mm/khugepaged.c                          | 10 +++--
 mm/madvise.c                             |  7 +++-
 mm/memory-failure.c                      | 27 +++++++------
 mm/memory.c                              | 14 +++++--
 mm/migrate_device.c                      | 16 +++++---
 mm/page_alloc.c                          | 65 +++++++++++++++++++++++++++-----
 mm/page_isolation.c                      | 25 ++++++------
 mm/secretmem.c                           |  2 +-
 mm/swap_state.c                          |  2 +-
 mm/vmscan.c                              |  4 +-
 tools/include/linux/gfp.h                | 21 +----------
 tools/include/linux/gfp_types.h          |  1 +
 23 files changed, 192 insertions(+), 106 deletions(-)
 create mode 100644 tools/include/linux/gfp_types.h


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

* Re: [GIT PULL] hotfixes for 6.0[-rc8]
  2022-09-26 19:37 [GIT PULL] hotfixes for 6.0[-rc8] Andrew Morton
@ 2022-09-26 20:26 ` Linus Torvalds
  2022-09-26 21:28 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2022-09-26 20:26 UTC (permalink / raw)
  To: Andrew Morton; +Cc: mm-commits, linux-mm, linux-kernel

On Mon, Sep 26, 2022 at 12:37 PM Andrew Morton
<akpm@linux-foundation.org> wrote:
>
> 26 hotfixes.

Ugh. It would have been very good to have gotten these (or at least
the bulk of them) a day or two ago, so that they would have made it
into -rc7.

Oh well. Pulled.

               Linus

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

* Re: [GIT PULL] hotfixes for 6.0[-rc8]
  2022-09-26 19:37 [GIT PULL] hotfixes for 6.0[-rc8] Andrew Morton
  2022-09-26 20:26 ` Linus Torvalds
@ 2022-09-26 21:28 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2022-09-26 21:28 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, mm-commits, linux-mm, linux-kernel

The pull request you sent on Mon, 26 Sep 2022 12:37:21 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-09-26

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-09-26 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 19:37 [GIT PULL] hotfixes for 6.0[-rc8] Andrew Morton
2022-09-26 20:26 ` Linus Torvalds
2022-09-26 21:28 ` 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).