[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170814.221931.431071335638269294.davem@davemloft.net>
Date: Mon, 14 Aug 2017 22:19:31 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: netdev@...r.kernel.org, dsa@...ulusnetworks.com
Subject: Re: [PATCH net] af_key: do not use GFP_KERNEL in atomic contexts
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Mon, 14 Aug 2017 10:16:45 -0700
> From: Eric Dumazet <edumazet@...gle.com>
>
> pfkey_broadcast() might be called from non process contexts,
> we can not use GFP_KERNEL in these cases [1].
>
> This patch partially reverts commit ba51b6be38c1 ("net: Fix RCU splat in
> af_key"), only keeping the GFP_ATOMIC forcing under rcu_read_lock()
> section.
>
> [1] : syzkaller reported :
...
> Fixes: ba51b6be38c1 ("net: Fix RCU splat in af_key")
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
> Reported-by: Dmitry Vyukov <dvyukov@...gle.com>
Applied and queued up for -stable, thanks.
Powered by blists - more mailing lists