Linux V 6.13.4

This commit is contained in:
2025-02-23 17:26:44 +01:00
parent 9d7fd9961c
commit 04b74e69f0
7 changed files with 12021 additions and 11 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.13.3.arch1 pkgver=6.13.4.arch1
pkgrel=1 pkgrel=1
pkgdesc='Linux' pkgdesc='Linux'
url='https://github.com/archlinux/linux' url='https://github.com/archlinux/linux'
@@ -84,6 +84,8 @@ prepare() {
done done
echo "Setting config..." echo "Setting config..."
# cp ../config .config
cfgver=../../config-${pkgver%.*} cfgver=../../config-${pkgver%.*}
if test -f "${cfgver}" if test -f "${cfgver}"
then then
@@ -94,12 +96,16 @@ prepare() {
echo "copy original config file, ${cfgver} does not exist." echo "copy original config file, ${cfgver} does not exist."
cp ../config .config cp ../config .config
fi fi
make olddefconfig make olddefconfig
# 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 menuconfig"
make menuconfig make menuconfig
diff -u ../config .config | tee "../../config-${pkgver%.*}.patch" || : diff -u ../config .config | tee "../../config-${pkgver%.*}.patch" || :
cp .config "../../config-${pkgver%.*}" cp .config "../../config-${pkgver%.*}"
make -s kernelrelease > version make -s kernelrelease > version
echo "Prepared $pkgbase version $(<version)" echo "Prepared $pkgbase version $(<version)"
} }
@@ -265,3 +271,5 @@ for _p in "${pkgname[@]}"; do
_package${_p#$pkgbase} _package${_p#$pkgbase}
}" }"
done done
# vim:set ts=8 sts=2 sw=2 et:

8
config
View File

@@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 6.13.3-arch1 Kernel Configuration # Linux/x86 6.13.4-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
@@ -519,9 +519,9 @@ CONFIG_EFI_MIXED=y
CONFIG_EFI_RUNTIME_MAP=y CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_HZ_100 is not set # CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set # CONFIG_HZ_250 is not set
CONFIG_HZ_300=y # CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set CONFIG_HZ_1000=y
CONFIG_HZ=300 CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y CONFIG_SCHED_HRTICK=y
CONFIG_ARCH_SUPPORTS_KEXEC=y CONFIG_ARCH_SUPPORTS_KEXEC=y
CONFIG_ARCH_SUPPORTS_KEXEC_FILE=y CONFIG_ARCH_SUPPORTS_KEXEC_FILE=y

View File

@@ -11,7 +11,7 @@ CONFIG_AS_VERSION=24400
CONFIG_LD_IS_BFD=y CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24400 CONFIG_LD_VERSION=24400
CONFIG_LLD_VERSION=0 CONFIG_LLD_VERSION=0
CONFIG_RUSTC_VERSION=108401 CONFIG_RUSTC_VERSION=108500
CONFIG_RUSTC_LLVM_VERSION=190107 CONFIG_RUSTC_LLVM_VERSION=190107
CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y CONFIG_CC_CAN_LINK_STATIC=y

View File

@@ -1,12 +1,12 @@
--- ../config 2025-02-17 21:28:35.293382245 +0100 --- ../config 2025-02-17 21:28:35.293382245 +0100
+++ .config 2025-02-21 22:26:21.518531090 +0100 +++ .config 2025-02-22 16:39:00.181040103 +0100
@@ -11,8 +11,8 @@ @@ -11,8 +11,8 @@
CONFIG_LD_IS_BFD=y CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24400 CONFIG_LD_VERSION=24400
CONFIG_LLD_VERSION=0 CONFIG_LLD_VERSION=0
-CONFIG_RUSTC_VERSION=0 -CONFIG_RUSTC_VERSION=0
-CONFIG_RUSTC_LLVM_VERSION=0 -CONFIG_RUSTC_LLVM_VERSION=0
+CONFIG_RUSTC_VERSION=108401 +CONFIG_RUSTC_VERSION=108500
+CONFIG_RUSTC_LLVM_VERSION=190107 +CONFIG_RUSTC_LLVM_VERSION=190107
CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y CONFIG_CC_CAN_LINK_STATIC=y

11953
config-6.13.4 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:57337d40905877b3e6b6aa49a57ac603dcb423f314d04e9a7992234f80f339ec oid sha256:97adb7970ab610b0f8fedf4522f9612194d1f152ce1ca1d776d223258fdedafb
size 263078 size 268627

View File

@@ -791,7 +791,7 @@ es werden mehrere Back-End-Komprimierungsalgorithmen unterstützt.
are supported.} are supported.}
\paragraph{LZO compression support}$~$\\ \paragraph{LZO compression support}$~$\\
CONFIG\_F2FS\_FS\_\LZO [=y] \textbf{[Y]}\\ CONFIG\_F2FS\_FS\_LZO [=y] \textbf{[Y]}\\
Unterstützt den LZO-Komprimierungsalgorithmus, wenn Sie unsicher sind, sagen Sie Y. Unterstützt den LZO-Komprimierungsalgorithmus, wenn Sie unsicher sind, sagen Sie Y.
\english{Support LZO compress algorithm, if unsure, say Y.} \english{Support LZO compress algorithm, if unsure, say Y.}
@@ -800,3 +800,52 @@ CONFIG\_F2FS\_FS\_LZORLE [=y] \textbf{[Y]}\\
Unterstützt den LZO-RLE-Komprimierungsalgorithmus, wenn unsicher, sagen Sie Y. Unterstützt den LZO-RLE-Komprimierungsalgorithmus, wenn unsicher, sagen Sie Y.
\english{Support LZO-RLE compress algorithm, if unsure, say Y.} \english{Support LZO-RLE compress algorithm, if unsure, say Y.}
\paragraph{LZ4 compression support}$~$\\
CONFIG\_F2FS\_FS\_LZ4 [=y] \textbf{[Y]}\\
Unterstützt den LZ4-Komprimierungsalgorithmus, wenn Sie unsicher sind, sagen Sie Y.
\english{Support LZ4 compress algorithm, if unsure, say Y.}
\subparagraph{LZ4HC compression support}$~$\\
CONFIG\_F2FS\_FS\_LZ4HC [=y] \textbf{[Y]}\\
Unterstützt den LZ4HC-Komprimierungsalgorithmus, LZ4HC hat ein mit LZ4 kompatibles Festplattenlayout,
wenn Sie unsicher sind, sagen Sie Y.
\english{Support LZ4HC compress algorithm, LZ4HC has compatible on-disk layout with LZ4, if unsure, say Y.}
\paragraph{ZSTD compression support}$~$\\
CONFIG\_F2FS\_FS\_ZSTD [=y] \textbf{[Y]}\\
Unterstützt den ZSTD-Komprimierungsalgorithmus, wenn Sie unsicher sind, sagen Sie Y.
\english{Support ZSTD compress algorithm, if unsure, say Y.}
\subsubsection{F2FS IO statistics information}
CONFIG\_F2FS\_IOSTAT [=y] \textbf{[Y]}\\
Unterstützung des Abrufs von IO-Statistiken über sysfs und des Ausdrucks periodischer IO-Statistik-Tracepoint-Ereignisse.
Um diese Funktion zu aktivieren, müssen Sie den sysfs-Knoten \texttt{iostat\_enable} aktivieren.
\english{Support getting IO statistics through sysfs and printing out periodic IO statistics tracepoint events.
You have to turn on ``iostat\_enable'' sysfs node to enable this feature.}
\subsubsection{F2FS unfair rw\_semaphore}
CONFIG\_F2FS\_UNFAIR\_RWSEM [=y] \textbf{[Y]}\\
Unfaire rw\_semaphore verwenden, wenn das System die IO-Priorität per Block cgroup konfiguriert hat.
\english{Use unfair rw\_semaphore, if system configured IO priority by block cgroup.}
%16.16
\subsection{bcachefs filesystem support (EXPERIMENTAL)}
CONFIG\_BCACHEFS\_FS [=n] \textbf{[N]}\\
Das bcachefs-Dateisystem -- ein modernes Copy-on-Write-Dateisystem mit Unterstützung für
mehrere Geräte, Komprimierung, Prüfsummierung usw.
\english{The bcachefs filesystem -- a modern, copy on write filesystem, with support for
multiple devices, compression, checksumming, etc.}
\subsubsection{bcachefs quota support}
CONFIG\_BCACHEFS\_QUOTA [=n] \textbf{[N]}\\
Für diese Option ist keine Hilfe verfügbar.
\english{There is no help available for this option.}
\subsubsection{bcachefs erasure coding (RAID5/6) support (EXPERIMENTAL)}
CONFIG\_BCACHEFS\_ERASURE\_CODING [=n] \textbf{[N]}\\
Dies aktiviert das \texttt{erasure\_code}-Dateisystem und die Inode-Option, die Daten in Reed-Solomon-Streifen anstelle der normalen Replikation organisiert.\\
WARNUNG: Diese Funktion befindet sich noch in der Phase der Festplattenformatänderungen und sollte nur zu Testzwecken aktiviert werden.
\english{This enables the ``erasure\_code'' filesysystem and inode option, which organizes data into reed-solomon stripes instead of ordinary replication.\\
WARNING: this feature is still undergoing on disk format changes, and should only be enabled for testing purposes.}