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:   Fri, 22 Dec 2017 08:13:15 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     shrikant.maurya@...hveda.org
Cc:     ok@...ecdesign.ee, linux-kernel@...r.kernel.org,
        linux-usb@...r.kernel.org, Suniel Mahesh <sunil.m@...hveda.org>,
        Raghu Bharadwaj <raghu@...hveda.org>,
        Karthik Tummala <karthik@...hveda.org>
Subject: Re: [PATCH] drivers: usb: host: Fix GFP_KERNEL in spinlock context

On Fri, Dec 22, 2017 at 11:19:24AM +0530, shrikant.maurya@...hveda.org wrote:
> From: Shrikant Maurya <shrikant.maurya@...hveda.org>
> 
> As reported by Jia-Ju Bai (https://lkml.org/lkml/2017/12/11/872):
> API's are using GFP_KERNEL to allocate memory, which may sleep.
> To ensure atomicity such allocations must be avoided in critical
> sections under spinlock.
> Fixed by moving part of the code which is using GFP_KERNEL for
> memory allocation out of spinlock.
> 
> Reported-by: Jia-Ju Bai <baijiaju1990@...il.com>
> Signed-off-by: Shrikant Maurya <shrikant.maurya@...hveda.org>
> Signed-off-by: Suniel Mahesh <sunil.m@...hveda.org>
> Signed-off-by: Raghu Bharadwaj <raghu@...hveda.org>
> Signed-off-by: Karthik Tummala <karthik@...hveda.org>
> ---
> Note:
> - trace of device_init_wakeup() leads to creation of a struct
>   wakeup_source object and addition of the object to the list
>   of wakeup sources. While allocating wakeup_source object, API
>   is using GFP_KERNEL. This particular section is removed out of
>   spinlock.
> - Changeset was compile tested and built(ARCH=arm) on linux-next
>   (latest).
> - No build issues reported.
> - Changeset was not tested on hardware.

No one was able to test on the hardware itself?  Ideally I'd like to see
that happen to verify nothing breaks here.  No one has this chip on any
devices?

thanks,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ