scripts: Remove export_report.pl
authorMatthew Maurer <mmaurer@google.com>
Wed, 30 Oct 2024 17:16:34 +0000 (17:16 +0000)
committerLuis Chamberlain <mcgrof@kernel.org>
Tue, 5 Nov 2024 20:02:56 +0000 (12:02 -0800)
commit7a56ca20c09d8b8bf20d1ff1677d68f87b570de0
tree253ba824b19982e22de22177024e706666e9da04
parentaf0847537031c0c7cc0a168776ac21e29fa74c5c
scripts: Remove export_report.pl

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@google.com>
Acked-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Makefile
scripts/export_report.pl [deleted file]