On 8/5/24 11:57 PM, Greg Kroah-Hartman wrote:
On Mon, Aug 05, 2024 at 04:20:21PM -0700, Bart Van Assche wrote:
Fix a recently introduced build failure.
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Fixes: d69d80484598 ("driver core: have match() callback in struct bus_type take a const *")
Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx>
---
arch/mips/sgi-ip22/ip22-gio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for this, and the other, fix, I'll queue them up to my local
trees soon. Odd that these two targets do not seem to get any testing
in that I never was able to see them in the 0-day or other testing bots
out there. How did you find them?
Some time ago, while making changes in the SCSI core, I noticed that it
is very hard to build all SCSI drivers manually. That is why I wrote a
shell script to cross-compile all SCSI drivers. That script is available
here:
https://github.com/bvanassche/build-scsi-drivers/blob/main/build-scsi-drivers
Thanks,
Bart.