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 058A3C6FD1D for ; Fri, 17 Mar 2023 06:50:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230186AbjCQGut (ORCPT ); Fri, 17 Mar 2023 02:50:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230084AbjCQGuq (ORCPT ); Fri, 17 Mar 2023 02:50:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BDD6DBBB02; Thu, 16 Mar 2023 23:50:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4F027621C4; Fri, 17 Mar 2023 06:50:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41ADFC433EF; Fri, 17 Mar 2023 06:50:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1679035844; bh=FwNORm2z7EgotVkf6Y6iCjILfepzSXKUVVB30xpOWFs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HLZdzPRXFXKD6/L+Z5oU9Ss/XhzLlu15+WyhKn90xVDNWjEX0GUOdTinEt+NEOHUw bTIW+50OY9iqdpCJAqzeCZKgbvm0ch+T3PG4Z1MNrmLg46U2PuReOiSvHzACd7prUU MHHDS3mYIY6C2PdSMxaAdGzl1Om54yf+TOgeHxP8= Date: Fri, 17 Mar 2023 07:50:41 +0100 From: Greg Kroah-Hartman To: Eric Biggers Cc: kernel test robot , Kees Cook , oe-lkp@lists.linux.dev, lkp@intel.com, Petr Mladek , Andrew Morton , tangmeng , "Guilherme G. Piccoli" , Sebastian Andrzej Siewior , Tiezhu Yang , Luis Chamberlain , linux-hardening@vger.kernel.org, linux-kernel@vger.kernel.org, aliyunlinux2-dev@linux.alibaba.com, jane.lv@intel.com Subject: Re: [linux-stable-rc:linux-4.19.y] [panic] 4d00e68cfc: WARNING:at_fs/sysfs/file.c:#sysfs_emit_at Message-ID: References: <202303141634.1e64fd76-yujie.liu@intel.com> <20230317063213.GC882@sol.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230317063213.GC882@sol.localdomain> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 16, 2023 at 11:32:13PM -0700, Eric Biggers wrote: > On Tue, Mar 14, 2023 at 04:34:22PM +0800, kernel test robot wrote: > > Greeting, > > > > FYI, we noticed WARNING:at_fs/sysfs/file.c:#sysfs_emit_at due to commit (built with gcc-11): > > > > commit: 4d00e68cfcfd91d3a8c794d47617429a96d623ed ("panic: Expose "warn_count" to sysfs") > > https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y > > It turns out this is a longstanding bug in 4.19.y and 4.14.y caused by a bad > backport, which is not actually related to the above commit (or the patch series > that contained it) at all. I've sent out fixes: > > 4.19: https://lore.kernel.org/r/20230317062743.313169-1-ebiggers@kernel.org > 4.14: https://lore.kernel.org/r/20230317062801.313217-1-ebiggers@kernel.org Thanks for these, I'll queue it up the next round. greg k-h