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=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 6A136C432C1 for ; Mon, 23 Sep 2019 22:51:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4609021BE5 for ; Mon, 23 Sep 2019 22:51:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2503494AbfIWWvB (ORCPT ); Mon, 23 Sep 2019 18:51:01 -0400 Received: from www62.your-server.de ([213.133.104.62]:43564 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392820AbfIWWvB (ORCPT ); Mon, 23 Sep 2019 18:51:01 -0400 Received: from [178.197.248.15] (helo=localhost) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1iCXAR-00087M-8r; Tue, 24 Sep 2019 00:50:51 +0200 Date: Tue, 24 Sep 2019 00:50:50 +0200 From: Daniel Borkmann To: syzbot Cc: ast@kernel.org, bjorn.topel@intel.com, bpf@vger.kernel.org, davem@davemloft.net, hawk@kernel.org, jakub.kicinski@netronome.com, john.fastabend@gmail.com, jonathan.lemon@gmail.com, kafai@fb.com, linux-kernel@vger.kernel.org, magnus.karlsson@intel.com, netdev@vger.kernel.org, songliubraving@fb.com, syzkaller-bugs@googlegroups.com, yhs@fb.com Subject: Re: general protection fault in xsk_map_update_elem Message-ID: <20190923225050.GA26406@pc-63.home> References: <0000000000006a3a2f05933a5c53@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0000000000006a3a2f05933a5c53@google.com> User-Agent: Mutt/1.12.1 (2019-06-15) X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.101.4/25581/Mon Sep 23 10:20:21 2019) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Sep 23, 2019 at 08:49:11AM -0700, syzbot wrote: > Hello, > > syzbot found the following crash on: > > HEAD commit: b41dae06 Merge tag 'xfs-5.4-merge-7' of git://git.kernel.o.. > git tree: net-next > console output: https://syzkaller.appspot.com/x/log.txt?x=130b25ad600000 > kernel config: https://syzkaller.appspot.com/x/.config?x=dfcf592db22b9132 > dashboard link: https://syzkaller.appspot.com/bug?extid=491c1b7565ba9069ecae > compiler: gcc (GCC) 9.0.0 20181231 (experimental) > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=155a0c29600000 > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=172bf6d9600000 > > The bug was bisected to: > > commit 0402acd683c678874df6bdbc23530ca07ea19353 > Author: Björn Töpel > Date: Thu Aug 15 09:30:13 2019 +0000 > > xsk: remove AF_XDP socket from map when the socket is released Bjorn, PTAL, thanks.