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

2012-12-20 Thread Seiji Aguchi
>Though it seems most of patch2 should have been in patch1 (except for the efi >part). OK. I will merge pstore part in patch2 to patch1. > > The only nitpick I have is the name 'is_non_blocking_path'. I don't know > why, but the name doesn't seem exactly right to me. I was > thinking

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

2012-12-20 Thread Seiji Aguchi
Though it seems most of patch2 should have been in patch1 (except for the efi part). OK. I will merge pstore part in patch2 to patch1. The only nitpick I have is the name 'is_non_blocking_path'. I don't know why, but the name doesn't seem exactly right to me. I was thinking something

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

2012-12-17 Thread Don Zickus
On Mon, Dec 17, 2012 at 08:56:27PM +, Seiji Aguchi wrote: > Changelog 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 driver. >- Introduce a function, is_non_blocking_path(), to

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

2012-12-17 Thread Seiji Aguchi
Changelog 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 driver. - Introduce a function, is_non_blocking_path(), to check if pstore is in panic and emergency-restart paths (PATCH 1/2)

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

2012-12-17 Thread Seiji Aguchi
Changelog 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 driver. - Introduce a function, is_non_blocking_path(), to check if pstore is in panic and emergency-restart paths (PATCH 1/2)

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

2012-12-17 Thread Don Zickus
On Mon, Dec 17, 2012 at 08:56:27PM +, Seiji Aguchi wrote: Changelog 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 driver. - Introduce a function, is_non_blocking_path(), to check if