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 0AAC3EDEC5C for ; Wed, 13 Sep 2023 14:26:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239876AbjIMO0d (ORCPT ); Wed, 13 Sep 2023 10:26:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235800AbjIMO0a (ORCPT ); Wed, 13 Sep 2023 10:26:30 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A2D6392; Wed, 13 Sep 2023 07:26:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=vZXBuq9nlAZ8Gx9opg+N9hx7NUH9GGqRP1vud5p5Ibo=; b=FHWpHLjEa4KdWZE8TtWTPhcn0I yWxOQWgxioBqMpzsytL1GL6l3NyvPbggD9sZaTptbhEyLMtGfZMUlzAmvzWnuABbzMWYITrG2Ez5j 21JlneI0akvl/1LO6hF1EDn0rdupGpGc3yeCMF+o3H6IiT5IkRBd6I3hq+CXgPampQ5JoIGXFwm/O zqj7nfwkGHI8JSQuIfi+w3Ce3ZuC5bRUYR35Ecu3RiudFBEEm8sgcywP9yTbK4OGDyiyN/1xgkk+8 2J+LZ8gT5WDxVclXATACkDAbVU1aAX26RK8OQ7W+886USKWqBwJdPvK/qiJixXb0DhjOxhYgmRhSn qAv2a4yQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1qgQow-00EMRZ-Bc; Wed, 13 Sep 2023 14:26:22 +0000 Date: Wed, 13 Sep 2023 15:26:22 +0100 From: Matthew Wilcox To: Sanan Hasanov Cc: "akpm@linux-foundation.org" , "linux-fsdevel@vger.kernel.org" , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , "syzkaller@googlegroups.com" , "contact@pgazz.com" Subject: Re: KASAN: null-ptr-deref Read in filemap_fault Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 12, 2023 at 11:02:23PM +0000, Sanan Hasanov wrote: > Good day, dear maintainers, It was a better day before I got this email. Same question as in https://lore.kernel.org/all/ZPo%2FHdan9JaYWor0@casper.infradead.org/ > Kernel Branch: 6.3.0-next-20230426 except this one is even older. Five months?!