kdbus
kdbus copied to clipboard
#includes need updating due to kernel 4.6+ changes (bus.c: generate_random_uuid = lib/uuid.c)
drivers/kdbus/bus.c: In function ‘kdbus_bus_new’:
drivers/kdbus/bus.c:116:2: error: implicit declaration of function ‘generate_random_uuid’ [-Werror=implicit-function-declaration]
generate_random_uuid(b->id128);
^~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:289: recipe for target 'drivers/kdbus/bus.o' failed
make[2]: *** [drivers/kdbus/bus.o] Error 1
scripts/Makefile.build:440: recipe for target 'drivers/kdbus' failed
make[1]: *** [drivers/kdbus] Error 2
Makefile:985: recipe for target 'drivers' failed
make: *** [drivers] Error 2
...
Andy Shevchenko (11):
...
lib/uuid.c: move generate_random_uuid() to uuid.c
...
*https://lkml.org/lkml/2016/5/24/201