This is a note to let you know that I've just added the patch titled

    net: filter: fix sparc32 typo

to the 3.14-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     net-filter-fix-sparc32-typo.patch
and it can be found in the queue-3.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From foo@baz Thu Jun 19 10:28:46 PDT 2014
From: Alexei Starovoitov <a...@plumgrid.com>
Date: Fri, 6 Jun 2014 08:35:59 -0700
Subject: net: filter: fix sparc32 typo

From: Alexei Starovoitov <a...@plumgrid.com>

[ Upstream commit 588f5d629b3369aba88f52217d1c473a28fa7723 ]

Fixes: 569810d1e327 ("net: filter: fix typo in sparc BPF JIT")
Signed-off-by: Alexei Starovoitov <a...@plumgrid.com>
Signed-off-by: David S. Miller <da...@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
---
 arch/sparc/net/bpf_jit_comp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/sparc/net/bpf_jit_comp.c
+++ b/arch/sparc/net/bpf_jit_comp.c
@@ -85,7 +85,7 @@ static void bpf_flush_icache(void *start
 #ifdef CONFIG_SPARC64
 #define BE_PTR         (F2(0, 1) | CONDE | (2 << 20))
 #else
-#define BE_PTR         BNE
+#define BE_PTR         BE
 #endif
 
 #define SETHI(K, REG)  \


Patches currently in stable-queue which might be from a...@plumgrid.com are

queue-3.14/net-filter-fix-sparc32-typo.patch
queue-3.14/net-filter-fix-typo-in-sparc-bpf-jit.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to