Bug 202963
Summary: | [REGRESSION][BISECTED] Bluetooth broken on MBP and kernel NULL pointer dereference | ||
---|---|---|---|
Product: | Drivers | Reporter: | Ronald (ronald) |
Component: | Bluetooth | Assignee: | linux-bluetooth (linux-bluetooth) |
Status: | NEW --- | ||
Severity: | high | CC: | btpython |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 5.0.2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | remove call regulator_bulk_enable() in bcm_gpio_set_power() |
Description
Ronald
2019-03-18 07:47:56 UTC
Created attachment 281967 [details]
remove call regulator_bulk_enable() in bcm_gpio_set_power()
Btw., I tested https://lkml.org/lkml/2019/3/31/344 and that fixes the issue. Also, since this is a regression in 5.0, it would be nice to get this backported to 5.0 stable (and 5.1 in case it doesn't make it in there for release). (In reply to Ronald from comment #2) > Btw., I tested https://lkml.org/lkml/2019/3/31/344 and that fixes the issue. Forgot to add: more confirmations that this fixes the issue can be found at https://github.com/Dunedan/mbp-2016-linux/issues/97#issuecomment-482865366 |