From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89BDAC433EF for ; Sat, 29 Jan 2022 02:13:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240822AbiA2CNs (ORCPT ); Fri, 28 Jan 2022 21:13:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239177AbiA2CNr (ORCPT ); Fri, 28 Jan 2022 21:13:47 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 513BAC061714 for ; Fri, 28 Jan 2022 18:13:47 -0800 (PST) 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 sin.source.kernel.org (Postfix) with ESMTPS id 62437CE19FC for ; Sat, 29 Jan 2022 02:13:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 864F4C340E7; Sat, 29 Jan 2022 02:13:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1643422422; bh=PLmxLObYhBHM4XBKCrtFGPUFhiw/wDMgp5m78x7yHlo=; h=Date:From:To:Cc:Subject:From; b=zNhN1DU/fp1dCEk3ZFlHxNVzFmYPQ7CQIkpSAX+pdRo/ajAeqH/00luwLbyQMkH5F Uy6yiGXpboS7M7NVyvJW9C+o08Mmy8VaEHIuz8xOFzR4WeyszIRF5AQpK6eY4a7lrV hfc2apqLdvBC7oXXU3mIrKGXSi6LECNQmwan8g8I= Date: Fri, 28 Jan 2022 18:13:41 -0800 From: Andrew Morton To: Linus Torvalds Cc: mm-commits@vger.kernel.org, linux-mm@kvack.org Subject: incoming Message-Id: <20220128181341.2103de95948608a65958ae40@linux-foundation.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk Reply-To: linux-kernel@vger.kernel.org List-ID: X-Mailing-List: mm-commits@vger.kernel.org 12 patches, based on 169387e2aa291a4e3cb856053730fe99d6cec06f. Subsystems affected by this patch series: sysctl binfmt ia64 mm/memory-failure mm/folios selftests mm/kasan mm/psi ocfs2 Subsystem: sysctl Andrew Morton : include/linux/sysctl.h: fix register_sysctl_mount_point() return type Subsystem: binfmt Tong Zhang : binfmt_misc: fix crash when load/unload module Subsystem: ia64 Randy Dunlap : ia64: make IA64_MCA_RECOVERY bool instead of tristate Subsystem: mm/memory-failure Joao Martins : memory-failure: fetch compound_head after pgmap_pfn_valid() Subsystem: mm/folios Wei Yang : mm: page->mapping folio->mapping should have the same offset Subsystem: selftests Maor Gottlieb : tools/testing/scatterlist: add missing defines Subsystem: mm/kasan Marco Elver : kasan: test: fix compatibility with FORTIFY_SOURCE Peter Collingbourne : mm, kasan: use compare-exchange operation to set KASAN page tag Subsystem: mm/psi Suren Baghdasaryan : psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n Subsystem: ocfs2 Joseph Qi : Patch series "ocfs2: fix a deadlock case": jbd2: export jbd2_journal_[grab|put]_journal_head ocfs2: fix a deadlock when commit trans arch/ia64/Kconfig | 2 fs/binfmt_misc.c | 8 +-- fs/jbd2/journal.c | 2 fs/ocfs2/suballoc.c | 25 ++++------- include/linux/mm.h | 17 +++++-- include/linux/mm_types.h | 1 include/linux/psi.h | 11 ++-- include/linux/sysctl.h | 2 kernel/sched/psi.c | 79 ++++++++++++++++++----------------- lib/test_kasan.c | 5 ++ mm/memory-failure.c | 6 ++ tools/testing/scatterlist/linux/mm.h | 3 - 12 files changed, 91 insertions(+), 70 deletions(-)