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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEXHASH_WORD,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 B2CFFC48BD4 for ; Tue, 25 Jun 2019 05:51:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 64D0120659 for ; Tue, 25 Jun 2019 05:51:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561441869; bh=kigWajw1EWSW5tF5IhBn7ptlkNJKAVIEK3zbyJIhF2g=; h=Date:From:To:Cc:Subject:List-ID:From; b=1M1hJaQZ0+4bmt0QAV05b0GN0aYCsBZIM3ex8AgL11CBF5+08IrcekTSV5TaRiyBt yA8u1EoyYrvzyU2vrORVb5IcmlyUGe3FSLgK8kIxFOeKWY1e3csmVqOpSCNnd4p92+ GDUX/PyBZ1ehyXcDQANJYg/pxgyomYNmI1SMZBmQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728762AbfFYFvF (ORCPT ); Tue, 25 Jun 2019 01:51:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:55242 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728340AbfFYFvF (ORCPT ); Tue, 25 Jun 2019 01:51:05 -0400 Received: from sol.localdomain (c-24-5-143-220.hsd1.ca.comcast.net [24.5.143.220]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 017F020659; Tue, 25 Jun 2019 05:51:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561441864; bh=kigWajw1EWSW5tF5IhBn7ptlkNJKAVIEK3zbyJIhF2g=; h=Date:From:To:Cc:Subject:From; b=c8BWIOnamuw+0RhRepxewE1jMHBbVGjV99R49WhPcKZwtfVlEakQ/zlIJ8SaIplgi I7V2JoI5sA+yCI+A++9h2DNZpkcBJxXWMDLZBM8mQkRaWHJRX6CM8Vlo5P7wYzcQnC XMOH0vH6xgPSMMoRuB4DiIe9TEUCOiFkeF1VgG+w= Date: Mon, 24 Jun 2019 22:51:02 -0700 From: Eric Biggers To: netdev@vger.kernel.org, Steffen Klassert , Herbert Xu , "David S. Miller" , Su Yanjun Cc: linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com Subject: Reminder: 27 open syzbot bugs in "net/xfrm" subsystem Message-ID: <20190625055102.GE17703@sol.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.12.1 (2019-06-15) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org [This email was generated by a script. Let me know if you have any suggestions to make it better.] Of the currently open syzbot reports against the upstream kernel, I've manually marked 27 of them as possibly being bugs in the "net/xfrm" subsystem. I've listed these reports below, sorted by an algorithm that tries to list first the reports most likely to be still valid, important, and actionable. Of these 27 bugs, 4 were bisected to commits from the following person: Su Yanjun If you believe a bug is no longer valid, please close the syzbot report by sending a '#syz fix', '#syz dup', or '#syz invalid' command in reply to the original thread, as explained at https://goo.gl/tpsmEJ#status If you believe I misattributed a bug to the "net/xfrm" subsystem, please let me know, and if possible forward the report to the correct people or mailing list. Here are the bugs: -------------------------------------------------------------------------------- Title: general protection fault in get_work_pool Last occurred: 75 days ago Reported: 478 days ago Branches: Mainline and others Dashboard link: https://syzkaller.appspot.com/bug?id=849bd5710811bd19cad5b2f32ae863cfd6fe1c58 Original thread: https://lkml.kernel.org/lkml/001a1149c7ba03500d05667a1d4f@google.com/T/#u This bug has a C reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+880087058dbc131a2703@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/001a1149c7ba03500d05667a1d4f@google.com -------------------------------------------------------------------------------- Title: KASAN: use-after-free Read in _decode_session4 Last occurred: 451 days ago Reported: 451 days ago Branches: Mainline Dashboard link: https://syzkaller.appspot.com/bug?id=341e1a2a55b389e54cc07624ed40eb3ecca577db Original thread: https://lkml.kernel.org/lkml/001a113fe6d081698f0568a5dcac@google.com/T/#u This bug has a C reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+a7db9083ed4017ba4423@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/001a113fe6d081698f0568a5dcac@google.com -------------------------------------------------------------------------------- Title: KASAN: use-after-free Read in _decode_session6 Last occurred: 223 days ago Reported: 291 days ago Branches: Mainline and others Dashboard link: https://syzkaller.appspot.com/bug?id=ecf3e152769bdad66c297986d83561adea6ae155 Original thread: https://lkml.kernel.org/lkml/0000000000008d5a360575368e31@google.com/T/#u This bug has a C reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+e8c1d30881266e47eb33@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/0000000000008d5a360575368e31@google.com -------------------------------------------------------------------------------- Title: WARNING in xfrm_policy_fini Last occurred: 52 days ago Reported: 308 days ago Branches: Mainline and others Dashboard link: https://syzkaller.appspot.com/bug?id=c92d61bdd289b3550d8dbd6a970c2f34995a22b4 Original thread: https://lkml.kernel.org/lkml/000000000000c5745b0573d62311@google.com/T/#u This bug has a syzkaller reproducer only. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+9bce6db6c82f06b85d8b@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000c5745b0573d62311@google.com -------------------------------------------------------------------------------- Title: KMSAN: uninit-value in xfrm_state_find Last occurred: 169 days ago Reported: 374 days ago Branches: Mainline (with KMSAN patches) Dashboard link: https://syzkaller.appspot.com/bug?id=4d9dc4ec10e0d7b004645eadc3e99bbc2af67a74 Original thread: https://lkml.kernel.org/lkml/0000000000001f31eb056ea92fcb@google.com/T/#u This bug has a C reproducer. The original thread for this bug received 1 reply, 374 days ago. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+131cd4c6d21724b99a26@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/0000000000001f31eb056ea92fcb@google.com -------------------------------------------------------------------------------- Title: INFO: rcu detected stall in pppol2tp_sendmsg Last occurred: 8 days ago Reported: 286 days ago Branches: Mainline and others Dashboard link: https://syzkaller.appspot.com/bug?id=a7452f862c05dd695baf590d4f164bd089e636d8 Original thread: https://lkml.kernel.org/lkml/000000000000b8e87005759244ec@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+0925ea3f5745e9005733@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000b8e87005759244ec@google.com -------------------------------------------------------------------------------- Title: KMSAN: uninit-value in _decode_session6 Last occurred: 238 days ago Reported: 442 days ago Branches: Mainline (with KMSAN patches) Dashboard link: https://syzkaller.appspot.com/bug?id=7202296b7d7edf5d61e8c1f2c113d36ecd493a6a Original thread: https://lkml.kernel.org/lkml/000000000000311cdd0569510cc7@google.com/T/#u This bug has a C reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+2974b85346f85b586f4d@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000311cdd0569510cc7@google.com -------------------------------------------------------------------------------- Title: KASAN: slab-out-of-bounds Read in _decode_session6 (2) Last occurred: 216 days ago Reported: 237 days ago Branches: Mainline and others Dashboard link: https://syzkaller.appspot.com/bug?id=afc5098c1a0cb7cda8aa7fdb402153ff24fcf31c Original thread: https://lkml.kernel.org/lkml/000000000000c4ba820579737025@google.com/T/#u This bug has a C reproducer. syzbot has bisected this bug, but I think the bisection result is incorrect. The original thread for this bug received 1 reply, 94 days ago. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+240f9766d6be3d69431e@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000c4ba820579737025@google.com -------------------------------------------------------------------------------- Title: KMSAN: uninit-value in _decode_session4 Last occurred: 165 days ago Reported: 421 days ago Branches: Mainline (with KMSAN patches) Dashboard link: https://syzkaller.appspot.com/bug?id=31621ad0bdf6fd9c055769fb33f56423d7c6545b Original thread: https://lkml.kernel.org/lkml/000000000000e4758d056aff4604@google.com/T/#u This bug has a C reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+e7fec512bc2eb4ae0781@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000e4758d056aff4604@google.com -------------------------------------------------------------------------------- Title: WARNING: suspicious RCU usage in xfrm_get_sadinfo Last occurred: 96 days ago Reported: 97 days ago Branches: linux-next Dashboard link: https://syzkaller.appspot.com/bug?id=106319f5d94ac049166744eee79e455ce4d0435c Original thread: https://lkml.kernel.org/lkml/0000000000009c1aca058474a076@google.com/T/#u This bug has a C reproducer. This bug was bisected to: commit f10e0010fae8174dc20bdc872bcaa85baa925cb7 Author: Su Yanjun Date: Thu Mar 7 01:54:08 2019 +0000   net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+2792672c6a63f1dc867c@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/0000000000009c1aca058474a076@google.com -------------------------------------------------------------------------------- Title: WARNING: suspicious RCU usage in xfrm_get_spdinfo Last occurred: 96 days ago Reported: 97 days ago Branches: linux-next Dashboard link: https://syzkaller.appspot.com/bug?id=4db14afc80049c484903a7cf4d36d9cb1618469f Original thread: https://lkml.kernel.org/lkml/0000000000008a14a5058474a025@google.com/T/#u This bug has a C reproducer. This bug was bisected to: commit f10e0010fae8174dc20bdc872bcaa85baa925cb7 Author: Su Yanjun Date: Thu Mar 7 01:54:08 2019 +0000   net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+bfb3cbc2e9467b566c8b@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/0000000000008a14a5058474a025@google.com -------------------------------------------------------------------------------- Title: WARNING in xfrm_policy_insert Last occurred: 210 days ago Reported: 495 days ago Branches: Mainline and others Dashboard link: https://syzkaller.appspot.com/bug?id=17486feafe3890260729f5fe75a25f8d865bdd5d Original thread: https://lkml.kernel.org/lkml/001a11405628bb07410565279f4a@google.com/T/#u This bug has a C reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+5cfc132a76d844973259@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/001a11405628bb07410565279f4a@google.com -------------------------------------------------------------------------------- Title: WARNING: suspicious RCU usage in xfrm_alloc_userspi Last occurred: 96 days ago Reported: 97 days ago Branches: linux-next Dashboard link: https://syzkaller.appspot.com/bug?id=cf86490d75109a7648fc749a4c9a8d59fabe398d Original thread: https://lkml.kernel.org/lkml/0000000000007783a2058474a0b9@google.com/T/#u This bug has a C reproducer. This bug was bisected to: commit f10e0010fae8174dc20bdc872bcaa85baa925cb7 Author: Su Yanjun Date: Thu Mar 7 01:54:08 2019 +0000   net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm The original thread for this bug received 2 replies; the last was 96 days ago. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+59752237f7ab21c3f3c3@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/0000000000007783a2058474a0b9@google.com -------------------------------------------------------------------------------- Title: KASAN: stack-out-of-bounds Read in xfrm_state_find (5) Last occurred: 146 days ago Reported: 448 days ago Branches: Mainline and others Dashboard link: https://syzkaller.appspot.com/bug?id=44fa54548362cb84e26da7c1bbd356c86c54f36d Original thread: https://lkml.kernel.org/lkml/000000000000a5390a0568d7508a@google.com/T/#u This bug has a C reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+d90468452f685a0b28eb@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000a5390a0568d7508a@google.com -------------------------------------------------------------------------------- Title: INFO: rcu detected stall in igmp_ifc_timer_expire Last occurred: 31 days ago Reported: 176 days ago Branches: Mainline and others Dashboard link: https://syzkaller.appspot.com/bug?id=330ce4f7626354cc6444c457c9a5e82d8a8c5055 Original thread: https://lkml.kernel.org/lkml/000000000000a26437057e4915ff@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+041483004a7f45f1f20a@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000a26437057e4915ff@google.com -------------------------------------------------------------------------------- Title: WARNING: suspicious RCU usage in xfrm_get_policy Last occurred: 97 days ago Reported: 97 days ago Branches: linux-next Dashboard link: https://syzkaller.appspot.com/bug?id=02bde0600a225e8efa31bdce2e7f1b822542fef1 Original thread: https://lkml.kernel.org/lkml/0000000000009ed0ce058474a0c1@google.com/T/#u This bug has a syzkaller reproducer only. This bug was bisected to: commit f10e0010fae8174dc20bdc872bcaa85baa925cb7 Author: Su Yanjun Date: Thu Mar 7 01:54:08 2019 +0000   net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+670c11fba80a72c50a6a@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/0000000000009ed0ce058474a0c1@google.com -------------------------------------------------------------------------------- Title: WARNING in __vunmap Last occurred: 24 days ago Reported: 128 days ago Branches: Mainline and others Dashboard link: https://syzkaller.appspot.com/bug?id=8c0c68130548c7ec737d9ccc018a7589a768c0a9 Original thread: https://lkml.kernel.org/lkml/00000000000092839d0581fd74ad@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+5ec9bb042ddfe9644773@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/00000000000092839d0581fd74ad@google.com -------------------------------------------------------------------------------- Title: KASAN: use-after-free Write in __xfrm_policy_unlink (2) Last occurred: 43 days ago Reported: 39 days ago Branches: net-next Dashboard link: https://syzkaller.appspot.com/bug?id=ceba0c97b0c5a5803c8fa3a7c100edbca4faa06f Original thread: https://lkml.kernel.org/lkml/000000000000cd5fdf0588fed11c@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one has replied to the original thread for this bug yet. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+0025447b4cb6f208558f@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000cd5fdf0588fed11c@google.com -------------------------------------------------------------------------------- Title: KASAN: use-after-free Write in xfrm_hash_rebuild Last occurred: 45 days ago Reported: 39 days ago Branches: net-next Dashboard link: https://syzkaller.appspot.com/bug?id=8670f2d214d37784bc4dc56676bec785421c0a15 Original thread: https://lkml.kernel.org/lkml/000000000000d028b30588fed102@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one has replied to the original thread for this bug yet. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+0165480d4ef07360eeda@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000d028b30588fed102@google.com -------------------------------------------------------------------------------- Title: general protection fault in __vunmap Last occurred: 129 days ago Reported: 128 days ago Branches: Mainline Dashboard link: https://syzkaller.appspot.com/bug?id=7151fc2080bde02d5f074c3e7fde2684cd514d11 Original thread: https://lkml.kernel.org/lkml/0000000000009a0bd40581fd747b@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+39d3a56f2f717d237007@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/0000000000009a0bd40581fd747b@google.com -------------------------------------------------------------------------------- Title: KASAN: use-after-free Read in xfrm_sk_policy_lookup (2) Last occurred: 69 days ago Reported: 62 days ago Branches: linux-next Dashboard link: https://syzkaller.appspot.com/bug?id=23b4b8906a588cf0a27f879e53827067bfc5f197 Original thread: https://lkml.kernel.org/lkml/000000000000282a870587350077@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one has replied to the original thread for this bug yet. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+edb62c973ff9f07e408d@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000282a870587350077@google.com -------------------------------------------------------------------------------- Title: general protection fault in xfrm_init_replay Last occurred: 466 days ago Reported: 465 days ago Branches: net-next Dashboard link: https://syzkaller.appspot.com/bug?id=63c86d9f895ad63bb85474b7d0cb04940da24395 Original thread: https://lkml.kernel.org/lkml/001a113ea6d880f10e05679064d3@google.com/T/#u This bug has a syzkaller reproducer only. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+f14c1ee2dbd16782dcc2@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/001a113ea6d880f10e05679064d3@google.com -------------------------------------------------------------------------------- Title: general protection fault in xfrm_lookup_with_ifid Last occurred: 71 days ago Reported: 105 days ago Branches: net and net-next Dashboard link: https://syzkaller.appspot.com/bug?id=c6085af89fc64682ed88b083355c296e2f530a90 Original thread: https://lkml.kernel.org/lkml/000000000000973c550583cb8562@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+2a7531cd068ddc9932f9@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000973c550583cb8562@google.com -------------------------------------------------------------------------------- Title: general protection fault in __xfrm_policy_check Last occurred: 118 days ago Reported: 118 days ago Branches: net Dashboard link: https://syzkaller.appspot.com/bug?id=7ebcd3969f71317db080af582c18c5456c674662 Original thread: https://lkml.kernel.org/lkml/000000000000f41ad40582cc632d@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+4ea28a8b817ee28bf324@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000f41ad40582cc632d@google.com -------------------------------------------------------------------------------- Title: general protection fault in ipcomp_init_state Last occurred: 168 days ago Reported: 167 days ago Branches: net-next Dashboard link: https://syzkaller.appspot.com/bug?id=04230e91fa39b0e09f3d67a1d9e7cde9a2ed9abb Original thread: https://lkml.kernel.org/lkml/000000000000194b2a057eeca129@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+0864346ae616fffdd602@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000194b2a057eeca129@google.com -------------------------------------------------------------------------------- Title: general protection fault in xfrmi_rcv_cb Last occurred: 116 days ago Reported: 284 days ago Branches: net and net-next Dashboard link: https://syzkaller.appspot.com/bug?id=970bf3d270407aea29acd9fe1676d99371f07e5a Original thread: https://lkml.kernel.org/lkml/000000000000defd200575c0b7dd@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+af91688fec2b033aa620@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/000000000000defd200575c0b7dd@google.com -------------------------------------------------------------------------------- Title: INFO: rcu detected stall in inet_dgram_connect Last occurred: 146 days ago Reported: 176 days ago Branches: net and net-next Dashboard link: https://syzkaller.appspot.com/bug?id=efb40f930f737583bc3d4c047300e52d2dbac017 Original thread: https://lkml.kernel.org/lkml/0000000000009f9349057e4915b4@google.com/T/#u Unfortunately, this bug does not have a reproducer. No one replied to the original thread for this bug. If you fix this bug, please add the following tag to the commit: Reported-by: syzbot+94683b47a87718b5dff7@syzkaller.appspotmail.com If you send any email or patch for this bug, please consider replying to the original thread. For the git send-email command to use, or tips on how to reply if the thread isn't in your mailbox, see the "Reply instructions" at https://lkml.kernel.org/r/0000000000009f9349057e4915b4@google.com