Skip to content

HBSD: fix Malloc_domainset_aligned with Marvell ethernet controllers

Loic requested to merge loic/HardenedBSD:fix_Marvell into hardened/current/master

The commit f3ea417f "x86 busdma_bounce: use malloc_domainset_aligned(9)." has generated the error "malloc_domainset_aligned: align 0x8000 (size0xc00) too large" if Marvell Ethernet controller (msk) is used in HardenedBSD.

We are restoring an old condition for the alignment to correct the problem.

Merge request reports