2021-08-16 13:16:23 |
Simon Déziel |
bug |
|
|
added bug |
2021-08-16 17:12:32 |
Brian Warner |
bug |
|
|
added subscriber Brian Warner |
2021-08-17 21:09:48 |
Stéphane Graber |
affects |
zfs-linux (Ubuntu) |
linux (Ubuntu) |
|
2021-08-17 21:37:34 |
Colin Ian King |
linux (Ubuntu): assignee |
|
Colin Ian King (colin-king) |
|
2021-08-17 21:37:37 |
Colin Ian King |
linux (Ubuntu): importance |
Undecided |
High |
|
2021-08-17 21:37:42 |
Colin Ian King |
linux (Ubuntu): status |
New |
In Progress |
|
2021-08-19 09:54:22 |
Colin Ian King |
linux (Ubuntu): status |
In Progress |
Incomplete |
|
2021-08-19 13:12:19 |
Simon Déziel |
attachment added |
|
zpool-get-all-data.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1940083/+attachment/5519061/+files/zpool-get-all-data.txt |
|
2021-08-19 17:22:11 |
Stéphane Graber |
linux (Ubuntu): status |
Incomplete |
New |
|
2021-08-19 17:30:07 |
Ubuntu Kernel Bot |
linux (Ubuntu): status |
New |
Incomplete |
|
2021-08-19 17:30:08 |
Ubuntu Kernel Bot |
tags |
|
hirsute |
|
2021-08-19 18:02:09 |
Simon Déziel |
tags |
hirsute |
apport-collected focal hirsute |
|
2021-08-19 18:02:11 |
Simon Déziel |
description |
zfs send -I works well:
# uname -a
Linux sdeziel-desktop 5.11.0-27-generic #29~20.04.1-Ubuntu SMP Wed Aug 11 15:58:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
# zfs send -I data/simon/musique@laptop-2020-11-30 data/simon/musique@o | wc -c
5660616
# dmesg -c
#
but when sending encrypted data sets, some snapshot combinations cause problem:
# zfs send -wI data/simon/musique@laptop-2020-11-30 data/simon/musique@o | wc -c
# # hung as nothing is written to the pipe.
# dmesg -c
[ 1179.862792] BUG: kernel NULL pointer dereference, address: 0000000000000030
[ 1179.862798] #PF: supervisor read access in kernel mode
[ 1179.862801] #PF: error_code(0x0000) - not-present page
[ 1179.862803] PGD 0 P4D 0
[ 1179.862806] Oops: 0000 [#5] SMP PTI
[ 1179.862809] CPU: 1 PID: 13834 Comm: zfs Tainted: P D IO 5.11.0-27-generic #29~20.04.1-Ubuntu
[ 1179.862813] Hardware name: /D54250WYK, BIOS WYLPT10H.86A.0054.2019.0902.1752 09/02/2019
[ 1179.862815] RIP: 0010:dmu_dump_write+0x22c/0x320 [zfs]
[ 1179.862922] Code: d0 48 89 43 58 49 8b 45 60 48 89 43 38 49 8b 45 68 48 89 43 40 49 8b 45 70 48 89 43 48 49 8b 45 78 48 89 43 50 e9 9f fe ff ff <49> 8b 45 30 45 85 c0 74 39 48 85 c0 78 04 80 4b 31 02 48 8d 53 70
[ 1179.862924] RSP: 0018:ffffa51ae62678f0 EFLAGS: 00010206
[ 1179.862927] RAX: d1141450686f75df RBX: ffff952730fdde00 RCX: 0000000000000000
[ 1179.862929] RDX: 00000000000080f7 RSI: 0000000000000013 RDI: ffff952730fddf38
[ 1179.862931] RBP: ffffa51ae6267938 R08: 0000000001000000 R09: 0000000000020000
[ 1179.862933] R10: 00000000000080f7 R11: 0000000000020000 R12: ffffa51ae6267ab8
[ 1179.862935] R13: 0000000000000000 R14: 0000000000020000 R15: 0000000000000000
[ 1179.862937] FS: 00007fa6a03ac7c0(0000) GS:ffff95298fa80000(0000) knlGS:0000000000000000
[ 1179.862939] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1179.862941] CR2: 0000000000000030 CR3: 000000025a648001 CR4: 00000000001706e0
[ 1179.862943] Call Trace:
[ 1179.862945] ? wait_woken+0x80/0x80
[ 1179.862951] do_dump+0x5da/0x900 [zfs]
[ 1179.863035] ? spl_kmem_free+0x28/0x30 [spl]
[ 1179.863046] dmu_send_impl+0xdf6/0x1570 [zfs]
[ 1179.863129] ? dbuf_rele_and_unlock+0x32e/0x6d0 [zfs]
[ 1179.863204] ? dbuf_rele+0x3d/0x50 [zfs]
[ 1179.863279] ? dmu_buf_rele+0xe/0x10 [zfs]
[ 1179.863354] dmu_send_obj+0x24c/0x360 [zfs]
[ 1179.863435] ? mze_find+0xd4/0xf0 [zfs]
[ 1179.863551] zfs_ioc_send+0x11d/0x2c0 [zfs]
[ 1179.863665] ? zfs_ioc_send+0x2c0/0x2c0 [zfs]
[ 1179.863778] zfsdev_ioctl_common+0x679/0x930 [zfs]
[ 1179.863892] ? __kmalloc_node+0x40d/0x4e0
[ 1179.863899] zfsdev_ioctl+0x57/0xe0 [zfs]
[ 1179.864008] __x64_sys_ioctl+0x91/0xc0
[ 1179.864012] do_syscall_64+0x38/0x90
[ 1179.864018] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1179.864023] RIP: 0033:0x7fa6a09a050b
[ 1179.864026] Code: 0f 1e fa 48 8b 05 85 39 0d 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 55 39 0d 00 f7 d8 64 89 01 48
[ 1179.864028] RSP: 002b:00007ffdb9687fb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 1179.864032] RAX: ffffffffffffffda RBX: 000055dd6be41f60 RCX: 00007fa6a09a050b
[ 1179.864033] RDX: 00007ffdb968b5c0 RSI: 0000000000005a1c RDI: 0000000000000003
[ 1179.864035] RBP: 00007ffdb968b580 R08: 0000000000005a1c R09: 0000000000000003
[ 1179.864037] R10: 0000000000000009 R11: 0000000000000246 R12: 00007ffdb968b5c0
[ 1179.864038] R13: 000055dd6be41f70 R14: 0000000000000000 R15: 0000000000000001
[ 1179.864041] Modules linked in: vhost_vsock vmw_vsock_virtio_transport_common vhost vhost_iotlb vsock ccm nf_log_ipv6 ip6table_filter ip6table_nat ip6t_rpfilter ip6table_mangle ip6table_raw ip6_tables nf_log_ipv4 nf_log_common xt_owner xt_LOG xt_conntrack iptable_filter xt_MASQUERADE xt_nat xt_tcpudp iptable_nat nf_nat iptable_mangle iptable_raw bpfilter nls_iso8859_1 zfs(PO) zunicode(PO) zzstd(O) zlua(O) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) intel_rapl_msr spl(O) intel_rapl_common snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio x86_pkg_temp_thermal snd_hda_codec_hdmi intel_powerclamp coretemp snd_hda_intel snd_intel_dspcfg mei_hdcp kvm_intel soundwire_intel at24 soundwire_generic_allocation kvm soundwire_cadence snd_hda_codec snd_hda_core soundwire_bus crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_soc_core rapl snd_usb_audio snd_compress ac97_bus intel_cstate snd_pcm_dmaengine iwldvm uvcvideo videobuf2_vmalloc btusb snd_usbmidi_lib btrtl snd_hwdep btbcm mac80211
[ 1179.864103] snd_seq_midi libarc4 efi_pstore videobuf2_memops btintel snd_seq_midi_event videobuf2_v4l2 wmi_bmof snd_rawmidi iwlwifi videobuf2_common bluetooth snd_pcm ecdh_generic snd_seq videodev ecc snd_seq_device mc snd_timer cfg80211 mei_me snd i2c_i801 mei e1000e lpc_ich i2c_smbus soundcore sch_fq_codel nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 msr ip_tables x_tables autofs4 btrfs blake2b_generic libcrc32c xor raid6_pq hid_generic usbhid hid dm_crypt aesni_intel i915 glue_helper i2c_algo_bit crypto_simd drm_kms_helper cryptd syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core drm ahci libahci xhci_pci wmi xhci_pci_renesas mac_hid video
[ 1179.864157] CR2: 0000000000000030
[ 1179.864159] ---[ end trace 8e7cbf6bc2c0c353 ]---
[ 1179.864524] RIP: 0010:dmu_dump_write+0x22c/0x320 [zfs]
[ 1179.864610] Code: d0 48 89 43 58 49 8b 45 60 48 89 43 38 49 8b 45 68 48 89 43 40 49 8b 45 70 48 89 43 48 49 8b 45 78 48 89 43 50 e9 9f fe ff ff <49> 8b 45 30 45 85 c0 74 39 48 85 c0 78 04 80 4b 31 02 48 8d 53 70
[ 1179.864613] RSP: 0018:ffffa51ac8f878f0 EFLAGS: 00010206
[ 1179.864616] RAX: d1141450686f75df RBX: ffff9526877d4a00 RCX: 0000000000000000
[ 1179.864618] RDX: 00000000000080f7 RSI: 0000000000000013 RDI: ffff9526877d4b38
[ 1179.864620] RBP: ffffa51ac8f87938 R08: 0000000001000000 R09: 0000000000020000
[ 1179.864622] R10: 00000000000080f7 R11: 0000000000020000 R12: ffffa51ac8f87ab8
[ 1179.864623] R13: 0000000000000000 R14: 0000000000020000 R15: 0000000000000000
[ 1179.864625] FS: 00007fa6a03ac7c0(0000) GS:ffff95298fa80000(0000) knlGS:0000000000000000
[ 1179.864628] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1179.864630] CR2: 0000000000000030 CR3: 000000025a648001 CR4: 00000000001706e0
Additional information:
$ lsb_release -rd
Description: Ubuntu 20.04.2 LTS
Release: 20.04
$ zfs --version
zfs-0.8.3-1ubuntu12.12
zfs-kmod-2.0.2-1ubuntu5
$ apt-cache policy linux-image-5.11.0-27-generic zfsutils-linux
linux-image-5.11.0-27-generic:
Installed: 5.11.0-27.29~20.04.1
Candidate: 5.11.0-27.29~20.04.1
Version table:
*** 5.11.0-27.29~20.04.1 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status
zfsutils-linux:
Installed: 0.8.3-1ubuntu12.12
Candidate: 0.8.3-1ubuntu12.12
Version table:
*** 0.8.3-1ubuntu12.12 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status
0.8.3-1ubuntu12.9 500
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
0.8.3-1ubuntu12 500
500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages |
zfs send -I works well:
# uname -a
Linux sdeziel-desktop 5.11.0-27-generic #29~20.04.1-Ubuntu SMP Wed Aug 11 15:58:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
# zfs send -I data/simon/musique@laptop-2020-11-30 data/simon/musique@o | wc -c
5660616
# dmesg -c
#
but when sending encrypted data sets, some snapshot combinations cause problem:
# zfs send -wI data/simon/musique@laptop-2020-11-30 data/simon/musique@o | wc -c
# # hung as nothing is written to the pipe.
# dmesg -c
[ 1179.862792] BUG: kernel NULL pointer dereference, address: 0000000000000030
[ 1179.862798] #PF: supervisor read access in kernel mode
[ 1179.862801] #PF: error_code(0x0000) - not-present page
[ 1179.862803] PGD 0 P4D 0
[ 1179.862806] Oops: 0000 [#5] SMP PTI
[ 1179.862809] CPU: 1 PID: 13834 Comm: zfs Tainted: P D IO 5.11.0-27-generic #29~20.04.1-Ubuntu
[ 1179.862813] Hardware name: /D54250WYK, BIOS WYLPT10H.86A.0054.2019.0902.1752 09/02/2019
[ 1179.862815] RIP: 0010:dmu_dump_write+0x22c/0x320 [zfs]
[ 1179.862922] Code: d0 48 89 43 58 49 8b 45 60 48 89 43 38 49 8b 45 68 48 89 43 40 49 8b 45 70 48 89 43 48 49 8b 45 78 48 89 43 50 e9 9f fe ff ff <49> 8b 45 30 45 85 c0 74 39 48 85 c0 78 04 80 4b 31 02 48 8d 53 70
[ 1179.862924] RSP: 0018:ffffa51ae62678f0 EFLAGS: 00010206
[ 1179.862927] RAX: d1141450686f75df RBX: ffff952730fdde00 RCX: 0000000000000000
[ 1179.862929] RDX: 00000000000080f7 RSI: 0000000000000013 RDI: ffff952730fddf38
[ 1179.862931] RBP: ffffa51ae6267938 R08: 0000000001000000 R09: 0000000000020000
[ 1179.862933] R10: 00000000000080f7 R11: 0000000000020000 R12: ffffa51ae6267ab8
[ 1179.862935] R13: 0000000000000000 R14: 0000000000020000 R15: 0000000000000000
[ 1179.862937] FS: 00007fa6a03ac7c0(0000) GS:ffff95298fa80000(0000) knlGS:0000000000000000
[ 1179.862939] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1179.862941] CR2: 0000000000000030 CR3: 000000025a648001 CR4: 00000000001706e0
[ 1179.862943] Call Trace:
[ 1179.862945] ? wait_woken+0x80/0x80
[ 1179.862951] do_dump+0x5da/0x900 [zfs]
[ 1179.863035] ? spl_kmem_free+0x28/0x30 [spl]
[ 1179.863046] dmu_send_impl+0xdf6/0x1570 [zfs]
[ 1179.863129] ? dbuf_rele_and_unlock+0x32e/0x6d0 [zfs]
[ 1179.863204] ? dbuf_rele+0x3d/0x50 [zfs]
[ 1179.863279] ? dmu_buf_rele+0xe/0x10 [zfs]
[ 1179.863354] dmu_send_obj+0x24c/0x360 [zfs]
[ 1179.863435] ? mze_find+0xd4/0xf0 [zfs]
[ 1179.863551] zfs_ioc_send+0x11d/0x2c0 [zfs]
[ 1179.863665] ? zfs_ioc_send+0x2c0/0x2c0 [zfs]
[ 1179.863778] zfsdev_ioctl_common+0x679/0x930 [zfs]
[ 1179.863892] ? __kmalloc_node+0x40d/0x4e0
[ 1179.863899] zfsdev_ioctl+0x57/0xe0 [zfs]
[ 1179.864008] __x64_sys_ioctl+0x91/0xc0
[ 1179.864012] do_syscall_64+0x38/0x90
[ 1179.864018] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1179.864023] RIP: 0033:0x7fa6a09a050b
[ 1179.864026] Code: 0f 1e fa 48 8b 05 85 39 0d 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 55 39 0d 00 f7 d8 64 89 01 48
[ 1179.864028] RSP: 002b:00007ffdb9687fb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 1179.864032] RAX: ffffffffffffffda RBX: 000055dd6be41f60 RCX: 00007fa6a09a050b
[ 1179.864033] RDX: 00007ffdb968b5c0 RSI: 0000000000005a1c RDI: 0000000000000003
[ 1179.864035] RBP: 00007ffdb968b580 R08: 0000000000005a1c R09: 0000000000000003
[ 1179.864037] R10: 0000000000000009 R11: 0000000000000246 R12: 00007ffdb968b5c0
[ 1179.864038] R13: 000055dd6be41f70 R14: 0000000000000000 R15: 0000000000000001
[ 1179.864041] Modules linked in: vhost_vsock vmw_vsock_virtio_transport_common vhost vhost_iotlb vsock ccm nf_log_ipv6 ip6table_filter ip6table_nat ip6t_rpfilter ip6table_mangle ip6table_raw ip6_tables nf_log_ipv4 nf_log_common xt_owner xt_LOG xt_conntrack iptable_filter xt_MASQUERADE xt_nat xt_tcpudp iptable_nat nf_nat iptable_mangle iptable_raw bpfilter nls_iso8859_1 zfs(PO) zunicode(PO) zzstd(O) zlua(O) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) intel_rapl_msr spl(O) intel_rapl_common snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio x86_pkg_temp_thermal snd_hda_codec_hdmi intel_powerclamp coretemp snd_hda_intel snd_intel_dspcfg mei_hdcp kvm_intel soundwire_intel at24 soundwire_generic_allocation kvm soundwire_cadence snd_hda_codec snd_hda_core soundwire_bus crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_soc_core rapl snd_usb_audio snd_compress ac97_bus intel_cstate snd_pcm_dmaengine iwldvm uvcvideo videobuf2_vmalloc btusb snd_usbmidi_lib btrtl snd_hwdep btbcm mac80211
[ 1179.864103] snd_seq_midi libarc4 efi_pstore videobuf2_memops btintel snd_seq_midi_event videobuf2_v4l2 wmi_bmof snd_rawmidi iwlwifi videobuf2_common bluetooth snd_pcm ecdh_generic snd_seq videodev ecc snd_seq_device mc snd_timer cfg80211 mei_me snd i2c_i801 mei e1000e lpc_ich i2c_smbus soundcore sch_fq_codel nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 msr ip_tables x_tables autofs4 btrfs blake2b_generic libcrc32c xor raid6_pq hid_generic usbhid hid dm_crypt aesni_intel i915 glue_helper i2c_algo_bit crypto_simd drm_kms_helper cryptd syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core drm ahci libahci xhci_pci wmi xhci_pci_renesas mac_hid video
[ 1179.864157] CR2: 0000000000000030
[ 1179.864159] ---[ end trace 8e7cbf6bc2c0c353 ]---
[ 1179.864524] RIP: 0010:dmu_dump_write+0x22c/0x320 [zfs]
[ 1179.864610] Code: d0 48 89 43 58 49 8b 45 60 48 89 43 38 49 8b 45 68 48 89 43 40 49 8b 45 70 48 89 43 48 49 8b 45 78 48 89 43 50 e9 9f fe ff ff <49> 8b 45 30 45 85 c0 74 39 48 85 c0 78 04 80 4b 31 02 48 8d 53 70
[ 1179.864613] RSP: 0018:ffffa51ac8f878f0 EFLAGS: 00010206
[ 1179.864616] RAX: d1141450686f75df RBX: ffff9526877d4a00 RCX: 0000000000000000
[ 1179.864618] RDX: 00000000000080f7 RSI: 0000000000000013 RDI: ffff9526877d4b38
[ 1179.864620] RBP: ffffa51ac8f87938 R08: 0000000001000000 R09: 0000000000020000
[ 1179.864622] R10: 00000000000080f7 R11: 0000000000020000 R12: ffffa51ac8f87ab8
[ 1179.864623] R13: 0000000000000000 R14: 0000000000020000 R15: 0000000000000000
[ 1179.864625] FS: 00007fa6a03ac7c0(0000) GS:ffff95298fa80000(0000) knlGS:0000000000000000
[ 1179.864628] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1179.864630] CR2: 0000000000000030 CR3: 000000025a648001 CR4: 00000000001706e0
Additional information:
$ lsb_release -rd
Description: Ubuntu 20.04.2 LTS
Release: 20.04
$ zfs --version
zfs-0.8.3-1ubuntu12.12
zfs-kmod-2.0.2-1ubuntu5
$ apt-cache policy linux-image-5.11.0-27-generic zfsutils-linux
linux-image-5.11.0-27-generic:
Installed: 5.11.0-27.29~20.04.1
Candidate: 5.11.0-27.29~20.04.1
Version table:
*** 5.11.0-27.29~20.04.1 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status
zfsutils-linux:
Installed: 0.8.3-1ubuntu12.12
Candidate: 0.8.3-1ubuntu12.12
Version table:
*** 0.8.3-1ubuntu12.12 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status
0.8.3-1ubuntu12.9 500
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
0.8.3-1ubuntu12 500
500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC2: sdeziel 2406 F.... pulseaudio
/dev/snd/pcmC2D0p: sdeziel 2406 F...m pulseaudio
/dev/snd/controlC0: sdeziel 2406 F.... pulseaudio
/dev/snd/controlC1: sdeziel 2406 F.... pulseaudio
CasperMD5CheckResult: skip
DistroRelease: Ubuntu 20.04
InstallationDate: Installed on 2021-05-02 (109 days ago)
InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210421)
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
Package: linux (not installed)
ProcEnviron:
LANGUAGE=en_CA:en
TERM=xterm-256color
PATH=(custom, no user)
LANG=en_CA.UTF-8
SHELL=/bin/bash
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.11.0-27-generic root=UUID=4c80434d-cb91-4b02-8a1d-c5e8951ad8a6 ro rootflags=subvol=@ quiet splash kaslr nmi_watchdog=0 pti=on vsyscall=none vt.handoff=7
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
linux-restricted-modules-5.11.0-27-generic N/A
linux-backports-modules-5.11.0-27-generic N/A
linux-firmware 1.187.16
Tags: focal
Uname: Linux 5.11.0-27-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: N/A
_MarkForUpload: True
dmi.bios.date: 09/02/2019
dmi.bios.release: 4.6
dmi.bios.vendor: Intel Corp.
dmi.bios.version: WYLPT10H.86A.0054.2019.0902.1752
dmi.board.name: D54250WYK
dmi.board.vendor: Intel Corporation
dmi.board.version: H13922-303
dmi.chassis.type: 3
dmi.modalias: dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0054.2019.0902.1752:bd09/02/2019:br4.6:svn:pn:pvr:rvnIntelCorporation:rnD54250WYK:rvrH13922-303:cvn:ct3:cvr: |
|
2021-08-19 18:02:13 |
Simon Déziel |
attachment added |
|
AlsaInfo.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519114/+files/AlsaInfo.txt |
|
2021-08-19 18:02:14 |
Simon Déziel |
attachment added |
|
CRDA.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519115/+files/CRDA.txt |
|
2021-08-19 18:02:16 |
Simon Déziel |
attachment added |
|
CurrentDmesg.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519116/+files/CurrentDmesg.txt |
|
2021-08-19 18:02:18 |
Simon Déziel |
attachment added |
|
IwConfig.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519117/+files/IwConfig.txt |
|
2021-08-19 18:02:19 |
Simon Déziel |
attachment added |
|
Lspci.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519118/+files/Lspci.txt |
|
2021-08-19 18:02:21 |
Simon Déziel |
attachment added |
|
Lspci-vt.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519119/+files/Lspci-vt.txt |
|
2021-08-19 18:02:23 |
Simon Déziel |
attachment added |
|
Lsusb.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519120/+files/Lsusb.txt |
|
2021-08-19 18:02:24 |
Simon Déziel |
attachment added |
|
Lsusb-t.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519121/+files/Lsusb-t.txt |
|
2021-08-19 18:02:26 |
Simon Déziel |
attachment added |
|
Lsusb-v.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519122/+files/Lsusb-v.txt |
|
2021-08-19 18:02:28 |
Simon Déziel |
attachment added |
|
ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519123/+files/ProcCpuinfo.txt |
|
2021-08-19 18:02:29 |
Simon Déziel |
attachment added |
|
ProcCpuinfoMinimal.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519124/+files/ProcCpuinfoMinimal.txt |
|
2021-08-19 18:02:30 |
Simon Déziel |
attachment added |
|
ProcInterrupts.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519125/+files/ProcInterrupts.txt |
|
2021-08-19 18:02:32 |
Simon Déziel |
attachment added |
|
ProcModules.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519126/+files/ProcModules.txt |
|
2021-08-19 18:02:34 |
Simon Déziel |
attachment added |
|
RfKill.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519127/+files/RfKill.txt |
|
2021-08-19 18:02:36 |
Simon Déziel |
attachment added |
|
UdevDb.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519128/+files/UdevDb.txt |
|
2021-08-19 18:02:38 |
Simon Déziel |
attachment added |
|
WifiSyslog.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519129/+files/WifiSyslog.txt |
|
2021-08-19 18:02:41 |
Simon Déziel |
attachment added |
|
acpidump.txt https://bugs.launchpad.net/bugs/1940083/+attachment/5519130/+files/acpidump.txt |
|
2021-08-19 18:03:13 |
Simon Déziel |
linux (Ubuntu): status |
Incomplete |
New |
|
2021-08-19 18:30:11 |
Ubuntu Kernel Bot |
linux (Ubuntu): status |
New |
Confirmed |
|
2021-08-19 18:35:28 |
Simon Déziel |
bug watch added |
|
https://github.com/openzfs/zfs/issues/12275 |
|
2021-08-19 18:35:28 |
Simon Déziel |
attachment added |
|
zstreamdump-vvvvv-lp1940083.log.gz https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1940083/+attachment/5519148/+files/zstreamdump-vvvvv-lp1940083.log.gz |
|
2021-10-07 08:23:56 |
Colin Ian King |
linux (Ubuntu): assignee |
Colin Ian King (colin-king) |
|
|
2021-10-07 08:24:22 |
Colin Ian King |
linux (Ubuntu): assignee |
|
Dimitri John Ledkov (xnox) |
|