Re: [PATCH] usb: gadget: f_printer: fix the bug of deadlock caused by nested spinlock

2015-08-03 Thread fupan
On 08/03/2015 10:47 PM, Felipe Balbi wrote: Hi, On Mon, Aug 03, 2015 at 07:19:43PM +0800, fupan...@windriver.com wrote: From: fli Function printer_func_disable() has called spinlock on printer_dev->lock, and it'll call function chain of printer_reset_i

Re: [PATCH 3.10 ~ 3.14] efi: fix the efi 32bit boot failed problem

2015-07-30 Thread fupan
in a format that I can apply it, please resend it properly so that we can do so. Hi, Matt Will you take care of this patch or I send a V2? Thanks! Fupan thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majo

Re: [PATCH 3.10 ~ 3.14] efi: fix the efi 32bit boot failed problem

2015-08-02 Thread fupan
On 07/31/2015 08:21 PM, Luis Henriques wrote: On Fri, Jul 31, 2015 at 01:05:19PM +0100, Matt Fleming wrote: On Fri, 31 Jul, at 09:22:33AM, fupan wrote: Hi, Matt Will you take care of this patch or I send a V2? Could you please send a V2 with the changes to the commit message that I

Re: [PATCH 3.10 ~ 3.14] efi: fix the efi 32bit boot failed problem

2015-08-02 Thread fupan
On 07/31/2015 08:05 PM, Matt Fleming wrote: On Fri, 31 Jul, at 09:22:33AM, fupan wrote: Hi, Matt Will you take care of this patch or I send a V2? Could you please send a V2 with the changes to the commit message that I suggested previously? Thanks! NP! Thanks! Fupan -- To unsubscribe

Re: [PATCH] net/bluetooth: make bluetooth socket can be created in net namespace

2017-08-14 Thread fupan
On 2017/8/14 17:30, Marcel Holtmann wrote: Hi Fupan, By now kernel only supported creating bluetooth socket in init_net net namespace, which made bluetooth device cannot be accessed in containers, this patch made bluetooth socket can be created in net namespaces to fix this issue. Signed-off

Re: [PATCH] net/bluetooth: make bluetooth socket can be created in net namespace

2017-08-14 Thread fupan
-by: Fupan Li --- net/bluetooth/af_bluetooth.c | 2 +- net/bluetooth/bnep/sock.c| 4 ++-- net/bluetooth/cmtp/sock.c| 4 ++-- net/bluetooth/hci_sock.c | 4 ++-- net/bluetooth/hidp/sock.c| 4 ++-- net/bluetooth/l2cap_sock.c | 4 ++-- net/bluetooth/rfcomm/core.c | 2 +- net/bluetooth