Re: [PATCH] Bluetooth: hci_bcm: fix double-free irq on removal

2019-02-26 Thread Marcel Holtmann
Hi Andreas, >>> after rmmod hci_uart a warning about doubly freed >>> interrupts appears, so do it only once. Instead disable it. >>> It is already implicitely freed by the devm framework. >>> >>> [ 230.782948] [ cut here ] >>> [ 230.787708] WARNING: CPU: 0 PID: 2715 at

Re: [PATCH] Bluetooth: hci_bcm: fix double-free irq on removal

2019-02-26 Thread Andreas Kemnade
Hi Marcel, On Tue, 26 Feb 2019 09:53:27 +0100 Marcel Holtmann wrote: > Hi Andreas, > > > after rmmod hci_uart a warning about doubly freed > > interrupts appears, so do it only once. Instead disable it. > > It is already implicitely freed by the devm framework. > > > > [ 230.782948] -

Re: [PATCH] Bluetooth: hci_bcm: fix double-free irq on removal

2019-02-26 Thread Marcel Holtmann
Hi Andreas, > after rmmod hci_uart a warning about doubly freed > interrupts appears, so do it only once. Instead disable it. > It is already implicitely freed by the devm framework. > > [ 230.782948] [ cut here ] > [ 230.787708] WARNING: CPU: 0 PID: 2715 at kernel/irq/d

[PATCH] Bluetooth: hci_bcm: fix double-free irq on removal

2019-02-25 Thread Andreas Kemnade
after rmmod hci_uart a warning about doubly freed interrupts appears, so do it only once. Instead disable it. It is already implicitely freed by the devm framework. [ 230.782948] [ cut here ] [ 230.787708] WARNING: CPU: 0 PID: 2715 at kernel/irq/devres.c:146 devm_free_ir