Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp677247ybz; Fri, 1 May 2020 06:39:23 -0700 (PDT) X-Google-Smtp-Source: APiQypJV1xFHRwKZ7mwUoy7RBd4vfKe3vLbkJ5z6i6PgWkB0JiYFyGMWwpYJCwrOYsPb8EW6HsiY X-Received: by 2002:a17:906:7f0d:: with SMTP id d13mr3318070ejr.312.1588340363248; Fri, 01 May 2020 06:39:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588340363; cv=none; d=google.com; s=arc-20160816; b=lLFXf3oT9hkbsy4bUsqqboBOACrPscPoGCbWOZiuS2kMnT8L7bnFQWFF+Xa/6RVXJ2 IB4wp2tcdPOfGN1HgwMbvNoJ1rdXXd/2ihuRJ41Og19ulT0qxYV9N32q7RC+zc7MGGIv SYs3ID00IFsWAkcYQ0xUMyKkL6GfWbD7hjrIteP7RIVlDlePJ2ub1de/4GaPo0dqaPyd rtFumjh3mwI4AnZIew+3MFXxdeT098bj4+lskEmP+w7D7n8kHksKQcKsHD3jnbO62uA1 fq5+Rapxf5TaaPPFCLImMWAUb5fY+3Y785woZWgqWxj2WC3kP67tyfJiOvatBnSbcSPp miMg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=9lXiA6SWWrPuIJeOlhO9B0u2G5H4EhPAlUmpmSCVn84=; b=v+BArdOYA8OW9b9KALKYa9i5eXvu7/MTby/A2ySmfFzK2gVh+PNYMCvB2bRDU3jXqo 8YbOJH3vnYYzVPS7zuN+UzUhgTA4lGBV9SZOiaxLqwsGsFhEwe9C/GUdWrVESTKglAAX e1ww9Ju3b17KBftwW8ieyek6tlPoeFBwXz/CFX0acdEQ6tcrAMllzmMXmk4XGf/CRptG xKNQLJ2W+j2BssgG5kL7ckxPVG+bj6cdY4sckN9F2nuh5Dxdp9ZzgR1tc6ApNU23o19S gaNJOJvVqIABHNBDWKf2lv28mycB2dCd6XFOD6+1+/3z2gZvar2pSIw04LpRW053pC5q Y5aQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ikOOfx5+; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e13si1728969ejx.393.2020.05.01.06.39.00; Fri, 01 May 2020 06:39:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ikOOfx5+; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730931AbgEANhF (ORCPT + 99 others); Fri, 1 May 2020 09:37:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:35764 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730516AbgEANhC (ORCPT ); Fri, 1 May 2020 09:37:02 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 B055824959; Fri, 1 May 2020 13:36:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588340220; bh=aT5MDR+kkB0/oWTzJRyOuO0Fi5po4xdtnGXGXqPWHmI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ikOOfx5+AUvo90hn8EfnYBXN4veiYDpT+22fbS1mHSq+bUO4/rpsvv1BgiPiFScyj cyCNbMu4zN9tBPx1T/252Q7EGXQyCmJWETR1qXdle/k5Wrt/2PTTZWH25gOzOXAvs9 j65TfSVdl/6c5m6G1/LWxfK2J0cu/dcGcZG0O+z8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, syzbot+1f9dc49e8de2582d90c2@syzkaller.appspotmail.com, Eric Biggers , "Darrick J. Wong" , Christoph Hellwig Subject: [PATCH 4.19 26/46] xfs: clear PF_MEMALLOC before exiting xfsaild thread Date: Fri, 1 May 2020 15:22:51 +0200 Message-Id: <20200501131507.913994050@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200501131457.023036302@linuxfoundation.org> References: <20200501131457.023036302@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Eric Biggers commit 10a98cb16d80be3595fdb165fad898bb28b8b6d2 upstream. Leaving PF_MEMALLOC set when exiting a kthread causes it to remain set during do_exit(). That can confuse things. In particular, if BSD process accounting is enabled, then do_exit() writes data to an accounting file. If that file has FS_SYNC_FL set, then this write occurs synchronously and can misbehave if PF_MEMALLOC is set. For example, if the accounting file is located on an XFS filesystem, then a WARN_ON_ONCE() in iomap_do_writepage() is triggered and the data doesn't get written when it should. Or if the accounting file is located on an ext4 filesystem without a journal, then a WARN_ON_ONCE() in ext4_write_inode() is triggered and the inode doesn't get written. Fix this in xfsaild() by using the helper functions to save and restore PF_MEMALLOC. This can be reproduced as follows in the kvm-xfstests test appliance modified to add the 'acct' Debian package, and with kvm-xfstests's recommended kconfig modified to add CONFIG_BSD_PROCESS_ACCT=y: mkfs.xfs -f /dev/vdb mount /vdb touch /vdb/file chattr +S /vdb/file accton /vdb/file mkfs.xfs -f /dev/vdc mount /vdc umount /vdc It causes: WARNING: CPU: 1 PID: 336 at fs/iomap/buffered-io.c:1534 CPU: 1 PID: 336 Comm: xfsaild/vdc Not tainted 5.6.0-rc5 #3 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS ?-20191223_100556-anatol 04/01/2014 RIP: 0010:iomap_do_writepage+0x16b/0x1f0 fs/iomap/buffered-io.c:1534 [...] Call Trace: write_cache_pages+0x189/0x4d0 mm/page-writeback.c:2238 iomap_writepages+0x1c/0x33 fs/iomap/buffered-io.c:1642 xfs_vm_writepages+0x65/0x90 fs/xfs/xfs_aops.c:578 do_writepages+0x41/0xe0 mm/page-writeback.c:2344 __filemap_fdatawrite_range+0xd2/0x120 mm/filemap.c:421 file_write_and_wait_range+0x71/0xc0 mm/filemap.c:760 xfs_file_fsync+0x7a/0x2b0 fs/xfs/xfs_file.c:114 generic_write_sync include/linux/fs.h:2867 [inline] xfs_file_buffered_aio_write+0x379/0x3b0 fs/xfs/xfs_file.c:691 call_write_iter include/linux/fs.h:1901 [inline] new_sync_write+0x130/0x1d0 fs/read_write.c:483 __kernel_write+0x54/0xe0 fs/read_write.c:515 do_acct_process+0x122/0x170 kernel/acct.c:522 slow_acct_process kernel/acct.c:581 [inline] acct_process+0x1d4/0x27c kernel/acct.c:607 do_exit+0x83d/0xbc0 kernel/exit.c:791 kthread+0xf1/0x140 kernel/kthread.c:257 ret_from_fork+0x27/0x50 arch/x86/entry/entry_64.S:352 This bug was originally reported by syzbot at https://lore.kernel.org/r/0000000000000e7156059f751d7b@google.com. Reported-by: syzbot+1f9dc49e8de2582d90c2@syzkaller.appspotmail.com Signed-off-by: Eric Biggers Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Greg Kroah-Hartman --- fs/xfs/xfs_trans_ail.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/fs/xfs/xfs_trans_ail.c +++ b/fs/xfs/xfs_trans_ail.c @@ -520,8 +520,9 @@ xfsaild( { struct xfs_ail *ailp = data; long tout = 0; /* milliseconds */ + unsigned int noreclaim_flag; - current->flags |= PF_MEMALLOC; + noreclaim_flag = memalloc_noreclaim_save(); set_freezable(); while (1) { @@ -592,6 +593,7 @@ xfsaild( tout = xfsaild_push(ailp); } + memalloc_noreclaim_restore(noreclaim_flag); return 0; }