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 'v6.19-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fix from Herbert Xu:

- Fix duplicate restart messages in qat

* tag 'v6.19-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: qat - fix duplicate restarting msg during AER error

-2
-2
drivers/crypto/intel/qat/qat_common/adf_aer.c
··· 41 41 adf_error_notifier(accel_dev); 42 42 adf_pf2vf_notify_fatal_error(accel_dev); 43 43 adf_dev_restarting_notify(accel_dev); 44 - adf_pf2vf_notify_restarting(accel_dev); 45 - adf_pf2vf_wait_for_restarting_complete(accel_dev); 46 44 pci_clear_master(pdev); 47 45 adf_dev_down(accel_dev); 48 46