commit 86196c7f8a25905e45d674893dda00359ec4e181

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2164
This commit is contained in:
Kernel Bugs 2024-05-23 06:13:03 +00:00 committed by Git OBS Bridge
parent 104bb004df
commit cf2a968beb
36 changed files with 271 additions and 33 deletions

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv6l
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv7l
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-riscv64
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.1
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-64kb
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.1
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-debug
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.1
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-default
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.9
%define patchversion 6.9.1
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@ -30,7 +30,7 @@
Name: kernel-docs
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.1
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-kvmsmall
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.1
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-lpae
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%global kernel_package kernel%kernel_flavor-srchash-86196c7f8a25905e45d674893dda00359ec4e181
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@ -47,7 +47,7 @@
Name: kernel-obs-build
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif
@ -123,7 +123,7 @@ echo 127.0.0.1 localhost > /etc/hosts # omit build-machine host name (boo#108490
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
export KERNEL_MODULES="loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg"
export KERNEL_MODULES="loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg"
# manually load all modules to make sure they're available
for i in $KERNEL_MODULES; do

View File

@ -123,7 +123,7 @@ echo 127.0.0.1 localhost > /etc/hosts # omit build-machine host name (boo#108490
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
export KERNEL_MODULES="loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg"
export KERNEL_MODULES="loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg"
# manually load all modules to make sure they're available
for i in $KERNEL_MODULES; do

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.1
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-pae
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.9
%define patchversion 6.9.1
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@
Name: kernel-source
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -16,7 +16,7 @@
#
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,7 +25,7 @@ Name: kernel-syms
Version: 6.9.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.1
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-vanilla
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -11,6 +11,20 @@ Tue May 21 12:56:24 CEST 2024 - jslaby@suse.cz
- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1
-------------------------------------------------------------------
Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz
- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
We disabled the FS in bug 1202309. And we actively blacklist it in:
/usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
This, as a side-effect, fixes obs-build's warning:
dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
above unblacklist.
We should likely drop ext2+ext3 from the list too, as we don't build
them at all. But that's a different story.
- commit 9e1a078
-------------------------------------------------------------------
Tue May 21 08:29:20 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.1
%define git_commit 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
%define git_commit 86196c7f8a25905e45d674893dda00359ec4e181
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-zfcpdump
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2045ec5
Release: <RELEASE>.g86196c7
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
2024-05-21 13:14:39 +0000
GIT Revision: 2045ec5fdcbc867d7631ca065e84d6be1fab74e1
2024-05-22 13:37:43 +0000
GIT Revision: 86196c7f8a25905e45d674893dda00359ec4e181
GIT Branch: stable