Re: [PATCH] scripts: Remove export_report.pl
From: Masahiro Yamada
Date: Wed Oct 30 2024 - 04:03:35 EST
On Tue, Oct 29, 2024 at 10:12 PM Matthew Maurer <mmaurer@xxxxxxxxxx> wrote:
>
> This script has been broken for 5 years with no user complaints.
>
> It first had its .mod.c parser broken in commit a3d0cb04f7df ("modpost:
> use __section in the output to *.mod.c"). Later, it had its object file
> enumeration broken in commit f65a486821cf ("kbuild: change module.order
> to list *.o instead of *.ko"). Both of these changes sat for years with
> no reports.
>
> Rather than reviving this script as we make further changes to `.mod.c`,
> this patch gets rid of it because it is clearly unused.
>
> Signed-off-by: Matthew Maurer <mmaurer@xxxxxxxxxx>
> ---
> scripts/export_report.pl | 186 -----------------------------------------------
> 1 file changed, 186 deletions(-)
The top-level Makefile should be cleaned up.
$ git grep export_report -- Makefile
Makefile: @echo ' export_report - List the usages of all
exported symbols'
Makefile:PHONY += includecheck versioncheck coccicheck export_report
Makefile:export_report:
Makefile: $(PERL) $(srctree)/scripts/export_report.pl
--
Best Regards
Masahiro Yamada