Commit 1e33dfdac42d4c614c9ee40e93e15f01873c86b8

Authored by Eric Lee
1 parent f54c5688a4

can: skb: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownership

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

recipes-kernel/linux/linux-smarcimx8mq_5.10.bb
... ... @@ -18,7 +18,7 @@
18 18  
19 19 KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git"
20 20 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
21   -SRCREV = "a2b178e1baa15b60f1547421ef6753a76b7059e4"
  21 +SRCREV = "10b0ebac2374ebf1a4a1ffdc78faa0533d72b037"
22 22  
23 23 LINUX_VERSION = "5.10.9"
24 24