Home
last modified time | relevance | path

Searched hist:"4 d54cc32" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dgenetlink.h4d54cc32 Fri Feb 12 17:59:59 CST 2021 Florian Westphal <fw@strlen.de> mptcp: avoid lock_fast usage in accept path

Once event support is added this may need to allocate memory while msk
lock is held with softirqs disabled.

Not using lock_fast also allows to do the allocation with GFP_KERNEL.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/netlink/
H A Dgenetlink.c4d54cc32 Fri Feb 12 17:59:59 CST 2021 Florian Westphal <fw@strlen.de> mptcp: avoid lock_fast usage in accept path

Once event support is added this may need to allocate memory while msk
lock is held with softirqs disabled.

Not using lock_fast also allows to do the allocation with GFP_KERNEL.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/mptcp/
H A Dprotocol.c4d54cc32 Fri Feb 12 17:59:59 CST 2021 Florian Westphal <fw@strlen.de> mptcp: avoid lock_fast usage in accept path

Once event support is added this may need to allocate memory while msk
lock is held with softirqs disabled.

Not using lock_fast also allows to do the allocation with GFP_KERNEL.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>