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 74571C3DA7A for ; Thu, 5 Jan 2023 14:13:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234146AbjAEONR (ORCPT ); Thu, 5 Jan 2023 09:13:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234089AbjAEOMv (ORCPT ); Thu, 5 Jan 2023 09:12:51 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7736B5791F; Thu, 5 Jan 2023 06:12:49 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 26C58B81AEB; Thu, 5 Jan 2023 14:12:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4A407C433EF; Thu, 5 Jan 2023 14:12:40 +0000 (UTC) Date: Thu, 5 Jan 2023 09:12:38 -0500 From: Steven Rostedt To: "Arnd Bergmann" Cc: "Jules Maselbas" , "Yann Sionneau" , "Albert Ou" , "Alexander Shishkin" , "Andrew Morton" , "Aneesh Kumar" , "Ard Biesheuvel" , "Arnaldo Carvalho de Melo" , "Boqun Feng" , bpf@vger.kernel.org, "Christian Brauner" , devicetree@vger.kernel.org, "Eric W. Biederman" , "Eric Paris" , "Ingo Molnar" , "Jan Kiszka" , "Jason Baron" , "Jiri Olsa" , "Jonathan Corbet" , "Josh Poimboeuf" , "Kees Cook" , "Kieran Bingham" , "Krzysztof Kozlowski" , Linux-Arch , linux-arm-kernel@lists.infradead.org, linux-audit@redhat.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-perf-users@vger.kernel.org, linux-pm@vger.kernel.org, linux-riscv@lists.infradead.org, "Marc Zyngier" , "Mark Rutland" , "Masami Hiramatsu" , "Namhyung Kim" , "Nicholas Piggin" , "Oleg Nesterov" , "Palmer Dabbelt" , "Paul Moore" , "Paul Walmsley" , "Peter Zijlstra" , "Rob Herring" , "Sebastian Reichel" , "Thomas Gleixner" , "Waiman Long" , "Will Deacon" , "Alex Michon" , "Ashley Lesdalons" , "Benjamin Mugnier" , "Clement Leger" , "Guillaume Missonnier" , "Guillaume Thouvenin" , "Jean-Christophe Pince" , "Jonathan Borne" , "Julian Vetter" , "Julien Hascoet" , "Julien Villette" , "Louis Morhet" , "Luc Michel" , Marc =?UTF-8?B?UG91bGhpw6hz?= , "Marius Gligor" , "Samuel Jones" , "Thomas Costis" , "Vincent Chardon" Subject: Re: [RFC PATCH 00/25] Upstream kvx Linux port Message-ID: <20230105091238.42bd6e6f@gandalf.local.home> In-Reply-To: <5b69db0b-9eed-42ce-8e93-4b656022433f@app.fastmail.com> References: <20230103164359.24347-1-ysionneau@kalray.eu> <7c531595-e987-422b-bcf7-48ad0ba49ce6@app.fastmail.com> <20230105104019.GA7446@tellis.lin.mbt.kalray.eu> <5b69db0b-9eed-42ce-8e93-4b656022433f@app.fastmail.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Thu, 05 Jan 2023 13:05:32 +0100 "Arnd Bergmann" wrote: > >> I did not receive most of the other patches as I'm > >> not subscribed to all the mainline lists. For future > >> submissions, can you add the linux-arch list to Cc for > >> all patches? > > > > We misused get_maintainers.pl, running it on each patch instead > > of using it on the whole series. next time every one will be in > > copy of every patch in the series and including linux-arch. > > Be careful not to make the list too long though, there is > usually a limit of 1024 characters for the entire Cc list, > above this your mails may get dropped by the mailing lists. It's best to include mailing lists for the entire series, and perhaps individuals for each patch. As I don't want the entire series just to see the tracing portion. -- Steve