mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
ANDROID: fix crc error in put_cmsg caused in 6.1.68
In commitf2f57f51b5("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:f2f57f51b5("io_uring/af_unix: disable sending io_uring over sockets") Change-Id: Ie7a6d5627f169a0fea3eac2b43024cff977b8360 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
#include <linux/nsproxy.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/errqueue.h>
|
||||
#ifndef __GENKSYMS__
|
||||
#include <linux/io_uring.h>
|
||||
#endif
|
||||
|
||||
#include <linux/uaccess.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user