mbox series

pull-request: ieee802154 for net 2023-10-10

Message ID 20231010200943.82225-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Headers show
Series pull-request: ieee802154 for net 2023-10-10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2023-10-10

Message

Stefan Schmidt Oct. 10, 2023, 8:09 p.m. UTC
Hello Dave, Jakub, Paolo.

An update from ieee802154 for your *net* tree:

Just one small fix this time around.

Dinghao Liu fixed a potential use-after-free in the ca8210 driver probe
function.

regards
Stefan Schmidt

The following changes since commit a2e52554c710b388df2d9d95b51cc1059af2aa22:

  Merge branch 'ravb-fix-use-after-free-issues' (2023-10-06 16:19:15 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2023-10-10

for you to fetch changes up to f990874b1c98fe8e57ee9385669f501822979258:

  ieee802154: ca8210: Fix a potential UAF in ca8210_probe (2023-10-07 20:37:38 +0200)

----------------------------------------------------------------
Dinghao Liu (1):
      ieee802154: ca8210: Fix a potential UAF in ca8210_probe

 drivers/net/ieee802154/ca8210.c | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 12, 2023, 12:30 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 10 Oct 2023 22:09:43 +0200 you wrote:
> Hello Dave, Jakub, Paolo.
> 
> An update from ieee802154 for your *net* tree:
> 
> Just one small fix this time around.
> 
> Dinghao Liu fixed a potential use-after-free in the ca8210 driver probe
> function.
> 
> [...]

Here is the summary with links:
  - pull-request: ieee802154 for net 2023-10-10
    https://git.kernel.org/netdev/net/c/8bcfc9ded21c

You are awesome, thank you!