summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-upstream_mainline.bb
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2023-12-19 13:32:17 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2024-01-21 13:36:36 +0100
commit940907a1ce6f7fb3f53fde83885f8ad06c2c24fa (patch)
tree2ba8d565cd471adfa5a8c48fe73c44645db5fe92 /recipes-kernel/linux/linux-toradex-upstream_mainline.bb
parentfa8aab8528cd119d318c53b19148ab4397833c92 (diff)
linux-toradex-mainline: Add patch for f_ncm.c
This patch addresses an issue related to NCM and the transmission of small packets, as when using VNC, for example. The ongoing discussion about this problem can be checked on the Linux kernel mailing list at [1]. Until the matter is resolved in the mainline, we should keep this patch here as it has demonstrated it solves the issue for now. Future updates can be made once the mainline fix is implemented. [1] https://lore.kernel.org/all/20231204183751.64202-1-hiagofranco@gmail.com/ Related-to: TEI-1078 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com> (cherry picked from commit 856736e6c4c8844d5a89a02a9a8fb3794a13587e) Conflicts: recipes-kernel/linux/linux-toradex-mainline_git.bb recipes-kernel/linux/linux-toradex-upstream/0001-usb-gadget-f_ncm-Apply-workaround-for-packet-cloggin.patch
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-upstream_mainline.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-upstream_mainline.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex-upstream_mainline.bb b/recipes-kernel/linux/linux-toradex-upstream_mainline.bb
index 6a962ed..5212cac 100644
--- a/recipes-kernel/linux/linux-toradex-upstream_mainline.bb
+++ b/recipes-kernel/linux/linux-toradex-upstream_mainline.bb
@@ -11,9 +11,10 @@ TDX_PATCHES = " \
file://0002-Revert-drm-panel-simple-drop-use-of-data-mapping-pro.patch \
file://0003-drivers-chipidea-disable-runtime-pm-for-imx6ul.patch \
file://0004-media-i2c-ov5640-Implement-get_mbus_config.patch \
+ file://0001-usb-gadget-f_ncm-Apply-workaround-for-packet-cloggin.patch \
"
# set PV manually, that way PREFERRED_VERSION can be set to a constant value
PV = "mainline"
-LINUX_VERSION = "6.6-rc"
+LINUX_VERSION = "6.8-rc"
KBRANCH = "master"
SRCREV_machine = "${AUTOREV}"