RE: [PATCH v3 0/2] pstore,efi_pstore: Avoid deadlock in non-blocking paths

2013-01-04 Thread Seiji Aguchi
android.com; keesc...@chromium.org; Satoru Moriya; > dle-deve...@lists.sourceforge.net; dzic...@redhat.com > Subject: Re: [PATCH v3 0/2] pstore,efi_pstore: Avoid deadlock in non-blocking > paths > > On Fri, Dec 21, 2012 at 11:27:00PM +, Seiji Aguchi wrote: > > Tony, > > >

Re: [PATCH v3 0/2] pstore,efi_pstore: Avoid deadlock in non-blocking paths

2012-12-21 Thread Anton Vorontsov
On Fri, Dec 21, 2012 at 11:27:00PM +, Seiji Aguchi wrote: > Tony, > > Could you please apply this patchset to your tree? Actually, I'd prefer to take both patches via pstore tree. The EFI part is isolated and small, so even if it conflicts, it would be easy to resolve, unlike to pstore core p

RE: [PATCH v3 0/2] pstore,efi_pstore: Avoid deadlock in non-blocking paths

2012-12-21 Thread Seiji Aguchi
ccr...@android.com; keesc...@chromium.org; > cbouatmai...@gmail.com; Satoru Moriya; dle-deve...@lists.sourceforge.net > Subject: Re: [PATCH v3 0/2] pstore,efi_pstore: Avoid deadlock in non-blocking > paths > > On Thu, Dec 20, 2012 at 03:11:14PM +, Seiji Aguchi wrote: > &

Re: [PATCH v3 0/2] pstore,efi_pstore: Avoid deadlock in non-blocking paths

2012-12-20 Thread Don Zickus
On Thu, Dec 20, 2012 at 03:11:14PM +, Seiji Aguchi wrote: > Changelog > v2 -> v3 > - Merge modifications of pstore part in 2/2 to 1/2. > - Rename pstore_is_non_blocking_path() to pstore_cannot_block_path(). > > v1 -> v2 > - Erase a logic checking the number of online cpus. > - Create a pa

[PATCH v3 0/2] pstore,efi_pstore: Avoid deadlock in non-blocking paths

2012-12-20 Thread Seiji Aguchi
Changelog v2 -> v3 - Merge modifications of pstore part in 2/2 to 1/2. - Rename pstore_is_non_blocking_path() to pstore_cannot_block_path(). v1 -> v2 - Erase a logic checking the number of online cpus. - Create a patchset to fix deadlocking issue in both pstore filesystem and efi_pstore dr