forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/ker…
…nel/git/jhogan/mips Pull MIPS fixes from James Hogan: "A selection of important MIPS fixes for 4.14, and some MAINTAINERS / email address updates: Maintainership updates: - imgtec.com -> mips.com email addresses (this trivially updates comments in quite a few files, as well as MAINTAINERS) - Pistachio SoC maintainership update Fixes: - NI 169445 build (new platform in 4.14) - EVA regression (4.14) - SMP-CPS build & preemption regressions (4.14) - SMP/hotplug deadlock & race (deadlock reintroduced 4.13) - ebpf_jit error return (4.13) - SMP-CMP build regressions (4.11 and 4.14) - bad UASM microMIPS encoding (3.16) - CM definitions (3.15)" [ I had taken the email address updates separately, because I didn't expect James to send a pull request, so those got applied twice. - Linus] * tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips: MIPS: Update email address for Marcin Nowakowski MIPS: smp-cmp: Fix vpe_id build error MAINTAINERS: Update Pistachio platform maintainers MIPS: smp-cmp: Use right include for task_struct MIPS: Update Goldfish RTC driver maintainer email address MIPS: Update RINT emulation maintainer email address MIPS: CPS: Fix use of current_cpu_data in preemptible code MIPS: SMP: Fix deadlock & online race MIPS: bpf: Fix a typo in build_one_insn() MIPS: microMIPS: Fix incorrect mask in insn_table_MM MIPS: Fix CM region target definitions MIPS: generic: Fix compilation error from include asm/mips-cpc.h MIPS: Fix exception entry when CONFIG_EVA enabled MIPS: generic: Fix NI 169445 its build Update MIPS email addresses
- Loading branch information
Showing
13 changed files
with
40 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Adriana Reus <[email protected]> <[email protected]> | |
Alan Cox <[email protected]> | ||
Alan Cox <[email protected]> | ||
Aleksey Gorelov <[email protected]> | ||
Aleksandar Markovic <[email protected]> <[email protected]> | ||
Al Viro <[email protected]> | ||
Al Viro <[email protected]> | ||
Andreas Herrmann <[email protected]> | ||
|
@@ -101,6 +102,7 @@ Leonid I Ananiev <[email protected]> | |
Linas Vepstas <[email protected]> | ||
Linus Lüssing <[email protected]> <[email protected]> | ||
Linus Lüssing <[email protected]> <[email protected]> | ||
Marcin Nowakowski <[email protected]> <[email protected]> | ||
Mark Brown <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
|
@@ -119,6 +121,7 @@ Matt Redfearn <[email protected]> <[email protected]> | |
Mayuresh Janorkar <[email protected]> | ||
Michael Buesch <[email protected]> | ||
Michel Dänzer <[email protected]> | ||
Miodrag Dinic <[email protected]> <[email protected]> | ||
Mitesh shah <[email protected]> | ||
Mohit Kumar <[email protected]> <[email protected]> | ||
Morten Welinder <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -873,7 +873,7 @@ F: drivers/android/ | |
F: drivers/staging/android/ | ||
|
||
ANDROID GOLDFISH RTC DRIVER | ||
M: Miodrag Dinic <miodrag.dinic@imgtec.com> | ||
M: Miodrag Dinic <miodrag.dinic@mips.com> | ||
S: Supported | ||
F: Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt | ||
F: drivers/rtc/rtc-goldfish.c | ||
|
@@ -9019,7 +9019,7 @@ F: drivers/*/*loongson1* | |
F: drivers/*/*/*loongson1* | ||
|
||
MIPS RINT INSTRUCTION EMULATION | ||
M: Aleksandar Markovic <aleksandar.markovic@imgtec.com> | ||
M: Aleksandar Markovic <aleksandar.markovic@mips.com> | ||
L: [email protected] | ||
S: Supported | ||
F: arch/mips/math-emu/sp_rint.c | ||
|
@@ -10683,10 +10683,9 @@ S: Maintained | |
F: drivers/pinctrl/spear/ | ||
|
||
PISTACHIO SOC SUPPORT | ||
M: James Hartley <[email protected]> | ||
M: Ionela Voinescu <[email protected]> | ||
M: James Hartley <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
S: Odd Fixes | ||
F: arch/mips/pistachio/ | ||
F: arch/mips/include/asm/mach-pistachio/ | ||
F: arch/mips/boot/dts/img/pistachio* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
/ { | ||
images { | ||
fdt@ni169445 { | ||
description = "NI 169445 device tree"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters