All of lore.kernel.org
 help / color / mirror / Atom feed
* bug report: one of /dev/nvme*n1 is not created on 5.18.1 "globally duplicate IDs for nsid"
       [not found] <c13a5461-72f2-5c94-4b4f-de71d98d1605@gmail.com>
@ 2022-06-03  9:31 ` Kamil Cukrowski
  2022-06-03 11:43   ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Kamil Cukrowski @ 2022-06-03  9:31 UTC (permalink / raw)
  To: linux-nvme; +Cc: Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg

[-- Attachment #1: Type: text/plain, Size: 7111 bytes --]

Hi!

(I resend the email cause the mailing list rejected HTML email, so 
hopefully it's text only now)
I believe this check of code 
https://elixir.bootlin.com/linux/latest/source/drivers/nvme/host/core.c#L3806 
broke my system.
When starting newer kernel one of /dev/nvme*n1 devices is not created. 
The other one is created.
The issue stated happening this week after I updated the system. I was 
able to boot from -lts kernel.
I can't pinpoint the kernel version when the issue started.
If you want to, I should be able to install previous kernel version and 
test it.
If you sent me steps, I should be able to compile custom kernel, but I 
do not think this weekend, maybe the next one.
Currently I am blaming Christoph Hellwig , sorry :p . I suspect these 
commits:
   - 
https://github.com/torvalds/linux/commit/fd8099e7918cd2df39ef306dd1d1af7178a15b81
   - 
https://github.com/torvalds/linux/commit/e2d77d2e11c4f1e70a1a24cc8fe63ff3dc9b53ef
   - 
https://github.com/torvalds/linux/commit/2079f41ec6ffaad9aa51ca550105b2228467aec7

The issue:
- On startup, udev does not create one of /dev/nvme*n1 devices
- /dev/nvme0n1 is created
- /dev/nvme0n1 shows in nvme list
- /dev/nvme1n1 does not show in nvme list
- /dev/nvme0 and /dev/nvme1 are both created
- I believe the order changes sometimes, sometimes /dev/nvme1n1 is 
created and /dev/nvme0n1 is not.
- Adding nvme_load=1 boot option do not change anything.
- Kernel options do not change anything.
- Regenerating mkinitcpio with some drivers does not change anything.

The software:
- Newest archlinux, stock packages.
- The issue is reproducible on 5.18.1-arch1-1
- The issue is not reproducible on 5.15.44-1-lts (so I can still boot)
- I reproduced the issue with archlinux iso from 2022.06.01 . 
http://mirroronet.pl/pub/mirrors/archlinux/iso/2022.06.01/archlinux-2022.06.01-x86_64.iso
- The issue is not reproducible with older version . 
http://mirroronet.pl/pub/mirrors/archlinux/iso/2022.04.05/archlinux-2022.04.05-x86_64.iso

My hardware:
- motherboard fujitsu D3162
- two discs SSD Goodram M.2 
https://allegro.pl/oferta/dysk-goodram-px500-256gb-m-2-pcie-3x4-nvme-2280-10797756850 
(yes, sorry, Polish links, I'm from Poland)
- connected via pcie to a pcie to nvme2 converters 
https://allegro.pl/oferta/adapter-m-2-nvme-key-m-do-pci-e-x1-ssd-8900869048
- (I was also able to reproduce on Gigabyte GA-MA790GP-UD4H, with same 
converters and discs)
- I am booting grub from usb pendrive vfat /dev/sdb1 , that loads 
kernel+initrd , and then loads nvme driver to mount the drivers.
- unrelated:
    - nvidia graphic card (so it taints the LTS kernel, happens way 
after detecting nvme...)
    - cpu i7-2600
    - The hard drivers have btrfs in raid1, no partitions full discs 
taken by btrfs. Not really important.
    - There is a third drive connected via sata in /dev/sda. I 
disconnected it, didn't change.

Some logs excerpts, below.

Login with user 'kamil' password 'kamil123' to 
https://k.dyzio.pl/kernel_no_nvmen0/ . I collected lspci, dmesg, lshw, 
everything listed in kernel bug report page, and some nvme commands 
results. I add .tar.gz of logs to this email.

Let me know if I should get something more.

Thanks,
Kamil Cukrowski

# https://k.dyzio.pl/kernel_no_nvmen0/5.18.1-arch1-1/dmesg__grep_nvme.txt
$ dmesg | grep nvme
[    3.783144] nvme nvme0: pci function 0000:02:00.0
[    3.784103] nvme nvme1: pci function 0000:03:00.0
[    3.786118] nvme nvme0: missing or invalid SUBNQN field.
[    3.787913] nvme nvme1: missing or invalid SUBNQN field.
[    3.799274] nvme nvme0: allocated 64 MiB host memory buffer.
[    3.801040] nvme nvme1: allocated 64 MiB host memory buffer.
[    3.813335] nvme nvme0: 8/0/0 default/read/poll queues
[    3.815193] nvme nvme1: 8/0/0 default/read/poll queues
[    3.818565] nvme nvme1: globally duplicate IDs for nsid 
1                            # THIS THIS
[    3.898315] BTRFS: device label nbleo devid 1 transid 289177 
/dev/nvme0n1 scanned by systemd-udevd (208)
[    8.807848] BTRFS info (device nvme0n1): flagging fs with big 
metadata feature
[    8.807853] BTRFS info (device nvme0n1): using free space tree
[    8.807854] BTRFS info (device nvme0n1): has skinny extents
# btrfs can't find raid1:
[    8.809408] BTRFS error (device nvme0n1): devid 2 uuid 
0b304a06-233c-4363-9821-f9022749ced1 is missing
[    8.809566] BTRFS error (device nvme0n1): failed to read the system 
array: -2
[    8.809965] BTRFS error (device nvme0n1): open_ctree failed
# https://k.dyzio.pl/kernel_no_nvmen0/5.15.44-1-lts/dmesg__grep_nvme.txt
# This line is missing in above:
[    2.710105] BTRFS: device label nbleo devid 2 transid 289094 
/dev/nvme1n1 scanned by systemd-udevd (199)

# https://k.dyzio.pl/kernel_no_nvmen0/5.18.1-arch1-1/nvme_list.txt
+ nvme list
Node                  Generic               SN 
Model                                    Namespace 
Usage                      Format           FW Rev
--------------------- --------------------- -------------------- 
---------------------------------------- --------- 
-------------------------- ---------------- --------
/dev/nvme0n1          /dev/ng0n1            GY4019513 
SSDPR-PX500-256-80                       1         256.06  GB / 256.06  
GB    512   B +  0 B   T1202A0
# This line is missing from in the above that is present in linux-lts:
# https://k.dyzio.pl/kernel_no_nvmen0/5.15.44-1-lts/nvme_list.txt
/dev/nvme1n1          /dev/ng1n1            GY4019518 
SSDPR-PX500-256-80                       1         256.06  GB / 256.06  
GB    512   B +  0 B   T1202A0

+ nvme id-ns /dev/nvme0 -n 1
NVME Identify Namespace 1:
nsze    : 0x1dcf32b0
ncap    : 0x1dcf32b0
nuse    : 0x1dcf32b0
nsfeat  : 0
nlbaf   : 0
flbas   : 0
mc      : 0
dpc     : 0
dps     : 0
nmic    : 0
rescap  : 0
fpi     : 0
dlfeat  : 0
nawun   : 0
nawupf  : 0
nacwu   : 0
nabsn   : 0
nabo    : 0
nabspf  : 0
noiob   : 0
nvmcap  : 256060514304
mssrl   : 0
mcl     : 0
msrc    : 0
nulbaf  : 0
anagrpid: 0
nsattr    : 0
nvmsetid: 0
endgid  : 0
nguid   : 00000000000000000000010000000000
eui64   : 0000010000000000
lbaf  0 : ms:0   lbads:9  rp:0 (in use)

+ nvme id-ns /dev/nvme1 -n 1
NVME Identify Namespace 1:
nsze    : 0x1dcf32b0
ncap    : 0x1dcf32b0
nuse    : 0x1dcf32b0
nsfeat  : 0
nlbaf   : 0
flbas   : 0
mc      : 0
dpc     : 0
dps     : 0
nmic    : 0
rescap  : 0
fpi     : 0
dlfeat  : 0
nawun   : 0
nawupf  : 0
nacwu   : 0
nabsn   : 0
nabo    : 0
nabspf  : 0
noiob   : 0
nvmcap  : 256060514304
mssrl   : 0
mcl     : 0
msrc    : 0
nulbaf  : 0
anagrpid: 0
nsattr    : 0
nvmsetid: 0
endgid  : 0
nguid   : 00000000000000000000010000000000
eui64   : 0000010000000000
lbaf  0 : ms:0   lbads:9  rp:0 (in use)





[-- Attachment #2: 5.15.44-1-lts.tar.gz --]
[-- Type: application/gzip, Size: 148952 bytes --]

[-- Attachment #3: 5.18.1-arch1-1.tar.gz --]
[-- Type: application/gzip, Size: 88668 bytes --]

[-- Attachment #4: pacman__Q.txt --]
[-- Type: text/plain, Size: 29829 bytes --]

a52dec 0.7.4-11
aalib 1.4rc5-14
abseil-cpp 20211102.0-2
accounts-qml-module 0.7-4
accountsservice 22.08.8-2
acl 2.3.1-2
adobe-source-code-pro-fonts 2.038ro+1.058it+1.018var-1
adwaita-icon-theme 42.0+r1+gc144c3d75-1
alsa-card-profiles 1:0.3.51-1
alsa-lib 1.2.6.1-1
alsa-plugins 1:1.2.6-3
alsa-topology-conf 1.2.5.1-1
alsa-ucm-conf 1.2.6.3-1
amd-ucode 20220509.b19cbdc-1
antiword 0.37-8
aom 3.3.0-1
appstream 0.15.4-1
appstream-qt 0.15.4-1
apr 1.7.0-3
apr-util 1.6.1-9
arch-install-scripts 24-2
archlinux-appstream-data 20220512-1
archlinux-keyring 20220424-1
argon2 20190702-4
ark 22.04.1-1
arm-none-eabi-binutils 2.38-1
arm-none-eabi-gcc 12.1.0-1
arm-none-eabi-gdb 12.1-1
arm-none-eabi-newlib 4.2.0.20211231-1
asp 8-1
aspell 0.60.8-2
aspell-en 2020.12.07-1
aspell-pl 20210731-1
at-spi2-atk 2.38.0-1
at-spi2-core 2.44.1-1
atk 2.38.0-1
atkmm 2.28.2-2
attica 5.94.0-1
attr 2.5.1-2
audit 3.0.8-1
authy 2.2.0-1
autoconf 2.71-1
automake 1.16.5-1
autossh 1.4g-2
avahi 0.8+22+gfd482a7-3
babl 0.1.90-2
baloo 5.94.0-1
baloo-widgets 22.04.1-1
base 2-2
base-devel-meta 2021.08.07-1
bash 5.1.016-1
bash-completion 2.11-2
bash-language-server 3.0.3-1
bc 1.07.1-4
bind 9.18.3-1
binfmt-qemu-static 20210119-1
binutils 2.38-5
birdtray 1.9.0-1
bison 3.8.2-4
blas 3.10.1-1
bluedevil 1:5.24.5-1
bluez 5.64-2
bluez-libs 5.64-2
bluez-qt 5.94.0-1
bolt 0.9.2-1
boost 1.78.0-2
boost-libs 1.78.0-2
botan 2.19.1-1
box2d 2.4.1-1
breeze 5.24.5-1
breeze-gtk 5.24.5-1
breeze-icons 5.94.0-1
bridge-utils 1.7.1-1
brotli 1.0.9-8
btrfs-progs 5.18-1
bubblewrap 0.6.2-1
busybox 1.34.1-1
bzip2 1.0.8-4
c-ares 1.18.1-1
ca-certificates 20210603-1
ca-certificates-mozilla 3.79-1
ca-certificates-utils 20210603-1
cabextract 1.9.1-2
cairo 1.17.6-2
cairomm 1.14.3-2
cantarell-fonts 1:0.303.1-1
cblas 3.10.1-1
cdparanoia 10.2-8
ceph-libs 15.2.14-5
cfitsio 1:4.1.0-1
chezmoi 2.17.1-1
chromaprint 1.5.1-3
chromium 102.0.5005.61-1
cifs-utils 6.15-1
cjson 1.7.15-1
clang 13.0.1-2
clucene 2.3.3.4-12
cmake 3.23.2-1
compiler-rt 13.0.1-1
conmon 1:2.1.1-1
containerd 1.6.4-1
containers-common 1:0.48.0-1
convertlit 1.8-10
coreutils 9.1-1
cppcheck 2.8-1
criu 3.17-1
crun 1.4.5-1
cryfs 0.11.2-2
cryptsetup 2.4.3-2
ctags 1:5.9.20210905.0-1
cups 1:2.4.2-1
cups-filters 1.28.15-1
curl 7.83.1-1
dateutils 0.4.9-1
dav1d 1.0.0-1
db 5.3.28-5
dbus 1.14.0-1
dbus-glib 0.112-2
dbus-python 1.2.18-3
dconf 0.40.0-1
ddcutil 1.2.2-2
debuginfod 0.187-1
desktop-file-utils 0.26-2
device-mapper 2.03.16-1
diffutils 3.8-1
discord 0.0.17-1
discount 2.2.7-2
discover 5.24.5-1
djvu2pdf 0.9.2-1
djvulibre 3.5.28-3
dkms 3.0.3-1
dmraid 1.0.0.rc16.3-13
dnssec-anchors 20190629-3
docker 1:20.10.16-1
docker-compose 2.6.0-1
dolphin 22.04.1-1
dolphin-plugins 22.04.1-1
dos2unix 7.4.2-1
dosfstools 4.2-2
dotnet-host 6.0.2.sdk102-1
dotnet-runtime 6.0.2.sdk102-1
double-conversion 3.2.0-1
doxygen 1.9.3-1
drkonqi 5.24.5-1
dtc 1.6.1-4
dxvk-bin 1.10.1-1
e2fsprogs 1.46.5-3
ebook-tools 0.2.2-7
editorconfig-core-c 0.12.5-1
edk2-armvirt 202202-2
edk2-ovmf 202202-2
egl-wayland 2:1.1.9+r3+g582b2d3-1
eglexternalplatform 1.1-2
elfutils 0.187-1
enca 1.19-4
encfs 1.9.5-5
enchant 2.3.3-1
ethtool 1:5.17-1
exfat-utils 1.3.0-2
exiv2 0.27.5-3
expat 2.4.8-1
expect 5.45.4-2
faac 1.30-3
faad2 2.10.0-1
fakeroot 1.29-1
faudio 22.05-1
ffcall 2.4-2
ffmpeg 2:5.0-7
ffmpeg4.4 4.4.1-5
ffmpegthumbs 22.04.1-1
fftw 3.3.10-2
file 5.41-1
filelight 22.04.1-1
filesystem 2021.12.07-1
findutils 4.9.0-1
firefox 101.0-1
firefox-i18n-pl 101.0-1
flac 1.3.4-2
flex 2.6.4-3
fltk 1.3.8-1
fluidsynth 2.2.7-1
fmt 8.1.1-2
fontconfig 2:2.14.0-1
foomatic-db-engine 4:20220521-1
fortune-mod 3.14.0-1
frameworkintegration 5.94.0-1
freeglut 3.2.2-2
freerdp 2:2.7.0-1
freetype2 2.12.1-1
fribidi 1.0.12-1
fuse-common 3.11.0-1
fuse2 2.9.9-4
fuse3 3.11.0-1
fzf 0.30.0-3
gawk 5.1.1-1
gc 8.2.0-3
gcc 12.1.0-2
gcc-ada 12.1.0-2
gcc-libs 12.1.0-2
gcovr 5.1-1
gcr 3.41.0-2
gd 2.3.3-4
gdb 12.1-1
gdb-common 12.1-1
gdbm 1.23-1
gdk-pixbuf2 2.42.8-1
gegl 0.4.36-3
geoip 1.6.12-2
geoip-database 20220524-1
geoip-database-extra 20220524-1
gephi 0.9.5-1
gettext 0.21-2
ghc-libs 9.0.2-1
ghdl-gcc 1.0.0-5
ghostscript 9.56.1-1
giflib 5.2.1-2
gimp 2.10.30-3
git 2.36.1-1
glib 1.2.10-18
glib-networking 1:2.72.0-1
glib2 2.72.2-1
glibc 2.35-5
glibmm 2.66.4-1
glmark2 2021.12-1
glslang 11.9.0-1
glu 9.0.2-3
gmp 6.2.1-2
gnome-keyring 1:42.1-1
gnu-free-fonts 20120503-8
gnu-netcat 0.7.1-8
gnupg 2.2.35-2
gnuplot 5.4.3-5
gnutls 3.7.6-1
gobject-introspection-runtime 1.72.0-1
gpgme 1.17.1-1
gpm 1.20.7.r38.ge82d1a6-4
gptfdisk 1.0.9-1
gputils 1.5.2-1
graphene 1.10.8-1
graphite 1:1.3.14-2
graphviz 4.0.0-1
grep 3.7-1
groff 1.22.4-7
grub 2:2.06-5
grub-netboot-alpine 0.0.1-1
grub-netboot-archlinux 0.0.1-1
gsasl 1.10.0-1
gsettings-desktop-schemas 42.0-1
gsfonts 20200910-2
gsm 1.0.19-1
gssdp 1.4.0.1-1
gst-libav 1.20.2-1
gst-plugins-bad 1.20.2-1
gst-plugins-bad-libs 1.20.2-1
gst-plugins-base 1.20.2-1
gst-plugins-base-libs 1.20.2-1
gst-plugins-good 1.20.2-1
gst-plugins-ugly 1.20.2-1
gstreamer 1.20.2-1
gtk-update-icon-cache 1:4.6.5-1
gtk2 2.24.33-2
gtk3 1:3.24.34-1
gtkmm3 3.24.6-1
gtksourceview3 3.24.11+28+g73e57b57-1
gtksourceview4 4.8.3-1
gts 0.7.6.121130-2
guile 2.2.7-2
gupnp 1:1.4.3-1
gupnp-igd 1.2.0-2
gvfs 1.50.2-1
gwenview 22.04.1-1
gzip 1.12-1
hadolint-bin 2.10.0-1
harfbuzz 4.3.0-1
harfbuzz-icu 4.3.0-1
haskell-aeson 1.5.6.0-107
haskell-assoc 1.0.2-141
haskell-attoparsec 0.14.4-19
haskell-base-compat 0.12.1-1
haskell-base-compat-batteries 0.12.1-23
haskell-base-orphans 0.8.6-41
haskell-bifunctors 5.5.12-5
haskell-comonad 5.0.8-144
haskell-data-fix 0.3.2-47
haskell-diff 0.4.1-20
haskell-distributive 0.6.2.1-147
haskell-dlist 1.0-161
haskell-erf 2.0.0.0-24
haskell-ghc-bignum-orphans 0.1.1-1
haskell-hashable 1.4.0.2-8
haskell-indexed-traversable 0.1.2-2
haskell-integer-logarithms 1.0.3.1-6
haskell-primitive 0.7.3.0-52
haskell-quickcheck 2.14.2-315
haskell-random 1.2.1.1-13
haskell-regex-base 0.94.0.2-2
haskell-regex-tdfa 1.3.1.2-19
haskell-scientific 0.3.7.0-58
haskell-splitmix 0.1.0.4-66
haskell-strict 0.4.0.1-115
haskell-tagged 0.8.6.1-5
haskell-th-abstraction 0.4.3.0-2
haskell-these 1.1.1.1-142
haskell-time-compat 1.9.6.1-42
haskell-transformers-compat 0.7.1-2
haskell-unordered-containers 0.2.19.1-7
haskell-uuid-types 1.0.5-62
haskell-vector 0.12.3.1-90
hdparm 9.63-2
heroic-games-launcher-bin 1:2.3.7-1
hicolor-icon-theme 0.17-2
hidapi 0.12.0-1
hplip 1:3.22.4-1
htop 3.2.0-1
hunspell 1.7.0-4
hunspell-pl 20210731-2
hwdata 0.359-1
hwinfo 21.80-2
hwloc 2.7.1-1
hyphen 2.8.8-4
i2c-tools 4.3-3
iana-etc 20220427-1
ibus 1.5.26-2
ibus-typing-booster 2.15.25-1
icu 71.1-1
iftop 1.0pre4-4
ijs 0.35-4
imagemagick 7.1.0.36-2
imath 3.1.5-1
imlib2 1.9.0-3
indent 2.2.12-1
iniparser 4.1-4
inotify-tools 3.22.1.0-1
intel-ucode 20220510-1
intltool 0.51.0-6
iotop 0.6-9
iproute2 5.18.0-1
iptables 1:1.8.8-1
iputils 20211215-1
iso-codes 4.10.0-1
jack2 1.9.21-1
jansson 2.14-2
jasper 3.0.3-1
java-environment-common 3-3
java-runtime-common 3-3
java8-openjfx 8.u202-4
jbig2dec 0.19-1
jdk11-openjdk 11.0.15.u10-1
jdk8-openjdk 8.332.u09-1
jemalloc 1:5.3.0-1
jq 1.6-4
jre-openjdk 18.0.1.1.u2-1
jre-openjdk-headless 18.0.1.1.u2-1
jre11-openjdk 11.0.15.u10-1
jre11-openjdk-headless 11.0.15.u10-1
jre8-openjdk 8.332.u09-1
jre8-openjdk-headless 8.332.u09-1
js78 78.15.0-4
json-c 0.16-1
json-glib 1.6.6-2
jsoncpp 1.9.5-2
kaccounts-integration 22.04.1-1
kaccounts-providers 22.04.1-1
kactivities 5.94.0-1
kactivities-stats 5.94.0-1
kactivitymanagerd 5.24.5-1
kamilscripts 1.0.0.r479.gc541049-2
kamoso 22.04.1-1
karchive 5.94.0-1
kauth 5.94.0-1
kbd 2.4.0-2
kbookmarks 5.94.0-1
kcmutils 5.94.0-1
kcodecs 5.94.0-1
kcolorpicker 0.2.0-1
kcompletion 5.94.0-1
kconfig 5.94.0-1
kconfigwidgets 5.94.0-1
kcoreaddons 5.94.0-1
kcrash 5.94.0-1
kdbusaddons 5.94.0-1
kde-cli-tools 5.24.5-1
kde-gtk-config 5.24.5-1
kdeclarative 5.94.0-1
kdecoration 5.24.5-1
kded 5.94.0-1
kdegraphics-mobipocket 22.04.1-1
kdegraphics-thumbnailers 22.04.1-1
kdelibs4support 5.94.0-1
kdeplasma-addons 5.24.5-1
kdesu 5.94.0-1
kdnssd 5.94.0-1
kdsoap 2.0.0-1
kdsoap-ws-discovery-client git20200927-2
kemoticons 5.94.0-1
keyutils 1.6.3-1
kfilemetadata 5.94.0-1
kgamma5 5.24.5-1
kglobalaccel 5.94.0-1
kguiaddons 5.94.0-1
kholidays 1:5.94.0-1
khotkeys 5.24.5-1
ki18n 5.94.0-1
kiconthemes 5.94.0-1
kidletime 5.94.0-1
kimageannotator 0.6.0-1
kimageformats 5.94.0-1
kinfocenter 5.24.5-1
kio 5.94.0-1
kio-extras 22.04.1-1
kio-fuse 5.0.1-1
kirigami2 5.94.0-1
kitemmodels 5.94.0-1
kitemviews 5.94.0-1
kjobwidgets 5.94.0-1
kjs 5.94.0-1
kmenuedit 5.24.5-1
kmix 22.04.1-1
kmod 29-3
knewstuff 5.94.0-2
knotifications 5.94.0-1
knotifyconfig 5.94.0-1
konsole 22.04.1-1
kpackage 5.94.0-1
kparts 5.94.0-1
kpeople 5.94.0-1
kpty 5.94.0-1
kquickcharts 5.94.0-1
krb5 1.19.3-1
krunner 5.94.0-1
kscreen 5.24.5-1
kscreenlocker 5.24.5-1
kservice 5.94.0-1
ksshaskpass 5.24.5-1
ksystemstats 5.24.5-1
ktexteditor 5.94.0-1
ktextwidgets 5.94.0-1
kunitconversion 5.94.0-1
kuserfeedback 1.2.0-1
kwallet 5.94.0-1
kwallet-pam 5.24.5-1
kwayland 5.94.0-2
kwayland-integration 5.24.5-1
kwayland-server 5.24.5-1
kwidgetsaddons 5.94.0-1
kwin 5.24.5-2
kwindowsystem 5.94.0-1
kwrited 5.24.5-1
kxmlgui 5.94.0-1
l-smash 2.14.5-2
lame 3.100-3
languagetool 5.7-1
lapack 3.10.1-1
layer-shell-qt 5.24.5-1
lcms2 2.13.1-1
ldb 2:2.5.0-1
ldns 1.8.1-1
lensfun 1:0.3.3-1
less 1:590-1
lib32-acl 2.3.1-1
lib32-alsa-lib 1.2.6.1-1
lib32-alsa-plugins 1.2.6-1
lib32-attr 2.5.1-1
lib32-brotli 1.0.9-4
lib32-bzip2 1.0.8-2
lib32-curl 7.83.1-1
lib32-dbus 1.14.0-1
lib32-e2fsprogs 1.46.5-1
lib32-expat 2.4.8-1
lib32-faudio 22.05-1
lib32-flac 1.3.4-2
lib32-fontconfig 2:2.14.0-1
lib32-freetype2 2.12.1-1
lib32-gcc-libs 12.1.0-2
lib32-gettext 0.21-1
lib32-glib2 2.72.2-1
lib32-glibc 2.35-5
lib32-glu 9.0.2-3
lib32-gmp 6.2.1-1
lib32-gnutls 3.7.6-1
lib32-harfbuzz 4.3.0-1
lib32-icu 71.1-1
lib32-keyutils 1.6.3-1
lib32-krb5 1.19.3-2
lib32-lcms2 2.13.1-1
lib32-libasyncns 1:0.8+r3+g68cd5af-1
lib32-libcap 2.64-1
lib32-libdrm 2.4.110-1
lib32-libelf 0.187-1
lib32-libffi 3.4.2-4
lib32-libgcrypt 1.10.1-1
lib32-libglvnd 1.4.0-2
lib32-libgpg-error 1.45-1
lib32-libice 1.0.10-1
lib32-libidn2 2.3.2-1
lib32-libjpeg-turbo 2.1.3-1
lib32-libldap 2.6.2-1
lib32-libnl 3.6.0-1
lib32-libogg 1.3.5-1
lib32-libpcap 1.10.1-1
lib32-libpciaccess 0.16-1
lib32-libpng 1.6.37-3
lib32-libpsl 0.21.1-2
lib32-libpulse 16.0-1
lib32-libsm 1.2.3-1
lib32-libsndfile 1.1.0-1
lib32-libssh2 1.10.0-1
lib32-libtasn1 4.18.0-1
lib32-libtiff 4.4.0-1
lib32-libtirpc 1.3.2-2
lib32-libunistring 1.0-1
lib32-libunwind 1.6.2-1
lib32-libvorbis 1.3.7-1
lib32-libx11 1.8-1
lib32-libxau 1.0.9-2
lib32-libxcb 1.15-1
lib32-libxcomposite 0.4.5-2
lib32-libxcrypt 4.4.28-1
lib32-libxcursor 1.2.1-1
lib32-libxdamage 1.1.5-2
lib32-libxdmcp 1.1.3-1
lib32-libxext 1.3.4-2
lib32-libxfixes 6.0.0-1
lib32-libxi 1.8-1
lib32-libxinerama 1.1.4-2
lib32-libxml2 2.9.14-1
lib32-libxrandr 1.5.2-2
lib32-libxrender 0.9.10-2
lib32-libxshmfence 1.3-2
lib32-libxss 1.2.3-2
lib32-libxtst 1.2.3-2
lib32-libxxf86vm 1.1.4-3
lib32-llvm-libs 13.0.1-1
lib32-lm_sensors 1:3.6.0.r41.g31d1f125-1
lib32-mesa 22.1.0-1
lib32-ncurses 6.3-1
lib32-nettle 3.7.3-1
lib32-nspr 4.34-1
lib32-nss 3.79-1
lib32-nvidia-utils 515.43.04-1
lib32-openssl 1:1.1.1.n-1
lib32-opus 1.3.1-2
lib32-p11-kit 0.24.1-1
lib32-pam 1.5.2-1
lib32-pcre 8.45-1
lib32-readline 8.1.002-1
lib32-sdl2 2.0.22-1
lib32-sqlite 3.38.5-1
lib32-systemd 251.1-1
lib32-util-linux 2.38-1
lib32-vkd3d 1.3-1
lib32-vulkan-icd-loader 1.3.213-1
lib32-wayland 1.20.0-2
lib32-xz 5.2.5-2
lib32-zlib 1.2.12-1
lib32-zstd 1.5.2-1
libabw 0.1.3-3
libaccounts-glib 1.25-7
libaccounts-qt 1.16-3
libaio 0.3.113-1
libao 1.2.2-5
libappindicator-gtk3 12.10.0.r296-2
libarchive 3.6.1-1
libass 0.15.2-2
libassuan 2.5.5-1
libasyncns 1:0.8+r3+g68cd5af-1
libatasmart 0.19-5
libatomic_ops 7.6.12-1
libavc1394 0.5.4-4
libavif 0.10.1-1
libavtp 0.2.0-1
libb2 0.98.1-2
libb64 1.2.1-4
libblockdev 2.26-3
libbluray 1.3.0-2
libbpf 0.7.0-1
libbs2b 3.1.0-7
libbsd 0.11.6-2
libbytesize 2.6-3
libcaca 0.99.beta20-1
libcanberra 1:0.30+r2+gc0620e4-1
libcap 2.64-1
libcap-ng 0.8.3-1
libcddb 1.3.2-6
libcdio 2.1.0-2
libcdio-paranoia 10.2+2.0.1-2
libcdr 0.1.7-4
libcerf 1:2.1-1
libcloudproviders 0.3.1-2
libcolord 1.4.6-1
libcups 1:2.4.2-1
libdaemon 0.14-5
libdatrie 0.2.13-1
libdbusmenu-glib 16.04.0-5
libdbusmenu-gtk3 16.04.0-5
libdbusmenu-qt5 0.9.3+16.04.20160218-6
libdc1394 2.2.6-2
libdca 0.0.7-1
libde265 1.0.8-2
libdispatch 5.5.0-1
libdmtx 0.7.5-2
libdrm 2.4.110-1
libdv 1.0.0-9
libdvbpsi 1:1.3.3-2
libdvdnav 6.1.1-1
libdvdread 6.1.3-1
libe-book 0.1.3-11
libebml 1.4.2-2
libedit 20210910_3.1-1
libelf 0.187-1
libepoxy 1.5.10-1
libepubgen 0.1.1-3
libetonyek 0.1.10-1
libev 4.33-1
libevdev 1.12.1-1
libevent 2.1.12-1
libexif 0.6.24-1
libexttextcat 3.4.6-1
libfdk-aac 2.0.2-1
libffi 3.4.2-5
libfontenc 1.1.4-3
libfreeaptx 0.1.1-1
libfreehand 0.1.2-4
libgcrypt 1.10.1-1
libgdiplus 5.6.1-3
libgexiv2 0.14.0-3
libglvnd 1.4.0-2
libgme 0.6.3-1
libgpg-error 1.45-1
libgphoto2 2.5.29-1
libgssglue 0.4-4
libgtop 2.40.0+2+g31db82ef-2
libgudev 237-2
libheif 1.12.0-3
libibus 1.5.26-2
libical 3.0.14-3
libice 1.0.10-4
libid3tag 0.15.1b-11
libidn 1.38-1
libidn2 2.3.2-1
libiec61883 1.2.0-6
libieee1284 0.2.11-13
libimobiledevice 1.3.0-5
libindicator-gtk3 12.10.1-10
libinih 55-2
libinput 1.20.1-1
libinstpatch 1.1.6-1
libisl 0.24-4
libisofs 1.5.4-1
libixion 0.17.0-1
libjpeg-turbo 2.1.3-2
libkate 0.4.1-8
libkdcraw 22.04.1-1
libkexiv2 22.04.1-1
libksane 22.04.1-1
libksba 1.6.0-1
libkscreen 5.24.5-1
libksysguard 5.24.5-1
liblangtag 0.6.3-3
libldac 2.0.2.3-1
libldap 2.6.2-2
liblouis 3.21.0-1
liblqr 0.4.2-3
liblrdf 0.6.1-4
libltc 1.3.1-3
libluv 1.43.0_0-1
libmad 0.15.1b-9
libmanette 0.2.6-3
libmatroska 1.6.3-2
libmaxminddb 1.6.0-3
libmbim 1.26.4-1
libmd 1.0.4-1
libmfx 22.3.0-1
libmicrodns 0.2.0-1
libmicrohttpd 0.9.75-1
libmm-glib 1.18.8-1
libmng 2.0.3-3
libmnl 1.0.5-1
libmodplug 0.8.9.0-3
libmpc 1.2.1-2
libmpcdec 1:0.1+r475-3
libmpeg2 0.5.1-7
libmspub 0.1.4-12
libmtp 1.1.19-1
libmwaw 0.3.21-2
libmypaint 1.6.1-1
libnatpmp 20150609-3
libndp 1.8-1
libnet 1:1.1.6-1
libnetfilter_conntrack 1.0.9-1
libnewt 0.52.21-8
libnfnetlink 1.0.2-1
libnfs 5.0.1-2
libnftnl 1.2.1-1
libnghttp2 1.47.0-1
libnice 0.1.19-1
libnl 3.6.0-3
libnm 1.38.0-1
libnotify 0.7.12-1
libnsl 2.0.0-2
libnumbertext 1.0.10-1
libodfgen 0.1.8-1
libogg 1.3.5-1
libomxil-bellagio 0.9.3-3
libopenmpt 0.6.3-1
liborcus 0.17.2-1
libotf 0.9.16-3
libp11-kit 0.24.1-1
libpagemaker 0.0.4-3
libpaper 1.1.28-2
libpcap 1.10.1-2
libpciaccess 0.16-3
libpgm 5.3.128-2
libpipeline 1.5.6-1
libplacebo 4.192.1-2
libplist 2.2.0-5
libpng 1.6.37-3
libproxy 0.4.17-7
libpsl 0.21.1-1
libpulse 16.0-1
libqaccessibilityclient 0.4.1-2
libqalculate 4.2.0-1
libqmi 1.30.6-1
libqrtr-glib 1.2.2-2
libqxp 0.0.2-8
libraqm 0.9.0-1
libraw 0.20.2-2
libraw1394 2.1.2-3
libreoffice-extension-languagetool 5.7-1
libreoffice-fresh 7.3.3-2
libreoffice-fresh-pl 7.3.3-1
librevenge 0.0.4-4
librsvg 2:2.54.3-1
libsamplerate 0.2.2-1
libsasl 2.1.28-1
libseccomp 2.5.4-1
libsecret 0.20.5-2
libshout 1:2.4.6-1
libsidplay 1.36.59-10
libsigc++ 2.10.8-1
libsigsegv 2.14-1
libslirp 4.7.0-1
libsm 1.2.3-3
libsndfile 1.1.0-2
libsodium 1.0.18-2
libsoup 2.74.2-2
libsoup3 3.0.6-1
libsoxr 0.1.3-2
libspectre 0.2.10-1
libspiro 1:20200505-2
libsrtp 1:2.4.2-1
libssh 0.9.6-1
libssh2 1.10.0-1
libstaroffice 0.0.7-2
libstemmer 2.2.0-2
libsynctex 2022.62885-1
libsysprof-capture 3.44.0-1
libtar 1.2.20-6
libtasn1 4.18.0-1
libteam 1.31-5
libtermkey 0.22-2
libthai 0.1.29-1
libtheora 1.1.1-5
libtiff 4.3.0-2
libtirpc 1.3.2-1
libtommath 1.2.0-3
libtool 2.4.7-2
libunistring 1.0-1
libunwind 1.6.2-1
libupnp 1.14.12-3
liburcu 0.13.1-1
liburing 2.1-1
libusb 1.0.26-1
libusbmuxd 2.0.2-1
libutempter 1.2.1-2
libutf8proc 2.7.0-2
libuv 1.43.0-1
libva 2.14.0-1
libva-mesa-driver 22.1.0-1
libva-utils 2.14.0-1
libva-vdpau-driver 0.7.4-6
libvdpau 1.5-1
libvisio 0.1.7-7
libvisual 0.4.0-8
libvorbis 1.3.7-3
libvpx 1.11.0-2
libvterm01 0.1.4-2
libwacom 2.2.0-1
libwebp 1.2.2-1
libwebsockets 4.3.2-2
libwmf 0.2.12-2
libwpd 0.10.3-3
libwpe 1.12.0-2
libwpg 0.3.3-3
libwps 0.4.12-1
libx11 1.8-1
libx86emu 3.5-2
libxau 1.0.9-4
libxaw 1.0.14-1
libxcb 1.15-1
libxcomposite 0.4.5-4
libxcrypt 4.4.28-2
libxcursor 1.2.1-1
libxcvt 0.1.1-1
libxdamage 1.1.5-4
libxdmcp 1.1.3-4
libxext 1.3.4-4
libxfce4ui 4.16.1-1
libxfce4util 4.16.0-1
libxfixes 6.0.0-1
libxfont2 2.0.5-1
libxft 2.3.4-1
libxi 1.8-1
libxinerama 1.1.4-4
libxkbcommon 1.4.1-1
libxkbcommon-x11 1.4.1-1
libxkbfile 1.1.0-3
libxml2 2.9.14-1
libxmlb 0.3.9-1
libxmu 1.1.3-3
libxnvctrl 515.43.04-1
libxpm 3.5.13-3
libxrandr 1.5.2-4
libxrender 0.9.10-5
libxres 1.2.1-1
libxshmfence 1.3-3
libxslt 1.1.35-1
libxss 1.2.3-4
libxt 1.2.1-1
libxtst 1.2.3-5
libxv 1.0.11-5
libxvmc 1.0.13-1
libxxf86vm 1.1.4-5
libyaml 0.2.5-1
libyuv r2322+3aebf69d-1
libzip 1.8.0-1
libzmf 0.0.2-12
licenses 20220125-1
lilv 0.24.12-4
linux 5.18.1.arch1-1
linux-api-headers 5.17.5-2
linux-firmware 20220509.b19cbdc-1
linux-firmware-whence 20220509.b19cbdc-1
linux-headers 5.18.1.arch1-1
linux-lts 5.15.44-1
linux-lts-headers 5.15.44-1
linux-zen 5.18.1.zen1-1
linux-zen-headers 5.18.1.zen1-1
liquid-dsp 1.3.2-2
llvm-libs 13.0.1-6
lm_sensors 1:3.6.0.r41.g31d1f125-1
lmdb 0.9.29-1
lpsolve 5.5.2.11-1
lsb-release 2.0.r48.3cf5103-1
lshw B.02.19.2-4
lsof 4.95.0-1
lua 5.4.4-1
lua52 5.2.4-5
lua53 5.3.6-1
luajit 2.1.0.beta3.r409.g1b8d8cab-1
luit 20220111-1
lv2 1.18.2-1
lvm2 2.03.16-1
lynx 2.8.9-5
lz4 1:1.9.3-2
lzo 2.10-3
m17n-db 1.8.0-3
m17n-lib 1.8.0-12
m4 1.4.19-1
mailcap 2.1.53-1
make 4.3-3
man-db 2.10.2-1
man-pages 5.13-1
mbrola 1:3.3-1
mbrola-voices-pl1 15.6fa9693-1
mc 4.8.28-1
md4c 0.4.8-1
mdadm 4.2-2
media-player-info 24-2
meld 3.20.4-2
memtest86+ 5.31b-1
mesa 22.1.0-1
mesa-utils 8.5.0-1
mesa-vdpau 22.1.0-1
meson 0.62.2-1
metis 5.1.0.p10-2
milena 0.2.95-1
milena-data 0.2.95.1-1
milou 5.24.5-1
miniupnpc 2.2.3-1
minizip 1:1.2.12-2
mjpegtools 2.2.1-1
mkinitcpio 31-2
mkinitcpio-busybox 1.35.0-1
mobile-broadband-provider-info 20220511-1
modemmanager 1.18.8-1
modemmanager-qt 5.94.0-1
mono 6.12.0.177-1
moreutils 0.67-2
mosquitto 2.0.14-3
mousepad 0.5.9-1
mpfr 4.1.0.p13-2
mpg123 1.29.3-2
msgpack-c 4.0.0-1
msmtp 1.8.20-1
msmtp-mta 1.8.20-1
mtdev 1.1.6-2
mtools 1:4.0.39-1
mypaint-brushes1 1.3.1-1
namcap 3.2.10-5
ncurses 6.3-3
ndctl 73-1
neon 0.32.2-1
neovim 0.7.0-3
nerd-fonts-liberation 2.1.0-4
net-snmp 5.9.1-4
netavark 1.0.3-2
netpbm 10.73.37-1
nettle 3.7.3-1
networkmanager 1.38.0-1
networkmanager-openvpn 1.8.18-2
networkmanager-qt 5.94.0-1
nftables 1:1.0.2-1
ninja 1.11.0-1
nmap 7.92-1
nmon 16n-2
node-gyp 9.0.0-1
nodejs-lts-gallium 16.15.0-1
nodejs-nopt 5.0.0-2
nomad 1.3.1-1
noto-fonts 20220502-3
noto-fonts-cjk 20220126-1
noto-fonts-emoji 20211101-1
noto-fonts-extra 20220502-3
nouveau-fw 325.15-1
npm 8.5.5-1
npth 1.6-3
nspr 4.34-1
nss 3.79-1
nss-mdns 0.15.1-1
ntfs-3g 2022.5.17-1
numactl 2.0.14-3
nvidia-dkms 515.43.04-2
nvidia-settings 515.43.04-1
nvidia-utils 515.43.04-2
nvme-cli 2.0-2
oath-toolkit 2.6.7-1
odt2txt 0.5-4
okular 22.04.1-1
oniguruma 6.9.8-1
openal 1.22.0-1
opencore-amr 0.1.5-5
openexr 3.1.5-1
openjpeg2 2.5.0-1
openmpi 4.1.2-1
openssh 9.0p1-1
openssl 1.1.1.o-1
openvpn 2.5.7-1
opus 1.3.1-3
orc 0.4.32-1
os-prober 1.79-1
owncloud-client 2.10.1.7187-1
oxygen 5.24.5-1
p11-kit 0.24.1-1
p7zip 1:17.04-3
pacman 6.0.1-5
pacman-contrib 1.5.2-1
pacman-mirrorlist 20220501-1
pahole 1.23-1
pam 1.5.2-1
pambase 20211210-1
pango 1:1.50.7-1
pangomm 2.46.2-1
parted 3.5-1
patch 2.7.6-8
pavucontrol 1:5.0+r35+g964f298-1
pciutils 3.8.0-1
pcre 8.45-1
pcre2 10.40-1
pcsclite 1.9.7-1
perf 5.17-2
perl 5.36.0-1
perl-alien-build 2.48-3
perl-alien-libxml2 0.17-3
perl-capture-tiny 0.48-6
perl-cgi 4.54-2
perl-clone 0.45-4
perl-dbi 1.643-4
perl-encode-locale 1.05-9
perl-error 0.17029-4
perl-ffi-checklib 0.28-3
perl-file-chdir 0.1011-4
perl-file-listing 6.15-2
perl-file-which 1.27-2
perl-html-parser 3.78-2
perl-html-tagset 3.20-12
perl-http-cookies 6.10-3
perl-http-daemon 6.14-2
perl-http-date 6.05-5
perl-http-message 6.36-2
perl-http-negotiate 6.01-10
perl-io-html 1.004-3
perl-io-tty 1.16-3
perl-ipc-run 20200505.0-1
perl-libwww 6.60-2
perl-locale-gettext 1.07-12
perl-lwp-mediatypes 6.04-2
perl-mailtools 2.21-6
perl-net-dbus 1.2.0-4
perl-net-http 6.22-2
perl-parse-yapp 1.21-5
perl-path-tiny 0.122-2
perl-rename 1.10-3
perl-text-iconv 1.7-21
perl-time-duration 1:1.21-1
perl-timedate 2.33-4
perl-try-tiny 0.31-2
perl-uri 5.10-2
perl-www-robotrules 6.02-10
perl-x11-protocol 0.56-13
perl-xml-libxml 2.0207-3
perl-xml-namespacesupport 1.12-4
perl-xml-parser 2.46-4
perl-xml-sax 1.02-1
perl-xml-sax-base 1.09-4
perl-xml-twig 3.52-9
perl-xml-writer 0.900-1
phonon-qt5 4.11.1-3
phonon-qt5-gstreamer 4.10.0-3
php 8.1.6-1
pinentry 1.2.0-1
pinta 2.0.1-1
pipewire 1:0.3.51-1
pipewire-media-session 1:0.4.1-2
pixman 0.40.0-2
pkcs11-helper 1.29.0-1
pkgconf 1.8.0-1
plasma-browser-integration 5.24.5-1
plasma-desktop 5.24.5-2
plasma-disks 5.24.5-1
plasma-firewall 5.24.5-1
plasma-framework 5.94.0-1
plasma-integration 5.24.5-1
plasma-meta 5.24-1
plasma-nm 5.24.5-1
plasma-pa 5.24.5-1
plasma-systemmonitor 5.24.5-1
plasma-thunderbolt 5.24.5-1
plasma-vault 5.24.5-1
plasma-workspace 5.24.5-3
plasma-workspace-wallpapers 5.24.5-1
podman 4.1.0-1
polkit 0.120-5
polkit-kde-agent 5.24.5-1
polkit-qt5 0.114.0-1
poppler 22.05.0-2
poppler-data 0.4.11-1
poppler-glib 22.05.0-2
poppler-qt5 22.05.0-2
popt 1.18-3
portaudio 1:19.7.0-1
potrace 1.16-2
powerdevil 5.24.5-1
ppp 2.4.9-1
prison 5.94.0-1
procps-ng 3.3.17-1
protobuf 3.20.1-2
protobuf-c 1.4.0-3
proxytunnel 1.10.20210604-1
psmisc 23.5-1
pulseaudio 16.0-1
purpose 5.94.0-1
pyalpm 0.10.6-4
python 3.10.4-2
python-apipkg 2.1.1-1
python-appdirs 1.4.4-6
python-argcomplete 2.0.0-1
python-attrs 21.4.0-1
python-black 22.3.0-1
python-cachecontrol 1:0.12.6-4
python-cairo 1.21.0-1
python-cffi 1.15.0-3
python-chardet 4.0.0-5
python-click 8.1.3-1
python-colorama 0.4.4-6
python-contextlib2 0.6.0.post1-6
python-cpplint 1.6.0-1
python-cryptography 37.0.2-1
python-distlib 0.3.4-1
python-distro 1.7.0-1
python-dnspython 1:2.2.1-1
python-gitlab 3.5.0-1
python-gobject 3.42.1-1
python-greenlet 1.1.2-3
python-html2text 2020.1.16-5
python-html5lib 1.1-11
python-idna 3.3-4
python-importlib-metadata 4.8.1-3
python-iniconfig 1.1.1-5
python-jedi 0.18.1-1
python-jinja 1:3.1.2-1
python-lxml 4.8.0-1
python-markdown 3.3.7-1
python-markupsafe 2.1.1-1
python-more-itertools 8.12.0-2
python-msgpack 1.0.3-1
python-mypy_extensions 0.4.3-5
python-numpy 1.22.3-1
python-ordered-set 4.0.2-6
python-packaging 21.3-1
python-parso 1:0.8.2-3
python-pathspec 0.9.0-3
python-pep517 0.12.0-4
python-pip 21.0-1
python-platformdirs 2.5.0-1
python-pluggy 1.0.0-1
python-ply 3.11-10
python-progress 1.6-5
python-protobuf 3.20.1-2
python-py 1.11.0-1
python-pycparser 2.21-3
python-pyelftools 0.28-1
python-pyenchant 3.2.2-1
python-pygments 2.12.0-1
python-pynvim 0.4.3-2
python-pyopenssl 22.0.0-1
python-pyparsing 3.0.9-1
python-pyqt5 5.15.6-7
python-pyqt5-sip 12.10.1-1
python-pytest 7.1.2-1
python-requests 2.27.1-1
python-requests-toolbelt 0.9.1-7
python-resolvelib 0.5.5-4
python-retrying 1.3.3-13
python-rope 0.23.0-1
python-setuptools 1:60.6.0-1
python-six 1.16.0-5
python-toml 0.10.2-7
python-tomli 2.0.1-1
python-typing_extensions 4.2.0-1
python-urllib3 1.26.9-1
python-webencodings 0.5.1-9
python-wheel 0.37.1-1
python-xmltodict 0.12.0-8
python-yaml 6.0-1
python-zipp 3.8.0-1
qca-qt5 2.3.4-3
qemu-common 7.0.0-10
qemu-emulators-full 7.0.0-10
qemu-system-aarch64 7.0.0-10
qemu-system-alpha 7.0.0-10
qemu-system-arm 7.0.0-10
qemu-system-avr 7.0.0-10
qemu-system-cris 7.0.0-10
qemu-system-hppa 7.0.0-10
qemu-system-m68k 7.0.0-10
qemu-system-microblaze 7.0.0-10
qemu-system-mips 7.0.0-10
qemu-system-nios2 7.0.0-10
qemu-system-or1k 7.0.0-10
qemu-system-ppc 7.0.0-10
qemu-system-riscv 7.0.0-10
qemu-system-rx 7.0.0-10
qemu-system-s390x 7.0.0-10
qemu-system-sh4 7.0.0-10
qemu-system-sparc 7.0.0-10
qemu-system-tricore 7.0.0-10
qemu-system-x86 7.0.0-10
qemu-system-xtensa 7.0.0-10
qemu-user 7.0.0-10
qemu-user-static 6.2.0-1
qpdf 10.6.3-1
qqc2-desktop-style 5.94.0-1
qrencode 4.1.1-1
qt5-base 5.15.4+kde+r146-1
qt5-declarative 5.15.4+kde+r19-1
qt5-graphicaleffects 5.15.4+kde+r0-1
qt5-imageformats 5.15.4+kde+r1-1
qt5-location 5.15.4+kde+r2-1
qt5-multimedia 5.15.4+kde+r1-1
qt5-quickcontrols 5.15.4+kde+r0-1
qt5-quickcontrols2 5.15.4+kde+r4-1
qt5-sensors 5.15.4+kde+r0-1
qt5-speech 5.15.4+kde+r1-1
qt5-svg 5.15.4+kde+r10-1
qt5-tools 5.15.4+kde+r0-1
qt5-translations 5.15.4+kde+r2-1
qt5-wayland 5.15.4+kde+r38-1
qt5-webchannel 5.15.4+kde+r3-1
qt5-webengine 5.15.9-3
qt5-x11extras 5.15.4+kde+r0-1
qt6-5compat 6.3.0-2
qt6-base 6.3.0-3
qt6-declarative 6.3.0-2
qt6-imageformats 6.3.0-2
qt6-svg 6.3.0-1
qt6-translations 6.3.0-1
qt6-wayland 6.3.0-1
qtkeychain-qt5 0.13.2-1
raptor 2.0.15-19
rasqal 1:0.9.33-5
rav1e 0.4.1-2
re2 1:20220601-1
readline 8.1.002-1
recode 3.7.12-1
redland 1:1.0.17-8
reflector 2021.11-3
remmina 1:1.4.26-1
rest 0.8.1+r4+ge5ee6ef-1
rhash 1.4.2-1
rnnoise 0.4.1-1
rsync 3.2.4-1
rtkit 0.13-1
rtmpdump 1:2.4.r99.f1b83c1-2
ruby 3.0.4-1
ruby-ast 2.4.2-2
ruby-backport 1.2.0-1
ruby-e2mmap 0.1.0-2
ruby-irb 1.4.1-1
ruby-jaro_winkler 1.5.4-3
ruby-maruku 0.7.3-6
ruby-mini_portile2 2.8.0-1
ruby-nokogiri 1.13.6-1
ruby-parallel 1.22.1-1
ruby-parser 3.1.2.0-1
ruby-psych 4.0.4-2
ruby-rainbow 3.0.0-6
ruby-rdoc 6.4.0-2
ruby-regexp_parser 2.5.0-1
ruby-reline 0.3.1-1
ruby-reverse_markdown 2.1.1-1
ruby-rexml 3.2.5-1
ruby-rubocop 1.30.0-1
ruby-rubocop-ast 1.18.0-1
ruby-ruby-progressbar 1.11.0-2
ruby-solargraph 0.45.0-1
ruby-stringio 3.0.2-1
ruby-thor 1.2.1-1
ruby-tilt 2.0.10-1
ruby-unicode-display_width 2.1.0-1
ruby-yard 0.9.26-2
ruby2.7 2.7.6-1
rubygems 3.3.8-1
run-parts 5.5-1
runc 1.1.2-1
samba 4.16.1-3
sane 1.1.1-1
sane-airscan 0.99.27-1
sbc 1.5-2
screen 4.9.0-1
sdcc 4.2.0-2
sddm 0.19.0-8
sddm-kcm 5.24.5-1
sdl12-compat 1.2.52-2
sdl2 2.0.22-2
seabios 1.16.0-1
sed 4.8-1
semver 7.3.7-1
serd 0.30.10-1
serf 1.3.9-5
shaderc 2022.1-3
shadow 4.11.1-1
shared-mime-info 2.0+144+g13695c7-1
shellcheck 0.8.0-113
shfmt 3.5.0-1
shorewall 5.2.8-1
shorewall-core 5.2.8-1
shorewall6 5.2.8-1
signon-kwallet-extension 22.04.1-1
signon-plugin-oauth2 0.25-1
signon-ui 0.17+20171022-3
signond 8.61-1
skanlite 22.04.1-1
skypeforlinux-preview-bin 8.84.76.301-1
slack-desktop 4.26.1-1
slang 2.3.2-2
slirp4netns 1.2.0-1
smartmontools 7.3-1
smbclient 4.16.1-3
snappy 1.1.9-2
socat 1.7.4.3-1
solid 5.94.0-1
sonnet 5.94.0-1
sord 0.16.8-1
sound-theme-freedesktop 0.8-5
soundtouch 2.3.1-2
source-highlight 3.1.9-7
sox 14.4.2-7
spandsp 0.0.6-3
spdlog 1.10.0-1
spectacle 22.04.1-2
speex 1.2.0-3
speexdsp 1.2.0-2
spirv-tools 2022.1-1
sqlite 3.38.5-1
sratom 0.6.8-3
srt 1.4.4-1
sshfs 3.7.3-1
sshpass 1.09-1
startup-notification 0.12-7
steam 1.0.0.74-1
stow 2.3.1-3
strace 5.17-1
stress 1.0.5-1
subversion 1.14.1-6
sudo 1.9.10-1
suitesparse 5.12.0-1
svt-av1 0.9.0-2
svt-hevc 1.5.1-2
syndication 5.94.0-1
syntax-highlighting 5.94.0-1
sysfsutils 2.1.1-1
sysstat 12.6.0-1
systemd 251.1-1
systemd-libs 251.1-1
systemd-sysvcompat 251.1-1
systemsettings 5.24.5-1
t1lib 5.1.2-8
taglib 1.12-1
talloc 2.3.3-3
tar 1.34-1
tcl 8.6.12-3
tcpdump 4.99.1-1
tcpping 1.7-2
tcptraceroute 1.5beta7-8
tdb 1.4.6-1
teams 1.5.00.10453-1
telegram-desktop 3.7.3-1
tevent 1:0.11.0-3
texinfo 6.8-2
texlive-bin 2022.62885-1
the_silver_searcher 2.2.0-2
thin-provisioning-tools 0.9.0-1
threadweaver 5.94.0-1
thunderbird 91.9.1-1
thunderbird-i18n-pl 91.9.1-1
tigervnc 1.12.0-3
time 1.9-3
tinyxml2 9.0.0-1
tk 8.6.12-1
tmux 3.3-2
tpm2-tss 3.2.0-1
tracker3 3.3.1-1
transmission-qt 3.00-4
tree-sitter 0.20.6-1
tslib 1.22-1
ttf-hack 3.003-3
ttf-liberation 2.1.5-1
ttf-opensans 1.101-2
ttf-win7-fonts 7.1-9
twolame 0.4.0-2
tzdata 2022a-1
udisks2 2.9.4-1
unibilium 2.1.1-1
unigine-heaven 4.0-2
unrar 1:6.1.7-1
unzip 6.0-18
upower 0.99.18-1
usbmuxd 1.1.1-1
usbutils 014-2
util-linux 2.38-1
util-linux-libs 2.38-1
v4l-utils 1.22.1-1
v4l2loopback-dkms 0.12.5-2
v4l2loopback-utils 0.12.5-2
vagrant 2.2.19-2
valgrind 3.19.0-3
vde2 2.3.3-1
vdhcoapp 1.6.3-1
vdpauinfo 1.4-2
ventoy-bin 1.0.75-1
vid.stab 1.1-3
vim 8.2.5046-1
vim-runtime 8.2.5046-1
virtualbox 6.1.34-4
virtualbox-host-dkms 6.1.34-4
vkd3d 1.3-1
vlc 3.0.17.4-3
vmaf 2.3.1-1
volume_key 0.3.12-7
vte-common 0.68.0-2
vte3 0.68.0-2
vulkan-headers 1:1.3.213-1
vulkan-icd-loader 1.3.213-1
vulkan-tools 1.3.213-1
w3m 0.5.3.git20220409_1-1
wavpack 5.4.0-1
wayland 1.20.0-2
wayland-protocols 1.25-1
wayland-utils 1.0.0-2
webkit2gtk 2.36.3-1
webrtc-audio-processing 0.3.1-3
websocat 1.9.0-1
wget 1.21.3-1
which 2.21-5
whois 5.5.13-1
wildmidi 0.4.4-1
wine 7.7-1
wine-gecko 2.47.2-3
wine-mono 7.2.0-1
winetricks 20220411-1
wmctrl 1.07-6
woff2 1.0.2-3
wolfssl 5.3.0-1
wpa_supplicant 2:2.10-4
wpebackend-fdo 1.12.0-2
wxgtk-common 3.0.5.1-3
wxgtk3 3.0.5.1-3
x264 3:0.164.r3081.19856cc-2
x265 3.5-3
xbindkeys 1.8.7-2
xbitmaps 1.1.2-3
xca 2.4.0-2
xcb-proto 1.15-1
xcb-util 0.4.0-4
xcb-util-cursor 0.1.3-4
xcb-util-image 0.4.0-4
xcb-util-keysyms 0.4.0-4
xcb-util-renderutil 0.3.9-4
xcb-util-wm 0.4.1-4
xclip 0.13-3
xdg-dbus-proxy 0.1.4-1
xdg-desktop-portal-kde 5.24.5-1
xdg-user-dirs 0.17-3
xdg-utils 1.1.3+21+g1a58bc2-1
xdot 1.2-1
xdotool 3.20211022.1-1
xf86-input-libinput 1.2.1-1
xf86-video-intel 1:2.99.917+916+g31486f40-2
xfce4-terminal 1.0.4-1
xfconf 4.16.0-2
xfsprogs 5.16.0-1
xkeyboard-config 2.35.1-1
xmlsec 1.2.34-1
xorg-fonts-encodings 1.0.5-2
xorg-mkfontscale 1.2.2-1
xorg-server 21.1.3-7
xorg-server-common 21.1.3-7
xorg-setxkbmap 1.3.3-1
xorg-xauth 1.1.2-1
xorg-xdpyinfo 1.3.3-4
xorg-xev 1.2.4-1
xorg-xhost 1.0.8-3
xorg-xinit 1.4.1-3
xorg-xkbcomp 1.4.5-1
xorg-xmessage 1.0.5-3
xorg-xmodmap 1.0.10-3
xorg-xprop 1.2.5-1
xorg-xrandr 1.5.1-2
xorg-xrdb 1.2.1-1
xorg-xset 1.2.4-3
xorg-xsetroot 1.1.2-3
xorgproto 2022.1-1
xournalpp 1.1.1-1
xterm 372-2
xvidcore 1.3.7-2
xxhash 0.8.1-2
xz 5.2.5-3
yajl 2.1.0-5
yarn 1.22.19-1
yay 11.1.2-1
yq 2.14.0-1
zabbix-agent 6.0.4-1
zabbix-agent2 6.0.4-1
zbar 0.23.1-9
zenity 3.42.1-1
zeromq 4.3.4-2
zimg 3.0.3-2
zip 3.0-10
zlib 1:1.2.12-2
zsh 5.9-1
zstd 1.5.2-3
zvbi 0.2.35-4
zxing-cpp 1.3.0-1
zziplib 0.13.72-1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bug report: one of /dev/nvme*n1 is not created on 5.18.1 "globally duplicate IDs for nsid"
  2022-06-03  9:31 ` bug report: one of /dev/nvme*n1 is not created on 5.18.1 "globally duplicate IDs for nsid" Kamil Cukrowski
@ 2022-06-03 11:43   ` Christoph Hellwig
  2022-06-10 22:41     ` Kamil Cukrowski
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2022-06-03 11:43 UTC (permalink / raw)
  To: Kamil Cukrowski
  Cc: linux-nvme, Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg

Well, that commit just caught your disk ingoring the standard and
reporting non-unique identifiers, which are a big data loss risk.

Please send the output of lspci -nn so that we can add a quirk, and
please also contact the vendor to tell them that their device is broken
and/or leave a review to that affect on the website where you bought it
if possible.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bug report: one of /dev/nvme*n1 is not created on 5.18.1 "globally duplicate IDs for nsid"
  2022-06-03 11:43   ` Christoph Hellwig
@ 2022-06-10 22:41     ` Kamil Cukrowski
  2022-06-10 22:49       ` Keith Busch
  0 siblings, 1 reply; 4+ messages in thread
From: Kamil Cukrowski @ 2022-06-10 22:41 UTC (permalink / raw)
  To: linux-nvme

Is the identifier part of the nvme discs or part of the pcie<->nvme 
converter? I.e. does buying a different converter will workaround the 
issue? Should I complain to the vendor of the disc (Goodram) or of the 
pcie<->nvme converter or the chip from lspci (Silicon Motion)?

The output of lspci -nn :
$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core 
Processor Family DRAM Controller [8086:0100] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation 
Core Processor Family PCI Express Root Port [8086:0101] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series 
Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C216 
Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
00:16.3 Serial controller [0700]: Intel Corporation 7 Series/C210 Series 
Chipset Family KT Controller [8086:1e3d] (rev 04)
00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit 
Network Connection (Lewisville) [8086:1502] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset 
Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C216 Chipset 
Family High Definition Audio Controller [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C216 Chipset 
Family PCI Express Root Port 1 [8086:1e10] (rev c4)
00:1c.4 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series 
Chipset Family PCI Express Root Port 5 [8086:1e18] (rev c4)
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset 
Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge 
[8086:244e] (rev a4)
00:1f.0 ISA bridge [0601]: Intel Corporation Q77 Express Chipset LPC 
Controller [8086:1e47] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series/C210 Series 
Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e02] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C216 Chipset Family 
SMBus Controller [8086:1e22] (rev 04)
00:1f.6 Signal processing controller [1180]: Intel Corporation 7 
Series/C210 Series Chipset Family Thermal Management Controller 
[8086:1e24] (rev 04)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107 
[GeForce GTX 1050 Ti] [10de:1c82] (rev a1)
01:00.1 Audio device [0403]: NVIDIA Corporation GP107GL High Definition 
Audio Controller [10de:0fb9] (rev a1)
02:00.0 Non-Volatile memory controller [0108]: Silicon Motion, Inc. 
SM2263EN/SM2263XT SSD Controller [126f:2263] (rev 03)
03:00.0 Non-Volatile memory controller [0108]: Silicon Motion, Inc. 
SM2263EN/SM2263XT SSD Controller [126f:2263] (rev 03)

Thanks!


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bug report: one of /dev/nvme*n1 is not created on 5.18.1 "globally duplicate IDs for nsid"
  2022-06-10 22:41     ` Kamil Cukrowski
@ 2022-06-10 22:49       ` Keith Busch
  0 siblings, 0 replies; 4+ messages in thread
From: Keith Busch @ 2022-06-10 22:49 UTC (permalink / raw)
  To: Kamil Cukrowski; +Cc: linux-nvme

On Sat, Jun 11, 2022 at 12:41:59AM +0200, Kamil Cukrowski wrote:
> Is the identifier part of the nvme discs or part of the pcie<->nvme
> converter? I.e. does buying a different converter will workaround the issue?
> Should I complain to the vendor of the disc (Goodram) or of the pcie<->nvme
> converter or the chip from lspci (Silicon Motion)?

I think it's SMI's bug. It was also independently reported here for the same
device id's.

  https://bugzilla.kernel.org/show_bug.cgi?id=216096

> 02:00.0 Non-Volatile memory controller [0108]: Silicon Motion, Inc. SM2263EN/SM2263XT SSD Controller [126f:2263] (rev 03)
> 03:00.0 Non-Volatile memory controller [0108]: Silicon Motion, Inc. SM2264EN/SM2263XT SSD Controller [126f:2263] (rev 03)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-10 22:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <c13a5461-72f2-5c94-4b4f-de71d98d1605@gmail.com>
2022-06-03  9:31 ` bug report: one of /dev/nvme*n1 is not created on 5.18.1 "globally duplicate IDs for nsid" Kamil Cukrowski
2022-06-03 11:43   ` Christoph Hellwig
2022-06-10 22:41     ` Kamil Cukrowski
2022-06-10 22:49       ` Keith Busch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.