From: Paolo Abeni Date: Tue, 30 Jan 2024 14:47:38 +0000 (+0100) Subject: Merge branch 'mlxsw-refactor-reference-counting-code' X-Git-Tag: block-6.9-20240315~27^2~404 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d0005e76b73b095138cee9d662831761ffde84a8;p=linux-2.6-block.git Merge branch 'mlxsw-refactor-reference-counting-code' Petr Machata says: ==================== mlxsw: Refactor reference counting code Amit Cohen writes: This set converts all reference counters defined as 'unsigned int' to refcount_t type. The reference counting of LAGs can be simplified, so first refactor the related code and then change the type of the reference counter. Patch set overview: Patches #1-#4 are preparations for LAG refactor Patch #5 refactors LAG code and change the type of reference counter Patch #6 converts the remaining reference counters in mlxsw driver ==================== Link: https://lore.kernel.org/r/cover.1706293430.git.petrm@nvidia.com Signed-off-by: Paolo Abeni --- d0005e76b73b095138cee9d662831761ffde84a8