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=-0.7 required=3.0 tests=FROM_LOCAL_HEX, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS 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 36B9AC43381 for ; Fri, 29 Mar 2019 21:48:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0597821773 for ; Fri, 29 Mar 2019 21:48:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730390AbfC2VsC (ORCPT ); Fri, 29 Mar 2019 17:48:02 -0400 Received: from mail-io1-f72.google.com ([209.85.166.72]:55246 "EHLO mail-io1-f72.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730113AbfC2VsC (ORCPT ); Fri, 29 Mar 2019 17:48:02 -0400 Received: by mail-io1-f72.google.com with SMTP id c17so2790512iom.21 for ; Fri, 29 Mar 2019 14:48:02 -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:date:in-reply-to:message-id:subject :from:to; bh=csUtJ03VlaWX7nAq+6/xvvG71CB4mzfL3WY9tqfh3kI=; b=XwR5eV094VRbtJ+Zp43yyFvNgAYvZwm2q9ZEJqyvkUq7CYNUAYKiLB3csNFVBgZYGb SLXVfnLGbxgXXjrPEL22uzhmO/CsYCT/5Q5x0+6x4KWeehnnq6LvLUUb8Rd2zt917uIv OSXRkyX6j7tuITVP62kyOHjNM0uqC+7cHK/x4utJedMIVKuRhj+k+A3DmXLkgPLshlYV KfFdbx0xqSds3ORLR/HuBMe1ilfn+s3jNYrEy8L+yTHbNoH9InKcAMDRhaRGnIGZqct3 iNxNm9NaHMVIjPGMhixNIkbbnTeIesxENFh74ZKkaSenq/M6fZn3lRfzgyoiIg5jls0V m2Pw== X-Gm-Message-State: APjAAAWLQhQnvqVX74inXhw5EDj+hokx1fW2uL1Xy3xZuizC2RbbjKV7 1Ddaip8yfklR0bgPw2eV8Wy/YbLqXc6fVCAyASwOs3CATunp X-Google-Smtp-Source: APXvYqxOvpH2bPBXObQjmxUmL9QwkAEk8a59Pddf3j4Jb0wn3bBGv+PLluZnijXzxpiecgQc/LptWairx4rRglJvopTxCiJwgbgb MIME-Version: 1.0 X-Received: by 2002:a24:2404:: with SMTP id f4mr2261927ita.15.1553896081438; Fri, 29 Mar 2019 14:48:01 -0700 (PDT) Date: Fri, 29 Mar 2019 14:48:01 -0700 In-Reply-To: <000000000000ddc91405853d6de3@google.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <000000000000f3bf550585429fe9@google.com> Subject: Re: general protection fault in load_elf_binary From: syzbot To: adobriyan@gmail.com, akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, sfr@canb.auug.org.au, syzkaller-bugs@googlegroups.com, viro@zeniv.linux.org.uk Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org syzbot has bisected this bug to: commit 44e63c4a026325d2e085e46502121ea533a6e315 Author: Alexey Dobriyan Date: Thu Mar 28 23:02:05 2019 +0000 fs/binfmt_elf.c: free PT_INTERP filename ASAP bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=11d5c23f200000 start commit: 1baf02ec Add linux-next specific files for 20190329 git tree: linux-next final crash: https://syzkaller.appspot.com/x/report.txt?x=13d5c23f200000 console output: https://syzkaller.appspot.com/x/log.txt?x=15d5c23f200000 kernel config: https://syzkaller.appspot.com/x/.config?x=9d8e70f94f3533a7 dashboard link: https://syzkaller.appspot.com/bug?extid=0d1fcd7268b21baced4a syz repro: https://syzkaller.appspot.com/x/repro.syz?x=125ca12f200000 C reproducer: https://syzkaller.appspot.com/x/repro.c?x=11e1123f200000 Reported-by: syzbot+0d1fcd7268b21baced4a@syzkaller.appspotmail.com Fixes: 44e63c4a0263 ("fs/binfmt_elf.c: free PT_INTERP filename ASAP") For information about bisection process see: https://goo.gl/tpsmEJ#bisection