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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0845EC11D27 for ; Fri, 21 Feb 2020 04:00:33 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id B7C7F20722 for ; Fri, 21 Feb 2020 04:00:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="1Q5KHSOr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B7C7F20722 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 609A96B0080; Thu, 20 Feb 2020 23:00:32 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 5B9226B0081; Thu, 20 Feb 2020 23:00:32 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 4CF9E6B0082; Thu, 20 Feb 2020 23:00:32 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0192.hostedemail.com [216.40.44.192]) by kanga.kvack.org (Postfix) with ESMTP id 32A986B0080 for ; Thu, 20 Feb 2020 23:00:32 -0500 (EST) Received: from smtpin29.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 1FA552464 for ; Fri, 21 Feb 2020 04:00:32 +0000 (UTC) X-FDA: 76512782304.29.spot09_5befd1696611b X-HE-Tag: spot09_5befd1696611b X-Filterd-Recvd-Size: 4173 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf41.hostedemail.com (Postfix) with ESMTP for ; Fri, 21 Feb 2020 04:00:31 +0000 (UTC) Received: from X1 (nat-ab2241.sltdut.senawave.net [162.218.216.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 82CB620722; Fri, 21 Feb 2020 04:00:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582257630; bh=f9uQGF8sTAEgMTB+xJ1D4+ao5ApS1reNzej/Z2jeLM0=; h=Date:From:To:Cc:Subject:From; b=1Q5KHSOr7dHNB4S3jqfg2Al6fZWqEC7AY/PNx+DHNvn2pDOmf2qz7/2bnJRubbKPt YScN5I5KWZJKBKTS27ZlYb7WqCwCQoQsbR2wuo7KfaAuEsai1nsisIDerBdOwoQnYF iMU+mZHi/e5GWArEx4rgAUWkgIjKISbLd/oJftpA= Date: Thu, 20 Feb 2020 20:00:30 -0800 From: Andrew Morton To: Linus Torvalds Cc: linux-mm@kvack.org, mm-commits@vger.kernel.org Subject: incoming Message-Id: <20200220200030.9eb0c74410ac165503ef2577@linux-foundation.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: - A few y2038 fixes which missed the merge window whiole dependencies in NFS were being sorted out. - A bunch of fixes. Some minor, some not. Subsystems affected by this patch series: Arnd Bergmann : y2038: remove ktime to/from timespec/timeval conversion y2038: remove unused time32 interfaces y2038: hide timeval/timespec/itimerval/itimerspec types Ioanna Alifieraki : Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()" Christian Borntraeger : include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap SeongJae Park : selftests/vm: add missed tests in run_vmtests Joe Perches : get_maintainer: remove uses of P: for maintainer name Douglas Anderson : scripts/get_maintainer.pl: deprioritize old Fixes: addresses Christoph Hellwig : mm/swapfile.c: fix a comment in sys_swapon() Vasily Averin : mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps() Alexandru Ardelean : lib/string.c: update match_string() doc-strings with correct behavior Gavin Shan : mm/vmscan.c: don't round up scan size for online memory cgroup Wei Yang : mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM Alexander Potapenko : lib/stackdepot.c: fix global out-of-bounds in stack_slabs Randy Dunlap : MAINTAINERS: use tabs for SAFESETID MAINTAINERS | 8 - include/linux/compat.h | 29 ------ include/linux/ktime.h | 37 ------- include/linux/time32.h | 154 --------------------------------- include/linux/timekeeping32.h | 32 ------ include/linux/types.h | 5 - include/uapi/asm-generic/posix_types.h | 2 include/uapi/linux/swab.h | 4 include/uapi/linux/time.h | 22 ++-- ipc/sem.c | 6 - kernel/compat.c | 64 ------------- kernel/time/time.c | 43 --------- lib/stackdepot.c | 8 + lib/string.c | 16 +++ mm/memcontrol.c | 4 mm/sparse.c | 2 mm/swapfile.c | 2 mm/vmscan.c | 9 + scripts/get_maintainer.pl | 32 ------ tools/testing/selftests/vm/run_vmtests | 33 +++++++ 20 files changed, 93 insertions(+), 419 deletions(-)