Skip to content

Commit 8f74bcb

Browse files
committed
tgupdate: merge t/DO-NOT-MERGE-mptcp-use-kmalloc-on-kasan-build base into t/DO-NOT-MERGE-mptcp-use-kmalloc-on-kasan-build
2 parents 3e7ec77 + 9480ad5 commit 8f74bcb

File tree

35 files changed

+425
-274
lines changed

35 files changed

+425
-274
lines changed

drivers/net/dsa/realtek/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ config NET_DSA_REALTEK_RTL8366RB
4444
Select to enable support for Realtek RTL8366RB.
4545

4646
config NET_DSA_REALTEK_RTL8366RB_LEDS
47-
bool "Support RTL8366RB LED control"
47+
bool
4848
depends on (LEDS_CLASS=y || LEDS_CLASS=NET_DSA_REALTEK_RTL8366RB)
4949
depends on NET_DSA_REALTEK_RTL8366RB
5050
default NET_DSA_REALTEK_RTL8366RB

drivers/net/ethernet/emulex/benet/be.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ struct be_adapter {
562562
struct be_dma_mem mbox_mem_alloced;
563563

564564
struct be_mcc_obj mcc_obj;
565-
struct mutex mcc_lock; /* For serializing mcc cmds to BE card */
565+
spinlock_t mcc_lock; /* For serializing mcc cmds to BE card */
566566
spinlock_t mcc_cq_lock;
567567

568568
u16 cfg_num_rx_irqs; /* configured via set-channels */

0 commit comments

Comments
 (0)