From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] bpf: change back to orig prog on too many passes Date: Sun, 08 Jan 2017 17:00:49 -0500 (EST) Message-ID: <20170108.170049.185525468870291040.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: alexei.starovoitov@gmail.com, netdev@vger.kernel.org To: daniel@iogearbox.net Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:42540 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968666AbdAHWAz (ORCPT ); Sun, 8 Jan 2017 17:00:55 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Sat, 7 Jan 2017 00:26:33 +0100 > If after too many passes still no image could be emitted, then > swap back to the original program as we do in all other cases > and don't use the one with blinding. > > Fixes: 959a75791603 ("bpf, x86: add support for constant blinding") > Signed-off-by: Daniel Borkmann > Acked-by: Alexei Starovoitov Applied and queued up for -stable, thanks Daniel.