Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1173840
| From | Jörg Otte <jrg.otte@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [4.1.0-07254-gc13c810] Regression: Bluetooth not working. |
| Date | 2015-06-29 16:40 +0200 |
| Message-ID | <pGIo1-5Kx-1@gated-at.bofh.it> (permalink) |
| References | (3 earlier) <pFCNL-1lX-73@gated-at.bofh.it> <pGmQx-8wf-7@gated-at.bofh.it> <pGnjA-RX-5@gated-at.bofh.it> <pGDeG-6WY-9@gated-at.bofh.it> <pGEDM-os-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
2015-06-29 12:30 GMT+02:00 Alexey Dobriyan <adobriyan@gmail.com>: > On Mon, Jun 29, 2015 at 12:00 PM, Jörg Otte <jrg.otte@gmail.com> wrote: >> 2015-06-28 18:09 GMT+02:00 Alexey Dobriyan <adobriyan@gmail.com>: >>> On Sun, Jun 28, 2015 at 05:36:04PM +0200, Jörg Otte wrote: >>>> 2015-06-26 16:28 GMT+02:00 Jörg Otte <jrg.otte@gmail.com>: >>>> > 2015-06-26 12:03 GMT+02:00 Jörg Otte <jrg.otte@gmail.com>: >>>> >> 2015-06-26 11:37 GMT+02:00 Marcel Holtmann <marcel@holtmann.org>: >>>> >>> Hi Joerg, >>>> >>> >>>> >>>> Bluetooth is inoperable in current Linus tree and the >>>> >>>> first bad commit is: >>>> >>>> >>>> >>>> 835a6a2f8603237a3e6cded5a6765090ecb06ea5 is the first bad commit >>>> >>>> commit 835a6a2f8603237a3e6cded5a6765090ecb06ea5 >>>> >>>> Author: Alexey Dobriyan <adobriyan@gmail.com> >>>> >>>> Date: Wed Jun 10 20:28:33 2015 +0300 >>>> >>>> >>>> >>>> Bluetooth: Stop sabotaging list poisoning >>>> >>>> >>>> >>>> list_del() poisons pointers with special values, no need to overwrite them. >>>> >>>> >>>> >>>> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> >>>> >>>> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> >>>> >>>> >>>> >>>> My BT adapter is an intel 8087:07da >>>> >>>> I reverted that commit and this fixed the problem for me. >>>> >>> >>>> >>> today we had a patch from Tedd fixing the list initialization in the HIDP code. >>>> >>> >>>> >>> diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c >>>> >>> index 9070dfd6b4ad..f1a117f8cad2 100644 >>>> >>> --- a/net/bluetooth/hidp/core.c >>>> >>> +++ b/net/bluetooth/hidp/core.c >>>> >>> @@ -915,6 +915,7 @@ static int hidp_session_new(struct hidp_session **out, const bdaddr_t *bdaddr, >>>> >>> session->conn = l2cap_conn_get(conn); >>>> >>> session->user.probe = hidp_session_probe; >>>> >>> session->user.remove = hidp_session_remove; >>>> >>> + INIT_LIST_HEAD(&session->user.list); >>>> >>> session->ctrl_sock = ctrl_sock; >>>> >>> session->intr_sock = intr_sock; >>>> >>> skb_queue_head_init(&session->ctrl_transmit); >>>> >>> >>>> >>> Could this be fixing it for you as well? >>>> >>> >>>> >> I will check this when I am at home in the >>>> >> afternoon. >>>> >> >>>> > >>>> > The patch works for me too. >>>> > >>>> Ok, this was a little bit hasty! >>>> I now see the following additional problems: >>>> >>>> - System freeze on resume (occures always). >>>> - System freeze on shutdown (occures sometimes) >>>> - System freeze when BT-mouse is connecting (occures sometimes). >>>> >>>> Then I can't do anything except power off. >>>> >>>> This happens only if Bluetooth AND BT-mouse is activated. >>> >>> OK, what happens if you just revert only list_del patch? >> >> I have applied this patch: >> >> diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c >> index 9070dfd6b4ad..f1a117f8cad2 100644 >> --- a/net/bluetooth/hidp/core.c >> +++ b/net/bluetooth/hidp/core.c >> @@ -915,6 +915,7 @@ static int hidp_session_new(struct hidp_session >> **out, const bdaddr_t *bdaddr, >> session->conn = l2cap_conn_get(conn); >> session->user.probe = hidp_session_probe; >> session->user.remove = hidp_session_remove; >> + INIT_LIST_HEAD(&session->user.list); >> session->ctrl_sock = ctrl_sock; >> session->intr_sock = intr_sock; >> skb_queue_head_init(&session->ctrl_transmit); >> >> without this patch bluetooth doesn't work at all for me. > > Sure. > > Please drop this patch, and do > > git-revert 835a6a2f8603237a3e6cded5a6765090ecb06ea5 > > Maybe it's some other changes causing hangs. Looks good so far. The system freeze on resume is gone. Thanks, Jörg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [4.1.0-07254-gc13c810] Regression: Bluetooth not working. Jörg Otte <jrg.otte@gmail.com> - 2015-06-29 16:40 +0200 Re: [4.1.0-07254-gc13c810] Regression: Bluetooth not working. Tedd Ho-Jeong An <tedd.an@intel.com> - 2015-06-29 23:20 +0200
csiph-web