Hi Dan, On 03/17/2015 07:29 PM, Dan Carpenter wrote: > Hello Daniel Mack, > > The patch 5fc8dd5c84fc: "kdbus: add connection, queue handling and > message validation code" from Sep 11, 2014, leads to the following > static checker warning: > > ipc/kdbus/connection.c:2000 kdbus_cmd_send() > warn: 'cancel_fd' isn't an ERR_PTR > > ipc/kdbus/connection.c > 1998 if (argv[1].item) { > 1999 cancel_fd = fget(argv[1].item->fds[0]); > ^^^^ > fget() returns NULL on error. Thanks for reporting this! Should be fixed with the patch I just sent out. Best regards, Daniel -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html