From patchwork Fri May 27 17:29:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Morton X-Patchwork-Id: 12863617 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F931C433EF for ; Fri, 27 May 2022 17:29:51 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id D0C9E8D0003; Fri, 27 May 2022 13:29:50 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id CB8058D0002; Fri, 27 May 2022 13:29:50 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id BA8968D0003; Fri, 27 May 2022 13:29:50 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0016.hostedemail.com [216.40.44.16]) by kanga.kvack.org (Postfix) with ESMTP id ADF1C8D0002 for ; Fri, 27 May 2022 13:29:50 -0400 (EDT) Received: from smtpin11.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay07.hostedemail.com (Postfix) with ESMTP id 7FB0A20B8A for ; Fri, 27 May 2022 17:29:50 +0000 (UTC) X-FDA: 79512210540.11.085B352 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf19.hostedemail.com (Postfix) with ESMTP id 7285B1A0050 for ; Fri, 27 May 2022 17:29:36 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0E0B861D53; Fri, 27 May 2022 17:29:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D019C385A9; Fri, 27 May 2022 17:29:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1653672588; bh=dXRXn3acix0mFrOqchNGNDczfWUrkP/pulD2yGBjfkQ=; h=Date:From:To:Cc:Subject:From; b=nrntJh4TXFaYHXCTbctJ1Cj5ZkRZzPRHtfxCQeSXMZ5IdYsRaLGBA54hk73bXJAKT hkaQTUIxdK8dwardv9BvxPLzL3AlinxKNLQWQghX61Y2UUxo9bsNaAhIUT2O5O4y5t TklLgl1oZ1FAsvvYv47ihQiEuGVRKTP2WD5f7cTY= Date: Fri, 27 May 2022 10:29:47 -0700 From: Andrew Morton To: Linus Torvalds Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, mm-commits@vger.kernel.org Subject: [GIT PULL] hotfixes for 5.19-rc1 Message-Id: <20220527102947.9c7e74d491765ba74bb81374@linux-foundation.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-Rspamd-Server: rspam08 X-Rspamd-Queue-Id: 7285B1A0050 X-Rspam-User: X-Stat-Signature: uh4dehofi194fdp4uibyhs49jd8k5e7n Authentication-Results: imf19.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=nrntJh4T; dmarc=none; spf=pass (imf19.hostedemail.com: domain of akpm@linux-foundation.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org X-HE-Tag: 1653672576-395244 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: The following changes since commit 9039b8335276569670caaf23606335946625e764: MAINTAINERS: add a mailing list for DAMON development (2022-05-09 17:34: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-05-27 for you to fetch changes up to 24c8e27e63224ce832b4723cb60632d3eddb55de: mm/page_table_check: fix accessing unmapped ptep (2022-05-27 08:55:18 -0700) ---------------------------------------------------------------- Six hotfixes. One from Miaohe Lin is considered a minor thing so it isn't for -stable. The remainder address pre-5.19 issues and are cc:stable. ---------------------------------------------------------------- Dong Aisheng (1): Revert "mm/cma.c: remove redundant cma_mutex lock" Mel Gorman (1): mm/page_alloc: always attempt to allocate at least one page during bulk allocation Miaohe Lin (1): mm/page_table_check: fix accessing unmapped ptep Mike Kravetz (1): hugetlb: fix huge_pmd_unshare address update Naveen N. Rao (1): kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add] Sultan Alsawaf (1): zsmalloc: fix races between asynchronous zspage free and page migration arch/s390/include/asm/kexec.h | 10 ++++++++++ arch/x86/include/asm/kexec.h | 8 ++++++++ include/linux/kexec.h | 46 +++++++++++++++++++++++++++++++++++-------- kernel/kexec_file.c | 34 -------------------------------- mm/cma.c | 4 +++- mm/hugetlb.c | 9 ++++++++- mm/page_alloc.c | 4 ++-- mm/page_table_check.c | 2 +- mm/zsmalloc.c | 37 ++++++++++++++++++++++++++++++---- 9 files changed, 103 insertions(+), 51 deletions(-)