UPD 6.15.4-arch2

This commit is contained in:
2025-07-02 18:42:57 +02:00
parent ddc3c0b1ff
commit 76ed71c896
6 changed files with 13491 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-tom
pkgver=6.15.4.arch1
pkgver=6.15.4.arch2
pkgrel=1
pkgdesc='Linux'
url='https://github.com/archlinux/linux'

2
config
View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.15.4-arch1 Kernel Configuration
# Linux/x86 6.15.4-arch2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.1.1 20250425"
CONFIG_CC_IS_GCC=y

12156
config-6.15.4 Normal file

File diff suppressed because it is too large Load Diff

1329
config-6.15.4.patch 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
oid sha256:46ffb7dbde4cb20ef25d015704c5a456f4a8693b68d2efb28e6c1f639e9690cf
size 3259038
oid sha256:7f25dc09cca7d3fa251fe2e3fec1c1d37729ef11d7a109634056050fae0437c1
size 3259029

View File

@@ -12,7 +12,7 @@ If you are a developer and want to build everything available, say Y here.
If you are a user/distributor, say N here to exclude useless drivers to be distributed.}
\subsection{Compile the kernel with warnings as errors}
CONFIG\_WERROR \colorbox{yellow!80}{[=n] \textbf{[Y]}}\\
CONFIG\_WERROR \colorbox{yellow!80}{[=n] \textbf{[N]}}\\
\textit{Den Kernel mit Fehlermeldungen bei Warnungen kompilieren}\\
Ein Build sollte keine Compiler-Warnungen ausgeben, dies aktiviert dieFlags \texttt{-Werror} (für C) und \texttt{-Dwarnings} (für Rust) um diese Regel standardmäßig zu setzen.
Bestimmte Warnungen von anderen Tools z.\,B. der Linker könnte mit dieser Option Fehler generieren.
@@ -23,7 +23,7 @@ Im Zweifelsfall sagen sie Y für Ja.
Certain warnings from other tools such as the linker may be upgraded to errors with this option as well.\\
However, if you have a new (or very old) compiler or linker with odd and unusual warnings, or you have some architecture with problems, you may need to disable this config option in order to successfully build the kernel.\\
If in doubt, say Y.}
\note{Für den Laptop wird der Kernel ohne Warnungen kompiliert, ansonsten wird ein Fehler generiert.}
\note{Der Kernel wird möglicherweise mit Warnungen kompiliert, deshalb sollten wir dies ausschalten.}
\subsection{Local version -- append to kernel release}
CONFIG\_LOCALVERSION [=] \textbf{[~]}\\