Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hashes/linux-5.19.9.tar.xz.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
050b14102b4a98f15ca47ebcb6a62464cb9750d6 linux-5.19.9.tar.xz
12 changes: 12 additions & 0 deletions patches/linux-5.19.9/0101-archscripts.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -ur linux-5.19.9.orig/Makefile linux-5.19.9.tmp/Makefile
--- linux-5.19.9.orig/Makefile 2022-09-15 10:47:20.000000000 +0200
+++ linux-5.19.9.tmp/Makefile 2026-03-08 21:23:35.952607409 +0100
@@ -1285,7 +1285,7 @@
hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj

PHONY += headers
-headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts
+headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders
$(if $(filter um, $(SRCARCH)), $(error Headers not exportable for UML))
$(Q)$(MAKE) $(hdr-inst)=include/uapi
$(Q)$(MAKE) $(hdr-inst)=arch/$(SRCARCH)/include/uapi