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 703A1C433EF for ; Tue, 17 May 2022 23:46:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232117AbiEQXqH (ORCPT ); Tue, 17 May 2022 19:46:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232022AbiEQXqA (ORCPT ); Tue, 17 May 2022 19:46:00 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D27F3C713 for ; Tue, 17 May 2022 16:45:56 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 493F4B81D16 for ; Tue, 17 May 2022 23:45:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D74A6C385B8; Tue, 17 May 2022 23:45:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1652831154; bh=3r4E2fLMic7Ws4eWiodHdrFMqje6RGVyYON9bS01F5o=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Y+bBmwqlZnlPNjzJP13zKeSD5+mG8MGF8589xJ2JPHuzIHtK8vX0ALkEqVopzS6gf CBENI07+AthUbh9wvQbzaN5nkWUq4FztY8Dfa5PRO/1fF25QF5HKnU6/on8pFStMN9 3eB7VbxeLoj6kebJz20K825Nd8fnCLachkmMvl/E= Date: Tue, 17 May 2022 16:45:53 -0700 From: Andrew Morton To: Miaohe Lin Cc: , , Subject: Re: [PATCH 0/9] A few fixup patches for z3fold Message-Id: <20220517164553.29d6b76eb0cc656556916372@linux-foundation.org> In-Reply-To: <20220429064051.61552-1-linmiaohe@huawei.com> References: <20220429064051.61552-1-linmiaohe@huawei.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 29 Apr 2022 14:40:42 +0800 Miaohe Lin wrote: > This series contains a few fixup patches to fix sheduling while atomic, > fix possible null pointer dereferencing, fix various race conditions and > so on. More details can be found in the respective changelogs. We haven't heard from Vitaly but this series has been in mm-unstable and linux-next for three weeks, so I plan to move it into mm-stable later this week.