From: Jakub Kicinski Date: Thu, 30 Jul 2026 01:42:31 +0000 (-0700) Subject: Merge branch 'net-dsa-realtek-use-devm_mutex_init' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd16f1b5720f5dae33a79b5305e188e8290a3973;p=thirdparty%2Flinux.git Merge branch 'net-dsa-realtek-use-devm_mutex_init' Luiz Angelo Daros de Luca says: ==================== net: dsa: realtek: use devm_mutex_init This series fixes mutex teardown in the Realtek DSA drivers. With CONFIG_DEBUG_MUTEXES enabled, mutex_destroy() must be called before the mutex is discarded. Using devm_mutex_init() lets the driver core handle that automatically. The changes are split into individual commits based on the feature that introduced each lock to allow proper backports to stable trees. ==================== Link: https://patch.msgid.link/20260726-realtek_mutext-v2-0-5d62ba998791@gmail.com Signed-off-by: Jakub Kicinski --- dd16f1b5720f5dae33a79b5305e188e8290a3973