]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: Drop obsolete FPU EMULATOR section
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Tue, 19 May 2026 03:45:50 +0000 (05:45 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Sat, 30 May 2026 02:56:02 +0000 (19:56 -0700)
Commit

  823caa173884 ("x86/fpu: Remove the math-emu/ FPU emulation library")

removes the directory arch/x86/math-emu/, but misses to also remove the
MAINTAINERS section FPU EMULATOR.

As Bill Metzenthen is already mentioned in the CREDITS for his contribution
to the FPU emulator, just add the email address in the MAINTAINERS section
to the CREDITS and then drop the obsolete FPU EMULATOR section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260519034550.276316-1-lukas.bulwahn@redhat.com
CREDITS
MAINTAINERS

diff --git a/CREDITS b/CREDITS
index 17962bdd6dbdda9bc1b3c4715a6894af59fd0198..42a79083b98e6fb66870c49124fbd1547c60e9fb 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -2804,6 +2804,7 @@ D: Some of PAS 16 mixer & PCM support, inet6-apps
 
 N: William (Bill) Metzenthen
 E: billm@suburbia.net
+E: billm@melbpc.org.au
 D: Author of the FPU emulator.
 D: Minor kernel hacker for other lost causes (Hercules mono, etc).
 S: 22 Parker Street
index c152274a8dc910c493e7fdc1b3f9ef8f53886f51..dcdc7bda7ace0f0a943869dd4a981549df871a11 100644 (file)
@@ -10101,12 +10101,6 @@ F:     Documentation/fpga/
 F:     drivers/fpga/
 F:     include/linux/fpga/
 
-FPU EMULATOR
-M:     Bill Metzenthen <billm@melbpc.org.au>
-S:     Maintained
-W:     https://floatingpoint.billm.au/
-F:     arch/x86/math-emu/
-
 FRAMEBUFFER CONSOLE
 M:     Helge Deller <deller@gmx.de>
 M:     Thomas Zimmermann <tzimmermann@suse.de>