Philipp Reisner написал:

>> 2) Building module: detecting security_netlink_recv
>> (COMPAT_HAVE_SECURITY_NETLINK_RECV defined) false positive.
> 
> On what kernel? (Version and dist flavour)

3.5.3 vanilla (sys-kernel/vanilla-sources "from Gentoo", real vanilla sources).

I use next code in my ebuild (gentoo-ish) to workaround:
grep -qw security_netlink_recv "${KERNEL_DIR}/include/linux/security.h" || sed
-i -e 's:ifdef COMPAT_HAVE_SECURITY_NETLINK_RECV:if 0:' drbd_nl.c

-- 
WBR, Dzianis Kahanovich AKA Denis Kaganovich, http://mahatma.bspu.unibel.by/


_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to