Message ID | 20241211172115.1816733-1-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | pull request: bluetooth 2024-12-11 | expand |
On 12/11/24 18:21, Luiz Augusto von Dentz wrote: > The following changes since commit 3dd002f20098b9569f8fd7f8703f364571e2e975: > > net: renesas: rswitch: handle stop vs interrupt race (2024-12-10 19:08:00 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-12-11 > > for you to fetch changes up to 69e8a8410d7bcd3636091b5915a939b9972f99f1: > > Bluetooth: btmtk: avoid UAF in btmtk_process_coredump (2024-12-11 12:01:13 -0500) On top of this I see a new build warning: net/bluetooth/hci_core.c:60:1: warning: symbol 'hci_cb_list_lock' was not declared. Should it be static? Would you mind fixing that and re-sending? We are still on time for tomorrow 'net' PR. Thanks, Paolo
Hi Paolo, On Thu, Dec 12, 2024 at 7:20 AM Paolo Abeni <pabeni@redhat.com> wrote: > > > > On 12/12/24 12:55, Paolo Abeni wrote: > > On 12/11/24 18:21, Luiz Augusto von Dentz wrote: > >> The following changes since commit 3dd002f20098b9569f8fd7f8703f364571e2e975: > >> > >> net: renesas: rswitch: handle stop vs interrupt race (2024-12-10 19:08:00 -0800) > >> > >> are available in the Git repository at: > >> > >> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-12-11 > >> > >> for you to fetch changes up to 69e8a8410d7bcd3636091b5915a939b9972f99f1: > >> > >> Bluetooth: btmtk: avoid UAF in btmtk_process_coredump (2024-12-11 12:01:13 -0500) > > > > On top of this I see a new build warning: > > > > net/bluetooth/hci_core.c:60:1: warning: symbol 'hci_cb_list_lock' was > > not declared. Should it be static? > > > > Would you mind fixing that and re-sending? We are still on time for > > tomorrow 'net' PR. > > Whoops, I lost track of current time, the net PR will be later today > (sorry for the confusion!), but there is stills some time for the update. Will resend it asap. > /P >