From patchwork Fri May 13 17:08:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Morton X-Patchwork-Id: 12849102 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 BC96DC433EF for ; Fri, 13 May 2022 17:08:28 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 4CFCA6B0075; Fri, 13 May 2022 13:08:28 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 458F06B0078; Fri, 13 May 2022 13:08:28 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 2D27E6B007B; Fri, 13 May 2022 13:08:28 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0012.hostedemail.com [216.40.44.12]) by kanga.kvack.org (Postfix) with ESMTP id 1BD136B0075 for ; Fri, 13 May 2022 13:08:28 -0400 (EDT) Received: from smtpin05.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay08.hostedemail.com (Postfix) with ESMTP id EB64420B31 for ; Fri, 13 May 2022 17:08:27 +0000 (UTC) X-FDA: 79461353454.05.448367C Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf24.hostedemail.com (Postfix) with ESMTP id 8A0FD1800DD for ; Fri, 13 May 2022 17:08:18 +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 4ED6E62033; Fri, 13 May 2022 17:08:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 00530C34100; Fri, 13 May 2022 17:08:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1652461706; bh=yyta1JDBNdTqYBJ7QeiOI5lEnbOq/t1YaTxEBduqntY=; h=Date:From:To:Cc:Subject:From; b=Zsl5a0c3oklW3J24GmN19JMzXlCtDk0w0R4CkKkbYTih9+4C3LPSyb2g12acZxvts JGIfBdDRclKn5YGxu4nBR+/Fs4ktdS4lcM7qCbfXGX7xlQzwWL/s6DjZljPfcrhCKa nAHNRzjHPOuiA6RsW7uuu9CdGbIXGAUTUgN4lK/4= Date: Fri, 13 May 2022 10:08:25 -0700 From: Andrew Morton To: Linus Torvalds Cc: linux-mm@kvack.org, mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] hotfixes for 5.18-rc7 Message-Id: <20220513100825.701c0801de7f18168c4d838c@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: rspam02 X-Rspamd-Queue-Id: 8A0FD1800DD X-Stat-Signature: kwyka6ugd8yjw58cbo5dxge178kui89o X-Rspam-User: Authentication-Results: imf24.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=Zsl5a0c3; spf=pass (imf24.hostedemail.com: domain of akpm@linux-foundation.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org; dmarc=none X-HE-Tag: 1652461698-359448 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: Linus, Please pull a bunch of hotfixes for 5.18-rc7. The following changes since commit 38d741cb70b30741c0e802cbed7bd9cf4fd15fa4: Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drm (2022-04-28 18:00:34 -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-11 for you to fetch changes up to 9039b8335276569670caaf23606335946625e764: MAINTAINERS: add a mailing list for DAMON development (2022-05-09 17:34:29 -0700) ---------------------------------------------------------------- Seven MM fixes, three of which address issues added in the most recent merge window, four of which are cc:stable. Three non-MM fixes, none very serious. ---------------------------------------------------------------- Hyeonggon Yoo (1): mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool Joel Savitz (1): selftests: vm: Makefile: rename TARGETS to VMTARGETS Kalesh Singh (1): procfs: prevent unprivileged processes accessing fdinfo dir Martyna Szapar-Mudlaw (1): mailmap: add entry for martyna.szapar-mudlaw@intel.com Mike Rapoport (1): arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map Naoya Horiguchi (1): mm/hwpoison: use pr_err() instead of dump_page() in get_any_page() Niels Dossche (1): mm: mremap: fix sign for EFAULT error return value SeongJae Park (1): MAINTAINERS: add a mailing list for DAMON development Xu Yu (2): Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()" mm/huge_memory: do not overkill when splitting huge_zero_page .mailmap | 1 + MAINTAINERS | 1 + arch/arm/include/asm/io.h | 3 +++ arch/arm/mm/ioremap.c | 8 ++++++++ arch/arm64/include/asm/io.h | 4 ++++ arch/arm64/mm/ioremap.c | 8 ++++++++ fs/proc/fd.c | 23 ++++++++++++++++++++++- mm/huge_memory.c | 7 ++++++- mm/kfence/core.c | 10 ++++++++++ mm/memory-failure.c | 15 +-------------- mm/mremap.c | 2 +- tools/testing/selftests/vm/Makefile | 10 +++++----- 12 files changed, 70 insertions(+), 22 deletions(-)