[linux] 01/01: Patches have been merged, use upstream URL
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Tue Sep 29 07:37:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
aurel32 pushed a commit to branch sid
in repository linux.
commit 487e6df8911740083cc8a7f3176d542baf1fbe99
Author: Aurelien Jarno <aurelien at aurel32.net>
Date: Tue Sep 29 09:37:10 2015 +0200
Patches have been merged, use upstream URL
---
.../bugfix/mips/bpf-avoid-unreachable-code-on-little-endian.patch | 2 +-
.../bugfix/mips/bpf-fix-build-on-pre-r2-little-endian-cpus.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/bugfix/mips/bpf-avoid-unreachable-code-on-little-endian.patch b/debian/patches/bugfix/mips/bpf-avoid-unreachable-code-on-little-endian.patch
index 288347e..cb57993 100644
--- a/debian/patches/bugfix/mips/bpf-avoid-unreachable-code-on-little-endian.patch
+++ b/debian/patches/bugfix/mips/bpf-avoid-unreachable-code-on-little-endian.patch
@@ -1,7 +1,7 @@
From: Aurelien Jarno <aurelien at 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
diff --git a/debian/patches/bugfix/mips/bpf-fix-build-on-pre-r2-little-endian-cpus.patch b/debian/patches/bugfix/mips/bpf-fix-build-on-pre-r2-little-endian-cpus.patch
index 1b63e1b..548136e 100644
--- a/debian/patches/bugfix/mips/bpf-fix-build-on-pre-r2-little-endian-cpus.patch
+++ b/debian/patches/bugfix/mips/bpf-fix-build-on-pre-r2-little-endian-cpus.patch
@@ -1,7 +1,7 @@
From: Aurelien Jarno <aurelien at 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list