lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 12 Nov 2014 06:05:06 +0900
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Giedrius Statkevicius <giedriuswork@...il.com>
Cc:	martink@...teo.de, linux-kernel@...r.kernel.org
Subject: Re: [Bisected] Regression: cpu stuck in gvfsd-fuse, can't shutdown

On Tue, Nov 11, 2014 at 10:27:43PM +0200, Giedrius Statkevicius wrote:
> Hello,
> Since this commit:
> 
> commit 32eca22180804f71b06b63fd29b72f58be8b3c47
> Author: Martin Kepplinger <martink@...teo.de>
> Date:   Wed Oct 29 20:22:56 2014 +0100
> 
>     misc: always assign miscdevice to file->private_data in open()
>     
>     As of now, a miscdevice driver has to provide an implementation of
>     the open() file operation if it wants to have misc_open() assign a
>     pointer to struct miscdevice to file->private_data for other file
>     operations to use (given the user calls open()).
>     
>     This leads to situations where a miscdevice driver that doesn't need
>     internal operations during open() has to implement open() that only
>     returns immediately, in order to use the data in private_data in other
>     fops.
>     
>     This provides consistent behaviour for miscdevice developers and will
>     always provide the pointer in private_data. A driver's open() fop would,
>     of course, just overwrite it, when using private_data itself.
>     
>     Signed-off-by: Martin Kepplinger <martink@...teo.de>
>     Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> 
> I've noticed that my computer freezes a lot and I'm not able to shutdown
> (it just freezes while shutdowning and I have to use SysRq+reisub) and I
> get these messages in my journal:

If you revert this patch, does things go back to "normal" for you?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ