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 836A3C43334 for ; Tue, 14 Jun 2022 18:20:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345264AbiFNSUN (ORCPT ); Tue, 14 Jun 2022 14:20:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238046AbiFNSUL (ORCPT ); Tue, 14 Jun 2022 14:20:11 -0400 Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA66B45796; Tue, 14 Jun 2022 11:20:10 -0700 (PDT) Date: Tue, 14 Jun 2022 17:47:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tmb.nu; s=protonmail; t=1655230805; x=1655490005; bh=nX8icfvtNzRNgQ+GqhWZfTZkY8gRANApzpXRITUNgEc=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=Hw9UGbiz/ZBVnfMPtBB++DCRLeCoESuRMmSCyWEP+0PUSLU+GKAQIDGTENMmz5F2D zR+mCbPMd/wQtGwM2CBBzHpP3ivPff04SIBdczMOrZqXiXJMSii0iSOvtmamL88qMr X/8pu5FDbG9PLoUhJGOh/IkW6PJPczgNZS73UYLY= To: Greg Kroah-Hartman , Guenter Roeck From: Thomas Backlund Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, slade@sladewatkins.com Reply-To: Thomas Backlund Subject: Re: [PATCH 5.15 000/251] 5.15.47-rc2 review Message-ID: Feedback-ID: 19711308:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Den 2022-06-14 kl. 20:12, skrev Greg Kroah-Hartman: > On Tue, Jun 14, 2022 at 10:08:27AM -0700, Guenter Roeck wrote: >> On Tue, Jun 14, 2022 at 08:36:08AM -0700, Guenter Roeck wrote: >>> On Mon, Jun 13, 2022 at 08:19:49PM +0200, Greg Kroah-Hartman wrote: >>>> This is the start of the stable review cycle for the 5.15.47 release. >>>> There are 251 patches in this series, all will be posted as a response >>>> to this one. If anyone has any issues with these being applied, pleas= e >>>> let me know. >>>> >>>> Responses should be made by Wed, 15 Jun 2022 18:18:03 +0000. >>>> Anything received after that time might be too late. >>>> >>> >>> Build results: >>> =09total: 159 pass: 159 fail: 0 >>> Qemu test results: >>> =09total: 488 pass: 488 fail: 0 >>> >> >> I spoke a bit too early. I see the following backtrace in some qemu arm >> boot tests. >> >> BUG: spinlock bad magic on CPU#0, kdevtmpfs/15 >> lock: noop_backing_dev_info+0x6c/0x3b0, .magic: 00000000, .owner: /-1, .owner_cpu: 0 >> CPU: 0 PID: 15 Comm: kdevtmpfs Not tainted 5.15.47-rc2-00252-g677f0128d0= ed #1 >> Hardware name: ARM RealView Machine (Device Tree Support) >> [] (unwind_backtrace) from [] (show_stack+0x10/0x14) >> [] (show_stack) from [] (dump_stack_lvl+0x68/0x90) >> [] (dump_stack_lvl) from [] (do_raw_spin_lock+0xbc/0= x124) >> [] (do_raw_spin_lock) from [] (__mark_inode_dirty+0x= 1cc/0x704) >> [] (__mark_inode_dirty) from [] (simple_setattr+0x44= /0x5c) >> [] (simple_setattr) from [] (notify_change+0x400/0x4= 5c) >> [] (notify_change) from [] (devtmpfsd+0x1f8/0x2b8) >> [] (devtmpfsd) from [] (kthread+0x150/0x17c) >> [] (kthread) from [] (ret_from_fork+0x14/0x34) >> Exception stack(0xd00dbfb0 to 0xd00dbff8) >> bfa0: 00000000 00000000 00000000 000= 00000 >> bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000= 00000 >> bfe0: 00000000 00000000 00000000 00000000 00000013 00000000 >> >> This bisects to commit bc5d960d4e58 ("writeback: Fix inode->i_io_list no= t >> be protected by inode->i_lock error"). The problem is also seen in the >> mainline kernel. v5.15.y.queue and later are affected. Reverting the pat= ch >> here and in mainline fixes the problem. > > Thanks for letting me know. Hopefully it gets fixed in upstream... > I "think" this is the suggested fix: https://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git/commit/?h= =3Dfor_next&id=3D46b6418e26c7c26f98ff9c2c2310bce5ae2aa4dd -- Thomas