]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Dec 2012 15:50:59 +0000 (07:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Dec 2012 15:50:59 +0000 (07:50 -0800)
commit251a8cfeda7c8a0ff26c62659a2358d3b4ff32df
tree8bff8895744c4eb159124a62750e89dadd9d17f8
parent70f2836d023237868f2fef3625da84643e5aaf33
parentf94ec0c0594ef73ab3a2f1f32735aca8ddaf65e2
Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux

Pull pstore fixes from Tony Luck:
 "Patch series to allow EFI variable backend to pstore to hold multiple
  records."

* tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
  efi_pstore: Add a format check for an existing variable name at erasing time
  efi_pstore: Add a format check for an existing variable name at reading time
  efi_pstore: Add a sequence counter to a variable name
  efi_pstore: Add ctime to argument of erase callback
  efi_pstore: Remove a logic erasing entries from a write callback to hold multiple logs
  efi_pstore: Add a logic erasing entries to an erase callback
  efi_pstore: Check remaining space with QueryVariableInfo() before writing data