On 2/13/25 3:53 PM, Maciej Grochowski wrote: > Microchip NTB devices support up to 512 LUTs shared across all NT > partitions. This short patch series increases MAX_MWS to 256 and also > address issues when the number of mw is equal to 0 or MAX_MWS > > Maciej Grochowski (3): > ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut > ntb: ntb_hw_switchtec: Fix array-index-out-of-bounds access > ntb: ntb_hw_switchtec: Increase MAX_MWS limit to 256 > > drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > Reviewed-by: Dave Jiang <dave.jiang@xxxxxxxxx> for the series