]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/xen: Remove Xen debugfs support
authorJuergen Gross <jgross@suse.com>
Fri, 22 May 2026 15:21:14 +0000 (17:21 +0200)
committerJuergen Gross <jgross@suse.com>
Mon, 8 Jun 2026 07:20:12 +0000 (09:20 +0200)
commit8a06aedc096f462879efc697d7294df4d61be3ae
treea09448f39118690d92cfa11289e13fa341907419
parentc9305cdd5f8ea7b1df45c2adce69dc16e3efb1a6
x86/xen: Remove Xen debugfs support

The only Xen file in debugfs is for dumping the p2m table when running
as a Xen PV guest. This might have been useful when the PV code was
young, but there haven't been any p2m related bugs requiring the p2m
dump since ages.

Remove the code and the related config option.

Signed-off-by: Juergen Gross <jgross@suse.com>
Message-ID: <20260522152114.77319-4-jgross@suse.com>
arch/x86/xen/Kconfig
arch/x86/xen/Makefile
arch/x86/xen/debugfs.c [deleted file]
arch/x86/xen/p2m.c
arch/x86/xen/xen-ops.h