Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion SPECS/kernel-headers/kernel-headers.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"linux-6.17.11.tar.gz": "820dd3cacc1d853becb9d1051c4ba5e75442633378a63c244fdf179d0b28f4ac"
"linux-6.18.15.tar.gz": "9d18995c14c96a269e18777be65e8d7712c47f56f9709bbceca846aae58c7fe6"
}
}
12 changes: 8 additions & 4 deletions SPECS/kernel-headers/kernel-headers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

Summary: Linux API header files
Name: kernel-headers
Version: 6.17.11
Release: 2%{?dist}
Version: 6.18.15
Release: 1%{?dist}
License: GPLv2
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Group: System Environment/Kernel
URL: https://www.kernel.org/pub/linux/kernel
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.17.11.tar.gz
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.18.15.tar.gz
# Historical name shipped by other distros
Provides: glibc-kernheaders = %{version}-%{release}
BuildArch: noarch
Expand All @@ -41,7 +41,7 @@ cross-glibc package.
%endif

%prep
%setup -q -n linux-6.17.11
%setup -q -n linux-6.18.15

%build
make mrproper
Expand Down Expand Up @@ -76,6 +76,10 @@ done
%endif

%changelog
* Mon Mar 16 2026 Lishan Liu <lishan.liu@intel.com> - 6.18.15-1
- Update kernel to 6.18.15-1
- lts-v6.18.15-emt-260310T050801Z

* Tue Feb 03 2026 Lishan Liu <lishan.liu@intel.com> - 6.17.11-2
- Update kernel to 6.17.11-2
- mainline-v6.17.11-emt-overlay-cve-260128T080735Z
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From e8f667cf51d2a63c169c148e9ab807f298b38c9d Mon Sep 17 00:00:00 2001
From 759ecfe0aec70fff292da099330c5f1794815e74 Mon Sep 17 00:00:00 2001
From: Balamurugan C <balamurugan.c@intel.com>
Date: Tue, 11 Nov 2025 18:35:12 +0800
Subject: [PATCH] ASoC: Intel: sof_rt5682: Add quirk override support
Subject: [PATCH 1/2] ASoC: Intel: sof_rt5682: Add quirk override support

adding quirk override support to configure different quirk configuration
at runtime.
Expand All @@ -15,7 +15,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org>
1 file changed, 10 insertions(+)

diff --git a/sound/soc/intel/boards/sof_rt5682.c b/sound/soc/intel/boards/sof_rt5682.c
index 4994aaccc583..6ca114c30ae1 100644
index 4994aaccc583a..6ca114c30ae16 100644
--- a/sound/soc/intel/boards/sof_rt5682.c
+++ b/sound/soc/intel/boards/sof_rt5682.c
@@ -35,6 +35,10 @@
Expand Down

This file was deleted.

6 changes: 3 additions & 3 deletions SPECS/kernel-rt/0001-Add-security.md-file.security
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From d765be87faa2993a69b07d474d062c37bddb686f Mon Sep 17 00:00:00 2001
From d8be3f2811d6b2942f2c0ddfeb938db5fa6f18df Mon Sep 17 00:00:00 2001
From: Lili Li <lili.li@intel.com>
Date: Tue, 24 Oct 2023 10:33:36 +0800
Subject: [PATCH] Add security.md file
Subject: [PATCH 1/2] Add security.md file

Add security.md file to open source repository.

Expand All @@ -13,7 +13,7 @@ Signed-off-by: Lili Li <lili.li@intel.com>

diff --git a/security.md b/security.md
new file mode 100644
index 000000000000..98bca5b7ed9f
index 0000000000000..98bca5b7ed9fa
--- /dev/null
+++ b/security.md
@@ -0,0 +1,5 @@
Expand Down
Loading
Loading