-
Notifications
You must be signed in to change notification settings - Fork 575
/
Copy pathkernel-signed.spec
901 lines (637 loc) · 32.3 KB
/
kernel-signed.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
%global debug_package %{nil}
%global sha512hmac bash %{_sourcedir}/sha512hmac-openssl.sh
%ifarch x86_64
%global buildarch x86_64
%endif
%ifarch aarch64
%global buildarch aarch64
%endif
%define uname_r %{version}-%{release}
Summary: Signed Linux Kernel for %{buildarch} systems
Name: kernel-signed-%{buildarch}
Version: 6.6.78.1
Release: 3%{?dist}
License: GPLv2
Vendor: Microsoft Corporation
Distribution: Azure Linux
Group: System Environment/Kernel
URL: https://github.com/microsoft/CBL-Mariner-Linux-Kernel
# This spec purpose is to take an input kernel rpm and input secure-boot-signed
# kernel binary from the same build and generate a new "kernel" rpm with the
# signed kernel binary + all of the other original kernel files, triggers,
# scriptlets, requires, provides, etc.
#
# We need to ensure the kernel modules and kernel binary used are from the exact
# same build because at build time the kernel modules are signed with an
# ephemeral key that the kernel enrolls in its keyring. We enforce kernel
# module signature checking when we enable security features like kernel
# lockdown so our kernel can only load those specific kernel modules at runtime.
#
# Additionally, to complete the UEFI Secure Boot chain, we must PE-sign the
# kernel binary. Ideally we would enable secure-boot signing tools like pesign
# or sbsign to be callable from inside the rpmbuild environment, that way we can
# secure-boot sign the kernel binary during the kernel's rpmbuild. It is best
# practice to sign as soon as possible. However there are issues getting that
# secure boot signing infrastructure in place today. Hence we sign the
# resulting kernel binary and "repackage" the kernel RPM (something rpm itself
# actively tries to make sure you never do...generally for good reasons).
#
# To achive this repackaging, this spec creates a new subpackage named
# "kernel". To retain all of the initial kernel package behaviors, we make sure
# the subpackage has the same requires, provides, triggers, post steps, and
# files as the original kernel package.
#
# This specific repackaging implementation leaves room for us to enable the
# more ideal secure-boot signing flow in the future without introducing any
# sort of breaking change or new packaging. Users still install a "kernel"
# package like they normally would.
#
# Maintenance Notes:
# - This spec's "version" and "release" must reflect the unsigned version that
# was signed. An important consequence is that when making a change to this
# spec or the normal kernel spec, the other spec's version version/release must
# be increased to keep the two versions consistent.
#
# - Make sure the kernel subpackage's Requires, Provides, triggers, post/postun
# scriptlets, and files match the normal kernel spec's. The kernel subpackage
# should contain the same content as the input kernel package but replace the
# kernel binary with our signed kernel binary. Since all the requires, provides,
# etc are the same, this new kernel package can be a direct replacement for the
# normal kernel package and RPM will resolve packages with kernel dependencies
# correctly.
#
# To populate the input sources:
# 1. Build the unsigned packages as normal
# 2. Sign the desired binary
# 3. Place the unsigned package and signed binary in this spec's folder
# 4. Build this spec
Source0: kernel-%{version}-%{release}.%{buildarch}.rpm
Source1: vmlinuz-%{uname_r}
Source2: sha512hmac-openssl.sh
BuildRequires: cpio
BuildRequires: grub2-rpm-macros
BuildRequires: openssl
BuildRequires: sed
%{?grub2_configuration_requires}
%description
This package contains the Linux kernel package with kernel signed with the production key
%package -n kernel
Summary: Linux Kernel
Group: System Environment/Kernel
Requires: filesystem
Requires: kmod
Requires(post): coreutils
Requires(postun): coreutils
%description -n kernel
The kernel package contains the signed Linux kernel.
%prep
%build
mkdir rpm_contents
pushd rpm_contents
# This spec's whole purpose is to inject the signed kernel binary
rpm2cpio %{SOURCE0} | cpio -idmv
cp %{SOURCE1} ./boot/vmlinuz-%{uname_r}
popd
%install
pushd rpm_contents
# Don't use * wildcard. It does not copy over hidden files in the root folder...
cp -rp ./. %{buildroot}/
popd
# Recalculate sha512hmac for FIPS
%{sha512hmac} %{buildroot}/boot/vmlinuz-%{uname_r} | sed -e "s,$RPM_BUILD_ROOT,," > %{buildroot}/boot/.vmlinuz-%{uname_r}.hmac
cp %{buildroot}/boot/.vmlinuz-%{uname_r}.hmac %{buildroot}/lib/modules/%{uname_r}/.vmlinuz.hmac
%triggerin -n kernel -- initramfs
mkdir -p %{_localstatedir}/lib/rpm-state/initramfs/pending
touch %{_localstatedir}/lib/rpm-state/initramfs/pending/%{uname_r}
echo "initrd generation of kernel %{uname_r} will be triggered later" >&2
%triggerun -n kernel -- initramfs
rm -rf %{_localstatedir}/lib/rpm-state/initramfs/pending/%{uname_r}
rm -rf /boot/initramfs-%{uname_r}.img
echo "initrd of kernel %{uname_r} removed" >&2
%postun -n kernel
%grub2_postun
%post -n kernel
/sbin/depmod -a %{uname_r}
%grub2_post
%files -n kernel
%defattr(-,root,root)
%license COPYING
/boot/System.map-%{uname_r}
/boot/config-%{uname_r}
/boot/vmlinuz-%{uname_r}
/boot/.vmlinuz-%{uname_r}.hmac
%defattr(0644,root,root)
/lib/modules/%{uname_r}/*
/lib/modules/%{uname_r}/.vmlinuz.hmac
%exclude /lib/modules/%{uname_r}/build
%exclude /lib/modules/%{uname_r}/kernel/drivers/gpu
%exclude /lib/modules/%{uname_r}/kernel/sound
%exclude /module_info.ld
%changelog
* Mon Mar 10 2025 Chris Co <[email protected]> - 6.6.78.1-3
- Bump release to match kernel
* Wed Mar 05 2025 Rachel Menge <[email protected]> - 6.6.78.1-2
- Bump release to match kernel
* Mon Mar 03 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.78.1-1
- Auto-upgrade to 6.6.78.1
* Wed Feb 19 2025 Chris Co <[email protected]> - 6.6.76.1-2
- Bump release to match kernel
* Mon Feb 10 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.76.1-1
- Auto-upgrade to 6.6.76.1
* Wed Feb 05 2025 Tobias Brick <[email protected]> - 6.6.64.2-9
- Bump release to match kernel
* Tue Feb 04 2025 Alberto David Perez Guevara <[email protected]> - 6.6.64.2-8
- Bump release to match kernel
* Fri Jan 31 2025 Alberto David Perez Guevara <[email protected]> - 6.6.64.2-7
- Bump release to match kernel
* Fri Jan 31 2025 Alberto David Perez Guevara <[email protected]> - 6.6.64.2-6
- Bump release to match kernel
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 6.6.64.2-5
- Bump release to match kernel
* Sat Jan 18 2025 Rachel Menge <[email protected]> - 6.6.64.2-4
- Bump release to match kernel
* Thu Jan 16 2025 Rachel Menge <[email protected]> - 6.6.64.2-3
- Bump release to match kernel
* Fri Jan 10 2025 Rachel Menge <[email protected]> - 6.6.64.2-2
- Bump release to match kernel
* Thu Jan 09 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.64.2-1
- Auto-upgrade to 6.6.64.2
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8
- Bump release to match kernel
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7
- Bump release to match kernel
* Wed Dec 18 2024 Rachel Menge <[email protected]> - 6.6.57.1-6
- Bump release to match kernel-64k
* Mon Nov 25 2024 Chris Co <[email protected]> - 6.6.57.1-5
- Bump release to match kernel
* Wed Nov 06 2024 Suresh Babu Chalamalasetty <[email protected]> - 6.6.57.1-4
- Bump release to match kernel
* Tue Nov 05 2024 Chris Co <[email protected]> - 6.6.57.1-3
- Bump release to match kernel
* Wed Oct 30 2024 Thien Trung Vuong <[email protected]> - 6.6.57.1-2
- Bump release to match kernel
* Tue Oct 29 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.57.1-1
- Auto-upgrade to 6.6.57.1
* Thu Oct 24 2024 Rachel Menge <[email protected]> - 6.6.56.1-5
- Bump release to match kernel
* Wed Oct 23 2024 Rachel Menge <[email protected]> - 6.6.56.1-4
- Bump release to match kernel
* Wed Oct 23 2024 Rachel Menge <[email protected]> - 6.6.56.1-3
- Bump release to match kernel
* Tue Oct 22 2024 Rachel Menge <[email protected]> - 6.6.56.1-2
- Bump release to match kernel
* Thu Oct 17 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.56.1-1
- Auto-upgrade to 6.6.56.1
* Thu Oct 03 2024 Rachel Menge <[email protected]> - 6.6.51.1-5
- Bump release to match kernel
* Wed Oct 02 2024 Rachel Menge <[email protected]> - 6.6.51.1-4
- Bump release to match kernel
* Tue Sep 24 2024 Jo Zzsi <[email protected]> - 6.6.51.1-3
- Bump release to match kernel
* Fri Sep 20 2024 Chris Co <[email protected]> - 6.6.51.1-2
- Bump release to match kernel
* Wed Sep 18 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.51.1-1
- Auto-upgrade to 6.6.51.1
* Fri Sep 13 2024 Thien Trung Vuong <[email protected]> - 6.6.47.1-7
- Bump release to match kernel
* Fri Sep 13 2024 Rachel Menge <[email protected]> - 6.6.47.1-6
- Bump release to match kernel
* Thu Sep 12 2024 Rachel Menge <[email protected]> - 6.6.47.1-5
- Bump release to match kernel
* Thu Sep 12 2024 Rachel Menge <[email protected]> - 6.6.47.1-4
- Bump release to match kernel
* Wed Sep 04 2024 Rachel Menge <[email protected]> - 6.6.47.1-3
- Bump release to match kernel
* Thu Aug 29 2024 Jo Zzsi <[email protected]> - 6.6.47.1-2
- Bump release to match kernel
* Thu Aug 22 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.47.1-1
- Auto-upgrade to 6.6.47.1
* Wed Aug 14 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.44.1-1
- Auto-upgrade to 6.6.44.1
* Sat Aug 10 2024 Thien Trung Vuong <[email protected]> - 6.6.43.1-7
- Bump release to match kernel
* Wed Aug 07 2024 Thien Trung Vuong <[email protected]> - 6.6.43.1-6
- Bump release to match kernel
* Tue Aug 06 2024 Chris Co <[email protected]> - 6.6.43.1-5
- Bump release to match kernel
* Sat Aug 03 2024 Chris Co <[email protected]> - 6.6.43.1-4
- Bump release to match kernel
* Thu Aug 01 2024 Rachel Menge <[email protected]> - 6.6.43.1-3
- Bump release to match kernel
* Wed Jul 31 2024 Chris Co <[email protected]> - 6.6.43.1-2
- Bump release to match kernel
* Tue Jul 30 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.43.1-1
- Auto-upgrade to 6.6.43.1
* Tue Jul 30 2024 Chris Co <[email protected]> - 6.6.39.1-2
- Bump release to match kernel
* Fri Jul 26 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.39.1-1
- Auto-upgrade to 6.6.39.1
* Tue Jul 16 2024 Kelsey Steele <[email protected]> - 6.6.35.1-6
- Bump release to match kernel
* Wed Jul 10 2024 Thien Trung Vuong <[email protected]> - 6.6.35.1-5
- Bump release to match kernel-uki
* Fri Jul 05 2024 Gary Swalling <[email protected]> - 6.6.35.1-4
- Bump release to match kernel
* Mon Jul 01 2024 Rachel Menge <[email protected]> - 6.6.35.1-3
- Bump release to match kernel
* Fri Jun 28 2024 Rachel Menge <[email protected]> - 6.6.35.1-2
- Bump release to match kernel
* Tue Jun 25 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.35.1-1
- Auto-upgrade to 6.6.35.1
* Wed Jun 12 2024 Dan Streetman <[email protected]> - 6.6.29.1-6
- include i18n (kbd package) in UKI, to provide loadkeys binary so
systemd-vconsole-setup works
* Tue Jun 11 2024 Juan Camposeco <[email protected]> 6.6.29.1-5
- Add patch to enable mstflint kernel driver
* Fri May 31 2024 Thien Trung Vuong <[email protected]> - 6.6.29.1-4
- Bump release to match kernel
* Fri May 03 2024 Rachel Menge <[email protected]> - 6.6.29.1-3
- Bump release to match kernel
* Fri May 03 2024 Rachel Menge <[email protected]> - 6.6.29.1-2
- Bump release to match kernel
* Wed May 01 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.29.1-1
- Auto-upgrade to 6.6.29.1
* Mon Apr 29 2024 Sriram Nambakam <[email protected]> - 6.6.22.1-3
- Remove CONFIG_NF_CONNTRACK_PROCFS
- Remove CONFIG_TRACE_IRQFLAGS
- Remove CONFIG_TRACE_IRQFLAGS_NMI
- Remove CONFIG_IRQSOFF_TRACER
- Remove CONFIG_PREEMPTIRQ_TRACEPOINTS
* Wed Mar 27 2024 Cameron Baird <[email protected]> - 6.6.22.1-2
- Change aarch64 config to produce hv, xen, virtio as modules
- to support dracut initramfs generation on arm64 VM systems
* Mon Mar 25 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.22.1-1
- Auto-upgrade to 6.6.22.1
* Tue Mar 19 2024 Dan Streetman <[email protected]> - 6.6.14.1-5
- remove unnecessary 10_kernel.cfg grub config file
* Wed Mar 06 2024 Chris Gunn <[email protected]> - 6.6.14.1-4
- Remove /var/lib/initramfs/kernel files.
* Fri Feb 23 2024 Chris Gunn <[email protected]> - 6.6.14.1-3
- Rename initrd.img-<kver> to initramfs-<kver>.img
* Tue Jan 30 2024 Cameron Baird <[email protected]> - 6.6.14.1-2
- Remove legacy /boot/mariner.cfg
- Introduce /etc/default/grub.d/10_kernel.cfg
* Fri Feb 09 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.14.1-1
- Auto-upgrade to 6.6.14.1
* Thu Feb 01 2024 Vince Perri <[email protected]> - 6.6.12.1-3
- Bump release to match kernel
* Sat Jan 27 11:11:08 EST 2024 Dan Streetman <[email protected]> - 6.6.12.1-2
- update to match kernel version
* Fri Jan 26 2024 Rachel Menge <[email protected]> - 6.6.12.1-1
- Upgrade to 6.6.12.1
* Wed Jan 17 2024 Pawel Winogrodzki <[email protected]> - 6.6.2.1-3
- Bump release to match kernel-headers.
* Thu Dec 14 2023 Rachel Menge <[email protected]> - 6.6.2.1-2
- Bump release to match kernel
* Wed Dec 13 2023 Rachel Menge <[email protected]> - 6.6.2.1-1
- Upgrade to 6.6.2.1
* Thu Dec 07 2023 Rachel Menge <[email protected]> - 6.1.58.1-3
- Bump release to match kernel
* Fri Dec 01 2023 Cameron Baird <[email protected]> - 6.1.58.1-2
- Bump release to match kernel
* Fri Oct 27 2023 Rachel Menge <[email protected]> - 6.1.58.1-1
- Upgrade to 6.1.58.1
* Mon Oct 23 2023 Rachel Menge <[email protected]> - 5.15.135.1-2
- Bump release to match kernel
* Tue Oct 17 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.135.1-1
- Auto-upgrade to 5.15.135.1
* Tue Sep 26 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.133.1-1
- Auto-upgrade to 5.15.133.1
* Tue Sep 22 2023 Cameron Baird <[email protected]> - 5.15.131.1-3
- Bump release to match kernel
* Wed Sep 20 2023 Jon Slobodzian <[email protected]> - 5.15.131.1-2
- Recompile with stack-protection fixed gcc version (CVE-2023-4039)
* Fri Sep 08 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.131.1-1
- Auto-upgrade to 5.15.131.1
* Mon Aug 14 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.126.1-1
- Auto-upgrade to 5.15.126.1
* Thu Aug 10 2023 Rachel Menge <[email protected]> - 5.15.125.1-2
- Bump release to match kernel
* Wed Aug 09 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.125.1-1
- Auto-upgrade to 5.15.125.1
* Tue Aug 01 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.123.1-1
- Auto-upgrade to 5.15.123.1
* Fri Jul 28 2023 Juan Camposeco <[email protected]> - 5.15.122.1-2
- Bump release to match kernel
* Wed Jul 26 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.122.1-1
- Auto-upgrade to 5.15.122.1
* Wed Jun 28 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.118.1-1
- Auto-upgrade to 5.15.118.1
* Tue Jun 20 2023 Rachel Menge <[email protected]> - 5.15.116.1-2
- Bump release to match kernel
* Tue Jun 13 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.116.1-1
- Auto-upgrade to 5.15.116.1
* Wed May 24 2023 Rachel Menge <[email protected]> - 5.15.112.1-2
- Bump release to match kernel
* Tue May 23 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.112.1-1
- Auto-upgrade to 5.15.112.1
* Mon May 15 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.111.1-1
- Auto-upgrade to 5.15.111.1
* Mon May 15 2023 Rachel Menge <[email protected]> - 5.15.110.1-5
- Bump release to match kernel
* Tue May 09 2023 Rachel Menge <[email protected]> - 5.15.110.1-4
- Bump release to match kernel
* Thu May 04 2023 Rachel Menge <[email protected]> - 5.15.110.1-3
- Bump release to match kernel
* Wed May 03 2023 Rachel Menge <[email protected]> - 5.15.110.1-2
- Bump release to match kernel
* Mon May 01 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.110.1-1
- Auto-upgrade to 5.15.110.1
* Thu Apr 27 2023 Rachel Menge <[email protected]> - 5.15.107.1-4
- Bump release to match kernel
* Wed Apr 26 2023 Rachel Menge <[email protected]> - 5.15.107.1-3
- Bump release to match kernel
* Wed Apr 19 2023 Rachel Menge <[email protected]> - 5.15.107.1-2
- Bump release to match kernel
* Tue Apr 18 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.107.1-1
- Auto-upgrade to 5.15.107.1
* Tue Apr 11 2023 Rachel Menge <[email protected]> - 5.15.102.1-5
- Bump release to match kernel
* Tue Apr 11 2023 Kanika Nema <[email protected]> - 5.15.102.1-4
- Bump release number to match kernel release.
* Wed Mar 29 2023 Rachel Menge <[email protected]> - 5.15.102.1-3
- Bump release to match kernel
* Wed Mar 22 2023 Thien Trung Vuong <[email protected]> - 5.15.102.1-2
- Bump release to match kernel
* Tue Mar 14 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.102.1-1
- Auto-upgrade to 5.15.102.1
* Mon Mar 06 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.98.1-1
- Auto-upgrade to 5.15.98.1
* Sat Feb 25 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.95.1-1
- Auto-upgrade to 5.15.95.1
* Wed Feb 22 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.94.1-1
- Auto-upgrade to 5.15.94.1
* Wed Feb 15 2023 Rachel Menge <[email protected]> - 5.15.92.1-3
- Bump release to match kernel
* Thu Feb 09 2023 Minghe Ren <[email protected]> - 5.15.92.1-2
- Disable CONFIG_INIT_ON_FREE_DEFAULT_ON
* Mon Feb 06 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.92.1-1
- Auto-upgrade to 5.15.92.1
* Wed Jan 25 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.90.1-1
- Auto-upgrade to 5.15.90.1
* Sat Jan 14 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.87.1-1
- Auto-upgrade to 5.15.87.1
* Sat Jan 07 2023 nick black <[email protected]> - 5.15.86.1-2
- Add several missing BuildRequires (w/ Rachel Menge)
* Tue Jan 03 2023 CBL-Mariner Servicing Account <[email protected]> - 5.15.86.1-1
- Auto-upgrade to 5.15.86.1
* Fri Dec 23 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.85.1-1
- Auto-upgrade to 5.15.85.1
* Mon Dec 19 2022 Betty Lakes <[email protected]> - 5.15.82.1-2
- Bump release to match kernel
* Tue Dec 13 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.82.1-1
- Auto-upgrade to 5.15.82.1
* Wed Dec 07 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.81.1-1
- Auto-upgrade to 5.15.81.1
* Mon Dec 05 2022 Betty Lakes <[email protected]> - 5.15.80.1-2
- Bump release to match kernel
* Tue Nov 29 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.80.1-1
- Auto-upgrade to 5.15.80.1
* Fri Nov 18 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.79.1-1
- Auto-upgrade to 5.15.79.1
* Tue Nov 08 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.77.1-1
- Auto-upgrade to 5.15.77.1
* Wed Oct 26 2022 Rachel Menge <[email protected]> - 5.15.74.1-3
- Bump release to match kernel
* Mon Oct 24 2022 Cameron Baird <[email protected]> - 5.15.74.1-2
- Bump release to match kernel
* Wed Oct 19 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.74.1-1
- Upgrade to 5.15.74.1
* Fri Oct 07 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.72.1-1
- Upgrade to 5.15.72.1
* Tue Sep 27 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.70.1-1
- Upgrade to 5.15.70.1
* Mon Sep 26 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.69.1-1
- Upgrade to 5.15.69.1
* Thu Sep 22 2022 Chris Co <[email protected]> - 5.15.67.1-4
- Bump release number to match kernel release
* Tue Sep 20 2022 Chris Co <[email protected]> - 5.15.67.1-3
- Bump release number to match kernel release
* Fri Sep 16 2022 Cameron Baird <[email protected]> - 5.15.67.1-2
- Bump release number to match kernel release
* Thu Sep 15 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.67.1-1
- Upgrade to 5.15.67.1
* Thu Sep 15 2022 Adit Jha <[email protected]> - 5.15.63.1-4
- Bump release number to match kernel release
* Tue Sep 13 2022 Saul Paredes <[email protected]> - 5.15.63.1-3
- Bump release number to match kernel release
* Tue Sep 06 2022 Nikola Bojanic <[email protected]> - 5.15.63.1-2
- Bump release number to match kernel release
* Mon Aug 29 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.63.1-1
- Upgrade to 5.15.63.1
* Wed Aug 17 2022 Cameron Baird <[email protected]> - 5.15.60.2-1
- Upgrade to 5.15.60.2 to fix arm64 builds
* Tue Aug 02 2022 Rachel Menge <[email protected]> - 5.15.57.1-3
- Bump release number to match kernel release
* Mon Aug 01 2022 Rachel Menge <[email protected]> - 5.15.57.1-2
- Bump release number to match kernel release
* Tue Jul 26 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.57.1-1
- Upgrade to 5.15.57.1
* Fri Jul 22 2022 CBL-Mariner Servicing Account <[email protected]> - 5.15.55.1-1
- Upgrade to 5.15.55.1
* Thu Jul 21 2022 Henry Li <[email protected]> - 5.15.48.1-6
- Bump release number to match kernel release
* Fri Jul 08 2022 Francis Laniel <[email protected]> - 5.15.48.1-5
- Bump release number to match kernel release
* Mon Jun 27 2022 Neha Agarwal <[email protected]> - 5.15.48.1-4
- Bump release number to match kernel release
* Mon Jun 27 2022 Henry Beberman <[email protected]> - 5.15.48.1-3
- Bump release number to match kernel release
* Wed Jun 22 2022 Max Brodeur-Urbas <[email protected]> - 5.15.48.1-2
- Bump release number to match kernel release
* Fri Jun 17 2022 Neha Agarwal <[email protected]> - 5.15.48.1-1
- Update source to 5.15.48.1
* Tue Jun 14 2022 Pawel Winogrodzki <[email protected]> - 5.15.45.1-2
- Bump release number to match kernel release
* Thu Jun 09 2022 Cameron Baird <[email protected]> - 5.15.45.1-1
- Update source to 5.15.45.1
* Mon Jun 06 2022 Max Brodeur-Urbas <[email protected]> - 5.15.41.1-4
- Bump release number to match kernel release
* Wed Jun 01 2022 Pawel Winogrodzki <[email protected]> - 5.15.41.1-3
- Bump release number to match kernel release
* Thu May 26 2022 Minghe Ren <[email protected]> - 5.15.41.1-2
- Bump release number to match kernel release
* Tue May 24 2022 Cameron Baird <[email protected]> - 5.15.41.1-1
- Update source to 5.15.41.1
* Tue May 24 2022 Neha Agarwal <[email protected]> - 5.15.37.1-3
- Bump release number to match kernel release
* Mon May 16 2022 Neha Agarwal <[email protected]> - 5.15.37.1-2
- Bump release number to match kernel release
* Mon May 09 2022 Neha Agarwal <[email protected]> - 5.15.37.1-1
- Update source to 5.15.37.1
* Tue Apr 19 2022 Cameron Baird <[email protected]> - 5.15.34.1-1
- Update source to 5.15.34.1
* Tue Apr 19 2022 Max Brodeur-Urbas <[email protected]> - 5.15.32.1-3
- Bump release number to match kernel release
* Tue Apr 12 2022 Andrew Phelps <[email protected]> - 5.15.32.1-2
- Bump release number to match kernel release
* Fri Apr 08 2022 Neha Agarwal <[email protected]> - 5.15.32.1-1
- Update source to 5.15.32.1
* Tue Apr 05 2022 Henry Li <[email protected]> - 5.15.26.1-4
- Bump release number to match kernel release
* Mon Mar 28 2022 Rachel Menge <[email protected]> - 5.15.26.1-3
- Bump release number to match kernel release
* Mon Mar 14 2022 Vince Perri <[email protected]> - 5.15.26.1-2
- Bump release number to match kernel release
* Tue Mar 08 2022 cameronbaird <[email protected]> - 5.15.26.1-1
- Update source to 5.15.26.1
* Mon Mar 07 2022 George Mileka <[email protected]> - 5.15.18.1-5
- Bump release number to match kernel release
* Fri Feb 25 2022 Henry Li <[email protected]> - 5.15.18.1-4
- Bump release number to match kernel release
* Thu Feb 24 2022 Cameron Baird <[email protected]> - 5.15.18.1-3
- Bump release number to match kernel release
* Thu Feb 24 2022 Suresh Babu Chalamalasetty <[email protected]> - 5.15.18.1-2
- Bump release number to match kernel release
* Mon Feb 07 2022 Cameron Baird <[email protected]> - 5.15.18.1-1
- Update source to 5.15.18.1
* Thu Feb 03 2022 Henry Li <[email protected]> - 5.15.2.1-5
- Bump release number to match kernel release
* Wed Feb 02 2022 Rachel Menge <[email protected]> - 5.15.2.1-4
- Bump release number to match kernel release
* Thu Jan 27 2022 Daniel Mihai <[email protected]> - 5.15.2.1-3
- Bump release number to match kernel release
* Sun Jan 23 2022 Chris Co <[email protected]> - 5.15.2.1-2
- Bump release number to match kernel release
* Thu Jan 06 2022 Rachel Menge <[email protected]> - 5.15.2.1-1
- Update source to 5.15.2.1
* Tue Jan 04 2022 Suresh Babu Chalamalasetty <[email protected]> - 5.10.78.1-3
- Bump release number to match kernel release
* Tue Dec 28 2021 Suresh Babu Chalamalasetty <[email protected]> - 5.10.78.1-2
- Bump release number to match kernel release
* Tue Nov 23 2021 Rachel Menge <[email protected]> - 5.10.78.1-1
- Update source to 5.10.78.1
* Mon Nov 15 2021 Thomas Crian <[email protected]> - 5.10.74.1-4
- Bump release number to match kernel release
* Thu Nov 04 2021 Andrew Phelps <[email protected]> - 5.10.74.1-3
- Bump release number to match kernel release
* Tue Oct 26 2021 Rachel Menge <[email protected]> - 5.10.74.1-2
- Bump release number to match kernel release
* Tue Oct 19 2021 Rachel Menge <[email protected]> - 5.10.74.1-1
- Update source to 5.10.74.1
- License verified
* Thu Oct 07 2021 Rachel Menge <[email protected]> - 5.10.69.1-1
- Update source to 5.10.69.1
* Wed Sep 22 2021 Rachel Menge <[email protected]> - 5.10.64.1-2
- Bump release number to match kernel release
* Mon Sep 20 2021 Rachel Menge <[email protected]> - 5.10.64.1-1
- Update source to 5.10.64.1
* Fri Sep 17 2021 Rachel Menge <[email protected]> - 5.10.60.1-1
- Update source to 5.10.60.1
* Thu Sep 09 2021 Muhammad Falak <[email protected]> - 5.10.52.1-2
- Bump release number to match kernel release
* Tue Jul 20 2021 Rachel Menge <[email protected]> - 5.10.52.1-1
- Update source to 5.10.52.1
* Mon Jul 19 2021 Chris Co <[email protected]> - 5.10.47.1-2
- Bump release number to match kernel release
* Tue Jul 06 2021 Rachel Menge <[email protected]> - 5.10.47.1-1
- Update source to 5.10.47.1
* Wed Jun 30 2021 Chris Co <[email protected]> - 5.10.42.1-4
- Bump release number to match kernel release
* Tue Jun 22 2021 Suresh Babu Chalamalasetty <[email protected]> - 5.10.42.1-3
- Bump release number to match kernel release
* Wed Jun 16 2021 Chris Co <[email protected]> - 5.10.42.1-2
- Bump release number to match kernel release
* Tue Jun 08 2021 Rachel Menge <[email protected]> - 5.10.42.1-1
- Update source to 5.10.42.1
* Thu Jun 03 2021 Rachel Menge <[email protected]> - 5.10.37.1-2
- Bump release number to match kernel release
* Fri May 28 2021 Rachel Menge <[email protected]> - 5.10.37.1-1
- Update source to 5.10.37.1
* Thu May 27 2021 Chris Co <[email protected]> - 5.10.32.1-7
- Bump release number to match kernel release
* Wed May 26 2021 Chris Co <[email protected]> - 5.10.32.1-6
- Bump release number to match kernel release
* Tue May 25 2021 Daniel Mihai <[email protected]> - 5.10.32.1-5
- Bump release number to match kernel release
* Thu May 20 2021 Nicolas Ontiveros <[email protected]> - 5.10.32.1-4
- Recalculate sha512hmac on signed kernel binary
* Mon May 17 2021 Andrew Phelps <[email protected]> - 5.10.32.1-3
- Update to kernel release 5.10.32.1-3
* Thu May 13 2021 Rachel Menge <[email protected]> - 5.10.32.1-2
- Bump release number to match kernel release
* Mon May 03 2021 Rachel Menge <[email protected]> - 5.10.32.1-1
- Update source to 5.10.32.1
* Thu Apr 22 2021 Chris Co <[email protected]> - 5.10.28.1-4
- Bump release number to match kernel release
* Mon Apr 19 2021 Chris Co <[email protected]> - 5.10.28.1-3
- Define a new kernel subpackage
* Thu Apr 15 2021 Rachel Menge <[email protected]> - 5.10.28.1-2
- Update to kernel release 5.10.28.1-2
* Thu Apr 08 2021 Chris Co <[email protected]> - 5.10.28.1-1
- Update source to 5.10.28.1
- Update uname_r define to match the new value derived from the source
* Fri Mar 26 2021 Daniel Mihai <[email protected]> - 5.10.21.1-4
- Update to kernel release 5.10.21.1-4
* Thu Mar 18 2021 Chris Co <[email protected]> - 5.10.21.1-3
- Fix file copy
* Wed Mar 17 2021 Nicolas Ontiveros <[email protected]> - 5.10.21.1-2
- Update to kernel release 5.10.21.1-2
* Thu Mar 11 2021 Chris Co <[email protected]> - 5.10.21.1-1
- Update source to 5.10.21.1
* Fri Mar 05 2021 Chris Co <[email protected]> - 5.10.13.1-4
- Update release number to match kernel spec
- Use uname_r macro instead of version-release for kernel version
* Thu Mar 04 2021 Suresh Babu Chalamalasetty <[email protected]> - 5.10.13.1-3
- Update to kernel release 5.10.13.1-3
* Mon Feb 22 2021 Thomas Crain <[email protected]> - 5.10.13.1-2
- Update to kernel release 5.10.13.1-2
* Thu Feb 18 2021 Chris Co <[email protected]> - 5.10.13.1-1
- Update source to 5.10.13.1
* Tue Feb 16 2021 Nicolas Ontiveros <[email protected]> - 5.4.91-5
- Update to kernel release 5.4.91-5.
* Tue Feb 09 2021 Nicolas Ontiveros <[email protected]> - 5.4.91-4
- Update to kernel release 5.4.91-4
* Thu Jan 28 2021 Nicolas Ontiveros <[email protected]> - 5.4.91-3
- Add hmac files for FIPS
* Wed Jan 27 2021 Daniel McIlvaney <[email protected]> - 5.4.91-2
- Update release number to match kernel spec
* Wed Jan 20 2021 Chris Co <[email protected]> - 5.4.91-1
- Update source to 5.4.91
* Tue Jan 12 2021 Rachel Menge <[email protected]> - 5.4.83-4
- Update release number to match kernel spec
* Sat Jan 09 2021 Andrew Phelps <[email protected]> - 5.4.83-3
- Update to kernel release 5.4.83-3
* Mon Dec 28 2020 Nicolas Ontiveros <[email protected]> - 5.4.83-2
- Update to kernel release 5.4.83-2
* Tue Dec 15 2020 Henry Beberman <[email protected]> - 5.4.83-1
- Update source to 5.4.83
* Fri Dec 04 2020 Chris Co <[email protected]> - 5.4.81-1
- Update source to 5.4.81
* Wed Nov 25 2020 Chris Co <[email protected]> - 5.4.72-5
- Update release number to match kernel spec
* Mon Nov 23 2020 Chris Co <[email protected]> - 5.4.72-4
- Update release number to match kernel spec
* Mon Nov 16 2020 Suresh Babu Chalamalasetty <[email protected]> - 5.4.72-3
- Update release number
* Tue Nov 10 2020 Suresh Babu Chalamalasetty <[email protected]> - 5.4.72-2
- Update release number
* Mon Oct 26 2020 Chris Co <[email protected]> - 5.4.72-1
- Update source to 5.4.72
- Lint spec
* Fri Oct 16 2020 Suresh Babu Chalamalasetty <[email protected]> - 5.4.51-11
- Update release number
* Fri Oct 02 2020 Chris Co <[email protected]> - 5.4.51-10
- Update release number to match kernel spec
* Fri Oct 02 2020 Chris Co <[email protected]> - 5.4.51-9
- Update release number
* Wed Sep 30 2020 Emre Girgin <[email protected]> - 5.4.51-8
- Update postun script to deal with removal in case of another installed kernel.
* Fri Sep 25 2020 Suresh Babu Chalamalasetty <[email protected]> - 5.4.51-7
- Update release number
* Wed Sep 23 2020 Daniel McIlvaney <[email protected]> - 5.4.51-6
- Update release number
* Thu Sep 03 2020 Daniel McIlvaney <[email protected]> - 5.4.51-5
- Update release number
* Thu Sep 03 2020 Chris Co <[email protected]> - 5.4.51-4
- Update release number
* Thu Sep 03 2020 Chris Co <[email protected]> - 5.4.51-3
- Add missing requires
* Tue Sep 01 2020 Chris Co <[email protected]> - 5.4.51-2
- Update release number
* Wed Aug 19 2020 Chris Co <[email protected]> - 5.4.51-1
- Update source to 5.4.51
* Wed Aug 19 2020 Chris Co <[email protected]> - 5.4.42-12
- Update release number
* Tue Aug 18 2020 Chris Co <[email protected]> - 5.4.42-11
- Original version for CBL-Mariner.