Opened 3 months ago

Closed 2 months ago

#5545 closed enhancement (fixed)

linux-6.10.8

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.3
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (7)

comment:1 by Xi Ruoyao, 3 months ago

Milestone: 12.312.2

Per our general policy the latest kernel point release should be used. We can simply do a stat change as the only change to the UAPI headers is:

--- linux-6.10.5/usr/include/linux/version.h	2024-08-21 19:48:24.397261810 +0800
+++ linux-6.10.6/usr/include/linux/version.h	2024-08-21 19:48:43.393458461 +0800
@@ -1,5 +1,5 @@
-#define LINUX_VERSION_CODE 395781
+#define LINUX_VERSION_CODE 395782
 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
 #define LINUX_VERSION_MAJOR 6
 #define LINUX_VERSION_PATCHLEVEL 10
-#define LINUX_VERSION_SUBLEVEL 5
+#define LINUX_VERSION_SUBLEVEL 6

in reply to:  1 comment:2 by Bruce Dubbs, 3 months ago

Replying to Xi Ruoyao:

Per our general policy the latest kernel point release should be used. We can simply do a stat change as the only change to the UAPI headers is:

The odds of another point version (or two) before we release 12.2 are quite good.

comment:3 by Xi Ruoyao, 3 months ago

Summary: linux-6.10.6linux-6.10.6 (update to the latest 6.10.x point release just before 12.2 release)

comment:4 by Bruce Dubbs, 3 months ago

Milestone: 12.212.3
Summary: linux-6.10.6 (update to the latest 6.10.x point release just before 12.2 release)linux-6.10.6

I'm going to move this back to the 12.3 milestone. Even if we update on August 31st and release lfs-12.2 on September 1st, we are likely to get another kernel release on September 2nd or shortly after that.

comment:5 by Bruce Dubbs, 2 months ago

Summary: linux-6.10.6linux-6.10.7

Now version 6.10.7.

comment:6 by Xi Ruoyao, 2 months ago

Summary: linux-6.10.7linux-6.10.8

Now 6.10.8.

comment:7 by Bruce Dubbs, 2 months ago

Resolution: fixed
Status: newclosed

Fixed at commit 75c9760329.

Update to tzdata-2024b.
Update to systemd-256.5.
Update to setuptools-74.1.2.
Update to python3-3.12.6.
Update to openssl-3.3.2.
Update to man-db-2.13.0.
Update to linux-6.10.8. 
Update to libpipeline-1.5.8. 
Update to expat-2.6.3. 
Update to bc-7.0.1. 
Note: See TracTickets for help on using tickets.