Re: firewire-ohci: 7.0.0-rc1 warnings+crash
From: Takashi Sakamoto
Date: Fri Feb 27 2026 - 22:13:08 EST
Hi,
Thanks for the issue. It reports that the page array passed to vmap()
includes any entries which have invalid PFN. I realize that the page
array is passed to page_alloc_bulk() without zero initialization, thus
it could include any garbage values.
Would I ask you to apply the following patch and the issue is still
regenerated or not?
===== 8<- -----