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 A7405C54EE9 for ; Thu, 22 Sep 2022 20:05:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230488AbiIVUFj (ORCPT ); Thu, 22 Sep 2022 16:05:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230175AbiIVUFg (ORCPT ); Thu, 22 Sep 2022 16:05:36 -0400 Received: from smtp-out.xnet.cz (smtp-out.xnet.cz [178.217.244.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2BA5AAEDA4 for ; Thu, 22 Sep 2022 13:05:33 -0700 (PDT) Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id 48071361D; Thu, 22 Sep 2022 22:05:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=true.cz; s=xnet; t=1663877130; bh=ejMzlwclMrgb1layxLTSYcJCux9M8r7dblyvchErL2k=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To; b=BFQqhIEj3alYb5w0DoIVOMYddN763f7SU/GrWP8CLgtaTzj/tpE5miMFeG3T7EqAJ +jRWkK9Kwjue72V/OrMR2Zta3hT/BpqP7oiinLTn8xlrO6GkgywThnAt8wOISiZ+z8 8e95wqXw3yoBzFgJx8rb8z9tDaD+ppjBfGvpOgyE= Received: from localhost (meh.true.cz [local]) by meh.true.cz (OpenSMTPD) with ESMTPA id 6f159da1; Thu, 22 Sep 2022 22:05:07 +0200 (CEST) Date: Thu, 22 Sep 2022 22:05:06 +0200 From: Petr =?utf-8?Q?=C5=A0tetiar?= To: Phil Auld Cc: Greg Kroah-Hartman , 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: <20220922200506.GC87797@meh.true.cz> Reply-To: Petr =?utf-8?Q?=C5=A0tetiar?= References: <20220922113217.GA90426@meh.true.cz> <20220922140504.GA58265@meh.true.cz> 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 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. Cheers, Petr