Re: [PATCH 1/5] random: fix crng_ready() test

2018-05-16 Thread Srivatsa S. Bhat
On 4/13/18 10:00 AM, Theodore Y. Ts'o wrote: > On Fri, Apr 13, 2018 at 03:05:01PM +0200, Stephan Mueller wrote: >> >> What I would like to point out that more and more folks change to >> getrandom(2). As this call will now unblock much later in the boot cycle, >> these systems see a significant d

Re: Deadlock on poweroff

2012-10-07 Thread Srivatsa S. Bhat
On 10/07/2012 10:41 PM, Kirill A. Shutemov wrote: > On Sun, Oct 07, 2012 at 10:35:01PM +0530, Srivatsa S. Bhat wrote: >> On 10/07/2012 10:20 PM, Kirill A. Shutemov wrote: >>> On Sun, Oct 07, 2012 at 09:03:11AM -0700, Paul E. McKenney wrote: >>>> On Sun, Oct 07, 2012

Re: Deadlock on poweroff

2012-10-07 Thread Srivatsa S. Bhat
get_online_cpus(); >>> mutex_lock(&cpu_hotplug.lock); >>> >>> Have you seen the issue before? >> >> This is a new one for me. Does the following (very lightly tested) >> patc