Re: [PATCH] argparse: add version in symbols map

2024-03-05 Thread David Marchand
On Tue, Mar 5, 2024 at 1:14 PM David Marchand wrote: > > On Tue, Mar 5, 2024 at 12:35 PM fengchengwen wrote: > > > > Acked-by: Chengwen Feng > > > > BTW: which tool detects this problem? > > I found out about those issues while manually inspecting the changes > on **/version.map since v23.11. >

Re: [PATCH] argparse: add version in symbols map

2024-03-05 Thread David Marchand
On Tue, Mar 5, 2024 at 12:35 PM fengchengwen wrote: > > Acked-by: Chengwen Feng > > BTW: which tool detects this problem? I found out about those issues while manually inspecting the changes on **/version.map since v23.11. At the moment, there is no tool enforcing that experimental symbols must

Re: [PATCH] argparse: add version in symbols map

2024-03-05 Thread fengchengwen
Acked-by: Chengwen Feng BTW: which tool detects this problem? On 2024/3/5 18:36, David Marchand wrote: > Fixes: e3e579f5bab5 ("argparse: introduce argparse library") > > Signed-off-by: David Marchand > --- > lib/argparse/version.map | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/li

Re: [PATCH] argparse: add version in symbols map

2024-03-05 Thread Bruce Richardson
On Tue, Mar 05, 2024 at 11:36:40AM +0100, David Marchand wrote: > Fixes: e3e579f5bab5 ("argparse: introduce argparse library") > > Signed-off-by: David Marchand > --- Acked-by: Bruce Richardson

[PATCH] argparse: add version in symbols map

2024-03-05 Thread David Marchand
Fixes: e3e579f5bab5 ("argparse: introduce argparse library") Signed-off-by: David Marchand --- lib/argparse/version.map | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/argparse/version.map b/lib/argparse/version.map index 9b68464600..46da99a3e2 100644 --- a/lib/argparse/version.map +++ b