Re: [PATCH v4 2/2] misc: ibmasm: Fix dynamic out-of-bounds MMIO access via malicious MFA
From: Mingyu Wang
Date: Fri Jul 17 2026 - 11:14:02 EST
That is a big function to inline, are you sure it's still needed that
way and shouldn't just go in the .c file?
Hi Greg,
Yes, agreed. I have moved get_i2o_message() out of line into
lowlevel.c to avoid text bloat.
This is updated in the newly submitted v5 patch series.
Thanks for the review.
Mingyu