hostreq: Raise min-kernel to 4.19

4.14 is no longer supported by the upstream since Jan 2024.
This commit is contained in:
Xi Ruoyao 2024-02-02 05:06:17 +08:00
parent d386e51ec4
commit 1e180412f9
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
2 changed files with 9 additions and 5 deletions

View File

@ -100,8 +100,12 @@
<xref linkend="chapter-building-system"/>, so the workarounds for
older kernels are not enabled and the compiled
<application>glibc</application> is slightly faster and smaller.
As at June 2023, &min-kernel; is the oldest kernel release still
supported by the kernel developers.</para>
As at Feb 2024, &min-kernel; is the oldest kernel release still
supported by the kernel developers. Some kernel releases older than
&min-kernel; may be still supported by third-party teams, but they
are not considered official upstream kernel releases; read
<ulink url='https://kernel.org/category/releases.html'/> for the
details.</para>
<para>If the host kernel is earlier than &min-kernel; you will need to replace
the kernel with a more up-to-date version. There are two ways

View File

@ -92,9 +92,9 @@
<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
<!ENTITY secadv "&lfs-root;lfs/advisories/">
<!-- 4.14 EOL is Jan 2024
so for LFS 11.5 we may consider moving to 4.19 -->
<!ENTITY min-kernel "4.14">
<!-- 4.19 EOL is Dec 2024
so for LFS 12.3 we may consider moving to 5.4 -->
<!ENTITY min-kernel "4.19">
<!--
<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">