Re: [PATCH] partitions: aix: bound the pp_count scan to the ppe array

From: Jens Axboe

Date: Mon Jun 08 2026 - 10:48:49 EST



On Sun, 07 Jun 2026 06:41:43 +0000, Bryam Vargas wrote:
> aix_partition() reads the physical volume descriptor into a fixed-size
> struct pvd and then scans its physical-partition-extent array:
>
> int numpps = be16_to_cpu(pvd->pp_count);
> ...
> for (i = 0; i < numpps; i += 1) {
> struct ppe *p = pvd->ppe + i;
> ...
> lp_ix = be16_to_cpu(p->lp_ix);
>
> [...]

Applied, thanks!

[1/1] partitions: aix: bound the pp_count scan to the ppe array
commit: 2dc0bfd2fe355fb930de63c2f2eb8ced8570c579

Best regards,
--
Jens Axboe