[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230626145353.468fd133@kernel.org>
Date: Mon, 26 Jun 2023 14:53:53 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Matthieu Baerts <matthieu.baerts@...sares.net>, David Howells
<dhowells@...hat.com>, netdev@...r.kernel.org, Arnaldo Carvalho de Melo
<acme@...hat.com>, David Miller <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Jens Axboe
<axboe@...nel.dk>, Matthew Wilcox <willy@...radead.org>, Peter Zijlstra
<peterz@...radead.org>, Ingo Molnar <mingo@...hat.com>, Arnaldo Carvalho de
Melo <acme@...nel.org>, Mark Rutland <mark.rutland@....com>, Alexander
Shishkin <alexander.shishkin@...ux.intel.com>, Jiri Olsa
<jolsa@...nel.org>, Ian Rogers <irogers@...gle.com>, Adrian Hunter
<adrian.hunter@...el.com>, linux-perf-users@...r.kernel.org,
bpf@...r.kernel.org, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] tools: Fix MSG_SPLICE_PAGES build error in
trace tools
On Mon, 26 Jun 2023 14:31:39 -0700 Namhyung Kim wrote:
> Right, we want to keep the headers files in the tools in sync with
> the kernel ones. And they are used to generate some tables.
> Full explanation from Arnaldo below.
>
> So I'm ok for the msg_flags.c changes, but please refrain from
> changing the header directly. We will update it later.
>
> With that,
> Acked-by: Namhyung Kim <namhyung@...nel.org>
Ah, missed this email, sounds like this is preferred to Matthieu's
fix, we'll take this one.
> Also I wonder if the tool needs to keep the original flag
> (SENDPAGE_NOTLAST) for the older kernels.
That's a bit unclear, because it's just a kernel-internal flag.
Future kernels may well use that bit for something else.
Better long term solution would be to use an enum so that the values
are included in debuginfo and perf can read them at runtime :(
Powered by blists - more mailing lists