Update the URL of a few MIPS patches to the linux-next one

svn path=/dists/sid/linux/; revision=21664
This commit is contained in:
Aurelien Jarno 2014-07-31 19:05:05 +00:00
parent 9c51370af1
commit 551f6dd35f
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ From: Alex Smith <alex.smith@imgtec.com>
Date: Wed, 23 Jul 2014 14:40:11 +0100 Date: Wed, 23 Jul 2014 14:40:11 +0100
Subject: MIPS: O32/32-bit: Fix bug which can cause incorrect system Subject: MIPS: O32/32-bit: Fix bug which can cause incorrect system
call restarts call restarts
Origin: http://www.linux-mips.org/archives/linux-mips/2014-07/msg00548.html Origin: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=0ae0fe30fc3415727960270bd8fd61aea4c8a882
On 32-bit/O32, pt_regs has a padding area at the beginning into which the On 32-bit/O32, pt_regs has a padding area at the beginning into which the
syscall arguments passed via the user stack are copied. 4 arguments syscall arguments passed via the user stack are copied. 4 arguments

View File

@ -1,7 +1,7 @@
From: Aaro Koskinen <aaro.koskinen@nsn.com> From: Aaro Koskinen <aaro.koskinen@nsn.com>
Date: Tue, 22 Jul 2014 14:51:08 +0300 Date: Tue, 22 Jul 2014 14:51:08 +0300
Subject: MIPS: OCTEON: make get_system_type() thread-safe Subject: MIPS: OCTEON: make get_system_type() thread-safe
Origin: https://git.kernel.org/cgit/linux/kernel/git/jhogan/mips.git/commit?id=726d129dfdc9622197a8c3f5947ce09c1a4c935e Origin: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=726d129dfdc9622197a8c3f5947ce09c1a4c935e
get_system_type() is not thread-safe on OCTEON. It uses static data, get_system_type() is not thread-safe on OCTEON. It uses static data,
also more dangerous issue is that it's calling cvmx_fuse_read_byte() also more dangerous issue is that it's calling cvmx_fuse_read_byte()

View File

@ -1,7 +1,7 @@
From: Paul Burton <paul.burton@imgtec.com> From: Paul Burton <paul.burton@imgtec.com>
Date: Tue, 22 Jul 2014 14:21:21 +0100 Date: Tue, 22 Jul 2014 14:21:21 +0100
Subject: MIPS: prevent user from setting FCSR cause bits Subject: MIPS: prevent user from setting FCSR cause bits
Origin: https://git.kernel.org/cgit/linux/kernel/git/jhogan/mips.git/commit?id=07d8a26cb44dbbbea721da0fd0b7f79ffffe7ab7 Origin: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=b1442d39fac2fcfbe6a4814979020e993ca59c9e
If one or more matching FCSR cause & enable bits are set in saved thread If one or more matching FCSR cause & enable bits are set in saved thread
context then when that context is restored the kernel will take an FP context then when that context is restored the kernel will take an FP

View File

@ -1,7 +1,7 @@
From: Huacai Chen <chenhc@lemote.com> From: Huacai Chen <chenhc@lemote.com>
Date: Tue, 29 Jul 2014 14:54:40 +0800 Date: Tue, 29 Jul 2014 14:54:40 +0800
Subject: MIPS: tlbex: fix a missing statement for HUGETLB Subject: MIPS: tlbex: fix a missing statement for HUGETLB
Origin: http://www.linux-mips.org/archives/linux-mips/2014-07/msg00797.html Origin: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8393c524a25609a30129e4a8975cf3b91f6c16a5
In commit 2c8c53e28f1 (MIPS: Optimize TLB handlers for Octeon CPUs) In commit 2c8c53e28f1 (MIPS: Optimize TLB handlers for Octeon CPUs)
build_r4000_tlb_refill_handler() is modified. But it doesn't compatible build_r4000_tlb_refill_handler() is modified. But it doesn't compatible