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 D82A1C6FA82 for ; Fri, 23 Sep 2022 09:17:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231559AbiIWJRM (ORCPT ); Fri, 23 Sep 2022 05:17:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231593AbiIWJRC (ORCPT ); Fri, 23 Sep 2022 05:17:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA2A6FAE6 for ; Fri, 23 Sep 2022 02:16:59 -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 46DF561FD4 for ; Fri, 23 Sep 2022 09:16:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AC8DC433C1; Fri, 23 Sep 2022 09:16:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663924618; bh=clus6g41AIqVa7paiCNCIYFHv/LuCGUfx2Ubcz+209Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WO9mghRPo2jX/KC5XPzNR3gL2uuWU8vP/uT7y0gXoJMkikzXzjTE1ArAxqJCC7s8R ENggAF68zuW6DA1q8Rq1KtOTL6ISKcvhSVIe0rDvlaMKP1vX71ewcRmfNIjPmVDWFL W3RTU/XI9ARLFXgfZ5+2MoR71hPYMksLaEZ3rA+A= Date: Fri, 23 Sep 2022 11:16:55 +0200 From: Greg Kroah-Hartman To: Petr =?utf-8?Q?=C5=A0tetiar?= Cc: Phil Auld , linux-kernel@vger.kernel.org, yury.norov@gmail.com, rafael@kernel.org Subject: Re: aarch64 5.15.68 regression in topology/thread_siblings (huge file size and no content) Message-ID: References: <20220922113217.GA90426@meh.true.cz> <20220922140504.GA58265@meh.true.cz> <20220922200506.GC87797@meh.true.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220922200506.GC87797@meh.true.cz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 22, 2022 at 10:05:06PM +0200, Petr Štetiar wrote: > Phil Auld [2022-09-22 13:18:12]: > > > Then I applied the fix and the problem went away: > > I've just tried the same aarch64 and I can confirm, that the > patch fixes the issue. Wow, that's odd that the file size matters here. Ok, I'll send this to Linus in a few hours, thanks. greg k-h