ANDROID: fix crc error in put_cmsg caused in 6.1.68
In commit f2f57f51 ("io_uring/af_unix: disable sending io_uring over sockets") a new .h file was added to the include list, which broke the crc generation checks with the following error: function symbol 'int put_cmsg(struct msghdr*, int, int, int, void*)' changed CRC changed from 0x31108fe3 to 0xd66fe827 Fix this by only including the .h file if the crc checker is not being run. Bug: 161946584 Fixes: f2f57f51 ("io_uring/af_unix: disable sending io_uring over sockets") Change-Id: Ie7a6d5627f169a0fea3eac2b43024cff977b8360 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading
Please sign in to comment