diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-07 04:30:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-07 04:30:50 -0400 |
commit | 7f60ba388f5b9dd8b0da463b394412dace3ab814 (patch) | |
tree | b97b4fb5c8ad07a435e5b1b559988364764d5e8d /MAINTAINERS | |
parent | e665faa424a4a782aa986274920c1fc5b76f5560 (diff) | |
parent | 80c9d03c22f13a17df67b4b99a83ed5e9acf6093 (diff) |
Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore
Pull pstore changes from Anton Vorontsov:
1) We no longer ad-hoc to the function tracer "high level"
infrastructure and no longer use its debugfs knobs. The change
slightly touches kernel/trace directory, but it got the needed ack
from Steven Rostedt:
http://lkml.org/lkml/2012/8/21/688
2) Added maintainers entry;
3) A bunch of fixes, nothing special.
* tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore:
pstore: Avoid recursive spinlocks in the oops_in_progress case
pstore/ftrace: Convert to its own enable/disable debugfs knob
pstore/ram: Add missing platform_device_unregister
MAINTAINERS: Add pstore maintainers
pstore/ram: Mark ramoops_pstore_write_buf() as notrace
pstore/ram: Fix printk format warning
pstore/ram: Fix possible NULL dereference
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 42c2264a154c..4b58d5415929 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5550,6 +5550,18 @@ L: cbe-oss-dev@lists.ozlabs.org | |||
5550 | S: Maintained | 5550 | S: Maintained |
5551 | F: drivers/block/ps3vram.c | 5551 | F: drivers/block/ps3vram.c |
5552 | 5552 | ||
5553 | PSTORE FILESYSTEM | ||
5554 | M: Anton Vorontsov <cbouatmailru@gmail.com> | ||
5555 | M: Colin Cross <ccross@android.com> | ||
5556 | M: Kees Cook <keescook@chromium.org> | ||
5557 | M: Tony Luck <tony.luck@intel.com> | ||
5558 | S: Maintained | ||
5559 | T: git git://git.infradead.org/users/cbou/linux-pstore.git | ||
5560 | F: fs/pstore/ | ||
5561 | F: include/linux/pstore* | ||
5562 | F: drivers/firmware/efivars.c | ||
5563 | F: drivers/acpi/apei/erst.c | ||
5564 | |||
5553 | PTP HARDWARE CLOCK SUPPORT | 5565 | PTP HARDWARE CLOCK SUPPORT |
5554 | M: Richard Cochran <richardcochran@gmail.com> | 5566 | M: Richard Cochran <richardcochran@gmail.com> |
5555 | S: Maintained | 5567 | S: Maintained |