Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1230530
| From | Paul Burton <paul.burton@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] CM error report fixes |
| Date | 2015-09-22 19:30 +0200 |
| Message-ID | <qbzya-3xX-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series fixes a few problems with support for the CM, in particular relating to CM3 which has a 64 bit interface to the core. These issues prevented reporting of CM errors (useful debug output when tracking the source of a bus error) in some situations, and could cause further exceptions. Paul Burton (5): MIPS: clarify mips_cm_is64 documentation MIPS: don't read GCRs when a CM is not present MIPS: avoid buffer overrun in mips_cm_error_report MIPS: allow read64 GCR accessors to work on MIPS32 kernels MIPS: always read full 64 bit CM error GCRs for CM3 arch/mips/include/asm/mips-cm.h | 27 ++++++++++++---- arch/mips/kernel/mips-cm.c | 71 ++++++++++++++++++++++------------------- 2 files changed, 59 insertions(+), 39 deletions(-) -- 2.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] CM error report fixes Paul Burton <paul.burton@imgtec.com> - 2015-09-22 19:30 +0200 [PATCH 4/5] MIPS: allow read64 GCR accessors to work on MIPS32 kernels Paul Burton <paul.burton@imgtec.com> - 2015-09-22 19:30 +0200 [PATCH 3/5] MIPS: avoid buffer overrun in mips_cm_error_report Paul Burton <paul.burton@imgtec.com> - 2015-09-22 19:30 +0200
csiph-web