summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2024-01-14 19:25:34 +0100
committerJan200101 <sentrycraft123@gmail.com>2024-01-14 19:25:34 +0100
commitf273f1bcb1a09dc11ac1af899e6ccec75ddc871f (patch)
tree8a0d7ddc52eab78f54ce03876ddb4c7112fb4cd0
parentd9e994fae44fd91939432a2e5924481182f6cc35 (diff)
downloadkernel-fsync-f273f1bcb1a09dc11ac1af899e6ccec75ddc871f.tar.gz
kernel-fsync-f273f1bcb1a09dc11ac1af899e6ccec75ddc871f.zip
kernel 6.6.11
-rw-r--r--SOURCES/patch-6.6-redhat.patch8
-rw-r--r--SPECS/kernel.spec18
2 files changed, 16 insertions, 10 deletions
diff --git a/SOURCES/patch-6.6-redhat.patch b/SOURCES/patch-6.6-redhat.patch
index 4a1222a..c299591 100644
--- a/SOURCES/patch-6.6-redhat.patch
+++ b/SOURCES/patch-6.6-redhat.patch
@@ -43,7 +43,7 @@
42 files changed, 1132 insertions(+), 242 deletions(-)
diff --git a/Makefile b/Makefile
-index 4d1d5e925bb2..b585d9d29b14 100644
+index 43edafa7f262..e8455933ff74 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
@@ -2208,10 +2208,10 @@ index f170aec967c1..bbd6f0ed16c1 100644
void (*playback_hook)(struct device *dev, int action);
void (*post_playback_hook)(struct device *dev, int action);
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
-index 343732c062c7..e5fdec1c4065 100644
+index a9822d731ae0..a99dc4d79254 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
-@@ -9858,22 +9858,28 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
+@@ -9861,22 +9861,28 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1043, 0x1313, "Asus K42JZ", ALC269VB_FIXUP_ASUS_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1043, 0x13b0, "ASUS Z550SA", ALC256_FIXUP_ASUS_MIC),
SND_PCI_QUIRK(0x1043, 0x1427, "Asus Zenbook UX31E", ALC269VB_FIXUP_ASUS_ZENBOOK),
@@ -2249,7 +2249,7 @@ index 343732c062c7..e5fdec1c4065 100644
SND_PCI_QUIRK(0x1043, 0x1881, "ASUS Zephyrus S/M", ALC294_FIXUP_ASUS_GX502_PINS),
SND_PCI_QUIRK(0x1043, 0x18b1, "Asus MJ401TA", ALC256_FIXUP_ASUS_HEADSET_MIC),
SND_PCI_QUIRK(0x1043, 0x18d3, "ASUS UM3504DA", ALC294_FIXUP_CS35L41_I2C_2),
-@@ -9898,23 +9904,30 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
+@@ -9901,23 +9907,30 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1043, 0x1c43, "ASUS UX8406MA", ALC245_FIXUP_CS35L41_SPI_2),
SND_PCI_QUIRK(0x1043, 0x1c62, "ASUS GU603", ALC289_FIXUP_ASUS_GA401),
SND_PCI_QUIRK(0x1043, 0x1c92, "ASUS ROG Strix G15", ALC285_FIXUP_ASUS_G533Z_PINS),
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index 0fa7c44..f8bd413 100644
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -160,18 +160,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
%define buildid .fsync
-%define specrpmversion 6.6.9
-%define specversion 6.6.9
+%define specrpmversion 6.6.11
+%define specversion 6.6.11
%define patchversion 6.6
%define pkgrelease 200
%define kversion 6
-%define tarfile_release 6.6.9
+%define tarfile_release 6.6.11
# This is needed to do merge window version magic
%define patchlevel 6
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 201%{?buildid}%{?dist}
# This defines the kabi tarball version
-%define kabiversion 6.6.9
+%define kabiversion 6.6.11
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@@ -3828,8 +3828,14 @@ fi\
#
#
%changelog
-* Sat Jan 06 2024 Jan Drögehoff <sentrycraft123@gmail.com> - 6.6.9-201.fsync
-- kernel-fsync v6.6.9
+* Sun Jan 14 2024 Jan Drögehoff <sentrycraft123@gmail.com> - 6.6.11-201.fsync
+- kernel-fsync v6.6.11
+
+* Wed Jan 10 2024 Augusto Caringi <acaringi@redhat.com> [6.6.11-0]
+- Linux v6.6.11
+
+* Fri Jan 05 2024 Augusto Caringi <acaringi@redhat.com> [6.6.10-0]
+- Linux v6.6.10
* Mon Jan 01 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.6.9-0]
- ALSA: hda: cs35l41: Add notification support into component binding (Stefan Binding)