<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2026-04-04 05:43:35]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>https://bugs.rockylinux.org/</docs><link>https://bugs.rockylinux.org/</link><description><![CDATA[Rocky Linux BugTracker - Issues]]></description><title>Rocky Linux BugTracker - Issues</title><image><title>Rocky Linux BugTracker - Issues</title><url>https://bugs.rockylinux.org/images/mantis_logo.png</url><link>https://bugs.rockylinux.org/</link><description><![CDATA[Rocky Linux BugTracker - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0012376: security_policyvers() returns 33 but only policy.35 exists on disk</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12376</link><description><![CDATA[## Environment&lt;br /&gt;
  - Rocky Linux 10.1&lt;br /&gt;
  - libsepol-3.9-1.el10.x86_64&lt;br /&gt;
  - sestatus: Max kernel policy version: 33&lt;br /&gt;
  - Only policy.35 exists under /etc/selinux/targeted/policy/&lt;br /&gt;
&lt;br /&gt;
  ## Problem&lt;br /&gt;
  security_policyvers() returns 33, but no policy.33 file exists on disk. The only&lt;br /&gt;
  installed binary policy file is policy.35. Software that locates the binary policy&lt;br /&gt;
  by searching downward from security_policyvers() will never find it.&lt;br /&gt;
&lt;br /&gt;
  Confirmed: the internal binary version of policy.35 (read at offset 16 in the&lt;br /&gt;
  policydb) is 35. sestatus still reports &quot;Max kernel policy version: 33&quot;.&lt;br /&gt;
&lt;br /&gt;
  ## Root Cause&lt;br /&gt;
  Upstream libsepol defines POLICYDB_VERSION_MAX = 33. Rocky Linux 10.1 ships&lt;br /&gt;
  policy.35, which uses a downstream policy format version (35) not present in&lt;br /&gt;
  upstream libsepol. security_policyvers() reports the upstream ceiling (33),&lt;br /&gt;
  creating a mismatch with the actual on-disk file version.&lt;br /&gt;
&lt;br /&gt;
  ## Suggested Fix&lt;br /&gt;
  Either:&lt;br /&gt;
  1. Ship policy.33 as a compatibility symlink to policy.35, or&lt;br /&gt;
  2. Update libsepol to expose POLICYDB_VERSION_MAX = 35 so that&lt;br /&gt;
     security_policyvers() reflects the actual on-disk policy version.&lt;br /&gt;
&lt;br /&gt;
  ## Additional Notes&lt;br /&gt;
  - Rocky Linux 9.7 is unaffected: policy.33 on disk, internal version 33,&lt;br /&gt;
    matches security_policyvers().&lt;br /&gt;
  - Policy versions 34 and 35 do not appear in upstream libsepol source or&lt;br /&gt;
    changelog — they appear to be downstream extensions.]]></description><category>selinux-policy</category><pubDate>Thu, 02 Apr 2026 19:05:05 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12376</guid><comments>https://bugs.rockylinux.org/view.php?id=12376#bugnotes</comments></item><item><title>0012344: AWS AMI support for AMD instances m8a, r8a, c8a</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12344</link><description><![CDATA[Rocky 9 and 10 AMIs on AWS don't seem to be available on the new AMD instance types m8a, r8a, c8a.&lt;br /&gt;
Sorry, not sure how to test this directly, but I guess it should work out of the box if enabled for the AMIs.&lt;br /&gt;
Many thanks for looking into this!]]></description><category>General</category><pubDate>Tue, 31 Mar 2026 03:35:41 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12344</guid><comments>https://bugs.rockylinux.org/view.php?id=12344#bugnotes</comments></item><item><title>0012343: collectd write_riemann always crashing on Rocky 9.7</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12343</link><description><![CDATA[I'm getting stacktrace from collectd write_riemann plugin, which is using riemann-c-client, when collectd is trying to send metrics. I didn't have these issues before. Stacktrace details:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
Process 4729 (collectd) of user 0 dumped core.&lt;br /&gt;
  Stack trace of thread 4732:&lt;br /&gt;
  #0  0x00007f52f075d5bd __strlen_avx2 (libc.so.6 + 0x15d5bd)&lt;br /&gt;
  #1  0x00007f52f069c6c3 __strdup (libc.so.6 + 0x9c6c3)&lt;br /&gt;
  #2  0x00007f52f05f991c riemann_event_set_va (libriemann-client.so.0 + 0x591c)&lt;br /&gt;
  #3  0x00007f52f05f9e81 riemann_event_set (libriemann-client.so.0 + 0x5e81)&lt;br /&gt;
  #4  0x00007f52f0813f6c wrr_value_to_event (write_riemann.so + 0x2f6c)&lt;br /&gt;
  #5  0x00007f52f0814463 wrr_value_list_to_message (write_riemann.so + 0x3463)&lt;br /&gt;
  #6  0x00007f52f0814bc3 wrr_write (write_riemann.so + 0x3bc3)&lt;br /&gt;
  #7  0x000055a706ee4b9e plugin_write (collectd + 0x10b9e)&lt;br /&gt;
  #8  0x000055a706ee6d85 fc_bit_write_invoke.lto_priv.0 (collectd + 0x12d85)&lt;br /&gt;
  #9  0x000055a706ef23ff plugin_dispatch_values_internal.isra.0 (collectd + 0x1e3ff)&lt;br /&gt;
  #10 0x000055a706ee01f7 plugin_write_thread (collectd + 0xc1f7)&lt;br /&gt;
  #11 0x00007f52f068a19a start_thread (libc.so.6 + 0x8a19a)&lt;br /&gt;
  #12 0x00007f52f070f210 __clone3 (libc.so.6 + 0x10f210)&lt;br /&gt;
  &lt;br /&gt;
  Stack trace of thread 4738:&lt;br /&gt;
  #0  0x00007f52f068ef6a __GI___pthread_mutex_unlock_usercnt (libc.so.6 + 0x8ef6a)&lt;br /&gt;
  #1  0x000055a706ee1264 plugin_write_enqueue (collectd + 0xd264)&lt;br /&gt;
  #2  0x000055a706ee1817 plugin_dispatch_values (collectd + 0xd817)&lt;br /&gt;
  #3  0x00007f52f089f66f disk_submit (disk.so + 0x166f)&lt;br /&gt;
  #4  0x00007f52f08a00a4 disk_read (disk.so + 0x20a4)&lt;br /&gt;
  #5  0x000055a706ee44bc plugin_read_thread (collectd + 0x104bc)&lt;br /&gt;
  #6  0x00007f52f068a19a start_thread (libc.so.6 + 0x8a19a)&lt;br /&gt;
  #7  0x00007f52f070f210 __clone3 (libc.so.6 + 0x10f210)&lt;br /&gt;
```&lt;br /&gt;
I've reported this to riemann-c-client maintaner (&lt;a href=&quot;https://git.madhouse-project.org/algernon/riemann-c-client/issues/17&quot; rel=&quot;noopener&quot;&gt;https://git.madhouse-project.org/algernon/riemann-c-client/issues/17&lt;/a&gt;) and he suspects it's something either due to collectd or packaging. However, I'm running collectd 5.12.0 and riemann-c-client 1.10.4 on Debian 13 without any issue&lt;br /&gt;
&lt;br /&gt;
Also, rieman-c-client might need update on Rocky as well.]]></description><category>General</category><pubDate>Mon, 30 Mar 2026 16:33:05 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12343</guid><comments>https://bugs.rockylinux.org/view.php?id=12343#bugnotes</comments></item><item><title>0012180: Trusted Domain Authentication samba 4.22 Rocky 9.7</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12180</link><description><![CDATA[Samba 4.22.4-12.el9_7 doesn't seem to contain the regression anymore for CVE-2025-49716 netlogon hardening fix&lt;br /&gt;
&lt;br /&gt;
- **OS**: Rocky Linux 9.7 (Blue Onyx)&lt;br /&gt;
- **Samba Version**: samba-4.22.4-12.el9_7.x86_64&lt;br /&gt;
- **Configuration**: Domain member server joined to DOMAIN-A.COM with forest transitive trust to DOMAIN-B.COM&lt;br /&gt;
- **idmap backend**: ad (for DOMAIN-B), sss (for DOMAIN-A)&lt;br /&gt;
&lt;br /&gt;
After upgrading from Rocky Linux 9.6 (samba-4.21.3-14.el9_6) to Rocky Linux 9.7 (samba-4.22.4-12.el9_7), NTLM challenge/response authentication fails for users from the trusted domain DOMAIN-B.COM with `NT_STATUS_WRONG_PASSWORD`. Plaintext authentication works correctly.&lt;br /&gt;
&lt;br /&gt;
[log.wb-DOMAIN-B] cm_connect_netlogon_transport: get_secure_channel_type gave SEC_CHAN_NULL for DOMAIN-B&lt;br /&gt;
[log.wb-DOMAIN-B] cli_rpc_pipe_open_noauth: opened pipe netlogon to machine DC01.domain-b.com and bound anonymously&lt;br /&gt;
[log.winbindd] lm_resp: DATA_BLOB length=0&lt;br /&gt;
[log.winbindd] nt_resp: DATA_BLOB length=0&lt;br /&gt;
[log.winbindd] result: NT_STATUS_WRONG_PASSWORD&lt;br /&gt;
&lt;br /&gt;
No `netr_LogonSamLogon` calls found in logs - winbind not attempting netlogon authentication for trusted domain challenge/response.]]></description><category>samba</category><pubDate>Tue, 24 Mar 2026 18:17:11 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12180</guid><comments>https://bugs.rockylinux.org/view.php?id=12180#bugnotes</comments></item><item><title>0012310: kernels &gt; 6.12.0-68.el10: data loss when using md raid1 with with writemostly flag</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12310</link><description><![CDATA[The current redhat kernels 6.12.0-124.40.1.el10_1 on EL10 and 5.14.0-611.36.1.el9_7 on EL9 contain a regression that leads to data-loss if a raid1 is configured with one disk flagged as writemostly.&lt;br /&gt;
&lt;br /&gt;
The regression was introduced by this linux kernel commit:&lt;br /&gt;
&lt;a href=&quot;https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8a0adf3d778c4a0893c6d34a9e1b0082a6f1c495&quot; rel=&quot;noopener&quot;&gt;https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8a0adf3d778c4a0893c6d34a9e1b0082a6f1c495&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
It was backported to EL10 and EL9:&lt;br /&gt;
&lt;br /&gt;
EL10:&lt;br /&gt;
* Mon Mar 24 2025 Julio Faracco &lt;&lt;a href=&quot;mailto:jfaracco@redhat.com&quot;&gt;jfaracco@redhat.com&lt;/a&gt;&gt; [6.12.0-68.el10]&lt;br /&gt;
- md/raid1,raid10: don't ignore IO flags (Nigel Croxon) [RHEL-83951]&lt;br /&gt;
&lt;br /&gt;
EL9:&lt;br /&gt;
* Thu Mar 27 2025 Augusto Caringi &lt;&lt;a href=&quot;mailto:acaringi@redhat.com&quot;&gt;acaringi@redhat.com&lt;/a&gt;&gt; [5.14.0-576.el9]&lt;br /&gt;
- md/raid1,raid10: don't ignore IO flags (Nigel Croxon) [RHEL-83988]&lt;br /&gt;
&lt;br /&gt;
The mainline kernel already contains a fix:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://github.com/torvalds/linux/commit/743bf030947169c413a711f60cebe73f837e649f&quot; rel=&quot;noopener&quot;&gt;https://github.com/torvalds/linux/commit/743bf030947169c413a711f60cebe73f837e649f&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
However this fix didn't make it into redhat kernels yet.]]></description><category>kernel</category><pubDate>Mon, 23 Mar 2026 14:53:36 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12310</guid><comments>https://bugs.rockylinux.org/view.php?id=12310#bugnotes</comments></item><item><title>0012211: SELinux regression in selinux-policy-42.1.7-1.el10_1.1 causes systemd AVC denial (init_t capability2 mac_admin) and breaks syste</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12211</link><description><![CDATA[After upgrading to selinux-policy-42.1.7-1.el10_1.1 on Rocky Linux 10.1, SELinux starts denying the mac_admin capability for systemd (init_t). This results in repeated AVC denials and causes system services to malfunction. In our environment this manifests as failures when managing services (for example via systemctl or automation tools such as Ansible).&lt;br /&gt;
&lt;br /&gt;
Downgrading SELinux policy packages to 42.1.7-1.el10 resolves the issue immediately.&lt;br /&gt;
&lt;br /&gt;
Working versions:&lt;br /&gt;
&lt;br /&gt;
selinux-policy-42.1.7-1.el10.noarch&lt;br /&gt;
selinux-policy-targeted-42.1.7-1.el10.noarch&lt;br /&gt;
systemd-257-13.el10.rocky.0.1.x86_64&lt;br /&gt;
dbus-broker-36-4.el10.x86_64&lt;br /&gt;
&lt;br /&gt;
Broken versions:&lt;br /&gt;
&lt;br /&gt;
selinux-policy-42.1.7-1.el10_1.1.noarch&lt;br /&gt;
selinux-policy-targeted-42.1.7-1.el10_1.1.noarch]]></description><category>selinux-policy</category><pubDate>Wed, 11 Mar 2026 13:26:37 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12211</guid><comments>https://bugs.rockylinux.org/view.php?id=12211#bugnotes</comments></item><item><title>0012277: Legion Y9000P: AW88399 smart amp not working (driver not enabled, firmware missing, NVIDIA HDA conflict)</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12277</link><description><![CDATA[Hardware&lt;br /&gt;
Host: 83F4 (Legion Y9000P IAX10, 2025)&lt;br /&gt;
CPU: Intel(R) Core(TM) Ultra 9 275HX (24) @ 5.40 GHz&lt;br /&gt;
GPU 1: NVIDIA GeForce RTX 5060 Max-Q / Mobile [Discrete]&lt;br /&gt;
GPU 2: Intel Graphics @ 1.90 GHz [Integrated]&lt;br /&gt;
OS: Rocky Linux 10.1 (Red Quartz) x86_64&lt;br /&gt;
Kernel: Linux 6.12.0-124.38.1.el10_1.x86_64&lt;br /&gt;
Audio Driver: snd_hda_intel / snd-hda-codec-realtek&lt;br /&gt;
NVIDIA info:&lt;br /&gt;
    pcp-pmda-nvidia-gpu-6.3.7-5.el10.x86_64&lt;br /&gt;
    xorg-x11-drv-nvidia-cuda-libs-580.95.05-1.el10.x86_64&lt;br /&gt;
    nvidia-modprobe-580.95.05-1.el10.x86_64&lt;br /&gt;
    xorg-x11-drv-nvidia-libs-580.95.05-1.el10.x86_64&lt;br /&gt;
    xorg-x11-drv-nvidia-kmodsrc-580.95.05-1.el10.x86_64&lt;br /&gt;
    nvidia-settings-580.95.05-1.el10.x86_64&lt;br /&gt;
    xorg-x11-drv-nvidia-power-580.95.05-1.el10.x86_64&lt;br /&gt;
    xorg-x11-drv-nvidia-580.95.05-1.el10.x86_64&lt;br /&gt;
    nvidia-persistenced-580.95.05-1.el10.x86_64&lt;br /&gt;
    xorg-x11-drv-nvidia-cuda-580.95.05-1.el10.x86_64&lt;br /&gt;
    kmod-nvidia-6.12.0-124.el10_1-580.95.05-1.el10.x86_64&lt;br /&gt;
    akmod-nvidia-580.95.05-1.el10.x86_64&lt;br /&gt;
    nvidia-gpu-firmware-20260130-19.3.el10_1.noarch&lt;br /&gt;
&lt;br /&gt;
Problem Symptoms&lt;br /&gt;
    Speaker output is sharp, tinny, distorted - completely unusable for normal audio.&lt;br /&gt;
    Headphone jack may work normally (needs confirmation).&lt;br /&gt;
    Kernel log continuously floods with spurious response errors.&lt;br /&gt;
    Both &quot;Speaker&quot; and &quot;Bass Speaker&quot; controls appear in ALSA, but bass speaker produces distorted sound.&lt;br /&gt;
    Root cause: AW88399 smart amplifier driver not present + firmware missing&lt;br /&gt;
&lt;br /&gt;
Detail&lt;br /&gt;
Audio Components:&lt;br /&gt;
    Codec: Realtek ALC287 (hardware ID: 0x10ec0287)&lt;br /&gt;
    Marketing Name: Realtek ALC3306 (OEM rename by Lenovo, identical to ALC287)&lt;br /&gt;
    Subsystem ID: 0x17aa3906 (Lenovo Y9000P specific)&lt;br /&gt;
    Smart Amplifier: AWINIC AW88399 (confirmed by hardware design, but not detected in software)&lt;br /&gt;
    Speaker Configuration: 4-speaker system (2 full-range + 2 woofers/subwoofers)&lt;br /&gt;
&lt;br /&gt;
Reference:&lt;br /&gt;
    Kernel Bug 216299 (&lt;a href=&quot;https://bugzilla.kernel.org/show_bug.cgi?id=216299&quot; rel=&quot;noopener&quot;&gt;https://bugzilla.kernel.org/show_bug.cgi?id=216299&lt;/a&gt;)&lt;br /&gt;
    A solution for 6.18/6.19 (&lt;a href=&quot;https://github.com/nadimkobeissi/16iax10h-linux-sound-saga&quot; rel=&quot;noopener&quot;&gt;https://github.com/nadimkobeissi/16iax10h-linux-sound-saga&lt;/a&gt;)]]></description><category>kernel</category><pubDate>Wed, 11 Mar 2026 05:26:03 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12277</guid><comments>https://bugs.rockylinux.org/view.php?id=12277#bugnotes</comments></item><item><title>0012245: dracut not detecting IMSM Intel Matrix FakeRAID Metadata Properly - RAID Array not assembling - /dev/rl_nv/root does not exist</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12245</link><description><![CDATA[In the latest version of Rocky Linux 9 (up-to-date with all packages via yum), complex Intel Matrix RAID (IMSM/DDF) setups often fail to assemble during early boot, dropping users into the dracut emergency shell.  This happens on a Dell C1100 CS24-TY 1U server using Intel Matrix FakeRAID 10 with two different sized RAID arrays setup via the BIOS.&lt;br /&gt;
&lt;br /&gt;
This is a recent change, as it used to work about 6 months or so ago.&lt;br /&gt;
&lt;br /&gt;
I had to use this udev rule to get my RAID array to assemble and discover the lvm volumes:&lt;br /&gt;
&lt;br /&gt;
ACTION==“add”, SUBSYSTEM==“block”, ENV{ID_FS_TYPE}==“ddf_member|isw_raid_member”, RUN+=“/usr/sbin/mdadm --assemble --scan --config=/etc/mdadm.conf”, RUN+=“/usr/sbin/lvm pvscan”, RUN+=“/usr/sbin/lvm vgchange -ay“&lt;br /&gt;
&lt;br /&gt;
Dracut seemed to be getting stuck on detecting DDF metadata when it should have been using IMSM meta data.  Something changed in the way dracut identifies the RAID array and discovers the LVM volumes.&lt;br /&gt;
&lt;br /&gt;
More information on the issue has been provided in the forums here:  &lt;a href=&quot;https://forums.rockylinux.org/t/rocky-linux-9-7-wont-boot-post-kernel-upgrade-lvm-dev-rl-nv-root-does-not-exist-boots-fine-on-older-kernel/20103&quot; rel=&quot;noopener&quot;&gt;https://forums.rockylinux.org/t/rocky-linux-9-7-wont-boot-post-kernel-upgrade-lvm-dev-rl-nv-root-does-not-exist-boots-fine-on-older-kernel/20103&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[  201.001156] az dracut-initqueue[680]: Warning: dracut-initqueue: starting timeout scripts&lt;br /&gt;
[  201.531870] az dracut-initqueue[680]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:&lt;br /&gt;
[  201.533263] az dracut-initqueue[680]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-id\x2fmd-uuid-f1c6208c:90b871a1:d1e22cc3:b7a767f1.sh: &quot;[ -e &quot;/dev/disk/by-id/md-uuid-f1c6208c:90b871a1:d1e22cc3:b7a767f1&quot; ]&quot;&lt;br /&gt;
[  201.534624] az dracut-initqueue[680]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-id\x2fmd-uuid-f31c4352:b4bff910:3236e82b:1bcd48d5.sh: &quot;[ -e &quot;/dev/disk/by-id/md-uuid-f31c4352:b4bff910:3236e82b:1bcd48d5&quot; ]&quot;&lt;br /&gt;
[  201.535721] az dracut-initqueue[680]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frl_nv-root.sh: &quot;if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2&gt;/dev/null; then&lt;br /&gt;
[  201.535721] az dracut-initqueue[680]:     [ -e &quot;/dev/mapper/rl_nv-root&quot; ]&lt;br /&gt;
[  201.535721] az dracut-initqueue[680]: fi&quot;&lt;br /&gt;
[  201.539285] az dracut-initqueue[680]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2frl_nv\x2froot.sh: &quot;[ -e &quot;/dev/rl_nv/root&quot; ]&quot;&lt;br /&gt;
[  201.539285] az dracut-initqueue[680]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2frl_nv\x2fswap.sh: &quot;[ -e &quot;/dev/rl_nv/swap&quot; ]&quot;&lt;br /&gt;
[  201.542192] az dracut-initqueue[680]: Warning: dracut-initqueue: starting timeout scripts&lt;br /&gt;
[  201.542192] az dracut-initqueue[680]: Warning: Could not boot.&lt;br /&gt;
[  201.566498] az systemd[1]: Starting Dracut Emergency Shell...&lt;br /&gt;
[  201.584422] az systemd[1]: Received SIGRTMIN+21 from PID 682 (plymouthd).&lt;br /&gt;
[  201.594483] az systemd[1]: Received SIGRTMIN+21 from PID 682 (plymouthd).&lt;br /&gt;
Warning:  /dev/rl_nv/root does not exist&lt;br /&gt;
Warning:  /dev/rl_nv/swap does not exist]]></description><category>dracut</category><pubDate>Tue, 10 Mar 2026 18:34:57 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12245</guid><comments>https://bugs.rockylinux.org/view.php?id=12245#bugnotes</comments></item><item><title>0012244: postfix have remove hash and btree type support but in some case the default config still use  btree type</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12244</link><description><![CDATA[sudo postconf |grep -E ' (btree|hash):'&lt;br /&gt;
address_verify_map = btree:$data_directory/verify_cache&lt;br /&gt;
postscreen_cache_map = btree:$data_directory/postscreen_cache&lt;br /&gt;
&lt;br /&gt;
I you enable address_verify_map function or use for some config file btree type you get this error:&lt;br /&gt;
&lt;br /&gt;
[&lt;a href=&quot;mailto:root@s-virt-g10&quot;&gt;root@s-virt-g10&lt;/a&gt; tmp]# newaliases&lt;br /&gt;
postalias: warning: unsupported dictionary type: btree. Is the postfix-btree package installed?&lt;br /&gt;
postalias: fatal: unsupported map type: btree&lt;br /&gt;
&lt;br /&gt;
But the package postfix-btree does not exist.]]></description><category>postfix</category><pubDate>Tue, 10 Mar 2026 18:15:23 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12244</guid><comments>https://bugs.rockylinux.org/view.php?id=12244#bugnotes</comments></item><item><title>0012112: Raspberry Pi, Rocky Linux 10 image fails to boot on Pi-4 Model B</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12112</link><description><![CDATA[The image &quot;Rocky-10-SBC-RaspberryPi.latest.aarch64.raw.xz&quot; available as of 21-Feb-2026 as a download from the Rocky Linux website fails to boot on a Raspberry Pi-4 Model B with 8GB RAM when written to a 32GB SD-card.&lt;br /&gt;
&lt;br /&gt;
At boot the Raspberry boot loader display is presented for approx. 500ms, followed by the colourful, rainbow-like, Raspberry splash screen.  Nothing else is ever shown on the display and RL fails to boot.  The Pi motherboard has two LED's.  Red has continuous illumination, the green flashes seven times, pauses momentarily and then repeats the pattern.&lt;br /&gt;
&lt;br /&gt;
The Rocky Linux 10 README for the Raspberry Pi image identifies that it has been tested (and presumably works) with a Pi 4:&lt;br /&gt;
&lt;br /&gt;
&quot;This image is always available at: &lt;a href=&quot;https://dl.rockylinux.org/pub/rocky/10/images/aarch64/Rocky-10-SBC-RaspberryPi.latest.aarch64.raw.xz&quot; rel=&quot;noopener&quot;&gt;https://dl.rockylinux.org/pub/rocky/10/images/aarch64/Rocky-10-SBC-RaspberryPi.latest.aarch64.raw.xz&lt;/a&gt;&lt;br /&gt;
They have been tested on Raspberry Pi 4 and 5.&lt;br /&gt;
Rocky Linux 10 WILL NOT WORK on a Raspberry Pi 1 or 2 (1.1 or earlier) as they are 32-bit only, and Rocky Linux only supports arm64 (aarch64).&lt;br /&gt;
Rocky Linux 10 WILL NOT WORK on a Raspberry Pi 3 due to lack of MBR on the images.&quot;]]></description><category>General</category><pubDate>Wed, 04 Mar 2026 08:33:19 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12112</guid><comments>https://bugs.rockylinux.org/view.php?id=12112#bugnotes</comments></item><item><title>0012179: Security update for CVE-2025-14104 missing for Rocky 9.7 util-linux package</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12179</link><description><![CDATA[The security updates for CVE-2025-14104 were provided as following:&lt;br /&gt;
&lt;br /&gt;
- el8: [util-linux-0:2.32.1-48.el8_10] via RHSA-2026:1852 (2026-02-04)  &lt;-- This was made available on 2026-02-05&lt;br /&gt;
- el9: [util-linux-0:2.37.4-21.el9_7] via RHSA-2026:1913 (2026-02-04)   &lt;-- Still missing (not the same as util-linux-0:2.37.4-21.el9)&lt;br /&gt;
&lt;br /&gt;
The &lt;a href=&quot;https://errata.rockylinux.org/RLSA-2026:1913&quot; rel=&quot;noopener&quot;&gt;https://errata.rockylinux.org/RLSA-2026:1913&lt;/a&gt; does not appear to denote the correct version for this security update. It references util-linux-0:2.37.4-21.el9 (which was released 2025-05-03 and does not contain the security fix in question (refer to additional information for first 10 lines of changelogs).&lt;br /&gt;
&lt;br /&gt;
Can this security update be made available for the Rocky el9.7 release?]]></description><category>util-linux</category><pubDate>Tue, 03 Mar 2026 16:23:31 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12179</guid><comments>https://bugs.rockylinux.org/view.php?id=12179#bugnotes</comments></item><item><title>0012178: [Account Services] Data hash table of rotation spam in DMESG</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12178</link><description><![CDATA[Please update this package as sometimes it is nearly impossible find info directly in the dmesg&lt;br /&gt;
please refer to &lt;br /&gt;
&lt;a href=&quot;https://github.com/systemd/systemd/commit/afc47ee2af456d12670df862457dcc7f6b864d79&quot; rel=&quot;noopener&quot;&gt;https://github.com/systemd/systemd/commit/afc47ee2af456d12670df862457dcc7f6b864d79&lt;/a&gt;]]></description><category>BugTracker</category><pubDate>Tue, 03 Mar 2026 14:29:43 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12178</guid><comments>https://bugs.rockylinux.org/view.php?id=12178#bugnotes</comments></item><item><title>0011287: cannot update to 9.7 from 9.6</title><author></author><link>https://bugs.rockylinux.org/view.php?id=11287</link><description><![CDATA[I am trying to update from 9.6 to 9.7 and hitting an error which I want to run by you to see if you know it and what the best solution is. I don't understand enough to be able to know where your &quot;try to add&quot; suggestions of --allowerasing, --skip-broken, and/or --nobest is appropriate]]></description><category>General</category><pubDate>Mon, 02 Mar 2026 01:08:26 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=11287</guid><comments>https://bugs.rockylinux.org/view.php?id=11287#bugnotes</comments></item><item><title>0012079: 10.x devel repository mirrors not working</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12079</link><description><![CDATA[Enabling the &quot;Devel&quot; repository for 10.0 and 10.x fails. It stopped working sometime in the last couple of months or so.&lt;br /&gt;
&lt;br /&gt;
A similar bug was previously reported for 9.x: &lt;a href=&quot;https://bugs.rockylinux.org/view.php?id=3268&quot; rel=&quot;noopener&quot;&gt;https://bugs.rockylinux.org/view.php?id=3268&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Note that this is in the context of building a custom Docker image within a GitHub Actions workflow, based on rockylinux/rockylinux from Docker Hub.]]></description><category>Mirror Manager</category><pubDate>Thu, 26 Feb 2026 06:57:05 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12079</guid><comments>https://bugs.rockylinux.org/view.php?id=12079#bugnotes</comments></item><item><title>0012046: Rocky Linux Boot gives text full of squares on the console ( screen ) after the kernel update to Latest ( 4.18.0-553.104.1 )</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12046</link><description><![CDATA[We updated the kernel version from kernel-4.18.0-553.97.1.el8_10 to kernel-4.18.0-553.104.1.el8_10.&lt;br /&gt;
&lt;br /&gt;
Then, Booting the rocky server gives white squares full on screen for few seconds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please let us know , if this issue is known or tracked , if tracked please give more details on it .&lt;br /&gt;
&lt;br /&gt;
Thanks.]]></description><category>kernel</category><pubDate>Sat, 21 Feb 2026 18:26:29 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12046</guid><comments>https://bugs.rockylinux.org/view.php?id=12046#bugnotes</comments></item><item><title>0012013: CVE-2025-7425 missing from Rocky8 errata</title><author></author><link>https://bugs.rockylinux.org/view.php?id=12013</link><description><![CDATA[Was fixed some time ago in Redhat 8: &lt;a href=&quot;https://access.redhat.com/security/cve/cve-2025-7425&quot; rel=&quot;noopener&quot;&gt;https://access.redhat.com/security/cve/cve-2025-7425&lt;/a&gt; (August 2025)&lt;br /&gt;
Rocky 9 has picked up the fix: &lt;a href=&quot;https://errata.rockylinux.org/RLSA-2025:12447&quot; rel=&quot;noopener&quot;&gt;https://errata.rockylinux.org/RLSA-2025:12447&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Current builds show #12 27.72  libxml2                    x86_64 2.9.7-21.el8_10.3            baseos    697 k]]></description><category>libxml2</category><pubDate>Mon, 16 Feb 2026 05:05:47 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=12013</guid><comments>https://bugs.rockylinux.org/view.php?id=12013#bugnotes</comments></item><item><title>0011980: On Rocky Linux 9, perl-DBD-MySQL-4.053-1.el9.0.1.x86_64 has a hard runtime dependency on libmysqlclient.so.21</title><author></author><link>https://bugs.rockylinux.org/view.php?id=11980</link><description><![CDATA[On Rocky Linux 9, perl-DBD-MySQL-4.053-1.el9.0.1.x86_64 has a hard runtime dependency on libmysqlclient.so.21 -&lt;br /&gt;
This makes perl-DBD-MySQL incompatible with Percona Server packages - (percona-server-shared) which obsolete mysql-libs.&lt;br /&gt;
&lt;br /&gt;
On RHEL 9, perl-DBD-MySQL is available in a build (4.050-13.el9) which uses mariadb-connector-c and does not require libmysqlclient.so.21, and therefore works correctly with Percona Server.&lt;br /&gt;
&lt;br /&gt;
As a result, percona-xtrabackup-84 cannot be installed on Rocky 9 when Percona Server is present, while the same setup works on RHEL 9.&lt;br /&gt;
&lt;br /&gt;
Please consider rebuilding perl-DBD-MySQL on Rocky 9 against mariadb-connector-c (as in RHEL), or providing a compatible build as this differs from RHEL spec / behavior.]]></description><category>perl-DBD-MySQL</category><pubDate>Sat, 07 Feb 2026 20:14:07 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=11980</guid><comments>https://bugs.rockylinux.org/view.php?id=11980#bugnotes</comments></item><item><title>0011947: AWS &amp; GCP NIC PMDs missing from RPM on ARM</title><author></author><link>https://bugs.rockylinux.org/view.php?id=11947</link><description><![CDATA[On AWS the c7gn and c8gn are the most cost effective instance types to use with DPDK as a virtual network appliance and both use Graviton ARM cores. The current DPDK RPM only enables the ENA driver on x86-64 and not on ARM. Same issue with the GCP gve driver.]]></description><category>dpdk</category><pubDate>Tue, 03 Feb 2026 09:01:08 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=11947</guid><comments>https://bugs.rockylinux.org/view.php?id=11947#bugnotes</comments></item><item><title>0011914: WSL Image Cannot Execute Windows Binaries By Default</title><author></author><link>https://bugs.rockylinux.org/view.php?id=11914</link><description><![CDATA[After installing the Rocky 10 WSL image it cannot execute Windows binaries by default. Trying to do so will fail with the following error:&lt;br /&gt;
&lt;br /&gt;
[&lt;a href=&quot;mailto:user@host&quot;&gt;user@host&lt;/a&gt; ~]$ ssh.exe&lt;br /&gt;
-bash: /mnt/c/WINDOWS/System32/OpenSSH/ssh.exe: cannot execute binary file: Exec format error&lt;br /&gt;
&lt;br /&gt;
This is a known issue when systemd is enabled in a WSL issue and there is a resolution as seen here: &lt;a href=&quot;https://serverfault.com/a/1141563&quot; rel=&quot;noopener&quot;&gt;https://serverfault.com/a/1141563&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
sudo sh -c 'echo :WSLInterop:M::MZ::/init:PF &gt; /usr/lib/binfmt.d/WSLInterop.conf'&lt;br /&gt;
sudo systemctl restart systemd-binfmt&lt;br /&gt;
&lt;br /&gt;
Given the WSL image enables systemd by default, it would be good to include the above file in the image. Failing that, it would be good to mention this in the documentation at &lt;a href=&quot;https://docs.rockylinux.org/10/guides/interoperability/import_rocky_to_wsl/&quot; rel=&quot;noopener&quot;&gt;https://docs.rockylinux.org/10/guides/interoperability/import_rocky_to_wsl/&lt;/a&gt;]]></description><category>General</category><pubDate>Wed, 28 Jan 2026 20:22:30 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=11914</guid><comments>https://bugs.rockylinux.org/view.php?id=11914#bugnotes</comments></item><item><title>0011881: The AWS marketplace AMIs of Rocky Linux 9 with LVM (Official) is outdated</title><author></author><link>https://bugs.rockylinux.org/view.php?id=11881</link><description><![CDATA[Please update the AWS Marketplace offering of Rocky Linux 9 with LVM (Official) to current release 9.7. (&lt;a href=&quot;https://rockylinux.org/news/rocky-linux-9-7-ga-release&quot; rel=&quot;noopener&quot;&gt;https://rockylinux.org/news/rocky-linux-9-7-ga-release&lt;/a&gt;)]]></description><category>General</category><pubDate>Tue, 27 Jan 2026 07:34:10 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=11881</guid><comments>https://bugs.rockylinux.org/view.php?id=11881#bugnotes</comments></item><item><title>0011848: The AWS marketplace AMIs of Rocky 9 and 10 lack support for p4de instances while p4d instances are supported</title><author></author><link>https://bugs.rockylinux.org/view.php?id=11848</link><description><![CDATA[Please add support for AWS EC2 p4de instances in AWS Marketplace. p4d instances are already supported, but p4de offers more GPU memory (80GB per GPU) which is required for some ML applications.]]></description><category>General</category><pubDate>Mon, 26 Jan 2026 10:40:22 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=11848</guid><comments>https://bugs.rockylinux.org/view.php?id=11848#bugnotes</comments></item><item><title>0011815: kernel-debuginfo-rpm for initial Rocky Linux 9.4 kernel (5.14.0-427.13.1) missing from official rocky repository</title><author></author><link>https://bugs.rockylinux.org/view.php?id=11815</link><description><![CDATA[Hi:&lt;br /&gt;
The initial release of Rocky Linux 9.4 ships with the following kernel version:5.14.0-427.13.1.el9_4.x86_64&lt;br /&gt;
However, the corresponding kernel-debuginfo RPM for this exact kernel version is missing from the official Rocky Linux repository. I checked the official Rocky Linux 9.4 vault repository:&lt;a href=&quot;https://dl.rockylinux.org/vault/rocky/9.4/BaseOS/x86_64/debug/tree/Packages/k/,&quot; rel=&quot;noopener&quot;&gt;https://dl.rockylinux.org/vault/rocky/9.4/BaseOS/x86_64/debug/tree/Packages/k/,&lt;/a&gt; In this directory, the lowest available kernel-debuginfo RPM version is: kernel-debuginfo-5.14.0-427.16.1.el9_4.x86_64.rpm.  Because the debuginfo RPM matching the initial 9.4 kernel is missing, it is not possible to analyze vmcore files using the crash utility and vmlinux on systems running:&lt;br /&gt;
&lt;br /&gt;
For comparison:&lt;br /&gt;
- Rocky Linux 9.3 provides kernel-debuginfo RPMs for its initial kernel release&lt;br /&gt;
- Rocky Linux 9.5 also provides kernel-debuginfo RPMs for its initial kernel release&lt;br /&gt;
Only Rocky Linux 9.4 appears to be missing the kernel-debuginfo RPM for its first released kernel version.&lt;br /&gt;
&lt;br /&gt;
Please upload kernel-debuginfo-5.14.0-427.13.1.el9_4.x86_64. RPM in the official Rocky Linux repository&lt;br /&gt;
&lt;br /&gt;
Thank you for your help.]]></description><category>kernel</category><pubDate>Thu, 22 Jan 2026 20:49:57 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=11815</guid><comments>https://bugs.rockylinux.org/view.php?id=11815#bugnotes</comments></item><item><title>0011782: liboath 2.6.12-1 doesn't work if usersfile contains $HOME or $USER</title><author></author><link>https://bugs.rockylinux.org/view.php?id=11782</link><description><![CDATA[Dear Maintainer,&lt;br /&gt;
&lt;br /&gt;
Due to CVE-2024-47191 liboath now drops privileges if the OTP token (the &quot;usersfile&quot; given in the pam configuration) is set to a path containing &quot;$HOME&quot; or &quot;$USER&quot;.&lt;br /&gt;
&lt;br /&gt;
The default lockfile location is &quot;/var/lock/pam_oath.lock&quot;, which is writable only by root. On an OTP check, the process is to drop privileges, then ask for OTP, and if the OTP is okay to modify the &quot;usersfile&quot; (by creatting first an exclusive lock).&lt;br /&gt;
&lt;br /&gt;
If the lock can&quot;t be created, OTP fails.&lt;br /&gt;
&lt;br /&gt;
I can specify a lockfile manually, but I can't use &quot;$HOME&quot; or &quot;$USER&quot; so each user's lockfile is independent from one user to another.]]></description><category>liboauth</category><pubDate>Tue, 20 Jan 2026 10:41:53 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=11782</guid><comments>https://bugs.rockylinux.org/view.php?id=11782#bugnotes</comments></item><item><title>0011749: On Rocky Linux 10.1, the postfix package (postfix-3.8.5-8.el10.x86_64) was built against OpenSSL 3.2.x headers</title><author></author><link>https://bugs.rockylinux.org/view.php?id=11749</link><description><![CDATA[### Summary&lt;br /&gt;
On Rocky Linux 10.1, the postfix package (postfix-3.8.5-8.el10.x86_64) was built against OpenSSL 3.2.x headers but at runtime uses OpenSSL 3.5.1, causing:&lt;br /&gt;
&lt;br /&gt;
warning: run-time library vs. compile-time header version mismatch: OpenSSL 3.5.1 may not be compatible with OpenSSL 3.2.0&lt;br /&gt;
&lt;br /&gt;
This warning appears each time SMTP/TLS is negotiated in Postfix logs.]]></description><category>postfix</category><pubDate>Sun, 18 Jan 2026 16:20:47 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=11749</guid><comments>https://bugs.rockylinux.org/view.php?id=11749#bugnotes</comments></item><item><title>0011716: System enters a boot loop when a systemd service uses StandardError=journal+console and writes to stderr.</title><author></author><link>https://bugs.rockylinux.org/view.php?id=11716</link><description><![CDATA[If a systemd service file contains StandardError=journal+console and something is written to stderr, the system enters a boot loop. Occasionally, the system starts normally.&lt;br /&gt;
If the service file contains only StandardError=journal, the system starts normally.&lt;br /&gt;
I selected the “Kernel” category because this issue occurs only with the following kernel versions:&lt;br /&gt;
&lt;br /&gt;
5.14.0-611.16.1.el9_7.x86_64&lt;br /&gt;
5.14.0-611.11.1.el9_7.x86_64&lt;br /&gt;
&lt;br /&gt;
With kernel 5.14.0-570.52.1.el9_6.x86_64, everything works as expected.&lt;br /&gt;
&lt;br /&gt;
I did not find anything useful in the log files, but &quot;ipmitool sel list&quot; shows the following output:&lt;br /&gt;
&lt;br /&gt;
  4c | 01/13/2026 | 13:40:17 | Processor #0x97 | IERR | Asserted&lt;br /&gt;
  4d | 01/13/2026 | 13:40:17 | Critical Interrupt | Bus Uncorrectable error | Asserted&lt;br /&gt;
  4e | 01/13/2026 | 13:40:17 | Processor | Configuration Error | Asserted&lt;br /&gt;
&lt;br /&gt;
System:&lt;br /&gt;
&lt;br /&gt;
Processor:&lt;br /&gt;
processor       : 0&lt;br /&gt;
vendor_id       : GenuineIntel&lt;br /&gt;
cpu family      : 6&lt;br /&gt;
model           : 143&lt;br /&gt;
model name      : Intel(R) Xeon(R) Gold 5412U&lt;br /&gt;
stepping        : 8&lt;br /&gt;
microcode       : 0x2b000643&lt;br /&gt;
cpu MHz         : 800.000&lt;br /&gt;
cache size      : 46080 KB&lt;br /&gt;
physical id     : 0&lt;br /&gt;
siblings        : 48&lt;br /&gt;
core id         : 0&lt;br /&gt;
cpu cores       : 24&lt;br /&gt;
apicid          : 0&lt;br /&gt;
initial apicid  : 0&lt;br /&gt;
fpu             : yes&lt;br /&gt;
fpu_exception   : yes&lt;br /&gt;
cpuid level     : 32&lt;br /&gt;
wp              : yes&lt;br /&gt;
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cat_l2 cdp_l3 intel_ppin cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect user_shstk avx_vnni avx512_bf16 wbnoinvd dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req vnmi avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid bus_lock_detect cldemote movdiri movdir64b enqcmd fsrm md_clear serialize tsxldtrk pconfig arch_lbr ibt amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities&lt;br /&gt;
vmx flags       : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb ept_5level flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve ept_mode_based_exec tsc_scaling usr_wait_pause notify_vm_exiting ipi_virt&lt;br /&gt;
bugs            : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi spectre_v2_user vmscape&lt;br /&gt;
bogomips        : 4200.00&lt;br /&gt;
clflush size    : 64&lt;br /&gt;
cache_alignment : 64&lt;br /&gt;
address sizes   : 52 bits physical, 57 bits virtual&lt;br /&gt;
power management:]]></description><category>kernel</category><pubDate>Tue, 13 Jan 2026 16:05:15 +0000</pubDate><guid>https://bugs.rockylinux.org/view.php?id=11716</guid><comments>https://bugs.rockylinux.org/view.php?id=11716#bugnotes</comments></item></channel></rss>
