linux-stable/drivers/xen/xenbus
Greg Kroah-Hartman 2a81ada32f driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the
device that is passed into it, so mark it as a const * and propagate the
function signature changes out into all relevant subsystems that use
this callback.

Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-27 13:45:52 +01:00
..
Makefile
xenbus.h bus: Make remove callback return void 2021-07-21 11:53:42 +02:00
xenbus_client.c xen/xenbus: fix xenbus_setup_ring() 2022-09-16 09:50:47 +02:00
xenbus_comms.c xen: Fix event channel callback via INTX/GSI 2021-01-13 16:12:00 +01:00
xenbus_dev_backend.c
xenbus_dev_frontend.c xen/xenbus: fix return type in xenbus_file_read() 2022-08-12 12:16:39 +02:00
xenbus_probe.c xen: replace xen_remap() with memremap() 2022-06-01 07:24:17 +02:00
xenbus_probe_backend.c driver core: make struct bus_type.uevent() take a const * 2023-01-27 13:45:52 +01:00
xenbus_probe_frontend.c driver core: make struct bus_type.uevent() take a const * 2023-01-27 13:45:52 +01:00
xenbus_xs.c xen/xenbus: Count pending messages for each watch 2020-12-14 10:07:13 +01:00