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=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 F3CB4C43381 for ; Sat, 23 Mar 2019 19:48:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BF25C218B0 for ; Sat, 23 Mar 2019 19:48:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727680AbfCWTsz (ORCPT ); Sat, 23 Mar 2019 15:48:55 -0400 Received: from mail-it1-f195.google.com ([209.85.166.195]:37257 "EHLO mail-it1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727504AbfCWTsz (ORCPT ); Sat, 23 Mar 2019 15:48:55 -0400 Received: by mail-it1-f195.google.com with SMTP id z124so8479849itc.2 for ; Sat, 23 Mar 2019 12:48:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=s522FjRALacXWdtiV96CbVXvCJPesQu3aDbWoGo4DtY=; b=bdhXUzBE/duoWpkOKubi1r1y551Q8bA9hUGy6ZrOTbPDxtrEaaiLN080aMJJ1pKmyz RZ8BHhj005GTesGYPJhEnzx0BeIWMHSb1Ewufl4LNmkp6+14puLbjNHiuT5Y5qx7odsc /jvNFNX3Axb/mdbcDpK1uFX8mWzAQuz/Lov+/UUzo7y2O1pC7mfjwUhkemNLaL/hkeP+ YPZhL0HjbsGIgNF4Whn42JwIa5JI5KaGyUiFOEo0nc8bTD2CnUnW3KTzdTLWcM3HAlRu ih4Lbq+UyBXPWjD67ctAkQc1lwMRt8jIfqqBOMUQX/MdUD7DduFrxAJi6/yafZne/jeM MVkw== X-Gm-Message-State: APjAAAVAnJM2KH4kdY17s8vmrsvnobxXYocG0Mphnh0SAfTdJIN9ig56 cnZ+U0pCRcdwHrFypYvGkZS5B715hI6uQ+q+uz7ljA== X-Google-Smtp-Source: APXvYqwlgjwjZHmqKN7w+HtiPxt3k5vs7y1aHWjzoPwogopi2FeeylXo2vSTAZpFHthQHo6KLwweySN9ugtyKT6mIS0= X-Received: by 2002:a24:4198:: with SMTP id b24mr3333157itd.25.1553370534883; Sat, 23 Mar 2019 12:48:54 -0700 (PDT) MIME-Version: 1.0 References: <000000000000f4efae0584be37ab@google.com> <875zs9oage.fsf@xmission.com> In-Reply-To: <875zs9oage.fsf@xmission.com> From: Miklos Szeredi Date: Sat, 23 Mar 2019 20:48:44 +0100 Message-ID: Subject: Re: WARNING in request_end To: "Eric W. Biederman" Cc: syzbot , dvyukov@google.com, ktkhai@virtuozzo.com, linux-fsdevel , lkml , Miklos Szeredi , syzkaller-bugs@googlegroups.com Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sat, Mar 23, 2019 at 4:52 PM Eric W. Biederman wrote: > > syzbot writes: > > > syzbot has bisected this bug to: > > Nope. syzbot got it wrong. > > At most that commit will allow a larger class of users to mount fuse > and thus be able to reproduce the problem. > > It does look like syzbot has found something concerning though. > > Miklos any ideas? Dup of this? bc78abbd55dd ("fuse: Fix use-after-free in fuse_dev_do_read()") Let's test: #syz test: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git bc78abbd55dd Thanks, Miklos