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

2017-08-14 Thread fupan.li
From: Fupan Li 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-by: Fupan Li

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

2017-08-14 Thread fupan.li
From: Fupan Li 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-by: Fupan Li ---

[PATCH V3 request from stable 3.10 to 3.14] efi: fix 32bit kernel boot failed problem using efi

2015-08-03 Thread fupan.li
From: Fupan Li Commit 35d5134b7d5a ("x86/efi: Correct EFI boot stub use of code32_start") imported a bug, which will cause 32bit kernel boot failed using efi method. It should use the label's address instead of the value stored in the label to caculate the address of code32_start.

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

2015-08-03 Thread fupan.li
From: fli Function printer_func_disable() has called spinlock on printer_dev->lock, and it'll call function chain of printer_reset_interface() | +---dwc3_gadget_ep_disable() | +---__dwc3_gadget_ep_disable() |

[PATCH V3 request from stable 3.10 to 3.14] efi: fix 32bit kernel boot failed problem using efi

2015-08-03 Thread fupan.li
From: Fupan Li fupan...@windriver.com Commit 35d5134b7d5a (x86/efi: Correct EFI boot stub use of code32_start) imported a bug, which will cause 32bit kernel boot failed using efi method. It should use the label's address instead of the value stored in the label to caculate the address of

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

2015-08-03 Thread fupan.li
From: fli fupan...@windriver.com Function printer_func_disable() has called spinlock on printer_dev-lock, and it'll call function chain of printer_reset_interface() | +---dwc3_gadget_ep_disable() | +---__dwc3_gadget_ep_disable()

[PATCH V2] efi: fix 32bit kernel boot failed problem using efi

2015-08-02 Thread fupan.li
From: fli Commit 35d5134b7d5a ("x86/efi: Correct EFI boot stub use of code32_start") imported a bug, which will cause 32bit kernel boot failed using efi method. It should use the label's address instead of the value stored in the label to caculate the address of code32_start. Signed-off-by:

[PATCH V2] efi: fix 32bit kernel boot failed problem using efi

2015-08-02 Thread fupan.li
From: fli fupan...@windriver.com Commit 35d5134b7d5a (x86/efi: Correct EFI boot stub use of code32_start) imported a bug, which will cause 32bit kernel boot failed using efi method. It should use the label's address instead of the value stored in the label to caculate the address of code32_start.

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

2015-07-28 Thread fupan.li
From: fli The commit 35d5134b7d5a55e269c953096224248b9f6f72c2 Author: Matt Fleming Date: Tue Apr 8 13:14:00 2014 +0100 x86/efi: Correct EFI boot stub use of code32_start imported a bug, which should use the label's address instead of the value stored in the label's address to caculate

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

2015-07-28 Thread fupan.li
From: fli fupan...@windriver.com The commit 35d5134b7d5a55e269c953096224248b9f6f72c2 Author: Matt Fleming m...@console-pimps.org Date: Tue Apr 8 13:14:00 2014 +0100 x86/efi: Correct EFI boot stub use of code32_start imported a bug, which should use the label's address instead of the value