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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 1FEAEC10F28 for ; Mon, 9 Mar 2020 05:56:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E8D3B20674 for ; Mon, 9 Mar 2020 05:56:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583733386; bh=foCcryb37oDraNojkaajgMrtHXqGJv5FpA7gpjZ1tDI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=qwV02tGyZ8KJsNA5A9Yk5eakBDn5RCtCmQ74MqOP9uDfJdQBYnZXfHMOcaIjzQbA7 Fgx6CZUYOOx0GcGOe2pmu0fXtaia77FmpRIhX5RwWJ6c+2F7gVFPtziD6C7Iqf3t0Z 14eojnzNEnsSIzpkDJMgcZI7BLt5vgtGmUgjjJyM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726071AbgCIF4X (ORCPT ); Mon, 9 Mar 2020 01:56:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:57040 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725796AbgCIF4X (ORCPT ); Mon, 9 Mar 2020 01:56:23 -0400 Received: from sol.localdomain (c-107-3-166-239.hsd1.ca.comcast.net [107.3.166.239]) (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 8962E20674; Mon, 9 Mar 2020 05:56:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583733382; bh=foCcryb37oDraNojkaajgMrtHXqGJv5FpA7gpjZ1tDI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GNjb5ez8K7rwS/HgZv/IMU8J5e16C8DkfGAJrcVpCmi+4Sh27NCENiYlsnkuQQsPw HUoNYrInZmurhu6Pv1ES4whUDHTHv270S/BSWjtqCqErlkVOmXXR3lz7e4e9GyUa7J sm8Xnmf/QtrtnCEjcd2mPhs1brYPKMsX0trNL50Y= Date: Sun, 8 Mar 2020 22:56:21 -0700 From: Eric Biggers To: Steve French Cc: CIFS , linux-ext4 , syzkaller-bugs@googlegroups.com, LKML Subject: Re: [PATCH v2] cifs: clear PF_MEMALLOC before exiting demultiplex thread Message-ID: <20200309055621.GA272474@sol.localdomain> References: <20200308043645.1034870-1-ebiggers@kernel.org> <20200308061611.1185481-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sun, Mar 08, 2020 at 01:43:56PM -0500, Steve French wrote: > merged into cifs-2.6.git for-next > > running buildbot cifs/smb3 automated regression tests now > Thanks. FYI, I also sent a similar patch for an XFS kernel thread, and the XFS folks requested more details in the commit message [1]. So I ended up trying to reproduce this warning on both XFS and CIFS, and I added more details to both commit messages. So if it's not too late, please update the CIFS commit to the v3 I'm sending out. Thanks! [1] https://lkml.kernel.org/linux-xfs/20200308230307.GM10776@dread.disaster.area - Eric