Re: [PATCH v2] ceph: fix bare ceph_decode_8 OOB in decode_lockers()

From: Pavitra Jha

Date: Thu May 28 2026 - 14:18:40 EST


Hi Slava,

Sorry for the confusion here.

The original patch fixing:

*num_lockers = ceph_decode_32(p);

and the later fix for:

*type = ceph_decode_8(p);

were intended as two separate incremental fixes,

not as replacement versions of the same patch.

I mistakenly labeled the second one as "[PATCH v2]" and also

sent it as a separate thread, which made the relationship unclear.

I'll resend this properly as a clean patch series.

Thanks,
Pavitra