Re: [PATCH v5 -next 0/2] make efivars/efi_pstore interrupt-safe

2013-02-08 Thread Matt Fleming
On Fri, 2013-02-08 at 22:31 +, Seiji Aguchi wrote: > Matt, > > Can you please take a look at this patchset which removes > create_sysfs_entries() from efi_pstore_write()? > > It has been updated in accordance with Mike's comment and fixes an > actual bug. > http://comments.gmane.org/gmane.lin

RE: [PATCH v5 -next 0/2] make efivars/efi_pstore interrupt-safe

2013-02-08 Thread Seiji Aguchi
ceforge.net; Satoru Moriya > Subject: [PATCH v5 -next 0/2] make efivars/efi_pstore interrupt-safe > > Changelogv4 -> v5 >- Rebase from a linus tree to a linux-next tree to avoid getting > a conflict when this patchset is merged to a linux-next tree. >- Merge previou

[PATCH v5 -next 0/2] make efivars/efi_pstore interrupt-safe

2013-01-23 Thread Seiji Aguchi
Changelogv4 -> v5 - Rebase from a linus tree to a linux-next tree to avoid getting a conflict when this patchset is merged to a linux-next tree. - Merge previous patches 2/3 and 3/3 into 2/2 because they fix a same problem. - Modify to fit a latest upstream kernel as follows.