On Mon, Aug 24, 2020 at 11:14:30AM -0700, Selvin Xavier wrote: > Includes few important bug fixes for rc cycle. > Please apply. > > Thanks, > Selvin > > Naresh Kumar PBS (3): > RDMA/bnxt_re: Static NQ depth allocation > RDMA/bnxt_re: Restrict the max_gids to 256 > RDMA/bnxt_re: Fix driver crash on unaligned PSN entry address > > Selvin Xavier (3): > RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeeds > RDMA/bnxt_re: Do not report transparent vlan from QP1 > RDMA/bnxt_re: Fix the qp table indexing I took them all to for-rc, even though the destroy patch isn't really the right solution, it does avoid memory corruption. The driver will still trigger WARN_ON and still leak memory however. Jason