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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 30CC1C433E0 for ; Tue, 12 Jan 2021 12:08:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D8D3D23110 for ; Tue, 12 Jan 2021 12:08:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732388AbhALMI3 (ORCPT ); Tue, 12 Jan 2021 07:08:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:41640 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732304AbhALMI2 (ORCPT ); Tue, 12 Jan 2021 07:08:28 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9536C23107; Tue, 12 Jan 2021 12:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1610453268; bh=1aWrOOyg0JxWPnnqIi9uvg2WDcbjP/AP9FtMiiGQS9g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sG71MVQ9OvPrJxV60dDgds2ed1/vImX2EVNze96ndwtiNKNLI20fQ7+kC5u1wb5My y81oQ09OD3/WiXV1jIAKRjl01iN8cLgItDQ5s7gI6a1TdXFcJT2WWiZl7bJTY0e9rY wYjA9BZfzEoCYr4o6XnS1l5+pxQYVgr+xAwxZ9js= Date: Tue, 12 Jan 2021 13:08:57 +0100 From: Greg Kroah-Hartman To: Pintu Agarwal Cc: open list , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , landy.gross@linaro.org, David Brown , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, indranilghsh428@gmail.com Subject: Re: [BUG]: Kernel 4.9: Kernel crash at fs/sysfs/file.c : sysfs_kf_seq_show Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 12, 2021 at 05:31:54PM +0530, Pintu Agarwal wrote: > Hi, > > I am using Kernel: 4.9.217 for one of the ARM32 boards for Qualcomm SOC. > https://github.com/android-linux-stable/msm-4.9 > > But I think this is a general bug applicable to :Kernel 4.9 under > fs/sysfs/file.c > So, I wanted to quickly check here if others are familiar with this > issue and if it is fixed already. > Note, this issue does not occur in 4.14 Kernel. As you are using a _HEAVILY_ modified 4.9 kernel release, you are going to have to get support from the vendor that provided you with this kernel, as they are the only ones that really know what is in there, _AND_ you are already paying them for that support. So take advantage of it :) good luck! greg k-h