Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux6.4: update to 6.4.9.
@ 2023-08-09 13:21 Duncaen
  2023-08-09 14:10 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: Duncaen @ 2023-08-09 13:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is a new pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages linux6.4-6.4.9
https://github.com/void-linux/void-packages/pull/45505

linux6.4: update to 6.4.9.
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/45505.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux6.4-6.4.9-45505.patch --]
[-- Type: text/x-diff, Size: 3352 bytes --]

From 344622a5025bdba63cd39104d5f83bb8d41eebe3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Wed, 9 Aug 2023 15:15:27 +0200
Subject: [PATCH] linux6.4: update to 6.4.9.

---
 srcpkgs/linux6.4/files/i386-dotconfig   | 5 +++--
 srcpkgs/linux6.4/files/x86_64-dotconfig | 5 ++++-
 srcpkgs/linux6.4/template               | 4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/linux6.4/files/i386-dotconfig b/srcpkgs/linux6.4/files/i386-dotconfig
index 8f28d96bf4c7e..208de3ee458ef 100644
--- a/srcpkgs/linux6.4/files/i386-dotconfig
+++ b/srcpkgs/linux6.4/files/i386-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 6.4.7 Kernel Configuration
+# Linux/i386 6.4.9 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y
@@ -494,6 +494,7 @@ CONFIG_SPECULATION_MITIGATIONS=y
 CONFIG_PAGE_TABLE_ISOLATION=y
 CONFIG_RETPOLINE=y
 CONFIG_RETHUNK=y
+# CONFIG_GDS_FORCE_MITIGATION is not set
 CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y
 
 #
@@ -736,6 +737,7 @@ CONFIG_GENERIC_SMP_IDLE_THREAD=y
 CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
 CONFIG_ARCH_HAS_SET_MEMORY=y
 CONFIG_ARCH_HAS_SET_DIRECT_MAP=y
+CONFIG_ARCH_HAS_CPU_FINALIZE_INIT=y
 CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
 CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
 CONFIG_ARCH_WANTS_NO_INSTR=y
@@ -3716,7 +3718,6 @@ CONFIG_RTL8821AE=m
 # CONFIG_RTL8192CU is not set
 CONFIG_RTLWIFI=m
 CONFIG_RTLWIFI_PCI=m
-CONFIG_RTLWIFI_USB=m
 CONFIG_RTLWIFI_DEBUG=y
 CONFIG_RTL8192C_COMMON=m
 CONFIG_RTL8723_COMMON=m
diff --git a/srcpkgs/linux6.4/files/x86_64-dotconfig b/srcpkgs/linux6.4/files/x86_64-dotconfig
index 7da672edb6ca4..cbd359b62ea17 100644
--- a/srcpkgs/linux6.4/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.4/files/x86_64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 6.4.7 Kernel Configuration
+# Linux/x86_64 6.4.9 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y
@@ -527,7 +527,9 @@ CONFIG_CALL_DEPTH_TRACKING=y
 # CONFIG_CALL_THUNKS_DEBUG is not set
 CONFIG_CPU_IBPB_ENTRY=y
 CONFIG_CPU_IBRS_ENTRY=y
+CONFIG_CPU_SRSO=y
 CONFIG_SLS=y
+# CONFIG_GDS_FORCE_MITIGATION is not set
 CONFIG_ARCH_HAS_ADD_PAGES=y
 CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y
 
@@ -771,6 +773,7 @@ CONFIG_GENERIC_SMP_IDLE_THREAD=y
 CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
 CONFIG_ARCH_HAS_SET_MEMORY=y
 CONFIG_ARCH_HAS_SET_DIRECT_MAP=y
+CONFIG_ARCH_HAS_CPU_FINALIZE_INIT=y
 CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
 CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
 CONFIG_ARCH_WANTS_NO_INSTR=y
diff --git a/srcpkgs/linux6.4/template b/srcpkgs/linux6.4/template
index 7b7ff34bcd898..d0a2a06d4676c 100644
--- a/srcpkgs/linux6.4/template
+++ b/srcpkgs/linux6.4/template
@@ -1,6 +1,6 @@
 # Template file for 'linux6.4'
 pkgname=linux6.4
-version=6.4.8
+version=6.4.9
 revision=1
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then
 fi
 
 checksum="8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3
- 38779bbab667e412d7d53a2ec2cd695d1840d233655a3db7abf31ea6cdd4f596"
+ 8c677c64494120ba957deefc5ddd67e6f7dc22263d0e4b4ab64e5ec960944ef3"
 python_version=3
 
 # XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: linux6.4: update to 6.4.9.
  2023-08-09 13:21 [PR PATCH] linux6.4: update to 6.4.9 Duncaen
@ 2023-08-09 14:10 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-08-09 14:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

There's a merged pull request on the void-packages repository

linux6.4: update to 6.4.9.
https://github.com/void-linux/void-packages/pull/45505

Description:
[ci skip]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-09 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-09 13:21 [PR PATCH] linux6.4: update to 6.4.9 Duncaen
2023-08-09 14:10 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).