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 0692AC77B78 for ; Wed, 3 May 2023 09:23:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229774AbjECJXY (ORCPT ); Wed, 3 May 2023 05:23:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229565AbjECJXV (ORCPT ); Wed, 3 May 2023 05:23:21 -0400 Received: from mail-il1-f197.google.com (mail-il1-f197.google.com [209.85.166.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0266D44AD for ; Wed, 3 May 2023 02:23:20 -0700 (PDT) Received: by mail-il1-f197.google.com with SMTP id e9e14a558f8ab-331027514f6so20546995ab.0 for ; Wed, 03 May 2023 02:23:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683105799; x=1685697799; h=to:from:subject:message-id:in-reply-to:date:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=sGQwBgpI0bqdgO8pKEEKbKv8+LeoHbpWth2gSQz7m8c=; b=P8vcKiYLj7gHAfapeq3MPlQhqVG45iVkInbi5ObtIBHP4rSXylx7mH2C/8ykos9+YH d+mJ0tJHaLyCi7QVGhH3Nb8wVaUEP3QAMVaQMcQJ73aXx84SvSBZQr4D+RHy5CIPe59+ 8NX2sAHFu+UbIbJVq8UecseT2Ge0ROnWD795Y0HrFyGhGd0t5VclS5jKfZEOJaU/+Ohi dAh07KA4ipFwHxnzFpx7ioD7CDC2lrOUpF3kF8PfjzwWM7Gvqrcsb49bTWY5wwv7G8mN EynsZPVI3BfpwTsNjihTW33argxraW7bGvrOyvHekjixyH7cNIdiQh9Ml5cO98wkHULE FTVA== X-Gm-Message-State: AC+VfDwhoD5HRVZQeJ1yHiRtbsAH776IQvB2RpE7y8HlZ+re10/wN/vR naX2MqWo1hOY3rltCfdgtlDZ2izbVUtE4ejQ/qIA8tczD+Fz X-Google-Smtp-Source: ACHHUZ5aG/XfDHqoKqO+ew2JWIPDDza1z+e6Rp2DamFuAlgepSexYCvFh5GJosvlwf7Pk/iL0j6gaCeA1MFSQp8enMVfNw4U3owM MIME-Version: 1.0 X-Received: by 2002:a92:d98f:0:b0:331:2d3a:2cf5 with SMTP id r15-20020a92d98f000000b003312d3a2cf5mr3245587iln.2.1683105799342; Wed, 03 May 2023 02:23:19 -0700 (PDT) Date: Wed, 03 May 2023 02:23:19 -0700 In-Reply-To: <00000000000090900c05fa656913@google.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <0000000000004a34a305fac69bcb@google.com> Subject: Re: [syzbot] [mm?] [udf?] KASAN: null-ptr-deref Read in filemap_fault From: syzbot To: akpm@linux-foundation.org, hch@lst.de, jack@suse.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, syzkaller-bugs@googlegroups.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org syzbot has bisected this issue to: commit 66dabbb65d673aef40dd17bf62c042be8f6d4a4b Author: Christoph Hellwig Date: Tue Mar 7 14:34:10 2023 +0000 mm: return an ERR_PTR from __filemap_get_folio bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=15220608280000 start commit: 865fdb08197e Merge tag 'input-for-v6.4-rc0' of git://git.k.. git tree: upstream final oops: https://syzkaller.appspot.com/x/report.txt?x=17220608280000 console output: https://syzkaller.appspot.com/x/log.txt?x=13220608280000 kernel config: https://syzkaller.appspot.com/x/.config?x=d1c8518c09009bad dashboard link: https://syzkaller.appspot.com/bug?extid=48011b86c8ea329af1b9 syz repro: https://syzkaller.appspot.com/x/repro.syz?x=137594c4280000 C reproducer: https://syzkaller.appspot.com/x/repro.c?x=10cfd602280000 Reported-by: syzbot+48011b86c8ea329af1b9@syzkaller.appspotmail.com Fixes: 66dabbb65d67 ("mm: return an ERR_PTR from __filemap_get_folio") For information about bisection process see: https://goo.gl/tpsmEJ#bisection