genode/repos/dde_linux/ports/linux.port
Josef Söntgen be70fddbb8 nic/pc: disable IRQ coalescing in R8169 driver
This commit patches the DDE Linux contrib code to remove IRQ coalescing
from the R8169 driver that for reason not yet known leads to interrupts
occurring irregularly.

Issue #5356.
2024-10-15 08:42:03 +02:00

25 lines
785 B
Plaintext

LICENSE := GPLv2
VERSION := 6.6.47
DOWNLOADS := linux.archive
URL(linux) := https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-$(VERSION).tar.xz
SHA(linux) := d43376c9e9eaa92bb1b926054bd160d329c58a62d64bd65fe1222c11c6564f50
DIR(linux) := src/linux
#
# Patches
#
PATCH_FILES := i915_irq.patch \
iwlwifi_break_busy_loop.patch \
iwlwifi_enable_irq_before_pnvm.patch \
iwlwifi_limit_rx_bufs.patch \
lxip_checksum_32.patch \
lxip_ip_config.patch \
usb_net_cdc_ncm.patch \
usb_net_pinephone.patch \
usb_net_smsc95xx.patch \
workqueue_deadlock.patch \
r8169_disable_irq_coalescing.patch
PATCHES += $(addprefix patches/,$(PATCH_FILES))