| author | 2026-09-07 19:41:44 +0700 | |
|---|---|---|
| committer | 2026-09-07 19:41:44 +0700 | |
| commit | a99885ad53da2651cbadab3983d9951bbc68d066 (patch) | |
| tree | 495906d3d4057dc6a28e2eb08eb2dd20e6dab65e /kernel-surface.spec | |
| parent | 9e3536989a362eb8b8b3a5834f97c1956d900caf (diff) | |
| download | kernel-surface-a99885ad53da2651cbadab3983d9951bbc68d066.tar.gz kernel-surface-a99885ad53da2651cbadab3983d9951bbc68d066.zip | |
feat: 7.2.3-4fedora-45-kernel-7.2.3-patchset-4
- turn off all the arm64 platform kernel modules besides qcom and
vexpress (used in qemu)
- fix bayer order in rear camera resulting in color space shift
Diffstat (limited to 'kernel-surface.spec')
| -rw-r--r-- | kernel-surface.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel-surface.spec b/kernel-surface.spec index 7c4fab2..1f39f30 100644 --- a/kernel-surface.spec +++ b/kernel-surface.spec @@ -56,6 +56,7 @@ Source2: base-aarch64.config Source3: surface.config Source4: live-image.config Source5: no-debug-info.config +Source6: foreign-socs.config BuildRequires: bc BuildRequires: binutils @@ -170,7 +171,7 @@ CONFIG_BUILD_SALT="%{kverrel}" EOF ARCH=arm64 scripts/kconfig/merge_config.sh -m -O . \ - .config .release.config %{SOURCE3} %{SOURCE4} %{SOURCE5} + .config .release.config %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} make ARCH=arm64 olddefconfig # merge_config.sh is only advisory about symbols it could not set, so check the @@ -246,6 +247,11 @@ fi %ghost %attr(0644,root,root) /boot/vmlinuz-%{kverrel} %changelog +* Mon Sep 07 2026 Saya Andy 7.2.3-4 +- Turn off all the ARM64 platform kernel modules besides qcom and vexpress + (used in qemu) +- Fix Bayer order in rear camera resulting in color space shift + * Mon Sep 07 2026 Saya Andy 7.2.3-3 - Key the /usr/lib/surface-dtb copy of the device tree by kernel version. This package is installonly, so an unqualified path there conflicts between two |