From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.manjaro.org (mail.manjaro.org [116.203.91.91]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2DB26172786 for ; Tue, 28 May 2024 16:02:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.91.91 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716912177; cv=none; b=fcL6mNQlWgmd2NNBOCbDJb/5hP8r5D6P8sPjf2rSuTNAJDye61VwbL9RBfpWJ95hf2QekUQFjigfk56OJ7i+KuHUqbmMBbiaN0pf6UbepuTpCk0lymv5oAdpQfzLAFNlO+Ca6qHF4ScaA9JuUjS2+7XTJG25kUudneUGPfnWd4A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716912177; c=relaxed/simple; bh=W/RsddcsNH4pGznPMfIGArlnC1+trGL18DoQAdB6nv0=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type; b=s9fSQexIwdjvmmhri5KGE411phOJg4oLkoa+v6tzZwgUfTe7yWoMoWEQLK+nrOEsPgAONyypfZrDoUcCFctkDQ+pqcGaFlyIkMXbt1UbiFGblXtfcre9UIORyX/iTNeM4hHV4PwXDkwcWGF0eJj+2iJ3Gq21MswL1LL6cBJj1jQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=manjaro.org; spf=pass smtp.mailfrom=manjaro.org; dkim=pass (2048-bit key) header.d=manjaro.org header.i=@manjaro.org header.b=grDHSthT; arc=none smtp.client-ip=116.203.91.91 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=manjaro.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=manjaro.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=manjaro.org header.i=@manjaro.org header.b="grDHSthT" Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=manjaro.org; s=2021; t=1716912173; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VJazQCNLMe9zLT+pOoBooIhBm8Gr8yYEIFiGMNKV21E=; b=grDHSthTJTkLATXkf4IJBngUGMARyTKuopBirMZW4640rCczThfi3UOX1p9ah4LXiMlMIs dyhvHm506M1hRIs1MlAVuBAFpx3HBVFsmNIRnTJzmqSCzrl/HZTPREvzKrfzkiImXG/t3E gQjAGpF67JVOM3sp3mgsUaUst56nld7stVyRkRCsvMvoDo2a0Z+EiYIDJZ7TWOYov6ib3q +DaV2eFOgroGC4n5X+px2qyjfGL3yBAfha3esb8PvpE3axqpDzrD7OzBZHBXAANX4dzWhn 4x9yTJitYwSVuqZ6LcSAdUSULU92US1jV4dfhFig2/AwDOgf6nvTvQPK8IM4ug== Date: Tue, 28 May 2024 18:02:52 +0200 From: Dragan Simic To: wens@csie.org Cc: jernej.skrabec@gmail.com, samuel@sholland.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH] arm64: dts: allwinner: Add cache information to the SoC dtsi for H6 In-Reply-To: References: <6a772756c2c677dbdaaab4a2c71a358d8e4b27e9.1714304058.git.dsimic@manjaro.org> <49abb93000078c692c48c0a65ff677893909361a.1714304071.git.dsimic@manjaro.org> <171691117471.681554.6744393893618279840.b4-ty@csie.org> Message-ID: <803a939c62b3ac4ced7ac49f18efd723@manjaro.org> X-Sender: dsimic@manjaro.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Authentication-Results: ORIGINATING; auth=pass smtp.auth=dsimic@manjaro.org smtp.mailfrom=dsimic@manjaro.org Hello Chen-Yu, On 2024-05-28 17:56, Chen-Yu Tsai wrote: > On Tue, May 28, 2024 at 11:46 PM Chen-Yu Tsai wrote: >> >> On Sun, 28 Apr 2024 13:40:36 +0200, Dragan Simic wrote: >> > Add missing cache information to the Allwinner H6 SoC dtsi, to allow >> > the userspace, which includes lscpu(1) that uses the virtual files provided >> > by the kernel under the /sys/devices/system/cpu directory, to display the >> > proper H6 cache information. >> > >> > Adding the cache information to the H6 SoC dtsi also makes the following >> > warning message in the kernel log go away: >> > >> > [...] >> >> Applied to sunxi/dt-for-6.11 in sunxi/linux.git, thanks! >> >> [1/1] arm64: dts: allwinner: Add cache information to the SoC dtsi for >> H6 >> https://git.kernel.org/sunxi/linux/c/c8240e4b0fd2 > > OK, that's weird. Somehow b4 thought this patch was v2 of the A64 patch > [1]. > Looks like they are threaded together because this patch has > "In-Reply-To". > > Please avoid it in the future. I'm sorry for that. I noticed that back when I sent the patches to the mailing list, but didn't want to make some noise about that. The root cause was some missing configuration for "git send-email", which resulted in adding troublesome threading-related headers to the messages for the individual .patch files that in fact were correctly created by running "git format-patch". Do I need to resend the patches? 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6F95CC25B78 for ; Tue, 28 May 2024 16:03:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:Cc:To:From :Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Ci3J1wbt+pjsoWP/tRPsxtTUzEzORDRVJIYgNV2nJgY=; b=3A0jvVnULcySlzwWWHYrufp63r eOqogGbFXJvLgiBeGFfgklAwCeDhAQ7aG3k1VvtJcKysEXpCDKxBgK1BTu1i7rg0dyzZA3b2PA8WR iPKsu6taVoaT4f/CH792iJPFb3zzK/AFlnDawdMQVS2ClQbX8Kk1f7/IfWCYZv4Ms6I8VZd+bW4RN 9ADnAw8LLJMh4ZLJu6PAhl9JLpAUtnuw6KubO48dtx95cxjPb74JzH+TweBXsJ6ulw4YYteZBUpsc oBfnNHxEov4F1byCF9vXagJSAEyAjVf8ZuoMlqWSOrN9QxOknk8bR1beXdJwEGpVhVAxIPCWtenD/ LQfZpFsQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sBzHv-00000001LiI-33gR; Tue, 28 May 2024 16:02:59 +0000 Received: from mail.manjaro.org ([116.203.91.91]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sBzHr-00000001Lh0-3pIG for linux-arm-kernel@lists.infradead.org; Tue, 28 May 2024 16:02:57 +0000 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=manjaro.org; s=2021; t=1716912173; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VJazQCNLMe9zLT+pOoBooIhBm8Gr8yYEIFiGMNKV21E=; b=grDHSthTJTkLATXkf4IJBngUGMARyTKuopBirMZW4640rCczThfi3UOX1p9ah4LXiMlMIs dyhvHm506M1hRIs1MlAVuBAFpx3HBVFsmNIRnTJzmqSCzrl/HZTPREvzKrfzkiImXG/t3E gQjAGpF67JVOM3sp3mgsUaUst56nld7stVyRkRCsvMvoDo2a0Z+EiYIDJZ7TWOYov6ib3q +DaV2eFOgroGC4n5X+px2qyjfGL3yBAfha3esb8PvpE3axqpDzrD7OzBZHBXAANX4dzWhn 4x9yTJitYwSVuqZ6LcSAdUSULU92US1jV4dfhFig2/AwDOgf6nvTvQPK8IM4ug== Date: Tue, 28 May 2024 18:02:52 +0200 From: Dragan Simic To: wens@csie.org Cc: jernej.skrabec@gmail.com, samuel@sholland.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH] arm64: dts: allwinner: Add cache information to the SoC dtsi for H6 In-Reply-To: References: <6a772756c2c677dbdaaab4a2c71a358d8e4b27e9.1714304058.git.dsimic@manjaro.org> <49abb93000078c692c48c0a65ff677893909361a.1714304071.git.dsimic@manjaro.org> <171691117471.681554.6744393893618279840.b4-ty@csie.org> Message-ID: <803a939c62b3ac4ced7ac49f18efd723@manjaro.org> X-Sender: dsimic@manjaro.org Authentication-Results: ORIGINATING; auth=pass smtp.auth=dsimic@manjaro.org smtp.mailfrom=dsimic@manjaro.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240528_090256_114911_67A53C0D X-CRM114-Status: GOOD ( 16.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: base64 Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org SGVsbG8gQ2hlbi1ZdSwKCk9uIDIwMjQtMDUtMjggMTc6NTYsIENoZW4tWXUgVHNhaSB3cm90ZToK PiBPbiBUdWUsIE1heSAyOCwgMjAyNCBhdCAxMTo0NuKAr1BNIENoZW4tWXUgVHNhaSA8d2Vuc0Bj c2llLm9yZz4gd3JvdGU6Cj4+IAo+PiBPbiBTdW4sIDI4IEFwciAyMDI0IDEzOjQwOjM2ICswMjAw LCBEcmFnYW4gU2ltaWMgd3JvdGU6Cj4+ID4gQWRkIG1pc3NpbmcgY2FjaGUgaW5mb3JtYXRpb24g dG8gdGhlIEFsbHdpbm5lciBINiBTb0MgZHRzaSwgdG8gYWxsb3cKPj4gPiB0aGUgdXNlcnNwYWNl LCB3aGljaCBpbmNsdWRlcyBsc2NwdSgxKSB0aGF0IHVzZXMgdGhlIHZpcnR1YWwgZmlsZXMgcHJv dmlkZWQKPj4gPiBieSB0aGUga2VybmVsIHVuZGVyIHRoZSAvc3lzL2RldmljZXMvc3lzdGVtL2Nw dSBkaXJlY3RvcnksIHRvIGRpc3BsYXkgdGhlCj4+ID4gcHJvcGVyIEg2IGNhY2hlIGluZm9ybWF0 aW9uLgo+PiA+Cj4+ID4gQWRkaW5nIHRoZSBjYWNoZSBpbmZvcm1hdGlvbiB0byB0aGUgSDYgU29D IGR0c2kgYWxzbyBtYWtlcyB0aGUgZm9sbG93aW5nCj4+ID4gd2FybmluZyBtZXNzYWdlIGluIHRo ZSBrZXJuZWwgbG9nIGdvIGF3YXk6Cj4+ID4KPj4gPiBbLi4uXQo+PiAKPj4gQXBwbGllZCB0byBz dW54aS9kdC1mb3ItNi4xMSBpbiBzdW54aS9saW51eC5naXQsIHRoYW5rcyEKPj4gCj4+IFsxLzFd IGFybTY0OiBkdHM6IGFsbHdpbm5lcjogQWRkIGNhY2hlIGluZm9ybWF0aW9uIHRvIHRoZSBTb0Mg ZHRzaSBmb3IgCj4+IEg2Cj4+ICAgICAgIGh0dHBzOi8vZ2l0Lmtlcm5lbC5vcmcvc3VueGkvbGlu dXgvYy9jODI0MGU0YjBmZDIKPiAKPiBPSywgdGhhdCdzIHdlaXJkLiBTb21laG93IGI0IHRob3Vn aHQgdGhpcyBwYXRjaCB3YXMgdjIgb2YgdGhlIEE2NCBwYXRjaCAKPiBbMV0uCj4gTG9va3MgbGlr ZSB0aGV5IGFyZSB0aHJlYWRlZCB0b2dldGhlciBiZWNhdXNlIHRoaXMgcGF0Y2ggaGFzIAo+ICJJ bi1SZXBseS1UbyIuCj4gCj4gUGxlYXNlIGF2b2lkIGl0IGluIHRoZSBmdXR1cmUuCgpJJ20gc29y cnkgZm9yIHRoYXQuICBJIG5vdGljZWQgdGhhdCBiYWNrIHdoZW4gSSBzZW50IHRoZSBwYXRjaGVz IHRvIHRoZQptYWlsaW5nIGxpc3QsIGJ1dCBkaWRuJ3Qgd2FudCB0byBtYWtlIHNvbWUgbm9pc2Ug YWJvdXQgdGhhdC4gIFRoZSByb290CmNhdXNlIHdhcyBzb21lIG1pc3NpbmcgY29uZmlndXJhdGlv biBmb3IgImdpdCBzZW5kLWVtYWlsIiwgd2hpY2ggCnJlc3VsdGVkCmluIGFkZGluZyB0cm91Ymxl c29tZSB0aHJlYWRpbmctcmVsYXRlZCBoZWFkZXJzIHRvIHRoZSBtZXNzYWdlcyBmb3IgdGhlCmlu ZGl2aWR1YWwgLnBhdGNoIGZpbGVzIHRoYXQgaW4gZmFjdCB3ZXJlIGNvcnJlY3RseSBjcmVhdGVk IGJ5IHJ1bm5pbmcKImdpdCBmb3JtYXQtcGF0Y2giLgoKRG8gSSBuZWVkIHRvIHJlc2VuZCB0aGUg cGF0Y2hlcz8KCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f CmxpbnV4LWFybS1rZXJuZWwgbWFpbGluZyBsaXN0CmxpbnV4LWFybS1rZXJuZWxAbGlzdHMuaW5m cmFkZWFkLm9yZwpodHRwOi8vbGlzdHMuaW5mcmFkZWFkLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2xp bnV4LWFybS1rZXJuZWwK