1
0

13 Commits

Author SHA256 Message Date
55f4eead38 GIT Revision: 6a162b8bd53815766e70047d2f150f19a2ef1971
GIT Branch: slowroll
2026-01-31 01:19:55 +0000
2026-01-31 08:04:36 +01:00
0a7e39079e GIT Revision: 9ee5795cc0d54d563c012663098070708d8a3f97
GIT Branch: slowroll
2026-01-28 01:51:09 +0000
2026-01-28 08:07:35 +01:00
a37e8568cc GIT Revision: e6c47d4b324b0075f6afacb14b4c2446ef391d35
GIT Branch: slowroll
2026-01-27 02:37:41 +0000
2026-01-27 08:06:52 +01:00
5047e36ca3 GIT Revision: 48b513314b0603bad9b0bc01f7e78e7e897e9b8f
GIT Branch: slowroll
2026-01-23 12:59:44 +0000
2026-01-24 08:05:54 +01:00
bc2f0d6e78 GIT Revision: 1d9b4413c82bd35eb225e9d69d612d16955de549
GIT Branch: slowroll
2026-01-23 00:40:44 +0000
2026-01-23 08:05:43 +01:00
6d5d265347 GIT Revision: 0a432bf8226eff344c1ab2bc7cb78b5a645e824b
GIT Branch: slowroll
2026-01-22 01:13:17 +0000
2026-01-22 08:04:11 +01:00
e3c7a4ed6f GIT Revision: ce7435fc699ae4ba1fb68a30f342947ecf1fd804
GIT Branch: slowroll
2026-01-17 21:06:35 +0000
2026-01-18 08:03:39 +01:00
de18e7f809 GIT Revision: 1bd32258196ae2f52072f99d6fda89f7efad8db3
GIT Branch: slowroll
2026-01-12 22:10:57 +0000
2026-01-13 08:04:46 +01:00
debea8eb76 GIT Revision: 85128acee2f2019953b5996795f5e4bc6c458bc8
GIT Branch: slowroll
2026-01-09 01:47:22 +0000
2026-01-09 08:03:34 +01:00
60296faf92 GIT Revision: 64fe2d0e2ba8b461d41cf1daa289a25dfa8005e4
GIT Branch: slowroll
2026-01-08 01:44:13 +0000
2026-01-08 08:43:06 +01:00
496d964f4a GIT Revision: 7e6fd9736042d065cb30c143338da71ddc5e88b7
GIT Branch: slowroll
2026-01-07 01:14:18 +0000
2026-01-07 08:03:47 +01:00
5c9cf1c3e0 GIT Revision: d252a95e49e5c790670f5d46e4f840496d7641c2
GIT Branch: slowroll
2026-01-06 01:19:35 +0000
2026-01-06 08:05:03 +01:00
50c06d2433 Update .gitattributes 2026-01-06 08:05:01 +01:00
14 changed files with 6487 additions and 34 deletions

2
.gitattributes vendored
View File

@@ -21,3 +21,5 @@
*.xz filter=lfs diff=lfs merge=lfs -text *.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text
*.tar.bz2 filter=lfs diff=lfs merge=lfs -text
*.tar.?z filter=lfs diff=lfs merge=lfs -text

View File

@@ -1,5 +0,0 @@
mtime: 1766215755
commit: 4e32998089fd5227ca2cc462df1edbc0120b20ffea9ad70a2cb8917a0d26214a
url: https://src.opensuse.org/kernelbugs/kernel-source-longterm
revision: 4e32998089fd5227ca2cc462df1edbc0120b20ffea9ad70a2cb8917a0d26214a
trackingbranch: Kernel/slowroll

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59e26e3df4a4aad71fb231e3595a5249a05a59f021df8b75ac7e2e8bb39bd832
size 256

BIN
config.tar.bz2 LFS

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-longterm # spec file for package kernel-longterm
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2026 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,8 @@
%define srcversion 6.12 %define srcversion 6.12
%define patchversion 6.12.63 %define patchversion 6.12.68
%define git_commit f9723f85bcc5f5b87c3d631bdb7cd63f65b1bacb %define git_commit 6a162b8bd53815766e70047d2f150f19a2ef1971
%define variant -longterm%{nil} %define variant -longterm%{nil}
%define compress_modules zstd %define compress_modules zstd
%define compress_vmlinux xz %define compress_vmlinux xz
@@ -40,9 +40,9 @@
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,arch-symbols,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,arch-symbols,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
Name: kernel-longterm Name: kernel-longterm
Version: 6.12.63 Version: 6.12.68
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gf9723f8 Release: <RELEASE>.g6a162b8
%else %else
Release: 0 Release: 0
%endif %endif

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-source-longterm # spec file for package kernel-source-longterm
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2026 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
%define srcversion 6.12 %define srcversion 6.12
%define patchversion 6.12.63 %define patchversion 6.12.68
%define git_commit f9723f85bcc5f5b87c3d631bdb7cd63f65b1bacb %define git_commit 6a162b8bd53815766e70047d2f150f19a2ef1971
%define variant -longterm%{nil} %define variant -longterm%{nil}
%define gcc_package gcc %define gcc_package gcc
%define gcc_compiler gcc %define gcc_compiler gcc
@@ -28,9 +28,9 @@
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,arch-symbols,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,arch-symbols,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
Name: kernel-source-longterm Name: kernel-source-longterm
Version: 6.12.63 Version: 6.12.68
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gf9723f8 Release: <RELEASE>.g6a162b8
%else %else
Release: 0 Release: 0
%endif %endif

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-syms-longterm # spec file for package kernel-syms-longterm
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2026 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
# #
%define git_commit f9723f85bcc5f5b87c3d631bdb7cd63f65b1bacb %define git_commit 6a162b8bd53815766e70047d2f150f19a2ef1971
%define variant -longterm%{nil} %define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
Name: kernel-syms-longterm Name: kernel-syms-longterm
Version: 6.12.63 Version: 6.12.68
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gf9723f8 Release: <RELEASE>.g6a162b8
%else %else
Release: 0 Release: 0
%endif %endif

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,3 @@
2025-12-20 02:22:03 +0000 2026-01-31 01:19:55 +0000
GIT Revision: f9723f85bcc5f5b87c3d631bdb7cd63f65b1bacb GIT Revision: 6a162b8bd53815766e70047d2f150f19a2ef1971
GIT Branch: slowroll GIT Branch: slowroll