Re: [PATCH net-next v4 1/2] net: pse-pd: add devm_pse_poll_helper()

From: Carlo Szelinsky

Date: Sat May 23 2026 - 15:30:27 EST


Hi Kory,

Sorry for the late reply. Too many different track and I got lost.

Just to close the loop on the notifs_mask OOB:
v5 1/2 ("net: pse-pd: add devm_pse_poll_helper()", sent Apr 29)
extends your bitmap pattern from 5099807f335c to
pse_handle_events() and pse_poll_worker(). Storage moved to
notifs_mask pointers backed by devm_bitmap_zalloc, with
bitmap_zero / bitmap_empty / for_each_set_bit on real pointers.

So the new code in v5 doesn't reintroduce the OOB.

Does this make sense?

Cheers,
Carlo