Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fix up for "net: add new socket option SO_RESERVE_MEM"

Some architectures do not include uapi/asm/socket.h

Fixes: 2bb2f5fb21b0 ("net: add new socket option SO_RESERVE_MEM")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Stephen Rothwell and committed by
David S. Miller
10d48705 b022f886

+6
+2
arch/alpha/include/uapi/asm/socket.h
··· 131 131 132 132 #define SO_BUF_LOCK 72 133 133 134 + #define SO_RESERVE_MEM 73 135 + 134 136 #if !defined(__KERNEL__) 135 137 136 138 #if __BITS_PER_LONG == 64
+2
arch/mips/include/uapi/asm/socket.h
··· 142 142 143 143 #define SO_BUF_LOCK 72 144 144 145 + #define SO_RESERVE_MEM 73 146 + 145 147 #if !defined(__KERNEL__) 146 148 147 149 #if __BITS_PER_LONG == 64
+2
arch/parisc/include/uapi/asm/socket.h
··· 123 123 124 124 #define SO_BUF_LOCK 0x4046 125 125 126 + #define SO_RESERVE_MEM 0x4047 127 + 126 128 #if !defined(__KERNEL__) 127 129 128 130 #if __BITS_PER_LONG == 64