microsoft / DMF

Driver Module Framework
MIT License
312 stars 78 forks source link

Merge20220623 #217

Closed samtertzakian closed 2 years ago

samtertzakian commented 2 years ago
  1. Correct issue in DMF_Rundown where spinlock is acquired from paged code. This bug is a regression due to a recent change in v1.1.120.
  2. Correct issue in DMF_NotifyUserWithRequest where a WDFREQEUST was completed while a lock is held.
  3. Add DMF_UefiLogs Module.
  4. Correct issues DMF_DeviceInterfaceMultipleTarget found during stress testing. a) Fix case where BSOD can occur if WDFIOTARGET cannot be opened. b) Fix case issue where duplicate QueryRemove message can come.