Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'hsi-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi

Pull HSI update from Sebastian Reichel:

- ssi_protocol: fix potential use after free after module removal

* tag 'hsi-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi:
HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition

+1
+1
drivers/hsi/clients/ssi_protocol.c
··· 401 401 del_timer(&ssi->rx_wd); 402 402 del_timer(&ssi->tx_wd); 403 403 del_timer(&ssi->keep_alive); 404 + cancel_work_sync(&ssi->work); 404 405 ssi->main_state = 0; 405 406 ssi->send_state = 0; 406 407 ssi->recv_state = 0;