diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-14 12:09:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-14 12:09:37 -0500 |
commit | b3a0d9a232c72c38c9db6fe1456015a82119afc3 (patch) | |
tree | 3bcb2ad7f749ca2aabca73b0acfd3cb72d7364ed /MAINTAINERS | |
parent | 63f4f7e8df6c504f39c6493799b54775916030d6 (diff) | |
parent | 30b9dbee895ff0d5cbf155bd1ef3f0f5992bca6f (diff) |
Merge tag 'arc-4.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Pull ARC fixes from Vineet Gupta:
"Found a couple of brown paper bag bugs with the prev pull request
(including a SMP build breakage report from Guenter). Since these are
urgent I also decided to send over a bunch of other pending fixes
which could have otherwise waited an rc or two.
Summary:
- A bunch of brown paper bag bugs (MAINTAINERS list email, SMP build
failure)
- cpu_relax() now compiler barrier for UP as well
- handling of userspace Bus Errors for ARCompact builds"
* tag 'arc-4.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
ARC: Fix silly typo in MAINTAINERS file
ARC: cpu_relax() to be compiler barrier even for UP
ARC: use ASL assembler mnemonic
ARC: [arcompact] Handle bus error from userspace as Interrupt not exception
ARC: remove extraneous header include
ARCv2: lib: memcpy: use local symbols
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ecc43c255eb8..e9caa4b28828 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -10300,7 +10300,7 @@ F: include/net/switchdev.h | |||
10300 | 10300 | ||
10301 | SYNOPSYS ARC ARCHITECTURE | 10301 | SYNOPSYS ARC ARCHITECTURE |
10302 | M: Vineet Gupta <vgupta@synopsys.com> | 10302 | M: Vineet Gupta <vgupta@synopsys.com> |
10303 | L: linux-snps-arc@lists.infraded.org | 10303 | L: linux-snps-arc@lists.infradead.org |
10304 | S: Supported | 10304 | S: Supported |
10305 | F: arch/arc/ | 10305 | F: arch/arc/ |
10306 | F: Documentation/devicetree/bindings/arc/* | 10306 | F: Documentation/devicetree/bindings/arc/* |