Hi, On 11/28/20 4:42 AM, Mike Travis wrote: > > Duplicate the current UV procfs leaves to the uv_sysfs driver so they show > up under /sys/firmware/sgi_uv. Show a 'deprecated' warning message if > any of the old /proc/sgi_uv leaves are used. > > These patches depend on the prior v3 patchset sent by Justin Ernst <justin.ernst@xxxxxxx> > x86/platform/uv: Remove existing /sys/firmware/sgi_uv/ interface > x86/platform/uv: Add and export uv_bios_* functions > x86/platform/uv: Add new uv_sysfs platform driver > x86/platform/uv: Update ABI documentation of /sys/firmware/sgi_uv/ > x86/platform/uv: Update MAINTAINERS for uv_sysfs driver AS with the previous series this series touches files under both x86/platform and drivers/platform/x86. Like last time this is best merged in its entirety through the x86/tip tree (which also has the previous set). Here is my ack for the drivers/platform/x86 bits being merged through the x86/tip tree: Acked-by: Hans de Goede <hdegoede@xxxxxxxxxx> Regards, Hans > > v2: Updated to apply to v3 of dependency patch set listed above. > > Mike Travis (5): > x86/platform/uv: Add kernel interfaces for obtaining system info. > x86/platform/uv: Add sysfs leaves to replace those in procfs > x86/platform/uv: Add sysfs hubless leaves > x86/platform/uv: Add deprecated messages to /proc info leaves > x86/platform/uv: Update sysfs document file > > .../ABI/testing/sysfs-firmware-sgi_uv | 16 +++++ > arch/x86/include/asm/uv/bios.h | 2 + > arch/x86/kernel/apic/x2apic_uv_x.c | 26 ++++++- > drivers/platform/x86/uv_sysfs.c | 70 ++++++++++++++++++- > 4 files changed, 111 insertions(+), 3 deletions(-) >