Re: [PATCH RFC 2/7] netfilter: nft_meta: look at pkt->sk rather than skb->sk

2015-09-29 Thread kbuild test robot
Hi Daniel, [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] config: m68k-sun3_defconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x

[PATCH RFC 2/7] netfilter: nft_meta: look at pkt->sk rather than skb->sk

2015-09-29 Thread Daniel Mack
pkt->sk is set to whatever was passed to nh_hook() by the caller, and for post demux chains, this is the one that should be looked at, as skb->sk is still NULL at this point in time. Signed-off-by: Daniel Mack --- net/netfilter/nft_meta.c | 7 --- 1 file changed, 4