Linux 6.14.3 released

This commit is contained in:
2025-04-22 01:45:14 +02:00
parent ddeb435547
commit 5ac8cc01e7
5 changed files with 11971 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org> # copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-tom pkgbase=linux-tom
pkgver=6.14.2.arch1 pkgver=6.14.3.arch1
pkgrel=1 pkgrel=1
pkgdesc='Linux' pkgdesc='Linux'
url='https://github.com/archlinux/linux' url='https://github.com/archlinux/linux'
@@ -106,8 +106,8 @@ prepare() {
# diff -u ../config .config || : # diff -u ../config .config || :
# this and next line is added by me, Thomas Kuschel oe3tkt # this and next line is added by me, Thomas Kuschel oe3tkt
read -p "Press enter to continue with menuconfig" read -p "Press enter to continue with nconfig (former menuconfig)"
make menuconfig make nconfig
diff -u ../config .config | tee "../../config-${pkgver%.*}.patch" || : diff -u ../config .config | tee "../../config-${pkgver%.*}.patch" || :
cp .config "../../config-${pkgver%.*}" cp .config "../../config-${pkgver%.*}"

7
config
View File

@@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 6.14.2-arch1 Kernel Configuration # Linux/x86 6.14.3-arch1 Kernel Configuration
# #
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250207" CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250207"
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
@@ -799,7 +799,7 @@ CONFIG_KVM_VFIO=y
CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
CONFIG_KVM_GENERIC_PRE_FAULT_MEMORY=y CONFIG_KVM_GENERIC_PRE_FAULT_MEMORY=y
CONFIG_KVM_COMPAT=y CONFIG_KVM_COMPAT=y
CONFIG_HAVE_KVM_IRQ_BYPASS=y CONFIG_HAVE_KVM_IRQ_BYPASS=m
CONFIG_HAVE_KVM_NO_POLL=y CONFIG_HAVE_KVM_NO_POLL=y
CONFIG_KVM_XFER_TO_GUEST_WORK=y CONFIG_KVM_XFER_TO_GUEST_WORK=y
CONFIG_HAVE_KVM_PM_NOTIFIER=y CONFIG_HAVE_KVM_PM_NOTIFIER=y
@@ -8198,6 +8198,7 @@ CONFIG_HID_THRUSTMASTER=m
CONFIG_THRUSTMASTER_FF=y CONFIG_THRUSTMASTER_FF=y
CONFIG_HID_UDRAW_PS3=m CONFIG_HID_UDRAW_PS3=m
CONFIG_HID_U2FZERO=m CONFIG_HID_U2FZERO=m
CONFIG_HID_UNIVERSAL_PIDFF=m
CONFIG_HID_WACOM=m CONFIG_HID_WACOM=m
CONFIG_HID_WIIMOTE=m CONFIG_HID_WIIMOTE=m
CONFIG_HID_WINWING=m CONFIG_HID_WINWING=m
@@ -9182,7 +9183,7 @@ CONFIG_QAT_VFIO_PCI=m
# end of VFIO support for PCI devices # end of VFIO support for PCI devices
CONFIG_VFIO_MDEV=m CONFIG_VFIO_MDEV=m
CONFIG_IRQ_BYPASS_MANAGER=y CONFIG_IRQ_BYPASS_MANAGER=m
CONFIG_VIRT_DRIVERS=y CONFIG_VIRT_DRIVERS=y
CONFIG_VMGENID=y CONFIG_VMGENID=y
CONFIG_VBOXGUEST=m CONFIG_VBOXGUEST=m

11961
config-6.14.3 Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:db4242e0bb7e8957ea42dac29bb2904c898c918cf289b79c70a368b1cb798266 oid sha256:5a1dfce5775c21d8a689107407e37ada3f4952a1847f9fa36937d38c969cc958
size 3377728 size 3391353

View File

@@ -165,7 +165,7 @@
\section*{Linux Configuration \version} \section*{Linux Configuration \version}
\subsection{Einführung} \subsection{Einführung}
Dieses Dokument dient zur Beschreibung von diversen Ein\-stellungen Dieses Dokument dient zur Beschreibung von diversen Ein\-stellungen
bei der Konfiguration zum Bei\-spiel mittels \texttt{make menuconfig} unter Linux.\\ bei der Konfiguration zum Bei\-spiel mittels \texttt{make nconfig} oder \texttt{make menuconfig} unter Linux.\\
Es wird nicht näher darauf eingegangen, wie der Kernel kompiliert wird Es wird nicht näher darauf eingegangen, wie der Kernel kompiliert wird
oder welche Voreinstellungen, Programme usw. zum Kompilieren benötigt werden. oder welche Voreinstellungen, Programme usw. zum Kompilieren benötigt werden.
Abweichungen zur bestehenden Arch-Linux-Konfiguration werden immer \colorbox{yellow!80}{gelb} Abweichungen zur bestehenden Arch-Linux-Konfiguration werden immer \colorbox{yellow!80}{gelb}