From 06f3b919021f3cf55cc4e1aa22650089dc2ab903 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 20 Feb 2017 14:45:59 +0100 Subject: kernel: update kernel 4.4 to version 4.4.50 Signed-off-by: Jo-Philipp Wich --- ...-bug-in-unaligned-access-delay-slot-fixup.patch | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 target/linux/arc770/patches-4.4/001-ARC-arcompact-brown-paper-bag-bug-in-unaligned-access-delay-slot-fixup.patch (limited to 'target/linux/arc770') diff --git a/target/linux/arc770/patches-4.4/001-ARC-arcompact-brown-paper-bag-bug-in-unaligned-access-delay-slot-fixup.patch b/target/linux/arc770/patches-4.4/001-ARC-arcompact-brown-paper-bag-bug-in-unaligned-access-delay-slot-fixup.patch deleted file mode 100644 index 8f502d906f..0000000000 --- a/target/linux/arc770/patches-4.4/001-ARC-arcompact-brown-paper-bag-bug-in-unaligned-access-delay-slot-fixup.patch +++ /dev/null @@ -1,38 +0,0 @@ -From patchwork Tue Feb 7 17:44:58 2017 -Content-Type: text/plain; charset="utf-8" -MIME-Version: 1.0 -Content-Transfer-Encoding: 7bit -Subject: ARC: [arcompact] brown paper bag bug in unaligned access delay slot - fixup -From: Vineet Gupta -X-Patchwork-Id: 725238 -Message-Id: <1486489498-9221-1-git-send-email-vgupta@synopsys.com> -To: Linus Torvalds -Cc: Vineet Gupta , - linux-snps-arc@lists.infradead.org, Jo-Philipp Wich , - linux-kernel@vger.kernel.org, stable@vger.kernel.org -Date: Tue, 7 Feb 2017 09:44:58 -0800 - -Reported-by: Jo-Philipp Wich -Fixes: 9aed02feae57bf7 ("ARC: [arcompact] handle unaligned access delay slot") -Cc: linux-kernel@vger.kernel.org -Cc: linux-snps-arc@lists.infradead.org -Cc: stable@vger.kernel.org -Signed-off-by: Vineet Gupta ---- - arch/arc/kernel/unaligned.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/arch/arc/kernel/unaligned.c b/arch/arc/kernel/unaligned.c -index 91ebe382147f..5f69c3bd59bb 100644 ---- a/arch/arc/kernel/unaligned.c -+++ b/arch/arc/kernel/unaligned.c -@@ -243,7 +243,7 @@ int misaligned_fixup(unsigned long address, struct pt_regs *regs, - - /* clear any remanants of delay slot */ - if (delay_mode(regs)) { -- regs->ret = regs->bta ~1U; -+ regs->ret = regs->bta & ~1U; - regs->status32 &= ~STATUS_DE_MASK; - } else { - regs->ret += state.instr_len; -- cgit v1.2.3