24/03/2026 22:02, Kishore Padmanabha:
> On Tue, Mar 24, 2026 at 4:46 PM Mohammad Shuab Siddique <
> [email protected]> wrote:
>
> > From: Mohammad Shuab Siddique <[email protected]>
> >
> > The field was placed at incorrect offset in hwrm_func_qcfg_output causing
> > legacy_l2_db_size_kb to read svif_info instead, producing a doorbell offset
> > exceeding BAR2 and resulting in SIGSEGV on BCM57608.
> >
> > Move l2_db_multi_page_size_kb after mirror_vnic_id to match firmware
> > response layout.
> >
> > Fixes: 04102f2ffc8c ("net/bnxt: update HWRM API to version 1.10.1.6")
looks not related
> > Fixes: 7a1f9c782b50 ("net/bnxt: add multi-doorbell support")
> >
> > Cc: [email protected]
not needed as it is only fixing a recent commit
> >
> > Signed-off-by: Mohammad Shuab Siddique <
> > [email protected]>
> >
> Acked-by: Kishore Padmanabha <[email protected]>
Bugzilla ID: 1909
Reported-by: Oleksandr Nahnybida <[email protected]>
Applied, thanks.