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=-13.4 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_IN_DEF_DKIM_WL 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 D7861C33C8C for ; Tue, 7 Jan 2020 16:02:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AA26C2081E for ; Tue, 7 Jan 2020 16:02:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="SRKTOX73" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728352AbgAGQCJ (ORCPT ); Tue, 7 Jan 2020 11:02:09 -0500 Received: from mail-qk1-f194.google.com ([209.85.222.194]:41916 "EHLO mail-qk1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728173AbgAGQCJ (ORCPT ); Tue, 7 Jan 2020 11:02:09 -0500 Received: by mail-qk1-f194.google.com with SMTP id x129so43070719qke.8 for ; Tue, 07 Jan 2020 08:02:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=m5L2Z7dBLaHFaGhh6t90np+r+vB2C1fkHc9c1XkE5eA=; b=SRKTOX73kQ0C7bZJyVEQPX5lrHCfn6wtB+TUgnlKYaqAcPOJxRX9W33hvgPLf/Cqni 20bWZcvpVtp+u3kVVCy8Pr6p5WX771zG/aaYNm3a43PBoZMEWPkVUdafi6z8zdNbP875 wtMMQXxTZrS4EHq5APXk2wYx3oJy+7yGEHag0xh0L78KeLuZ6Up0ZEKAeisMiKKEo5bD GnoA9zsPeHtXte1J8C12L3Ve4R2yJhPrmNnqIh1xILeh06Iq5UCkFiirkFczmkS1Durt VPuB0v7XEVsThI6kRHNHza1+1T1XUR1zTV2kSimviYK2TK4yxqHmw1gQJk9t+jf8ah8+ YhdQ== 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=m5L2Z7dBLaHFaGhh6t90np+r+vB2C1fkHc9c1XkE5eA=; b=jV2F+j5BstkhS7WmyAlpYu/6Zw1INEQKvI1QDhJ5D8YKKQTEYBFrisdDfDkR1Y8Jmu fKdPdIgSBNldckkyOFJDVG9yjv8RpKfWSG0Qq6rgGW83WM6961PBupuPFLggKjCSeZr5 ECgATYJWAwMGaidWYVe4OX9RF7vJCzyTim3eFSFtFM8wFUmOUiluMdS+z/nDwYbZrYZL N4bUYOLIAbsvVbyS1/NSubmG7/P2P3Ciq1BJI0M5oMZ16f3kIpPukAeE8MwYNG9e2Ryn lag+Mb1XXlALXr/I5K3oSAnoHbA4f4XTKxlYszCiw5i5stQKaduPw+enOI0S9snvIWha +1YA== X-Gm-Message-State: APjAAAXjVfrCvZsFRcVRCka8ByiYH4QA8YhR7/CUEnODKtuy3wzI9vHT yy6suuIqZOguHtkDLAKHN1/bUGcBZDiI1JbrrqMGRA== X-Google-Smtp-Source: APXvYqzUW7seMxUlfo6okJae/fU1ZwL/kM+/uzTVDw6txhjzZH1cXINZE4qkaz5ynFXQaozCcU2Y+HQm3/FNG88d/6Y= X-Received: by 2002:a37:e312:: with SMTP id y18mr18264qki.250.1578412928223; Tue, 07 Jan 2020 08:02:08 -0800 (PST) MIME-Version: 1.0 References: <00000000000082b80f059a56da1f@google.com> <0000000000002074ef059a5c86e2@google.com> <20200107154755.GB43062@phenom.ffwll.local> In-Reply-To: <20200107154755.GB43062@phenom.ffwll.local> From: Dmitry Vyukov Date: Tue, 7 Jan 2020 17:01:56 +0100 Message-ID: Subject: Re: INFO: task hung in fb_release To: syzbot , Rex.Zhu@amd.com, David Airlie , alexander.deucher@amd.com, amd-gfx@lists.freedesktop.org, Bartlomiej Zolnierkiewicz , christian.koenig@amd.com, david1.zhou@amd.com, DRI , Linux Fbdev development list , LKML , Maarten Lankhorst , Sam Ravnborg , syzkaller-bugs Cc: Daniel Vetter Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 7, 2020 at 4:48 PM Daniel Vetter wrote: > > On Mon, Dec 23, 2019 at 02:31:01AM -0800, syzbot wrote: > > syzbot has bisected this bug to: > > > > commit e3933f26b657c341055443103bad331f4537b113 > > Author: Rex Zhu > > Date: Tue Jan 16 10:35:15 2018 +0000 > > > > drm/amd/pp: Add edit/commit/show OD clock/voltage support in sysfs > > Pretty sure you don't even have that driver loaded ... from the config: > > # CONFIG_DRM_AMDGPU is not set > > :-) Yes, it seems the bug is very flaky and flakiness changes over time. And this is combined with non-deterministic kernel build bug: https://github.com/google/syzkaller/issues/1271#issuecomment-559093018 It builds the same kernel, but gets a different result, so it's like "nope, this commit very much affects the kernel so could be the root cause"... > Cheers, Daniel > > > > bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=12b5a799e00000 > > start commit: c6017471 Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.o.. > > git tree: upstream > > final crash: https://syzkaller.appspot.com/x/report.txt?x=11b5a799e00000 > > console output: https://syzkaller.appspot.com/x/log.txt?x=16b5a799e00000 > > kernel config: https://syzkaller.appspot.com/x/.config?x=7f6119e2e3675a73 > > dashboard link: https://syzkaller.appspot.com/bug?extid=d130c4a0890561cfac5b > > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=169b1925e00000 > > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=12b9623ee00000 > > > > Reported-by: syzbot+d130c4a0890561cfac5b@syzkaller.appspotmail.com > > Fixes: e3933f26b657 ("drm/amd/pp: Add edit/commit/show OD clock/voltage > > support in sysfs") > > > > For information about bisection process see: https://goo.gl/tpsmEJ#bisection > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch > > -- > You received this message because you are subscribed to the Google Groups "syzkaller-bugs" group. > To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller-bugs+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/syzkaller-bugs/20200107154755.GB43062%40phenom.ffwll.local. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Vyukov Date: Tue, 07 Jan 2020 16:01:56 +0000 Subject: Re: INFO: task hung in fb_release Message-Id: List-Id: References: <00000000000082b80f059a56da1f@google.com> <0000000000002074ef059a5c86e2@google.com> <20200107154755.GB43062@phenom.ffwll.local> In-Reply-To: <20200107154755.GB43062@phenom.ffwll.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: syzbot , Rex.Zhu@amd.com, David Airlie , alexander.deucher@amd.com, amd-gfx@lists.freedesktop.org, Bartlomiej Zolnierkiewicz , christian.koenig@amd.com, david1.zhou@amd.com, DRI , Linux Fbdev development list , LKML , Maarten Lankhorst , Sam Ravnborg , syzkaller-bugs Cc: Daniel Vetter On Tue, Jan 7, 2020 at 4:48 PM Daniel Vetter wrote: > > On Mon, Dec 23, 2019 at 02:31:01AM -0800, syzbot wrote: > > syzbot has bisected this bug to: > > > > commit e3933f26b657c341055443103bad331f4537b113 > > Author: Rex Zhu > > Date: Tue Jan 16 10:35:15 2018 +0000 > > > > drm/amd/pp: Add edit/commit/show OD clock/voltage support in sysfs > > Pretty sure you don't even have that driver loaded ... from the config: > > # CONFIG_DRM_AMDGPU is not set > > :-) Yes, it seems the bug is very flaky and flakiness changes over time. And this is combined with non-deterministic kernel build bug: https://github.com/google/syzkaller/issues/1271#issuecomment-559093018 It builds the same kernel, but gets a different result, so it's like "nope, this commit very much affects the kernel so could be the root cause"... > Cheers, Daniel > > > > bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=12b5a799e0= 0000 > > start commit: c6017471 Merge tag 'xfs-5.5-fixes-2' of git://git.kerne= l.o.. > > git tree: upstream > > final crash: https://syzkaller.appspot.com/x/report.txt?x=11b5a799e0= 0000 > > console output: https://syzkaller.appspot.com/x/log.txt?x=16b5a799e00000 > > kernel config: https://syzkaller.appspot.com/x/.config?x=7F6119e2e3675= a73 > > dashboard link: https://syzkaller.appspot.com/bug?extid=D130c4a0890561c= fac5b > > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=169b1925e00= 000 > > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=12b9623ee00000 > > > > Reported-by: syzbot+d130c4a0890561cfac5b@syzkaller.appspotmail.com > > Fixes: e3933f26b657 ("drm/amd/pp: Add edit/commit/show OD clock/voltage > > support in sysfs") > > > > For information about bisection process see: https://goo.gl/tpsmEJ#bise= ction > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch > > -- > You received this message because you are subscribed to the Google Groups= "syzkaller-bugs" group. > To unsubscribe from this group and stop receiving emails from it, send an= email to syzkaller-bugs+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgi= d/syzkaller-bugs/20200107154755.GB43062%40phenom.ffwll.local. 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=-5.5 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 DC328C33C9B for ; Wed, 8 Jan 2020 08:13:09 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AE2EF205F4 for ; Wed, 8 Jan 2020 08:13:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=google.com header.i=@google.com header.b="SRKTOX73" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AE2EF205F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=google.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BFF846E198; Wed, 8 Jan 2020 08:12:33 +0000 (UTC) Received: from mail-qk1-x743.google.com (mail-qk1-x743.google.com [IPv6:2607:f8b0:4864:20::743]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5C7416E0FC for ; Tue, 7 Jan 2020 16:02:09 +0000 (UTC) Received: by mail-qk1-x743.google.com with SMTP id j9so43479631qkk.1 for ; Tue, 07 Jan 2020 08:02:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=m5L2Z7dBLaHFaGhh6t90np+r+vB2C1fkHc9c1XkE5eA=; b=SRKTOX73kQ0C7bZJyVEQPX5lrHCfn6wtB+TUgnlKYaqAcPOJxRX9W33hvgPLf/Cqni 20bWZcvpVtp+u3kVVCy8Pr6p5WX771zG/aaYNm3a43PBoZMEWPkVUdafi6z8zdNbP875 wtMMQXxTZrS4EHq5APXk2wYx3oJy+7yGEHag0xh0L78KeLuZ6Up0ZEKAeisMiKKEo5bD GnoA9zsPeHtXte1J8C12L3Ve4R2yJhPrmNnqIh1xILeh06Iq5UCkFiirkFczmkS1Durt VPuB0v7XEVsThI6kRHNHza1+1T1XUR1zTV2kSimviYK2TK4yxqHmw1gQJk9t+jf8ah8+ YhdQ== 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=m5L2Z7dBLaHFaGhh6t90np+r+vB2C1fkHc9c1XkE5eA=; b=aoKv3OYeNHQ/Wz+CRT56J7rkhznT2PlnQzJPTByqlDXqMZCEyg5VHmy2SJ3lCuDlSv f5f/oC3ZT6cPEmxMe4N8ahn81pN8KhodKMeaQ6J7vM1xEJR8BkFTfjIC7U2BZ2CCx6Q6 3Wo7JG32nP8unEL0ITU1mPxvBw/pSNa/8uOu6IpB01vov7KjHFRfh/Y3pnT6pVmawfuw 91PYhOsmiFlGPThDbbzim8+XNuYkFTnvDiFYqlvvqOhQrLF2aKHjXV71ZUG/Qy/3vPCp AzHXo+N6ZIJLt1CF5B5W2CrztHdzpP/hx1OxA6u2p6IpHn6TPPfnYPF/vMu/ri6VRt2w /OcQ== X-Gm-Message-State: APjAAAXQivZhpI/b5c38BitxF7OSe1GNh4z8A+Y5N2Uj0WGgSR5AhZT8 03eLLCk5jP4LXLSpUW8b+gaVbJtAAieatrFrUb+p7Q== X-Google-Smtp-Source: APXvYqzUW7seMxUlfo6okJae/fU1ZwL/kM+/uzTVDw6txhjzZH1cXINZE4qkaz5ynFXQaozCcU2Y+HQm3/FNG88d/6Y= X-Received: by 2002:a37:e312:: with SMTP id y18mr18264qki.250.1578412928223; Tue, 07 Jan 2020 08:02:08 -0800 (PST) MIME-Version: 1.0 References: <00000000000082b80f059a56da1f@google.com> <0000000000002074ef059a5c86e2@google.com> <20200107154755.GB43062@phenom.ffwll.local> In-Reply-To: <20200107154755.GB43062@phenom.ffwll.local> From: Dmitry Vyukov Date: Tue, 7 Jan 2020 17:01:56 +0100 Message-ID: Subject: Re: INFO: task hung in fb_release To: syzbot , Rex.Zhu@amd.com, David Airlie , alexander.deucher@amd.com, amd-gfx@lists.freedesktop.org, Bartlomiej Zolnierkiewicz , christian.koenig@amd.com, david1.zhou@amd.com, DRI , Linux Fbdev development list , LKML , Maarten Lankhorst , Sam Ravnborg , syzkaller-bugs X-Mailman-Approved-At: Wed, 08 Jan 2020 08:12:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Jan 7, 2020 at 4:48 PM Daniel Vetter wrote: > > On Mon, Dec 23, 2019 at 02:31:01AM -0800, syzbot wrote: > > syzbot has bisected this bug to: > > > > commit e3933f26b657c341055443103bad331f4537b113 > > Author: Rex Zhu > > Date: Tue Jan 16 10:35:15 2018 +0000 > > > > drm/amd/pp: Add edit/commit/show OD clock/voltage support in sysfs > > Pretty sure you don't even have that driver loaded ... from the config: > > # CONFIG_DRM_AMDGPU is not set > > :-) Yes, it seems the bug is very flaky and flakiness changes over time. And this is combined with non-deterministic kernel build bug: https://github.com/google/syzkaller/issues/1271#issuecomment-559093018 It builds the same kernel, but gets a different result, so it's like "nope, this commit very much affects the kernel so could be the root cause"... > Cheers, Daniel > > > > bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=12b5a799e00000 > > start commit: c6017471 Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.o.. > > git tree: upstream > > final crash: https://syzkaller.appspot.com/x/report.txt?x=11b5a799e00000 > > console output: https://syzkaller.appspot.com/x/log.txt?x=16b5a799e00000 > > kernel config: https://syzkaller.appspot.com/x/.config?x=7f6119e2e3675a73 > > dashboard link: https://syzkaller.appspot.com/bug?extid=d130c4a0890561cfac5b > > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=169b1925e00000 > > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=12b9623ee00000 > > > > Reported-by: syzbot+d130c4a0890561cfac5b@syzkaller.appspotmail.com > > Fixes: e3933f26b657 ("drm/amd/pp: Add edit/commit/show OD clock/voltage > > support in sysfs") > > > > For information about bisection process see: https://goo.gl/tpsmEJ#bisection > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch > > -- > You received this message because you are subscribed to the Google Groups "syzkaller-bugs" group. > To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller-bugs+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/syzkaller-bugs/20200107154755.GB43062%40phenom.ffwll.local. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel 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=-5.5 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 1006EC33C8C for ; Tue, 7 Jan 2020 16:06:16 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D09032080A for ; Tue, 7 Jan 2020 16:06:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=google.com header.i=@google.com header.b="SRKTOX73" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D09032080A Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=google.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=amd-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 902396E0EB; Tue, 7 Jan 2020 16:06:15 +0000 (UTC) Received: from mail-qk1-x742.google.com (mail-qk1-x742.google.com [IPv6:2607:f8b0:4864:20::742]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5A32C6E0F6 for ; Tue, 7 Jan 2020 16:02:09 +0000 (UTC) Received: by mail-qk1-x742.google.com with SMTP id w127so43061284qkb.11 for ; Tue, 07 Jan 2020 08:02:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=m5L2Z7dBLaHFaGhh6t90np+r+vB2C1fkHc9c1XkE5eA=; b=SRKTOX73kQ0C7bZJyVEQPX5lrHCfn6wtB+TUgnlKYaqAcPOJxRX9W33hvgPLf/Cqni 20bWZcvpVtp+u3kVVCy8Pr6p5WX771zG/aaYNm3a43PBoZMEWPkVUdafi6z8zdNbP875 wtMMQXxTZrS4EHq5APXk2wYx3oJy+7yGEHag0xh0L78KeLuZ6Up0ZEKAeisMiKKEo5bD GnoA9zsPeHtXte1J8C12L3Ve4R2yJhPrmNnqIh1xILeh06Iq5UCkFiirkFczmkS1Durt VPuB0v7XEVsThI6kRHNHza1+1T1XUR1zTV2kSimviYK2TK4yxqHmw1gQJk9t+jf8ah8+ YhdQ== 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=m5L2Z7dBLaHFaGhh6t90np+r+vB2C1fkHc9c1XkE5eA=; b=suxNhH5dtn2vqa5jqs1YfWgCXS2tfKsa6NAsBI45mabsFL4Q4sKfIHpZiOtd9knxvU l+sLIjVjGi3tqdrV/m5n+WLDrinn/Bwha/v4ZoLmrgF9Zt6LhmqEB1CTnoaOySjxBF5b wmt+cZlciy4aDzBxqCL++kNW9zYCc1fXCSi6ewip9inv4WUhxMRsVYE+vZfG0dLnqffl SFFl6HB02QE1la+enpn26uBa7w4hlWrtNITkBIs/ZopzjippRuVeJUTuHXx39bnk8CGF 9JOCSDgmNr1Zp8vS/fdVIG/krJqaRh9Qk1ynHKLWSl2dfmYW5EsR25JXa5zSeLY1ju0U yi4Q== X-Gm-Message-State: APjAAAVsQmkcD6Wqhpo9MdkvGTjMUUM/eE7Lkqv+Tos3yx9ujd0IX2KL yzt6x6s7xlVMGmwVYZTzzhUUlBrTKJ15qLINttZSGA== X-Google-Smtp-Source: APXvYqzUW7seMxUlfo6okJae/fU1ZwL/kM+/uzTVDw6txhjzZH1cXINZE4qkaz5ynFXQaozCcU2Y+HQm3/FNG88d/6Y= X-Received: by 2002:a37:e312:: with SMTP id y18mr18264qki.250.1578412928223; Tue, 07 Jan 2020 08:02:08 -0800 (PST) MIME-Version: 1.0 References: <00000000000082b80f059a56da1f@google.com> <0000000000002074ef059a5c86e2@google.com> <20200107154755.GB43062@phenom.ffwll.local> In-Reply-To: <20200107154755.GB43062@phenom.ffwll.local> From: Dmitry Vyukov Date: Tue, 7 Jan 2020 17:01:56 +0100 Message-ID: Subject: Re: INFO: task hung in fb_release To: syzbot , Rex.Zhu@amd.com, David Airlie , alexander.deucher@amd.com, amd-gfx@lists.freedesktop.org, Bartlomiej Zolnierkiewicz , christian.koenig@amd.com, david1.zhou@amd.com, DRI , Linux Fbdev development list , LKML , Maarten Lankhorst , Sam Ravnborg , syzkaller-bugs X-Mailman-Approved-At: Tue, 07 Jan 2020 16:06:15 +0000 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Tue, Jan 7, 2020 at 4:48 PM Daniel Vetter wrote: > > On Mon, Dec 23, 2019 at 02:31:01AM -0800, syzbot wrote: > > syzbot has bisected this bug to: > > > > commit e3933f26b657c341055443103bad331f4537b113 > > Author: Rex Zhu > > Date: Tue Jan 16 10:35:15 2018 +0000 > > > > drm/amd/pp: Add edit/commit/show OD clock/voltage support in sysfs > > Pretty sure you don't even have that driver loaded ... from the config: > > # CONFIG_DRM_AMDGPU is not set > > :-) Yes, it seems the bug is very flaky and flakiness changes over time. And this is combined with non-deterministic kernel build bug: https://github.com/google/syzkaller/issues/1271#issuecomment-559093018 It builds the same kernel, but gets a different result, so it's like "nope, this commit very much affects the kernel so could be the root cause"... > Cheers, Daniel > > > > bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=12b5a799e00000 > > start commit: c6017471 Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.o.. > > git tree: upstream > > final crash: https://syzkaller.appspot.com/x/report.txt?x=11b5a799e00000 > > console output: https://syzkaller.appspot.com/x/log.txt?x=16b5a799e00000 > > kernel config: https://syzkaller.appspot.com/x/.config?x=7f6119e2e3675a73 > > dashboard link: https://syzkaller.appspot.com/bug?extid=d130c4a0890561cfac5b > > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=169b1925e00000 > > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=12b9623ee00000 > > > > Reported-by: syzbot+d130c4a0890561cfac5b@syzkaller.appspotmail.com > > Fixes: e3933f26b657 ("drm/amd/pp: Add edit/commit/show OD clock/voltage > > support in sysfs") > > > > For information about bisection process see: https://goo.gl/tpsmEJ#bisection > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch > > -- > You received this message because you are subscribed to the Google Groups "syzkaller-bugs" group. > To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller-bugs+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/syzkaller-bugs/20200107154755.GB43062%40phenom.ffwll.local. _______________________________________________ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx