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 680E1C433EF for ; Sun, 13 Mar 2022 17:28:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235164AbiCMR3K (ORCPT ); Sun, 13 Mar 2022 13:29:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54534 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231391AbiCMR3I (ORCPT ); Sun, 13 Mar 2022 13:29:08 -0400 Received: from mail-il1-f200.google.com (mail-il1-f200.google.com [209.85.166.200]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D86126576 for ; Sun, 13 Mar 2022 10:27:59 -0700 (PDT) Received: by mail-il1-f200.google.com with SMTP id q1-20020a056e02106100b002c600d44e11so7981340ilj.5 for ; Sun, 13 Mar 2022 10:27:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:date:in-reply-to:message-id:subject :from:to:cc; bh=nkxZMlO8VyGWK7j6fOoE2bRgObi33Bn0TDG2ZS3w8Yc=; b=UHIzUS7oiOEI/4S0dfqWV/hxBB3VdKsWZx8qy5hv0QH+8m2OXsArfTgINyBbx/9+0q cPe+HP2nF43jLMz/Utj0lSAqCQB1aDFHl7sVf12EUc0kPIRL9i7g81uxriZlhPSaY1Fp 9RUU/ZnZNwA5YJ2XgNaaNegAePO+qSDcjCXibFifZgbipr5GKLoU6qmVNn+CuZSgHGrq bavvdnqe1AwQOJf8y9qHoZiBXW9t6rB6+Ypa8cai8uu5UoiBl+5gvejtis/Dy/PpRlAM WoKFg/owb48BMy707LQ67gehjJgYgQIPAJqQNKfh7PTM+5RkFBNV3zg/fshZqWoKEhXg 4J7A== X-Gm-Message-State: AOAM532qOiRmmxB4eWYawJQBWmfRpJAXnX7MIMD5dbaoKxWR72YnvY+T UAeufTLuVYzgWZTCp6/65v/HgG8XvH7QzHmazWt9pgtHtpUX X-Google-Smtp-Source: ABdhPJycAJrA1vmL3pi0bVtscFr24KP8I5soXYdvxK35Tx/GKqgeOMn+92+vRd3vIgNzDcPuhTguZ1ZdDyvbL3Vb8SNwXRX7otxY MIME-Version: 1.0 X-Received: by 2002:a05:6638:2505:b0:319:a7f4:131e with SMTP id v5-20020a056638250500b00319a7f4131emr17448490jat.309.1647192478817; Sun, 13 Mar 2022 10:27:58 -0700 (PDT) Date: Sun, 13 Mar 2022 10:27:58 -0700 In-Reply-To: <79d2c7e0-c4ed-fa89-5d97-4b143356f814@gmail.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <00000000000093a3f805da1ce2f7@google.com> Subject: Re: [syzbot] general protection fault in __pm_runtime_resume (2) From: syzbot To: Pavel Skripkin Cc: gregkh@linuxfoundation.org, len.brown@intel.com, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, paskripkin@gmail.com, pavel@ucw.cz, rafael@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 > On 3/13/22 08:35, syzbot wrote: >> Hello, >> >> syzbot found the following issue on: >> >> HEAD commit: 92f90cc9fe0e Merge tag 'fuse-fixes-5.17-rc8' of git://git... >> git tree: upstream >> console output: https://syzkaller.appspot.com/x/log.txt?x=118cd3be700000 >> kernel config: https://syzkaller.appspot.com/x/.config?x=442f8ac61e60a75e >> dashboard link: https://syzkaller.appspot.com/bug?extid=b9bd12fbed3485a3e51f >> compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2 >> syz repro: https://syzkaller.appspot.com/x/repro.syz?x=15b64e79700000 >> C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1652811a700000 >> >> IMPORTANT: if you fix the issue, please add the following tag to the commit: >> Reported-by: syzbot+b9bd12fbed3485a3e51f@syzkaller.appspotmail.com >> > > hu->serdev should be checked before passing to pm functions > > #syz test: want 2 args (repo, branch), got 3 > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > > > > > > With regards, > Pavel Skripkin