Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Verified with sysfsutils-2.1.1-10.el9 on RHEL-9.0.0-20220215.4. A quick check of the dist-git history shows there were indeed no changes other than a revision bump and a changelog note:
$ git show 62ac53981ed6e78202c5311c99459ae5e87773e1
commit 62ac53981ed6e78202c5311c99459ae5e87773e1 (HEAD -> rhel-9.0.0, origin/rhel-9.0.0)
Author: Chris White <chwhite>
Date: Wed Jan 26 22:24:06 2022 +0000
Rebuilding for RHEL9.
Resolves: rhbz#2043148
Signed-off-by: Chris White <chwhite>
diff --git a/sysfsutils.spec b/sysfsutils.spec
index 93378b456af9..01c3a2505aa7 100644
--- a/sysfsutils.spec
+++ b/sysfsutils.spec
@@ -4,7 +4,7 @@
Name: sysfsutils
Version: 2.1.1
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: Utilities for interfacing with sysfs
URL: https://github.com/linux-ras/sysfsutils
License: GPLv2
@@ -71,6 +71,9 @@ find %{buildroot} -type f -name "*.la" -delete
%changelog
+* Wed Jan 26 2022 Chris White <chwhite> - 2.1.1-10
+- Rebuilding for RHEL9. Resolves rhbz#2043148
+
* Mon Aug 23 2021 Chris White <chwhite> - 2.1.1-
- Fixed tier0 test build process to work with 2.1.1. Resolves: rhbz#1975886
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
And a sanity test on the functionality shows all is working well after the rebuild:
:::::::::::::
:: aarch64 ::
:::::::::::::
[root@ampere-mtsnow-altra-02-vm-11 ~]# systool -a -c block | head -20
Class = "block"
Class Device = "dm-0"
alignment_offset
capability
dev
discard_alignment
diskseq
events_async
events_poll_msecs
events
ext_range
hidden
inflight
range
removable
ro
size
stat
uevent
:::::::::::::
:: ppc64le ::
:::::::::::::
[root@ibm-p9z-20-lp23 ~]# systool -a -m dm_mirror | head -20
Module = "dm_mirror"
Attributes:
coresize
initsize
initstate
refcnt
rhelversion
srcversion
taint
uevent
Parameters:
raid1_resync_throttle
Sections:
.data
.data.rel
.exit.text
.gnu.linkonce.this_module
:::::::::::
:: s390x ::
:::::::::::
[root@ibm-z-503 ~]# systool -p -c block | head -20
Class = "block"
Class Device = "dasda"
Class Device path = "/sys/devices/css0/0.0.0004/0.0.0120/block/dasda"
Device = "0.0.0120"
Device path = "/sys/devices/css0/0.0.0004/0.0.0120"
Class Device = "dm-0"
Class Device path = "/sys/devices/virtual/block/dm-0"
Class Device = "dm-1"
Class Device path = "/sys/devices/virtual/block/dm-1"
::::::::::::
:: x86_64 ::
::::::::::::
[root@intel-wildcatpass-06 ~]# systool -a -b pci | head -20
Bus = "pci"
0000:00:00.0 8086:6f00
ari_enabled
broken_parity_status
class
config
consistent_dma_mask_bits
current_link_speed
current_link_width
d3cold_allowed
device
dma_mask_bits
driver_override
enable
irq
local_cpulist
local_cpus
max_link_speed
max_link_width
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (new packages: sysfsutil), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2022:4038
Verified with sysfsutils-2.1.1-10.el9 on RHEL-9.0.0-20220215.4. A quick check of the dist-git history shows there were indeed no changes other than a revision bump and a changelog note: $ git show 62ac53981ed6e78202c5311c99459ae5e87773e1 commit 62ac53981ed6e78202c5311c99459ae5e87773e1 (HEAD -> rhel-9.0.0, origin/rhel-9.0.0) Author: Chris White <chwhite> Date: Wed Jan 26 22:24:06 2022 +0000 Rebuilding for RHEL9. Resolves: rhbz#2043148 Signed-off-by: Chris White <chwhite> diff --git a/sysfsutils.spec b/sysfsutils.spec index 93378b456af9..01c3a2505aa7 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -4,7 +4,7 @@ Name: sysfsutils Version: 2.1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Utilities for interfacing with sysfs URL: https://github.com/linux-ras/sysfsutils License: GPLv2 @@ -71,6 +71,9 @@ find %{buildroot} -type f -name "*.la" -delete %changelog +* Wed Jan 26 2022 Chris White <chwhite> - 2.1.1-10 +- Rebuilding for RHEL9. Resolves rhbz#2043148 + * Mon Aug 23 2021 Chris White <chwhite> - 2.1.1- - Fixed tier0 test build process to work with 2.1.1. Resolves: rhbz#1975886 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ And a sanity test on the functionality shows all is working well after the rebuild: ::::::::::::: :: aarch64 :: ::::::::::::: [root@ampere-mtsnow-altra-02-vm-11 ~]# systool -a -c block | head -20 Class = "block" Class Device = "dm-0" alignment_offset capability dev discard_alignment diskseq events_async events_poll_msecs events ext_range hidden inflight range removable ro size stat uevent ::::::::::::: :: ppc64le :: ::::::::::::: [root@ibm-p9z-20-lp23 ~]# systool -a -m dm_mirror | head -20 Module = "dm_mirror" Attributes: coresize initsize initstate refcnt rhelversion srcversion taint uevent Parameters: raid1_resync_throttle Sections: .data .data.rel .exit.text .gnu.linkonce.this_module ::::::::::: :: s390x :: ::::::::::: [root@ibm-z-503 ~]# systool -p -c block | head -20 Class = "block" Class Device = "dasda" Class Device path = "/sys/devices/css0/0.0.0004/0.0.0120/block/dasda" Device = "0.0.0120" Device path = "/sys/devices/css0/0.0.0004/0.0.0120" Class Device = "dm-0" Class Device path = "/sys/devices/virtual/block/dm-0" Class Device = "dm-1" Class Device path = "/sys/devices/virtual/block/dm-1" :::::::::::: :: x86_64 :: :::::::::::: [root@intel-wildcatpass-06 ~]# systool -a -b pci | head -20 Bus = "pci" 0000:00:00.0 8086:6f00 ari_enabled broken_parity_status class config consistent_dma_mask_bits current_link_speed current_link_width d3cold_allowed device dma_mask_bits driver_override enable irq local_cpulist local_cpus max_link_speed max_link_width