Patches have been merged, use upstream URL

This commit is contained in:
Aurelien Jarno 2015-09-29 09:37:10 +02:00
parent e80727ad54
commit 487e6df891
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
From: Aurelien Jarno <aurelien@aurel32.net>
Date: Fri, 4 Sep 2015 16:32:17 +0200
Subject: [1/2] MIPS: BPF: Avoid unreachable code on little endian
Origin: http://www.linux-mips.org/archives/linux-mips/2015-09/msg00040.html
Origin: https://git.kernel.org/linus/faa9724a674e5e52316bb0d173aed16bd17d536c
On little endian, avoid generating the big endian version of the code
by using #else in addition to #ifdef #endif. Also fix one alignment

View File

@ -1,7 +1,7 @@
From: Aurelien Jarno <aurelien@aurel32.net>
Date: Sat, 5 Sep 2015 17:02:59 +0200
Subject: [2/2] MIPS: BPF: Fix build on pre-R2 little endian CPUs
Origin: http://www.linux-mips.org/archives/linux-mips/2015-09/msg00041.html
Origin: https://git.kernel.org/linus/b259e51f2e29390518021f9b8df55a3de42f371b
The rotr, seh and wsbh instructions have been introduced with the R2
ISA. Thus the current BPF code fails to build on pre-R2 little endian