Bug 2218104
Summary: | [RHEL 9] check_caveats dead loops when executing with ja_JP.SJIS locale | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Eugene Syromiatnikov <esyr> |
Component: | microcode_ctl | Assignee: | Eugene Syromiatnikov <esyr> |
Status: | CLOSED ERRATA | QA Contact: | Jeff Bastian <jbastian> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 9.3 | CC: | jbastian, rmetrich |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | microcode_ctl-20230214-4.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 2218096 | Environment: | |
Last Closed: | 2023-11-07 08:53:48 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2218096 | ||
Bug Blocks: |
Description
Eugene Syromiatnikov
2023-06-28 07:26:15 UTC
Verified with microcode_ctl-20230214-4.el9 and glibc-langpack-ja-2.34-78.el9. [root@localhost ~]# rpm -q glibc-langpack-ja glibc-locale-source microcode_ctl glibc-langpack-ja-2.34-78.el9.x86_64 glibc-locale-source-2.34-78.el9.x86_64 microcode_ctl-20230214-4.el9.noarch [root@localhost ~]# export LANG=ja_JP.sjis [root@localhost ~]# localedef -f SHIFT_JIS -i ja_JP ja_JP.SJIS failed to set locale! [warning] character map `SHIFT_JIS' is not ASCII compatible, locale not ISO C compliant [--no-warnings=ascii] [root@localhost ~]# /bin/bash -eu /usr/libexec/microcode_ctl/check_caveats -k 4.18.0-425.19.2.el8_7.x86_64 -c intel-06-8e-9e-0x-dell cfgs intel-06-8e-9e-0x-dell skip_cfgs paths intel-ucode/* ok_cfgs intel-06-8e-9e-0x-dell ok_paths intel-ucode/* fail_cfgs fail_paths [root@localhost ~]# uptime 17:49:30 up 24 min, 1 user, load average: 0.00, 0.00, 0.02 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 (microcode_ctl bug fix and enhancement update), 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/RHEA-2023:6637 |