mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
188080e15f
When the aperture is close to full or such fragmented, this unimplemented function may be invoked. Fixes #5377
26 lines
818 B
Plaintext
26 lines
818 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 \
|
|
i915_ggtt.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))
|