ufrisk / pcileech

Direct Memory Access (DMA) Attack Software
GNU Affero General Public License v3.0
4.72k stars 706 forks source link

usb3380 flasher and linux kernel 5.6 #206

Open briskspirit opened 2 years ago

briskspirit commented 2 years ago

https://github.com/ufrisk/pcileech/blob/cdff44e3939531758f37f63e14724834518470ea/usb3380_flash/linux/pcileech_flash.c#L144

ioremap_nocache needs to be replaced with ioremap if you are building for kernel 5.6 and up.

ufrisk commented 1 year ago

Thanks for the suggestion, I'll fix this (or add documentation) for it.