Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 24/06/2020, à 08:29

iznobe

[RESOLU] plus de connexion RJ45

Bonjour ,

suite a ca : https://forum.ubuntu-fr.org/viewtopic.php?id=2054363

je ne peux plus me connecter a internet , a priori le driver r8125 est maintenant installé .

lorsque je fait un ping de ma " box " ( un raspberry pi en mode bridged partage de connexion en mode tethering avec mon smartphone ) ca a l ' air de marcher , mais impossible d' acceder au net , ni au reseau local .

Dernière modification par iznobe (Le 26/06/2020, à 12:52)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#2 Le 24/06/2020, à 08:36

xubu1957

Re : [RESOLU] plus de connexion RJ45

Bonjour,

Tu as un nom d'interface qui ressort avec :

ip a

?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#3 Le 24/06/2020, à 08:40

iznobe

Re : [RESOLU] plus de connexion RJ45

xubu1957 a écrit :

Bonjour,

Tu as un nom d'interface qui ressort avec :

ip a

?


oui : enp3s0 .


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#4 Le 24/06/2020, à 08:41

xubu1957

Re : [RESOLU] plus de connexion RJ45

Pour essayer de rétablir une connexion filaire :

sudo ip link set enp3s0 down
sudo ip link set enp3s0 up
sudo dhclient enp3s0

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#5 Le 24/06/2020, à 08:43

iznobe

Re : [RESOLU] plus de connexion RJ45

ok , j ' ai recup le portable , pour la conexion , je repasse l ' ordi en defaut sur l ' OS et je fais la manip .


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#6 Le 24/06/2020, à 08:50

iznobe

Re : [RESOLU] plus de connexion RJ45

Alors , desactivation activation interface => OK ,
pour sudo dhclient enp3s0 , pas de retour prompt ...

finalement le prompt est arrivé au bout d ' un temps tres long , sans retour .

ping => host unreachable .

Dernière modification par iznobe (Le 24/06/2020, à 08:53)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#7 Le 24/06/2020, à 08:56

iznobe

Re : [RESOLU] plus de connexion RJ45

voici le resultat des commandes :

iznobe@iznobe-PC:~$ sudo ip link set enp3s0 down
[sudo] Mot de passe de iznobe :    
iznobe@iznobe-PC:~$ sudo ip link set enp3s0 up
iznobe@iznobe-PC:~$ sudo dhclient enp3s0
iznobe@iznobe-PC:~$ ping -c2 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.100 icmp_seq=1 Destination Host Unreachable
From 192.168.1.100 icmp_seq=2 Destination Host Unreachable

--- 192.168.1.1 ping statistics ---
2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1015ms
pipe 2
iznobe@iznobe-PC:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 2c:f0:5d:29:20:f2 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.100/24 brd 192.168.1.255 scope global noprefixroute enp3s0
       valid_lft forever preferred_lft forever
    inet6 fe80::d298:9b58:7c70:88c5/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
iznobe@iznobe-PC:~$

retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#8 Le 24/06/2020, à 08:58

xubu1957

Re : [RESOLU] plus de connexion RJ45

Tu as essayé :

sudo modprobe r8125

?

En matière de réseau, je ne sais pas gérer !

Il faudrait des aidants spécialistes.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#9 Le 24/06/2020, à 09:01

iznobe

Re : [RESOLU] plus de connexion RJ45

sudo modprobe r8125 ne renvoie rien , retour au prompt sans probleme .


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#10 Le 24/06/2020, à 09:04

xubu1957

Re : [RESOLU] plus de connexion RJ45

Donne le retour de :

dmesg | grep enp3s0

Vu > Réseau ok mais perte d'internet ( 16.04 et 18.04 )


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#11 Le 24/06/2020, à 09:11

iznobe

Re : [RESOLU] plus de connexion RJ45

voici :

iznobe@iznobe-PC:~$ dmesg | grep enp3s0
[    1.401747] r8125 0000:03:00.0 enp3s0: renamed from eth0
[    6.475862] enp3s0: 0xffffab52c0e40000, 2c:f0:5d:29:20:f2, IRQ 124
[    9.572429] r8125: enp3s0: link up
[    9.572437] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   53.738574] enp3s0: 0xffffab52c0e40000, 2c:f0:5d:29:20:f2, IRQ 124
[   57.860386] r8125: enp3s0: link up
[   57.860409] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[  982.178173] NETDEV WATCHDOG: enp3s0 (r8125): transmit queue 0 timed out
[  986.628409] r8125: enp3s0: link up
iznobe@iznobe-PC:~$

retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#12 Le 24/06/2020, à 09:13

xubu1957

Re : [RESOLU] plus de connexion RJ45

Essayer avec l'IPv4 ?

Je ne sais pas faire.

_ _ _

Je dois m'absenter.

Dernière modification par xubu1957 (Le 24/06/2020, à 09:13)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#13 Le 24/06/2020, à 09:19

iznobe

Re : [RESOLU] plus de connexion RJ45

merci , a bientot .


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#14 Le 24/06/2020, à 10:46

iznobe

Re : [RESOLU] plus de connexion RJ45

voici le dmseg , a priori la carte reseau est en problematique :

iznobe@iznobe-PC:~$ dmesg
[    0.000000] Linux version 5.3.0-59-generic (buildd@lcy01-amd64-025) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #53~18.04.1-Ubuntu SMP Thu Jun 4 14:58:26 UTC 2020 (Ubuntu 5.3.0-59.53~18.04.1-generic 5.3.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-59-generic root=UUID=64321bd9-80b1-41de-a8b2-6993ca11d015 ro quiet splash vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000987d8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000987d9000-0x00000000987d9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000987da000-0x000000009cfdbfff] usable
[    0.000000] BIOS-e820: [mem 0x000000009cfdc000-0x000000009d7dbfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009d7dc000-0x000000009d90bfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009d90c000-0x000000009dd94fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009dd95000-0x000000009ec4efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009ec4f000-0x000000009ec4ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009ec50000-0x000000009fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000085dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[    0.000000] tsc: Detected 2900.000 MHz processor
[    0.001487] tsc: Detected 2899.886 MHz TSC
[    0.001487] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001488] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001494] last_pfn = 0x85e000 max_arch_pfn = 0x400000000
[    0.001497] MTRR default type: write-back
[    0.001497] MTRR fixed ranges enabled:
[    0.001498]   00000-9FFFF write-back
[    0.001499]   A0000-BFFFF uncachable
[    0.001500]   C0000-FFFFF write-protect
[    0.001500] MTRR variable ranges enabled:
[    0.001502]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.001502]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.001503]   2 base 2000000000 mask 6000000000 uncachable
[    0.001504]   3 base 1000000000 mask 7000000000 uncachable
[    0.001504]   4 base 4000000000 mask 4000000000 uncachable
[    0.001505]   5 disabled
[    0.001505]   6 disabled
[    0.001506]   7 disabled
[    0.001506]   8 disabled
[    0.001506]   9 disabled
[    0.001906] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002077] last_pfn = 0x9ec50 max_arch_pfn = 0x400000000
[    0.008998] found SMP MP-table at [mem 0x000fcdf0-0x000fcdff]
[    0.009064] check: Scanning 1 areas for low memory corruption
[    0.009075] Using GB pages for direct mapping
[    0.009077] BRK [0x2f5e01000, 0x2f5e01fff] PGTABLE
[    0.009078] BRK [0x2f5e02000, 0x2f5e02fff] PGTABLE
[    0.009079] BRK [0x2f5e03000, 0x2f5e03fff] PGTABLE
[    0.009119] BRK [0x2f5e04000, 0x2f5e04fff] PGTABLE
[    0.009120] BRK [0x2f5e05000, 0x2f5e05fff] PGTABLE
[    0.009326] BRK [0x2f5e06000, 0x2f5e06fff] PGTABLE
[    0.009372] BRK [0x2f5e07000, 0x2f5e07fff] PGTABLE
[    0.009504] BRK [0x2f5e08000, 0x2f5e08fff] PGTABLE
[    0.009554] BRK [0x2f5e09000, 0x2f5e09fff] PGTABLE
[    0.009650] RAMDISK: [mem 0x2fe19000-0x33f03fff]
[    0.009664] ACPI: Early table checksum verification disabled
[    0.009667] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.009669] ACPI: XSDT 0x000000009DD0A728 0000C4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.009674] ACPI: FACP 0x000000009D904000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.009678] ACPI: DSDT 0x000000009D8BE000 0452A4 (v02 ALASKA A M I    01072009 INTL 20160527)
[    0.009680] ACPI: FACS 0x000000009DD94000 000040
[    0.009682] ACPI: MCFG 0x000000009D909000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.009685] ACPI: SSDT 0x000000009D906000 0020AD (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.009687] ACPI: SSDT 0x000000009D905000 000A52 (v02 PmRef  ItbmSci  00003000 INTL 20160527)
[    0.009689] ACPI: FIDT 0x000000009D8BD000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.009691] ACPI: SSDT 0x000000009D8B9000 0031DA (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.009694] ACPI: SSDT 0x000000009D8B6000 00276E (v02 Intel  PegSsdt  00001000 INTL 20160527)
[    0.009696] ACPI: HPET 0x000000009D90B000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.009698] ACPI: SSDT 0x000000009D8B4000 00147B (v02 ALASKA Ther_Rvp 00001000 INTL 20160527)
[    0.009700] ACPI: SSDT 0x000000009D8B0000 0032E7 (v02 INTEL  xh_cmsd4 00000000 INTL 20160527)
[    0.009702] ACPI: NHLT 0x000000009D8AE000 001821 (v00 ALASKA A M I    01072009 AMI  01000013)
[    0.009704] ACPI: LPIT 0x000000009D90A000 000094 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.009707] ACPI: SSDT 0x000000009D8AA000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20160527)
[    0.009709] ACPI: SSDT 0x000000009D8A7000 0025B2 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
[    0.009711] ACPI: DBGP 0x000000009D8A6000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.009713] ACPI: DBG2 0x000000009D8A5000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
[    0.009715] ACPI: SSDT 0x000000009D8A3000 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
[    0.009717] ACPI: WSMT 0x000000009D8AD000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.009719] ACPI: APIC 0x000000009D8A1000 00012C (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.009721] ACPI: FPDT 0x000000009D8A0000 000044 (v01 ALASKA CML      01072009 AMI  01000013)
[    0.009731] ACPI: Local APIC address 0xfee00000
[    0.010030] No NUMA configuration found
[    0.010031] Faking a node at [mem 0x0000000000000000-0x000000085dffffff]
[    0.010038] NODE_DATA(0) allocated [mem 0x85dfd5000-0x85dffffff]
[    0.010258] Zone ranges:
[    0.010259]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010260]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010261]   Normal   [mem 0x0000000100000000-0x000000085dffffff]
[    0.010261]   Device   empty
[    0.010262] Movable zone start for each node
[    0.010265] Early memory node ranges
[    0.010265]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.010266]   node   0: [mem 0x0000000000100000-0x00000000987d8fff]
[    0.010267]   node   0: [mem 0x00000000987da000-0x000000009cfdbfff]
[    0.010267]   node   0: [mem 0x000000009ec4f000-0x000000009ec4ffff]
[    0.010268]   node   0: [mem 0x0000000100000000-0x000000085dffffff]
[    0.010408] Zeroed struct page in unavailable ranges: 20617 pages
[    0.010409] Initmem setup node 0 [mem 0x0000000000001000-0x000000085dffffff]
[    0.010410] On node 0 totalpages: 8367991
[    0.010411]   DMA zone: 64 pages used for memmap
[    0.010411]   DMA zone: 21 pages reserved
[    0.010412]   DMA zone: 3995 pages, LIFO batch:0
[    0.010464]   DMA32 zone: 9984 pages used for memmap
[    0.010465]   DMA32 zone: 638940 pages, LIFO batch:63
[    0.020419]   Normal zone: 120704 pages used for memmap
[    0.020419]   Normal zone: 7725056 pages, LIFO batch:63
[    0.114928] ACPI: PM-Timer IO Port: 0x1808
[    0.114930] ACPI: Local APIC address 0xfee00000
[    0.114936] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.114937] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.114937] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.114938] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.114938] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.114938] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.114939] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.114939] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.114940] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.114940] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.114941] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.114941] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.114942] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.114942] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.114943] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.114943] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.114983] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.114985] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.114986] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.114987] ACPI: IRQ0 used by override.
[    0.114988] ACPI: IRQ9 used by override.
[    0.114989] Using ACPI (MADT) for SMP configuration information
[    0.114990] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.114993] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.115006] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.115008] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.115008] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.115009] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.115009] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.115010] PM: Registered nosave memory: [mem 0x987d9000-0x987d9fff]
[    0.115011] PM: Registered nosave memory: [mem 0x9cfdc000-0x9d7dbfff]
[    0.115012] PM: Registered nosave memory: [mem 0x9d7dc000-0x9d90bfff]
[    0.115012] PM: Registered nosave memory: [mem 0x9d90c000-0x9dd94fff]
[    0.115013] PM: Registered nosave memory: [mem 0x9dd95000-0x9ec4efff]
[    0.115014] PM: Registered nosave memory: [mem 0x9ec50000-0x9fffffff]
[    0.115014] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
[    0.115015] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.115015] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.115016] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.115016] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.115016] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.115017] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.115017] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.115018] PM: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
[    0.115018] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.115019] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.115019] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.115020] [mem 0xa0000000-0xdfffffff] available for PCI devices
[    0.115021] Booting paravirtualized kernel on bare hardware
[    0.115023] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.115027] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.115364] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.115369] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.115370] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.115394] Built 1 zonelists, mobility grouping on.  Total pages: 8237218
[    0.115395] Policy zone: Normal
[    0.115396] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-59-generic root=UUID=64321bd9-80b1-41de-a8b2-6993ca11d015 ro quiet splash vt.handoff=1
[    0.117140] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.117969] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.118085] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.121480] Calgary: detecting Calgary via BIOS EBDA area
[    0.121481] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.175080] Memory: 32729316K/33471964K available (14339K kernel code, 2369K rwdata, 4672K rodata, 2664K init, 5072K bss, 742648K reserved, 0K cma-reserved)
[    0.175085] random: get_random_u64 called from __kmem_cache_create+0x41/0x550 with crng_init=0
[    0.175213] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.175223] ftrace: allocating 43324 entries in 170 pages
[    0.190391] rcu: Hierarchical RCU implementation.
[    0.190393] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.190393] 	Tasks RCU enabled.
[    0.190394] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.190394] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.193168] NR_IRQS: 524544, nr_irqs: 2184, preallocated irqs: 16
[    0.193584] random: crng done (trusting CPU's manufacturer)
[    0.193608] vt handoff: transparent VT on vt#1
[    0.193616] Console: colour dummy device 80x25
[    0.193619] printk: console [tty0] enabled
[    0.193634] ACPI: Core revision 20190703
[    0.194060] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.194149] APIC: Switch to symmetric I/O mode setup
[    0.195730] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.196009] Switched APIC routing to physical flat.
[    0.201315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.218149] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[    0.218152] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=11599544)
[    0.218154] pid_max: default: 32768 minimum: 301
[    0.218187] LSM: Security Framework initializing
[    0.218195] Yama: becoming mindful.
[    0.218246] AppArmor: AppArmor initialized
[    0.218314] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.218350] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.218489] *** VALIDATE proc ***
[    0.218533] *** VALIDATE cgroup1 ***
[    0.218534] *** VALIDATE cgroup2 ***
[    0.218580] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.218608] process: using mwait in idle threads
[    0.218610] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.218611] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.218613] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.218614] Spectre V2 : Mitigation: Enhanced IBRS
[    0.218614] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.218615] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.218616] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.218828] Freeing SMP alternatives memory: 40K
[    0.221086] TSC deadline timer enabled
[    0.221091] smpboot: CPU0: Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz (family: 0x6, model: 0xa5, stepping: 0x5)
[    0.221173] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.221177] ... version:                4
[    0.221177] ... bit width:              48
[    0.221178] ... generic registers:      4
[    0.221178] ... value mask:             0000ffffffffffff
[    0.221179] ... max period:             00007fffffffffff
[    0.221179] ... fixed-purpose events:   3
[    0.221179] ... event mask:             000000070000000f
[    0.221213] rcu: Hierarchical SRCU implementation.
[    0.222151] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.222151] smp: Bringing up secondary CPUs ...
[    0.222151] x86: Booting SMP configuration:
[    0.222151] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.235288] smp: Brought up 1 node, 16 CPUs
[    0.235288] smpboot: Max logical packages: 1
[    0.235288] smpboot: Total of 16 processors activated (92796.35 BogoMIPS)
[    0.238744] devtmpfs: initialized
[    0.238744] x86/mm: Memory block size: 128MB
[    0.242321] PM: Registering ACPI NVS region [mem 0x9d90c000-0x9dd94fff] (4755456 bytes)
[    0.242321] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.242321] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.242321] pinctrl core: initialized pinctrl subsystem
[    0.242473] PM: RTC time: 09:33:38, date: 2020-06-24
[    0.242582] NET: Registered protocol family 16
[    0.242655] audit: initializing netlink subsys (disabled)
[    0.242660] audit: type=2000 audit(1592991218.048:1): state=initialized audit_enabled=0 res=1
[    0.242660] EISA bus registered
[    0.242660] cpuidle: using governor ladder
[    0.242660] cpuidle: using governor menu
[    0.242660] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.242660] ACPI: bus type PCI registered
[    0.242660] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.242660] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.242660] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.242660] PCI: Using configuration type 1 for base access
[    0.246461] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.246461] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.246461] ACPI: Added _OSI(Module Device)
[    0.246461] ACPI: Added _OSI(Processor Device)
[    0.246461] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.246461] ACPI: Added _OSI(Processor Aggregator Device)
[    0.246461] ACPI: Added _OSI(Linux-Dell-Video)
[    0.246461] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.246461] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.328467] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.335503] ACPI: Dynamic OEM Table Load:
[    0.335503] ACPI: SSDT 0xFFFF8C9FF912B300 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.335806] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.338884] ACPI: Dynamic OEM Table Load:
[    0.338889] ACPI: SSDT 0xFFFF8C9FF9BC9400 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.340408] ACPI: Dynamic OEM Table Load:
[    0.340413] ACPI: SSDT 0xFFFF8C9FF9132800 0005E4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.342026] ACPI: Dynamic OEM Table Load:
[    0.342029] ACPI: SSDT 0xFFFF8C9FF99F8E00 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.343487] ACPI: Dynamic OEM Table Load:
[    0.343493] ACPI: SSDT 0xFFFF8C9FFA559000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.345487] ACPI: Dynamic OEM Table Load:
[    0.345492] ACPI: SSDT 0xFFFF8C9FF9131000 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.347155] ACPI: Dynamic OEM Table Load:
[    0.347159] ACPI: SSDT 0xFFFF8C9FF9BCC400 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.348816] ACPI: Dynamic OEM Table Load:
[    0.348821] ACPI: SSDT 0xFFFF8C9FFA55E000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.351213] ACPI: Dynamic OEM Table Load:
[    0.351217] ACPI: SSDT 0xFFFF8C9FF9BCA400 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.360662] ACPI: Interpreter enabled
[    0.360701] ACPI: (supports S0 S3 S4 S5)
[    0.360702] ACPI: Using IOAPIC for interrupt routing
[    0.360742] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.362055] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.377626] ACPI: Power Resource [USBC] (on)
[    0.381073] ACPI: Power Resource [V0PR] (on)
[    0.381313] ACPI: Power Resource [V1PR] (on)
[    0.381545] ACPI: Power Resource [V2PR] (on)
[    0.385383] ACPI: Power Resource [WRST] (on)
[    0.392663] ACPI: Power Resource [FN00] (off)
[    0.392763] ACPI: Power Resource [FN01] (off)
[    0.392861] ACPI: Power Resource [FN02] (off)
[    0.392960] ACPI: Power Resource [FN03] (off)
[    0.393054] ACPI: Power Resource [FN04] (off)
[    0.393731] ACPI: Power Resource [PIN] (off)
[    0.394302] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.394307] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.394546] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
[    0.394772] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[    0.394773] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.395945] PCI host bridge to bus 0000:00
[    0.395947] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.395948] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.395948] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.395949] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
[    0.395950] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.395951] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.395959] pci 0000:00:00.0: [8086:9b43] type 00 class 0x060000
[    0.396401] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.396442] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.396736] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.396746] pci 0000:00:08.0: reg 0x10: [mem 0xae31e000-0xae31efff 64bit]
[    0.396972] pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000
[    0.396994] pci 0000:00:12.0: reg 0x10: [mem 0xae31d000-0xae31dfff 64bit]
[    0.397250] pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330
[    0.397268] pci 0000:00:14.0: reg 0x10: [mem 0xae300000-0xae30ffff 64bit]
[    0.397323] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.397577] pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000
[    0.397597] pci 0000:00:14.2: reg 0x10: [mem 0xae316000-0xae317fff 64bit]
[    0.397608] pci 0000:00:14.2: reg 0x18: [mem 0xae31c000-0xae31cfff 64bit]
[    0.397828] pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000
[    0.397854] pci 0000:00:16.0: reg 0x10: [mem 0xae31b000-0xae31bfff 64bit]
[    0.397938] pci 0000:00:16.0: PME# supported from D3hot
[    0.398217] pci 0000:00:17.0: [8086:06d2] type 00 class 0x010601
[    0.398232] pci 0000:00:17.0: reg 0x10: [mem 0xae314000-0xae315fff]
[    0.398238] pci 0000:00:17.0: reg 0x14: [mem 0xae31a000-0xae31a0ff]
[    0.398245] pci 0000:00:17.0: reg 0x18: [io  0x5050-0x5057]
[    0.398251] pci 0000:00:17.0: reg 0x1c: [io  0x5040-0x5043]
[    0.398257] pci 0000:00:17.0: reg 0x20: [io  0x5020-0x503f]
[    0.398263] pci 0000:00:17.0: reg 0x24: [mem 0xae319000-0xae3197ff]
[    0.398300] pci 0000:00:17.0: PME# supported from D3hot
[    0.398536] pci 0000:00:1c.0: [8086:06b8] type 01 class 0x060400
[    0.398622] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.398881] pci 0000:00:1c.4: [8086:06bc] type 01 class 0x060400
[    0.398961] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.398976] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
[    0.399232] pci 0000:00:1f.0: [8086:0685] type 00 class 0x060100
[    0.399501] pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040300
[    0.399544] pci 0000:00:1f.3: reg 0x10: [mem 0xae310000-0xae313fff 64bit]
[    0.399592] pci 0000:00:1f.3: reg 0x20: [mem 0xae100000-0xae1fffff 64bit]
[    0.399673] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.400043] pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500
[    0.400061] pci 0000:00:1f.4: reg 0x10: [mem 0xae318000-0xae3180ff 64bit]
[    0.400088] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.400310] pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000
[    0.400325] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.400559] pci 0000:01:00.0: [10de:1200] type 00 class 0x030000
[    0.400572] pci 0000:01:00.0: reg 0x10: [mem 0xac000000-0xadffffff]
[    0.400580] pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xa7ffffff 64bit pref]
[    0.400587] pci 0000:01:00.0: reg 0x1c: [mem 0xa8000000-0xabffffff 64bit pref]
[    0.400592] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.400598] pci 0000:01:00.0: reg 0x30: [mem 0xae000000-0xae07ffff pref]
[    0.400685] pci 0000:01:00.1: [10de:0e0c] type 00 class 0x040300
[    0.400697] pci 0000:01:00.1: reg 0x10: [mem 0xae080000-0xae083fff]
[    0.400791] pci 0000:00:01.0: ASPM: current common clock configuration is broken, reconfiguring
[    0.410164] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.410165] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.410167] pci 0000:00:01.0:   bridge window [mem 0xac000000-0xae0fffff]
[    0.410169] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xabffffff 64bit pref]
[    0.410285] acpiphp: Slot [1] registered
[    0.410295] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.410409] pci 0000:03:00.0: [10ec:8125] type 00 class 0x020000
[    0.410441] pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.410465] pci 0000:03:00.0: reg 0x18: [mem 0xae200000-0xae20ffff 64bit]
[    0.410480] pci 0000:03:00.0: reg 0x20: [mem 0xae210000-0xae213fff 64bit]
[    0.410584] pci 0000:03:00.0: supports D1 D2
[    0.410585] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.410708] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.410710] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.410713] pci 0000:00:1c.4:   bridge window [mem 0xae200000-0xae2fffff]
[    0.413949] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.414053] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    0.414160] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.414265] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.414367] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.414469] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.414571] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.414672] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.415318] SCSI subsystem initialized
[    0.415318] libata version 3.00 loaded.
[    0.415318] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.415318] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.415318] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.415318] vgaarb: loaded
[    0.415318] ACPI: bus type USB registered
[    0.415318] usbcore: registered new interface driver usbfs
[    0.415318] usbcore: registered new interface driver hub
[    0.415318] usbcore: registered new device driver usb
[    0.415318] pps_core: LinuxPPS API ver. 1 registered
[    0.415318] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.415318] PTP clock support registered
[    0.415318] EDAC MC: Ver: 3.0.0
[    0.415318] PCI: Using ACPI for IRQ routing
[    0.459041] PCI: pci_cache_line_size set to 64 bytes
[    0.459110] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
[    0.459111] e820: reserve RAM buffer [mem 0x987d9000-0x9bffffff]
[    0.459111] e820: reserve RAM buffer [mem 0x9cfdc000-0x9fffffff]
[    0.459112] e820: reserve RAM buffer [mem 0x9ec50000-0x9fffffff]
[    0.459113] e820: reserve RAM buffer [mem 0x85e000000-0x85fffffff]
[    0.459186] NetLabel: Initializing
[    0.459187] NetLabel:  domain hash size = 128
[    0.459187] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.459198] NetLabel:  unlabeled traffic allowed by default
[    0.459209] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.459209] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.460660] clocksource: Switched to clocksource tsc-early
[    0.467135] VFS: Disk quotas dquot_6.6.0
[    0.467149] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.467167] *** VALIDATE hugetlbfs ***
[    0.467229] AppArmor: AppArmor Filesystem Enabled
[    0.467249] pnp: PnP ACPI init
[    0.467332] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[    0.467336] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.467602] system 00:01: [io  0x0a00-0x0a0f] has been reserved
[    0.467603] system 00:01: [io  0x0a10-0x0a1f] has been reserved
[    0.467604] system 00:01: [io  0x0a20-0x0a2f] has been reserved
[    0.467607] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.468102] pnp 00:02: [dma 0 disabled]
[    0.468137] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.468269] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.468271] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.468273] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.468396] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.468399] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.468626] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.468627] system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.468628] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.468629] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.468630] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.468631] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.468632] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.468634] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.468952] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.468955] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.469244] system 00:07: [mem 0xfd6e0000-0xfd6effff] has been reserved
[    0.469246] system 00:07: [mem 0xfd6d0000-0xfd6dffff] has been reserved
[    0.469246] system 00:07: [mem 0xfd6b0000-0xfd6bffff] has been reserved
[    0.469247] system 00:07: [mem 0xfd6a0000-0xfd6affff] has been reserved
[    0.469250] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.469918] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.469919] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.469920] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.469921] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.469922] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.469922] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.469923] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.469924] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.469927] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.470324] system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
[    0.470327] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.470861] pnp: PnP ACPI: found 10 devices
[    0.471813] thermal_sys: Registered thermal governor 'fair_share'
[    0.471814] thermal_sys: Registered thermal governor 'bang_bang'
[    0.471814] thermal_sys: Registered thermal governor 'step_wise'
[    0.471815] thermal_sys: Registered thermal governor 'user_space'
[    0.471815] thermal_sys: Registered thermal governor 'power_allocator'
[    0.476307] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.476335] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.476337] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.476339] pci 0000:00:01.0:   bridge window [mem 0xac000000-0xae0fffff]
[    0.476340] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xabffffff 64bit pref]
[    0.476343] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.476358] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.476359] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.476362] pci 0000:00:1c.4:   bridge window [mem 0xae200000-0xae2fffff]
[    0.476367] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.476368] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.476369] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.476370] pci_bus 0000:00: resource 7 [mem 0xa0000000-0xdfffffff window]
[    0.476371] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    0.476372] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.476372] pci_bus 0000:01: resource 1 [mem 0xac000000-0xae0fffff]
[    0.476373] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xabffffff 64bit pref]
[    0.476374] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.476375] pci_bus 0000:03: resource 1 [mem 0xae200000-0xae2fffff]
[    0.476548] NET: Registered protocol family 2
[    0.476698] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.476846] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.477124] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.477185] TCP: Hash tables configured (established 262144 bind 65536)
[    0.477241] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.477315] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.477392] NET: Registered protocol family 1
[    0.477396] NET: Registered protocol family 44
[    0.477679] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.477688] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.477698] PCI: CLS 64 bytes, default 64
[    0.477748] Trying to unpack rootfs image as initramfs...
[    1.247204] Freeing initrd memory: 66476K
[    1.247217] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.247218] software IO TLB: mapped [mem 0x98fdc000-0x9cfdc000] (64MB)
[    1.247295] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    1.247484] check: Scanning for low memory corruption every 60 seconds
[    1.248601] Initialise system trusted keyrings
[    1.248608] Key type blacklist registered
[    1.248634] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    1.249648] zbud: loaded
[    1.249913] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.250026] fuse: init (API version 7.31)
[    1.250108] Platform Keyring initialized
[    1.253531] Key type asymmetric registered
[    1.253531] Asymmetric key parser 'x509' registered
[    1.253537] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.253575] io scheduler mq-deadline registered
[    1.254191] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.254236] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    1.254237] vesafb: scrolling: redraw
[    1.254238] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.254246] vesafb: framebuffer at 0xa9000000, mapped to 0x00000000f8e64fca, using 5120k, total 5120k
[    1.254274] fbcon: Deferring console take-over
[    1.254275] fb0: VESA VGA frame buffer device
[    1.254285] intel_idle: does not run on family 6 model 165
[    1.254413] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.254419] ACPI: Sleep Button [SLPB]
[    1.254444] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.254448] ACPI: Power Button [PWRB]
[    1.254469] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.254479] ACPI: Power Button [PWRF]
[    1.255016] Monitor-Mwait will be used to enter C-1 state
[    1.255024] Monitor-Mwait will be used to enter C-2 state
[    1.258681] thermal LNXTHERM:00: registered as thermal_zone0
[    1.258681] ACPI: Thermal Zone [TZ00] (28 C)
[    1.258830] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.279775] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.281132] Linux agpgart interface v0.103
[    1.283671] loop: module loaded
[    1.283797] libphy: Fixed MDIO Bus: probed
[    1.283798] tun: Universal TUN/TAP device driver, 1.6
[    1.283816] PPP generic driver version 2.4.2
[    1.283839] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.283841] ehci-pci: EHCI PCI platform driver
[    1.283848] ehci-platform: EHCI generic platform driver
[    1.283854] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.283855] ohci-pci: OHCI PCI platform driver
[    1.283860] ohci-platform: OHCI generic platform driver
[    1.283865] uhci_hcd: USB Universal Host Controller Interface driver
[    1.284001] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.284006] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.285070] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    1.285073] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.285212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    1.285213] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.285214] usb usb1: Product: xHCI Host Controller
[    1.285215] usb usb1: Manufacturer: Linux 5.3.0-59-generic xhci-hcd
[    1.285216] usb usb1: SerialNumber: 0000:00:14.0
[    1.285283] hub 1-0:1.0: USB hub found
[    1.285298] hub 1-0:1.0: 16 ports detected
[    1.287181] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.287184] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.287185] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.287209] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
[    1.287210] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.287211] usb usb2: Product: xHCI Host Controller
[    1.287211] usb usb2: Manufacturer: Linux 5.3.0-59-generic xhci-hcd
[    1.287212] usb usb2: SerialNumber: 0000:00:14.0
[    1.287270] hub 2-0:1.0: USB hub found
[    1.287283] hub 2-0:1.0: 10 ports detected
[    1.287828] usb: port power management may be unreliable
[    1.288652] i8042: PNP: No PS/2 controller found.
[    1.288684] mousedev: PS/2 mouse device common for all mice
[    1.288774] rtc_cmos rtc_cmos: RTC can wake from S4
[    1.289459] rtc_cmos rtc_cmos: registered as rtc0
[    1.289468] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.289471] i2c /dev entries driver
[    1.289498] device-mapper: uevent: version 1.0.3
[    1.289534] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[    1.289546] platform eisa.0: Probing EISA bus 0
[    1.289547] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.289548] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.289549] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.289549] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.289550] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.289551] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.289551] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.289552] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.289553] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.289553] platform eisa.0: EISA: Detected 0 cards
[    1.289555] intel_pstate: Intel P-state driver initializing
[    1.290420] intel_pstate: HWP enabled
[    1.291018] ledtrig-cpu: registered to indicate activity on CPUs
[    1.291044] intel_pmc_core INT33A1:00:  initialized
[    1.291163] NET: Registered protocol family 10
[    1.294327] Segment Routing with IPv6
[    1.294337] NET: Registered protocol family 17
[    1.294414] Key type dns_resolver registered
[    1.295254] RAS: Correctable Errors collector initialized.
[    1.295293] microcode: sig=0xa0655, pf=0x2, revision=0xca
[    1.295633] microcode: Microcode Update Driver: v2.2.
[    1.295638] sched_clock: Marking stable (1295027862, 604327)->(1305988512, -10356323)
[    1.295932] registered taskstats version 1
[    1.295936] Loading compiled-in X.509 certificates
[    1.296855] Loaded X.509 cert 'Build time autogenerated kernel key: af4edce67ea39e8b87d588de39e116f8bd66e2df'
[    1.296884] zswap: loaded using pool lzo/zbud
[    1.299505] Key type big_key registered
[    1.300702] Key type encrypted registered
[    1.300703] AppArmor: AppArmor sha1 policy hashing enabled
[    1.300705] ima: No TPM chip found, activating TPM-bypass!
[    1.300707] ima: Allocated hash algorithm: sha1
[    1.300710] No architecture policies found
[    1.300715] evm: Initialising EVM extended attributes:
[    1.300715] evm: security.selinux
[    1.300715] evm: security.SMACK64
[    1.300716] evm: security.SMACK64EXEC
[    1.300716] evm: security.SMACK64TRANSMUTE
[    1.300716] evm: security.SMACK64MMAP
[    1.300716] evm: security.apparmor
[    1.300716] evm: security.ima
[    1.300717] evm: security.capability
[    1.300717] evm: HMAC attrs: 0x1
[    1.301420] PM:   Magic number: 8:785:576
[    1.301630] rtc_cmos rtc_cmos: setting system clock to 2020-06-24T09:33:39 UTC (1592991219)
[    1.302229] Freeing unused decrypted memory: 2040K
[    1.302535] Freeing unused kernel image memory: 2664K
[    1.350317] Write protecting the kernel read-only data: 22528k
[    1.350842] Freeing unused kernel image memory: 2008K
[    1.350954] Freeing unused kernel image memory: 1472K
[    1.355853] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.355854] Run /init as init process
[    1.392533] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[    1.392560] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[    1.398275] r8125: loading out-of-tree module taints kernel.
[    1.398305] r8125: module verification failed: signature and/or required key missing - tainting kernel
[    1.398487] r8125 2.5Gigabit Ethernet driver 9.001.00-NAPI loaded
[    1.398595] unknown chip version (64000000)
[    1.399457] ahci 0000:00:17.0: version 3.0
[    1.403443] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    1.403445] r8125  Copyright (C) 2018  Realtek NIC software team <nicfae@realtek.com> 
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[    1.407543] r8125 0000:03:00.0 enp3s0: renamed from eth0
[    1.409691] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.409692] ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds apst 
[    1.478798] scsi host0: ahci
[    1.478989] scsi host1: ahci
[    1.479233] scsi host2: ahci
[    1.479406] scsi host3: ahci
[    1.479567] scsi host4: ahci
[    1.479708] scsi host5: ahci
[    1.479739] ata1: SATA max UDMA/133 abar m2048@0xae319000 port 0xae319100 irq 125
[    1.479740] ata2: SATA max UDMA/133 abar m2048@0xae319000 port 0xae319180 irq 125
[    1.479741] ata3: SATA max UDMA/133 abar m2048@0xae319000 port 0xae319200 irq 125
[    1.479742] ata4: SATA max UDMA/133 abar m2048@0xae319000 port 0xae319280 irq 125
[    1.479742] ata5: SATA max UDMA/133 abar m2048@0xae319000 port 0xae319300 irq 125
[    1.479743] ata6: SATA max UDMA/133 abar m2048@0xae319000 port 0xae319380 irq 125
[    1.626268] usb 1-9: new low-speed USB device number 2 using xhci_hcd
[    1.780633] usb 1-9: New USB device found, idVendor=0518, idProduct=0002, bcdDevice= 1.00
[    1.780634] usb 1-9: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.780635] usb 1-9: Product: USB-compliant keyboard
[    1.793570] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.793582] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.793594] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.793627] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.793639] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.793651] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.794617] ata5.00: ATA-10: ST1000DM003-1SB10C, CC41, max UDMA/133
[    1.794618] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.795021] ata4.00: ATA-8: TOSHIBA HDWD130, MX6OACF0, max UDMA/133
[    1.795022] ata4.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.795200] ata6.00: ATA-8: ST3500320AS, SD1A, max UDMA/133
[    1.795201] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.795709] ata5.00: configured for UDMA/133
[    1.796220] ata2.00: ATA-10: ST4000VX000-2AG166, CV11, max UDMA/133
[    1.796221] ata2.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.796232] ata3.00: ATA-7: Maxtor 7H500F0, HA431DD0, max UDMA/133
[    1.796233] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.796628] ata4.00: configured for UDMA/133
[    1.797014] ata6.00: configured for UDMA/133
[    1.797666] ata2.00: configured for UDMA/133
[    1.799543] ata3.00: configured for UDMA/133
[    1.805632] ata1.00: ATA-8: Corsair Force 3 SSD, 5.05, max UDMA/133
[    1.805633] ata1.00: 117231408 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.806681] hidraw: raw HID events driver (C) Jiri Kosina
[    1.812322] usbcore: registered new interface driver usbhid
[    1.812323] usbhid: USB HID core driver
[    1.814023] input: USB-compliant keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0518:0002.0001/input/input3
[    1.815004] ata1.00: configured for UDMA/133
[    1.815103] scsi 0:0:0:0: Direct-Access     ATA      Corsair Force 3  5.05 PQ: 0 ANSI: 5
[    1.815171] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.815190] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
[    1.815195] sd 0:0:0:0: [sda] Write Protect is off
[    1.815195] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.815200] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.815278] scsi 1:0:0:0: Direct-Access     ATA      ST4000VX000-2AG1 CV11 PQ: 0 ANSI: 5
[    1.815402] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.815402] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.815408] sd 1:0:0:0: [sdb] Write Protect is off
[    1.815409] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.815415] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.815417] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.815583]  sda: sda1
[    1.815599] scsi 2:0:0:0: Direct-Access     ATA      Maxtor 7H500F0   1DD0 PQ: 0 ANSI: 5
[    1.815675] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    1.815738] scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA HDWD130  ACF0 PQ: 0 ANSI: 5
[    1.815751] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.815802] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    1.815810] sd 3:0:0:0: [sdd] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    1.815811] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[    1.815814] sd 3:0:0:0: [sdd] Write Protect is off
[    1.815815] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    1.815821] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.815858] sd 2:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.815864] sd 2:0:0:0: [sdc] Write Protect is off
[    1.815865] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.815875] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.815880] scsi 4:0:0:0: Direct-Access     ATA      ST1000DM003-1SB1 CC41 PQ: 0 ANSI: 5
[    1.815953] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    1.815980] sd 4:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.815980] sd 4:0:0:0: [sde] 4096-byte physical blocks
[    1.815987] sd 4:0:0:0: [sde] Write Protect is off
[    1.815988] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    1.815996] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.816026] scsi 5:0:0:0: Direct-Access     ATA      ST3500320AS      SD1A PQ: 0 ANSI: 5
[    1.816090] sd 5:0:0:0: Attached scsi generic sg5 type 0
[    1.816108] sd 5:0:0:0: [sdf] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.816112] sd 5:0:0:0: [sdf] Write Protect is off
[    1.816113] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[    1.816121] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.817547] sd 3:0:0:0: [sdd] Attached SCSI disk
[    1.841668]  sde: sde1
[    1.841899] sd 4:0:0:0: [sde] Attached SCSI disk
[    1.846654]  sdc: sdc1 sdc2
[    1.846888] sd 2:0:0:0: [sdc] Attached SCSI disk
[    1.847784]  sdf: sdf1 sdf2 sdf3
[    1.848228] sd 5:0:0:0: [sdf] Attached SCSI disk
[    1.870355] ezkey 0003:0518:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [USB-compliant keyboard] on usb-0000:00:14.0-9/input0
[    1.870426] input: USB-compliant keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0518:0002.0002/input/input4
[    1.897061]  sdb: sdb1 sdb2
[    1.897449] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.906205] usb 1-10: new full-speed USB device number 3 using xhci_hcd
[    1.934524] ezkey 0003:0518:0002.0002: input,hidraw1: USB HID v1.10 Device [USB-compliant keyboard] on usb-0000:00:14.0-9/input1
[    2.105120] usb 1-10: New USB device found, idVendor=046d, idProduct=c06b, bcdDevice=65.02
[    2.105121] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.105122] usb 1-10: Product: G700 Laser Mouse
[    2.105122] usb 1-10: Manufacturer: Logitech
[    2.105123] usb 1-10: SerialNumber: 9A2D46A70037
[    2.133250] input: Logitech G700 Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:046D:C06B.0003/input/input5
[    2.133486] hid-generic 0003:046D:C06B.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech G700 Laser Mouse] on usb-0000:00:14.0-10/input0
[    2.157410] input: Logitech G700 Laser Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C06B.0004/input/input6
[    2.214356] input: Logitech G700 Laser Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C06B.0004/input/input7
[    2.214592] hid-generic 0003:046D:C06B.0004: input,hiddev0,hidraw3: USB HID v1.11 Keyboard [Logitech G700 Laser Mouse] on usb-0000:00:14.0-10/input1
[    2.274270] tsc: Refined TSC clocksource calibration: 2904.000 MHz
[    2.274274] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[    2.274347] clocksource: Switched to clocksource tsc
[    2.342254] usb 1-11: new high-speed USB device number 4 using xhci_hcd
[    2.492041] usb 1-11: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
[    2.492042] usb 1-11: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.492042] usb 1-11: Product: USB2.0 Hub
[    2.493122] hub 1-11:1.0: USB hub found
[    2.493512] hub 1-11:1.0: 4 ports detected
[    2.622292] usb 1-12: new full-speed USB device number 5 using xhci_hcd
[    2.771289] usb 1-12: New USB device found, idVendor=1462, idProduct=7c75, bcdDevice= 0.01
[    2.771290] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.771290] usb 1-12: Product: MYSTIC LIGHT 
[    2.771291] usb 1-12: Manufacturer: MSI
[    2.771291] usb 1-12: SerialNumber: A02020021806
[    2.772763] input: MSI MYSTIC LIGHT  as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:1462:7C75.0005/input/input10
[    2.772802] hid-generic 0003:1462:7C75.0005: input,hiddev1,hidraw4: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:00:14.0-12/input0
[    3.966203] raid6: avx2x4   gen() 44739 MB/s
[    4.014201] raid6: avx2x4   xor() 30747 MB/s
[    4.062201] raid6: avx2x2   gen() 42633 MB/s
[    4.110210] raid6: avx2x2   xor() 27182 MB/s
[    4.158202] raid6: avx2x1   gen() 34664 MB/s
[    4.206204] raid6: avx2x1   xor() 24809 MB/s
[    4.254205] raid6: sse2x4   gen() 18563 MB/s
[    4.302206] raid6: sse2x4   xor() 12630 MB/s
[    4.350179] raid6: sse2x2   gen() 17057 MB/s
[    4.398206] raid6: sse2x2   xor() 11528 MB/s
[    4.446212] raid6: sse2x1   gen() 15257 MB/s
[    4.494179] raid6: sse2x1   xor()  8716 MB/s
[    4.494179] raid6: using algorithm avx2x4 gen() 44739 MB/s
[    4.494180] raid6: .... xor() 30747 MB/s, rmw enabled
[    4.494180] raid6: using avx2x2 recovery algorithm
[    4.496092] xor: automatically using best checksumming function   avx       
[    4.504929] Btrfs loaded, crc32c=crc32c-intel
[    5.175463] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.317505] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    5.334828] systemd[1]: Detected architecture x86-64.
[    5.336523] systemd[1]: Set hostname to <iznobe-PC>.
[    5.472630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.472714] systemd[1]: Created slice User and Session Slice.
[    5.472779] systemd[1]: Created slice System Slice.
[    5.472806] systemd[1]: Listening on udev Kernel Socket.
[    5.472827] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.472864] systemd[1]: Listening on Journal Socket.
[    5.472894] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.478007] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    5.486693] RPC: Registered named UNIX socket transport module.
[    5.486694] RPC: Registered udp transport module.
[    5.486694] RPC: Registered tcp transport module.
[    5.486694] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.497261] lp: driver loaded but no devices found
[    5.500675] ppdev: user-space parallel port driver
[    5.508081] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    5.641944] cryptd: max_cpu_qlen set to 1000
[    5.646650] IPMI message handler: version 39.2
[    5.647782] ipmi device interface
[    5.647906] AVX2 version of gcm_enc/dec engaged.
[    5.647907] AES CTR mode by8 optimization enabled
[    5.725272] snd_hda_intel: unknown parameter '#############' ignored
[    5.726980] snd_hda_intel 0000:01:00.1: Disabling MSI
[    5.726983] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.739160] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    5.739161] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.739162] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.739162] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    5.739163] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    5.739163] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x19
[    5.739164] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    5.739164] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x1b
[    5.739165] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    5.744488] nvidia: module license 'NVIDIA' taints kernel.
[    5.744488] Disabling lock debugging due to kernel taint
[    5.782722] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    5.782758] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    5.782788] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    5.782814] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    5.782838] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    5.782863] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    5.786904] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[    5.787142] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    5.788612] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  390.132  Fri Nov  1 00:40:14 PDT 2019 (using threaded interrupts)
[    5.806167] Adding 15628284k swap on /dev/sdb2.  Priority:-2 extents:1 across:15628284k FS
[    5.813743] EXT4-fs (sde1): mounted filesystem with ordered data mode. Opts: (null)
[    5.840276] EXT4-fs (sdf2): mounted filesystem with ordered data mode. Opts: (null)
[    5.846916] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  390.132  Fri Nov  1 04:06:17 PDT 2019
[    5.852314] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    5.852790] intel_rapl_common: Found RAPL domain package
[    5.852791] intel_rapl_common: Found RAPL domain core
[    5.852792] intel_rapl_common: Found RAPL domain dram
[    5.854089] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    5.854090] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    5.858206] systemd-journald[562]: Received request to flush runtime journal from PID 1
[    5.862136] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 237
[    5.883006] EXT4-fs (sdf3): mounted filesystem with ordered data mode. Opts: (null)
[    5.887901] audit: type=1400 audit(1592991224.080:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=980 comm="apparmor_parser"
[    5.887907] audit: type=1400 audit(1592991224.080:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=982 comm="apparmor_parser"
[    5.887948] audit: type=1400 audit(1592991224.080:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=979 comm="apparmor_parser"
[    5.888437] audit: type=1400 audit(1592991224.080:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=987 comm="apparmor_parser"
[    5.888626] audit: type=1400 audit(1592991224.080:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=983 comm="apparmor_parser"
[    5.888730] audit: type=1400 audit(1592991224.080:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=976 comm="apparmor_parser"
[    5.888732] audit: type=1400 audit(1592991224.080:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=976 comm="apparmor_parser"
[    5.888736] audit: type=1400 audit(1592991224.080:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=976 comm="apparmor_parser"
[    5.888737] audit: type=1400 audit(1592991224.080:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=976 comm="apparmor_parser"
[    5.888956] audit: type=1400 audit(1592991224.080:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=975 comm="apparmor_parser"
[    5.912575] EXT4-fs (sdf1): mounted filesystem with ordered data mode. Opts: (null)
[    6.116065] EXT4-fs (sdd): mounted filesystem with ordered data mode. Opts: (null)
[    6.728375] enp3s0: 0xffffb2f540e70000, 2c:f0:5d:29:20:f2, IRQ 124
[    7.094953] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    7.095025] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    7.095489] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[    7.095518] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[    7.778714] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[    7.778937] NFSD: Using legacy client tracking operations.
[    7.778938] NFSD: starting 90-second grace period (net f0000098)
[    9.828530] r8125: enp3s0: link up
[    9.828542] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[  699.386253] usb 1-11.2: new high-speed USB device number 6 using xhci_hcd
[  699.492340] usb 1-11.2: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
[  699.492345] usb 1-11.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  699.492348] usb 1-11.2: Product: Flash Voyager
[  699.492351] usb 1-11.2: Manufacturer: Corsair
[  699.492354] usb 1-11.2: SerialNumber: A800000000013246
[  699.510205] usb-storage 1-11.2:1.0: USB Mass Storage device detected
[  699.510311] usb-storage 1-11.2:1.0: Quirks match for vid 090c pid 1000: 400
[  699.510359] scsi host6: usb-storage 1-11.2:1.0
[  699.511762] usbcore: registered new interface driver usb-storage
[  699.513020] usbcore: registered new interface driver uas
[  700.516240] scsi 6:0:0:0: Direct-Access     Corsair  Flash Voyager    1100 PQ: 0 ANSI: 0 CCS
[  700.516890] scsi 6:0:0:0: Attached scsi generic sg6 type 0
[  700.519502] sd 6:0:0:0: [sdg] 7929856 512-byte logical blocks: (4.06 GB/3.78 GiB)
[  700.520013] sd 6:0:0:0: [sdg] Write Protect is off
[  700.520014] sd 6:0:0:0: [sdg] Mode Sense: 43 00 00 00
[  700.520512] sd 6:0:0:0: [sdg] No Caching mode page found
[  700.520513] sd 6:0:0:0: [sdg] Assuming drive cache: write through
[  700.562114]  sdg: sdg1 sdg2
[  700.564866] sd 6:0:0:0: [sdg] Attached SCSI removable disk
[  700.770008] ISO 9660 Extensions: Microsoft Joliet Level 3
[  700.771507] ISO 9660 Extensions: Microsoft Joliet Level 3
[  700.773743] ISO 9660 Extensions: RRIP_1991A
[  892.834248] ------------[ cut here ]------------
[  892.834257] NETDEV WATCHDOG: enp3s0 (r8125): transmit queue 0 timed out
[  892.834268] WARNING: CPU: 15 PID: 0 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/net/sched/sch_generic.c:448 dev_watchdog+0x264/0x270
[  892.834269] Modules linked in: nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device
[  892.834287]  snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[  892.834301] CPU: 15 PID: 0 Comm: swapper/15 Tainted: P           OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[  892.834302] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[  892.834303] RIP: 0010:dev_watchdog+0x264/0x270
[  892.834304] Code: 48 85 c0 75 e6 eb a0 4c 89 ef c6 05 68 f2 ea 00 01 e8 f0 f9 fa ff 89 d9 48 89 c2 4c 89 ee 48 c7 c7 20 d8 ff 9a e8 1c 24 74 ff <0f> 0b eb 82 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48 89 e5 41
[  892.834305] RSP: 0018:ffffb2f540480e48 EFLAGS: 00010282
[  892.834306] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[  892.834306] RDX: 0000000000040400 RSI: 00000000000000f6 RDI: 0000000000000300
[  892.834307] RBP: ffffb2f540480e78 R08: 0000000000000384 R09: 0000000000000004
[  892.834307] R10: ffffb2f540480ee0 R11: 0000000000000001 R12: 0000000000000001
[  892.834308] R13: ffff8c9feae58000 R14: ffff8c9feae58480 R15: ffff8c9fec243e80
[  892.834309] FS:  0000000000000000(0000) GS:ffff8c9ffdbc0000(0000) knlGS:0000000000000000
[  892.834309] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  892.834310] CR2: 00007fc16000a238 CR3: 00000007ec384005 CR4: 00000000007606e0
[  892.834310] PKRU: 55555554
[  892.834311] Call Trace:
[  892.834312]  <IRQ>
[  892.834315]  ? pfifo_fast_reset+0x110/0x110
[  892.834318]  call_timer_fn+0x32/0x130
[  892.834320]  run_timer_softirq+0x433/0x470
[  892.834323]  ? tick_sched_timer+0x3c/0x80
[  892.834326]  ? ktime_get+0x43/0xb0
[  892.834329]  ? lapic_next_deadline+0x26/0x30
[  892.834332]  __do_softirq+0xe4/0x2da
[  892.834335]  irq_exit+0xae/0xb0
[  892.834337]  smp_apic_timer_interrupt+0x79/0x130
[  892.834339]  apic_timer_interrupt+0xf/0x20
[  892.834340]  </IRQ>
[  892.834342] RIP: 0010:cpuidle_enter_state+0xa9/0x440
[  892.834343] Code: 3d 4c df b6 65 e8 c7 42 83 ff 49 89 c7 0f 1f 44 00 00 31 ff e8 f8 4d 83 ff 80 7d d3 00 0f 85 e6 01 00 00 fb 66 0f 1f 44 00 00 <45> 85 ed 0f 89 ff 01 00 00 41 c7 44 24 10 00 00 00 00 48 83 c4 18
[  892.834343] RSP: 0018:ffffb2f54016be48 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff13
[  892.834344] RAX: ffff8c9ffdbea780 RBX: ffffffff9b367320 RCX: 000000000000001f
[  892.834345] RDX: 000000cfe1116563 RSI: 000000002c13bf1e RDI: 0000000000000000
[  892.834345] RBP: ffffb2f54016be88 R08: 0000000000000004 R09: 000000000002a000
[  892.834346] R10: ffffb2f54016be18 R11: 000000000000afc8 R12: ffff8c9fec530400
[  892.834346] R13: 0000000000000002 R14: ffffffff9b3673f8 R15: 000000cfe1116563
[  892.834348]  ? cpuidle_enter_state+0x98/0x440
[  892.834350]  cpuidle_enter+0x2e/0x40
[  892.834352]  call_cpuidle+0x23/0x40
[  892.834355]  do_idle+0x1f6/0x270
[  892.834357]  cpu_startup_entry+0x1d/0x20
[  892.834360]  start_secondary+0x167/0x1c0
[  892.834362]  secondary_startup_64+0xa4/0xb0
[  892.834365] ---[ end trace 3557e8ce8740a47a ]---
[  898.660477] r8125: enp3s0: link up
[ 1772.944735] enp3s0: 0xffffb2f540e70000, 14:da:e9:c5:1e:f5, IRQ 124
[ 1777.060547] r8125: enp3s0: link up
[ 1777.060620] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[ 1935.100128] ------------[ cut here ]------------
[ 1935.100147] WARNING: CPU: 13 PID: 1022 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/kernel/workqueue.c:3039 __flush_work+0x1cc/0x1e0
[ 1935.100149] Modules linked in: nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device
[ 1935.100207]  snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[ 1935.100253] CPU: 13 PID: 1022 Comm: NetworkManager Tainted: P        W  OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[ 1935.100256] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[ 1935.100264] RIP: 0010:__flush_work+0x1cc/0x1e0
[ 1935.100270] Code: ba 2c 24 03 80 c9 f0 eb b5 48 c7 c7 c0 57 f0 9a e8 8c f9 04 00 0f 0b 31 c0 e9 cd fe ff ff 48 c7 c7 c0 57 f0 9a e8 77 f9 04 00 <0f> 0b 31 c0 e9 b8 fe ff ff e8 f6 e4 fd ff 66 0f 1f 44 00 00 0f 1f
[ 1935.100272] RSP: 0018:ffffb2f540f473c8 EFLAGS: 00010282
[ 1935.100276] RAX: 0000000000000024 RBX: ffff8c9feae5ec60 RCX: 0000000000000000
[ 1935.100278] RDX: 0000000000000000 RSI: ffff8c9ffdb57448 RDI: ffff8c9ffdb57448
[ 1935.100280] RBP: ffffb2f540f47438 R08: 00000000000003b7 R09: 0000000000000004
[ 1935.100282] R10: 0000000000000452 R11: 0000000000000001 R12: ffff8c9feae5ec60
[ 1935.100284] R13: 0000000000000001 R14: ffffb2f540f47468 R15: ffffffff99cb93e0
[ 1935.100287] FS:  00007f7fa7ebafc0(0000) GS:ffff8c9ffdb40000(0000) knlGS:0000000000000000
[ 1935.100289] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1935.100291] CR2: 00005583fc80bf50 CR3: 0000000835b1c003 CR4: 00000000007606e0
[ 1935.100293] PKRU: 55555554
[ 1935.100295] Call Trace:
[ 1935.100307]  ? synchronize_rcu_expedited+0x17f/0x330
[ 1935.100313]  __cancel_work_timer+0x136/0x1b0
[ 1935.100321]  ? fq_codel_reset+0xa4/0xd0 [sch_fq_codel]
[ 1935.100327]  cancel_delayed_work_sync+0x13/0x20
[ 1935.100335]  rtl8125_close+0x49/0x120 [r8125]
[ 1935.100342]  __dev_close_many+0xa5/0x120
[ 1935.100347]  __dev_change_flags+0xcc/0x1d0
[ 1935.100352]  dev_change_flags+0x29/0x60
[ 1935.100357]  do_setlink+0x2f7/0xf40
[ 1935.100362]  ? __wake_up+0x13/0x20
[ 1935.100368]  ? netlink_broadcast_filtered+0x14c/0x3c0
[ 1935.100376]  ? __nla_validate_parse+0x58/0x8e0
[ 1935.100382]  __rtnl_newlink+0x548/0x930
[ 1935.100390]  ? prep_new_page+0x130/0x160
[ 1935.100395]  ? get_page_from_freelist+0xc4c/0x1470
[ 1935.100403]  ? __nla_reserve+0x41/0x50
[ 1935.100410]  ? __nla_put+0x20/0x30
[ 1935.100416]  ? nla_put+0x33/0x40
[ 1935.100424]  ? fib_nexthop_info+0x114/0x1e0
[ 1935.100438]  ? _cond_resched+0x19/0x40
[ 1935.100443]  ? kmem_cache_alloc_trace+0x208/0x220
[ 1935.100448]  rtnl_newlink+0x4c/0x70
[ 1935.100452]  rtnetlink_rcv_msg+0x296/0x340
[ 1935.100456]  ? _cond_resched+0x19/0x40
[ 1935.100460]  ? rtnl_calcit.isra.30+0x120/0x120
[ 1935.100465]  netlink_rcv_skb+0x51/0x120
[ 1935.100470]  rtnetlink_rcv+0x15/0x20
[ 1935.100475]  netlink_unicast+0x1a4/0x250
[ 1935.100480]  netlink_sendmsg+0x2eb/0x3f0
[ 1935.100487]  sock_sendmsg+0x63/0x70
[ 1935.100492]  ____sys_sendmsg+0x200/0x280
[ 1935.100498]  ___sys_sendmsg+0x88/0xd0
[ 1935.100502]  ? copy_msghdr_from_user+0xd8/0x160
[ 1935.100508]  ? ___sys_recvmsg+0xa2/0xe0
[ 1935.100515]  __sys_sendmsg+0x63/0xa0
[ 1935.100520]  ? __sys_sendmsg+0x63/0xa0
[ 1935.100526]  __x64_sys_sendmsg+0x1f/0x30
[ 1935.100533]  do_syscall_64+0x5a/0x130
[ 1935.100538]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1935.100542] RIP: 0033:0x7f7fa56ad607
[ 1935.100546] Code: 44 00 00 41 54 55 41 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 0b ea ff ff 44 89 e2 41 89 c0 48 89 ee 89 df b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 44 ea ff ff 48
[ 1935.100548] RSP: 002b:00007ffe8fd096f0 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[ 1935.100552] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007f7fa56ad607
[ 1935.100554] RDX: 0000000000000000 RSI: 00007ffe8fd09750 RDI: 0000000000000007
[ 1935.100556] RBP: 00007ffe8fd09750 R08: 0000000000000000 R09: 00005593582de800
[ 1935.100557] R10: 0000559358180010 R11: 0000000000000293 R12: 0000000000000000
[ 1935.100559] R13: 00007ffe8fd09750 R14: 00007ffe8fd098d4 R15: 0000000000000000
[ 1935.100564] ---[ end trace 3557e8ce8740a47b ]---
[ 1935.103272] enp3s0: 0xffffb2f540e70000, 2c:f0:5d:29:20:f2, IRQ 124
[ 1939.236558] r8125: enp3s0: link up
[ 1939.236618] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[ 1943.512675] ------------[ cut here ]------------
[ 1943.512695] WARNING: CPU: 13 PID: 1022 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/kernel/workqueue.c:3039 __flush_work+0x1cc/0x1e0
[ 1943.512696] Modules linked in: nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device
[ 1943.512753]  snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[ 1943.512787] CPU: 13 PID: 1022 Comm: NetworkManager Tainted: P        W  OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[ 1943.512789] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[ 1943.512796] RIP: 0010:__flush_work+0x1cc/0x1e0
[ 1943.512801] Code: ba 2c 24 03 80 c9 f0 eb b5 48 c7 c7 c0 57 f0 9a e8 8c f9 04 00 0f 0b 31 c0 e9 cd fe ff ff 48 c7 c7 c0 57 f0 9a e8 77 f9 04 00 <0f> 0b 31 c0 e9 b8 fe ff ff e8 f6 e4 fd ff 66 0f 1f 44 00 00 0f 1f
[ 1943.512803] RSP: 0018:ffffb2f540f473c8 EFLAGS: 00010282
[ 1943.512807] RAX: 0000000000000024 RBX: ffff8c9feae5ec60 RCX: 0000000000000000
[ 1943.512809] RDX: 0000000000000000 RSI: ffff8c9ffdb57448 RDI: ffff8c9ffdb57448
[ 1943.512811] RBP: ffffb2f540f47438 R08: 00000000000003fd R09: 0000000000000004
[ 1943.512813] R10: 0000000000000452 R11: 0000000000000001 R12: ffff8c9feae5ec60
[ 1943.512815] R13: 0000000000000001 R14: ffffb2f540f47468 R15: ffffffff99cb93e0
[ 1943.512818] FS:  00007f7fa7ebafc0(0000) GS:ffff8c9ffdb40000(0000) knlGS:0000000000000000
[ 1943.512821] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1943.512823] CR2: 00005583fbefe940 CR3: 0000000835b1c006 CR4: 00000000007606e0
[ 1943.512825] PKRU: 55555554
[ 1943.512826] Call Trace:
[ 1943.512838]  ? synchronize_rcu_expedited+0x17f/0x330
[ 1943.512844]  __cancel_work_timer+0x136/0x1b0
[ 1943.512852]  ? fq_codel_reset+0xa4/0xd0 [sch_fq_codel]
[ 1943.512858]  cancel_delayed_work_sync+0x13/0x20
[ 1943.512867]  rtl8125_close+0x49/0x120 [r8125]
[ 1943.512874]  __dev_close_many+0xa5/0x120
[ 1943.512880]  __dev_change_flags+0xcc/0x1d0
[ 1943.512884]  dev_change_flags+0x29/0x60
[ 1943.512889]  do_setlink+0x2f7/0xf40
[ 1943.512895]  ? __update_load_avg_se+0x11c/0x310
[ 1943.512901]  ? update_load_avg+0x17d/0x680
[ 1943.512905]  ? update_load_avg+0x17d/0x680
[ 1943.512913]  ? __nla_validate_parse+0x58/0x8e0
[ 1943.512917]  ? __enqueue_entity+0x6c/0x70
[ 1943.512923]  __rtnl_newlink+0x548/0x930
[ 1943.512928]  ? ttwu_do_wakeup+0x1e/0x150
[ 1943.512935]  ? try_to_wake_up+0x24b/0x620
[ 1943.512940]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 1943.512945]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 1943.512950]  ? update_load_avg+0x17d/0x680
[ 1943.512953]  ? update_load_avg+0x17d/0x680
[ 1943.512957]  ? __enqueue_entity+0x6c/0x70
[ 1943.512962]  ? enqueue_entity+0x123/0x690
[ 1943.512967]  ? record_times+0x1b/0x90
[ 1943.512977]  ? _cond_resched+0x19/0x40
[ 1943.512982]  ? kmem_cache_alloc_trace+0x208/0x220
[ 1943.512987]  rtnl_newlink+0x4c/0x70
[ 1943.512991]  rtnetlink_rcv_msg+0x296/0x340
[ 1943.512995]  ? __wake_up_common+0x73/0x120
[ 1943.512998]  ? _cond_resched+0x19/0x40
[ 1943.513002]  ? rtnl_calcit.isra.30+0x120/0x120
[ 1943.513009]  netlink_rcv_skb+0x51/0x120
[ 1943.513013]  rtnetlink_rcv+0x15/0x20
[ 1943.513018]  netlink_unicast+0x1a4/0x250
[ 1943.513024]  netlink_sendmsg+0x2eb/0x3f0
[ 1943.513031]  sock_sendmsg+0x63/0x70
[ 1943.513036]  ____sys_sendmsg+0x200/0x280
[ 1943.513041]  ___sys_sendmsg+0x88/0xd0
[ 1943.513049]  ? do_filp_open+0xaf/0x110
[ 1943.513057]  __sys_sendmsg+0x63/0xa0
[ 1943.513061]  ? __sys_sendmsg+0x63/0xa0
[ 1943.513068]  __x64_sys_sendmsg+0x1f/0x30
[ 1943.513074]  do_syscall_64+0x5a/0x130
[ 1943.513080]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1943.513083] RIP: 0033:0x7f7fa56ad607
[ 1943.513088] Code: 44 00 00 41 54 55 41 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 0b ea ff ff 44 89 e2 41 89 c0 48 89 ee 89 df b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 44 ea ff ff 48
[ 1943.513090] RSP: 002b:00007ffe8fd09790 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[ 1943.513094] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007f7fa56ad607
[ 1943.513095] RDX: 0000000000000000 RSI: 00007ffe8fd097f0 RDI: 0000000000000007
[ 1943.513097] RBP: 00007ffe8fd097f0 R08: 0000000000000000 R09: 00005593582e0000
[ 1943.513099] R10: 0000559358180010 R11: 0000000000000293 R12: 0000000000000000
[ 1943.513101] R13: 00007ffe8fd097f0 R14: 00007ffe8fd09974 R15: 0000000000000000
[ 1943.513105] ---[ end trace 3557e8ce8740a47c ]---
[ 1943.516092] enp3s0: 0xffffb2f540e70000, 1a:e3:fb:3d:37:8f, IRQ 124
[ 1947.652542] r8125: enp3s0: link up
[ 2173.004471] ------------[ cut here ]------------
[ 2173.004491] WARNING: CPU: 14 PID: 1022 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/kernel/workqueue.c:3039 __flush_work+0x1cc/0x1e0
[ 2173.004493] Modules linked in: nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device
[ 2173.004550]  snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[ 2173.004584] CPU: 14 PID: 1022 Comm: NetworkManager Tainted: P        W  OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[ 2173.004587] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[ 2173.004593] RIP: 0010:__flush_work+0x1cc/0x1e0
[ 2173.004597] Code: ba 2c 24 03 80 c9 f0 eb b5 48 c7 c7 c0 57 f0 9a e8 8c f9 04 00 0f 0b 31 c0 e9 cd fe ff ff 48 c7 c7 c0 57 f0 9a e8 77 f9 04 00 <0f> 0b 31 c0 e9 b8 fe ff ff e8 f6 e4 fd ff 66 0f 1f 44 00 00 0f 1f
[ 2173.004600] RSP: 0018:ffffb2f540f473c8 EFLAGS: 00010282
[ 2173.004603] RAX: 0000000000000024 RBX: ffff8c9feae5ec60 RCX: 0000000000000000
[ 2173.004605] RDX: 0000000000000000 RSI: ffff8c9ffdb97448 RDI: ffff8c9ffdb97448
[ 2173.004607] RBP: ffffb2f540f47438 R08: 0000000000000447 R09: 0000000000000004
[ 2173.004609] R10: 0000000000000452 R11: 0000000000000001 R12: ffff8c9feae5ec60
[ 2173.004611] R13: 0000000000000001 R14: ffffb2f540f47468 R15: ffffffff99cb93e0
[ 2173.004614] FS:  00007f7fa7ebafc0(0000) GS:ffff8c9ffdb80000(0000) knlGS:0000000000000000
[ 2173.004617] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2173.004619] CR2: 00005598bbbdb4b0 CR3: 0000000835b1c003 CR4: 00000000007606e0
[ 2173.004621] PKRU: 55555554
[ 2173.004622] Call Trace:
[ 2173.004635]  ? synchronize_rcu_expedited+0x17f/0x330
[ 2173.004641]  __cancel_work_timer+0x136/0x1b0
[ 2173.004648]  ? fq_codel_reset+0xa4/0xd0 [sch_fq_codel]
[ 2173.004655]  cancel_delayed_work_sync+0x13/0x20
[ 2173.004663]  rtl8125_close+0x49/0x120 [r8125]
[ 2173.004671]  __dev_close_many+0xa5/0x120
[ 2173.004676]  __dev_change_flags+0xcc/0x1d0
[ 2173.004680]  dev_change_flags+0x29/0x60
[ 2173.004685]  do_setlink+0x2f7/0xf40
[ 2173.004691]  ? __wake_up+0x13/0x20
[ 2173.004697]  ? netlink_broadcast_filtered+0x14c/0x3c0
[ 2173.004705]  ? __nla_validate_parse+0x58/0x8e0
[ 2173.004711]  __rtnl_newlink+0x548/0x930
[ 2173.004720]  ? prep_new_page+0x130/0x160
[ 2173.004724]  ? get_page_from_freelist+0xc4c/0x1470
[ 2173.004731]  ? __nla_reserve+0x41/0x50
[ 2173.004736]  ? __nla_put+0x20/0x30
[ 2173.004741]  ? nla_put+0x33/0x40
[ 2173.004748]  ? fib_nexthop_info+0x114/0x1e0
[ 2173.004757]  ? _cond_resched+0x19/0x40
[ 2173.004761]  ? kmem_cache_alloc_trace+0x208/0x220
[ 2173.004766]  rtnl_newlink+0x4c/0x70
[ 2173.004771]  rtnetlink_rcv_msg+0x296/0x340
[ 2173.004774]  ? _cond_resched+0x19/0x40
[ 2173.004778]  ? rtnl_calcit.isra.30+0x120/0x120
[ 2173.004784]  netlink_rcv_skb+0x51/0x120
[ 2173.004788]  rtnetlink_rcv+0x15/0x20
[ 2173.004793]  netlink_unicast+0x1a4/0x250
[ 2173.004798]  netlink_sendmsg+0x2eb/0x3f0
[ 2173.004806]  sock_sendmsg+0x63/0x70
[ 2173.004811]  ____sys_sendmsg+0x200/0x280
[ 2173.004816]  ___sys_sendmsg+0x88/0xd0
[ 2173.004821]  ? copy_msghdr_from_user+0xd8/0x160
[ 2173.004827]  ? ___sys_recvmsg+0xa2/0xe0
[ 2173.004834]  __sys_sendmsg+0x63/0xa0
[ 2173.004839]  ? __sys_sendmsg+0x63/0xa0
[ 2173.004846]  __x64_sys_sendmsg+0x1f/0x30
[ 2173.004852]  do_syscall_64+0x5a/0x130
[ 2173.004857]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 2173.004861] RIP: 0033:0x7f7fa56ad607
[ 2173.004865] Code: 44 00 00 41 54 55 41 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 0b ea ff ff 44 89 e2 41 89 c0 48 89 ee 89 df b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 44 ea ff ff 48
[ 2173.004868] RSP: 002b:00007ffe8fd096f0 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[ 2173.004871] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007f7fa56ad607
[ 2173.004873] RDX: 0000000000000000 RSI: 00007ffe8fd09750 RDI: 0000000000000007
[ 2173.004875] RBP: 00007ffe8fd09750 R08: 0000000000000000 R09: 00005593582e0800
[ 2173.004877] R10: 0000559358180010 R11: 0000000000000293 R12: 0000000000000000
[ 2173.004879] R13: 00007ffe8fd09750 R14: 00007ffe8fd098d4 R15: 0000000000000000
[ 2173.004883] ---[ end trace 3557e8ce8740a47d ]---
[ 2173.008619] enp3s0: 0xffffb2f540e70000, 2c:f0:5d:29:20:f2, IRQ 124
[ 2173.048912] ------------[ cut here ]------------
[ 2173.048917] WARNING: CPU: 13 PID: 1022 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/kernel/workqueue.c:3039 __flush_work+0x1cc/0x1e0
[ 2173.048918] Modules linked in: nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device
[ 2173.048932]  snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[ 2173.048940] CPU: 13 PID: 1022 Comm: NetworkManager Tainted: P        W  OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[ 2173.048940] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[ 2173.048941] RIP: 0010:__flush_work+0x1cc/0x1e0
[ 2173.048942] Code: ba 2c 24 03 80 c9 f0 eb b5 48 c7 c7 c0 57 f0 9a e8 8c f9 04 00 0f 0b 31 c0 e9 cd fe ff ff 48 c7 c7 c0 57 f0 9a e8 77 f9 04 00 <0f> 0b 31 c0 e9 b8 fe ff ff e8 f6 e4 fd ff 66 0f 1f 44 00 00 0f 1f
[ 2173.048943] RSP: 0018:ffffb2f540f473c8 EFLAGS: 00010282
[ 2173.048943] RAX: 0000000000000024 RBX: ffff8c9feae5ec60 RCX: 0000000000000000
[ 2173.048944] RDX: 0000000000000000 RSI: ffff8c9ffdb57448 RDI: ffff8c9ffdb57448
[ 2173.048944] RBP: ffffb2f540f47438 R08: 000000000000048b R09: 0000000000000004
[ 2173.048944] R10: 0000000000000452 R11: 0000000000000001 R12: ffff8c9feae5ec60
[ 2173.048945] R13: 0000000000000001 R14: ffffb2f540f47468 R15: ffffffff99cb93e0
[ 2173.048945] FS:  00007f7fa7ebafc0(0000) GS:ffff8c9ffdb40000(0000) knlGS:0000000000000000
[ 2173.048946] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2173.048946] CR2: 0000372e28e90c3a CR3: 0000000835b1c004 CR4: 00000000007606e0
[ 2173.048947] PKRU: 55555554
[ 2173.048947] Call Trace:
[ 2173.048950]  ? synchronize_rcu_expedited+0x17f/0x330
[ 2173.048951]  __cancel_work_timer+0x136/0x1b0
[ 2173.048952]  ? fq_codel_reset+0xa4/0xd0 [sch_fq_codel]
[ 2173.048953]  cancel_delayed_work_sync+0x13/0x20
[ 2173.048955]  rtl8125_close+0x49/0x120 [r8125]
[ 2173.048957]  __dev_close_many+0xa5/0x120
[ 2173.048958]  __dev_change_flags+0xcc/0x1d0
[ 2173.048959]  dev_change_flags+0x29/0x60
[ 2173.048960]  do_setlink+0x2f7/0xf40
[ 2173.048961]  ? cpumask_next+0x1b/0x20
[ 2173.048962]  ? __snmp6_fill_stats64.isra.49+0xfe/0x130
[ 2173.048964]  ? __nla_validate_parse+0x58/0x8e0
[ 2173.048965]  __rtnl_newlink+0x548/0x930
[ 2173.048966]  ? __nla_put+0x20/0x30
[ 2173.048968]  ? __kmalloc_node_track_caller+0x2d7/0x2e0
[ 2173.048969]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 2173.048970]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 2173.048971]  ? update_load_avg+0x17d/0x680
[ 2173.048972]  ? update_load_avg+0x17d/0x680
[ 2173.048972]  ? __enqueue_entity+0x6c/0x70
[ 2173.048973]  ? enqueue_entity+0x123/0x690
[ 2173.048974]  ? record_times+0x1b/0x90
[ 2173.048976]  ? _cond_resched+0x19/0x40
[ 2173.048976]  ? kmem_cache_alloc_trace+0x208/0x220
[ 2173.048977]  rtnl_newlink+0x4c/0x70
[ 2173.048978]  rtnetlink_rcv_msg+0x296/0x340
[ 2173.048979]  ? ethtool_convert_link_mode_to_legacy_u32+0x57/0x80
[ 2173.048980]  ? _cond_resched+0x19/0x40
[ 2173.048980]  ? rtnl_calcit.isra.30+0x120/0x120
[ 2173.048982]  netlink_rcv_skb+0x51/0x120
[ 2173.048982]  rtnetlink_rcv+0x15/0x20
[ 2173.048983]  netlink_unicast+0x1a4/0x250
[ 2173.048984]  netlink_sendmsg+0x2eb/0x3f0
[ 2173.048986]  sock_sendmsg+0x63/0x70
[ 2173.048986]  ____sys_sendmsg+0x200/0x280
[ 2173.048987]  ___sys_sendmsg+0x88/0xd0
[ 2173.048988]  ? call_rcu+0x10/0x20
[ 2173.048989]  ? destroy_inode+0x65/0x80
[ 2173.048990]  ? evict+0x139/0x1a0
[ 2173.048991]  ? iput+0x189/0x220
[ 2173.048992]  ? _cond_resched+0x19/0x40
[ 2173.048993]  __sys_sendmsg+0x63/0xa0
[ 2173.048994]  ? __sys_sendmsg+0x63/0xa0
[ 2173.048995]  __x64_sys_sendmsg+0x1f/0x30
[ 2173.048996]  do_syscall_64+0x5a/0x130
[ 2173.048997]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 2173.048998] RIP: 0033:0x7f7fa56ad607
[ 2173.048999] Code: 44 00 00 41 54 55 41 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 0b ea ff ff 44 89 e2 41 89 c0 48 89 ee 89 df b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 44 ea ff ff 48
[ 2173.048999] RSP: 002b:00007ffe8fd09790 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[ 2173.049000] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007f7fa56ad607
[ 2173.049000] RDX: 0000000000000000 RSI: 00007ffe8fd097f0 RDI: 0000000000000007
[ 2173.049000] RBP: 00007ffe8fd097f0 R08: 0000000000000000 R09: 00005593582e0800
[ 2173.049001] R10: 0000559358180010 R11: 0000000000000293 R12: 0000000000000000
[ 2173.049001] R13: 00007ffe8fd097f0 R14: 00007ffe8fd09974 R15: 0000000000000000
[ 2173.049002] ---[ end trace 3557e8ce8740a47e ]---
[ 2173.051559] enp3s0: 0xffffb2f540e70000, 14:da:e9:c5:1e:f5, IRQ 124
[ 2173.118121] bpfilter: Loaded bpfilter_umh pid 3516
[ 2173.118252] Started bpfilter
[ 2177.188552] r8125: enp3s0: link up
[ 2177.188606] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[ 2224.399234] ------------[ cut here ]------------
[ 2224.399239] WARNING: CPU: 9 PID: 1022 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/kernel/workqueue.c:3039 __flush_work+0x1cc/0x1e0
[ 2224.399239] Modules linked in: xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp iptable_filter bpfilter nf_nat_h323 nf_conntrack_h323 nf_nat_pptp nf_conntrack_pptp nf_nat_tftp nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul
[ 2224.399253]  crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[ 2224.399281] CPU: 9 PID: 1022 Comm: NetworkManager Tainted: P        W  OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[ 2224.399281] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[ 2224.399282] RIP: 0010:__flush_work+0x1cc/0x1e0
[ 2224.399283] Code: ba 2c 24 03 80 c9 f0 eb b5 48 c7 c7 c0 57 f0 9a e8 8c f9 04 00 0f 0b 31 c0 e9 cd fe ff ff 48 c7 c7 c0 57 f0 9a e8 77 f9 04 00 <0f> 0b 31 c0 e9 b8 fe ff ff e8 f6 e4 fd ff 66 0f 1f 44 00 00 0f 1f
[ 2224.399284] RSP: 0018:ffffb2f540f473c8 EFLAGS: 00010282
[ 2224.399284] RAX: 0000000000000024 RBX: ffff8c9feae5ec60 RCX: 0000000000000000
[ 2224.399284] RDX: 0000000000000000 RSI: ffff8c9ffda57448 RDI: ffff8c9ffda57448
[ 2224.399285] RBP: ffffb2f540f47438 R08: 00000000000004da R09: 0000000000000004
[ 2224.399285] R10: 0000000000000452 R11: 0000000000000001 R12: ffff8c9feae5ec60
[ 2224.399286] R13: 0000000000000001 R14: ffffb2f540f47468 R15: ffffffff99cb93e0
[ 2224.399286] FS:  00007f7fa7ebafc0(0000) GS:ffff8c9ffda40000(0000) knlGS:0000000000000000
[ 2224.399287] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2224.399287] CR2: 000055c7a0d78468 CR3: 0000000835b1c004 CR4: 00000000007606e0
[ 2224.399287] PKRU: 55555554
[ 2224.399287] Call Trace:
[ 2224.399290]  ? synchronize_rcu_expedited+0x17f/0x330
[ 2224.399291]  __cancel_work_timer+0x136/0x1b0
[ 2224.399293]  ? fq_codel_reset+0xa4/0xd0 [sch_fq_codel]
[ 2224.399294]  cancel_delayed_work_sync+0x13/0x20
[ 2224.399296]  rtl8125_close+0x49/0x120 [r8125]
[ 2224.399298]  __dev_close_many+0xa5/0x120
[ 2224.399299]  __dev_change_flags+0xcc/0x1d0
[ 2224.399300]  dev_change_flags+0x29/0x60
[ 2224.399301]  do_setlink+0x2f7/0xf40
[ 2224.399302]  ? __wake_up+0x13/0x20
[ 2224.399303]  ? netlink_broadcast_filtered+0x14c/0x3c0
[ 2224.399305]  ? __nla_validate_parse+0x58/0x8e0
[ 2224.399306]  __rtnl_newlink+0x548/0x930
[ 2224.399307]  ? __wake_up+0x13/0x20
[ 2224.399309]  ? prep_new_page+0x130/0x160
[ 2224.399309]  ? get_page_from_freelist+0xc4c/0x1470
[ 2224.399313]  ? nf_conntrack_lock+0x12/0x50 [nf_conntrack]
[ 2224.399314]  ? __nla_reserve+0x41/0x50
[ 2224.399315]  ? __nla_put+0x20/0x30
[ 2224.399316]  ? nla_put+0x33/0x40
[ 2224.399317]  ? fib_nexthop_info+0x114/0x1e0
[ 2224.399319]  ? _cond_resched+0x19/0x40
[ 2224.399320]  ? kmem_cache_alloc_trace+0x208/0x220
[ 2224.399321]  rtnl_newlink+0x4c/0x70
[ 2224.399322]  rtnetlink_rcv_msg+0x296/0x340
[ 2224.399322]  ? _cond_resched+0x19/0x40
[ 2224.399323]  ? rtnl_calcit.isra.30+0x120/0x120
[ 2224.399324]  netlink_rcv_skb+0x51/0x120
[ 2224.399325]  rtnetlink_rcv+0x15/0x20
[ 2224.399325]  netlink_unicast+0x1a4/0x250
[ 2224.399326]  netlink_sendmsg+0x2eb/0x3f0
[ 2224.399328]  sock_sendmsg+0x63/0x70
[ 2224.399329]  ____sys_sendmsg+0x200/0x280
[ 2224.399330]  ___sys_sendmsg+0x88/0xd0
[ 2224.399331]  ? ptep_set_access_flags+0x27/0x30
[ 2224.399332]  ? do_wp_page+0x187/0x530
[ 2224.399334]  __sys_sendmsg+0x63/0xa0
[ 2224.399334]  ? __sys_sendmsg+0x63/0xa0
[ 2224.399335]  __x64_sys_sendmsg+0x1f/0x30
[ 2224.399337]  do_syscall_64+0x5a/0x130
[ 2224.399338]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 2224.399338] RIP: 0033:0x7f7fa56ad607
[ 2224.399339] Code: 44 00 00 41 54 55 41 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 0b ea ff ff 44 89 e2 41 89 c0 48 89 ee 89 df b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 44 ea ff ff 48
[ 2224.399340] RSP: 002b:00007ffe8fd096f0 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[ 2224.399340] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007f7fa56ad607
[ 2224.399340] RDX: 0000000000000000 RSI: 00007ffe8fd09750 RDI: 0000000000000007
[ 2224.399341] RBP: 00007ffe8fd09750 R08: 0000000000000000 R09: 00005593582dcfa0
[ 2224.399341] R10: 0000559358180010 R11: 0000000000000293 R12: 0000000000000000
[ 2224.399341] R13: 00007ffe8fd09750 R14: 00007ffe8fd098d4 R15: 0000000000000000
[ 2224.399342] ---[ end trace 3557e8ce8740a47f ]---
[ 2224.402702] enp3s0: 0xffffb2f540e70000, 2c:f0:5d:29:20:f2, IRQ 124
[ 2224.454858] ------------[ cut here ]------------
[ 2224.454863] WARNING: CPU: 7 PID: 1022 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/kernel/workqueue.c:3039 __flush_work+0x1cc/0x1e0
[ 2224.454864] Modules linked in: xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp iptable_filter bpfilter nf_nat_h323 nf_conntrack_h323 nf_nat_pptp nf_conntrack_pptp nf_nat_tftp nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul
[ 2224.454878]  crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[ 2224.454891] CPU: 7 PID: 1022 Comm: NetworkManager Tainted: P        W  OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[ 2224.454891] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[ 2224.454892] RIP: 0010:__flush_work+0x1cc/0x1e0
[ 2224.454893] Code: ba 2c 24 03 80 c9 f0 eb b5 48 c7 c7 c0 57 f0 9a e8 8c f9 04 00 0f 0b 31 c0 e9 cd fe ff ff 48 c7 c7 c0 57 f0 9a e8 77 f9 04 00 <0f> 0b 31 c0 e9 b8 fe ff ff e8 f6 e4 fd ff 66 0f 1f 44 00 00 0f 1f
[ 2224.454894] RSP: 0018:ffffb2f540f473c8 EFLAGS: 00010282
[ 2224.454894] RAX: 0000000000000024 RBX: ffff8c9feae5ec60 RCX: 0000000000000000
[ 2224.454895] RDX: 0000000000000000 RSI: ffff8c9ffd9d7448 RDI: ffff8c9ffd9d7448
[ 2224.454895] RBP: ffffb2f540f47438 R08: 0000000000000520 R09: 0000000000000004
[ 2224.454895] R10: 0000000000000452 R11: 0000000000000001 R12: ffff8c9feae5ec60
[ 2224.454896] R13: 0000000000000001 R14: ffffb2f540f47468 R15: ffffffff99cb93e0
[ 2224.454896] FS:  00007f7fa7ebafc0(0000) GS:ffff8c9ffd9c0000(0000) knlGS:0000000000000000
[ 2224.454897] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2224.454897] CR2: 00007f239634cdd0 CR3: 0000000835b1c003 CR4: 00000000007606e0
[ 2224.454898] PKRU: 55555554
[ 2224.454898] Call Trace:
[ 2224.454901]  ? synchronize_rcu_expedited+0x17f/0x330
[ 2224.454902]  __cancel_work_timer+0x136/0x1b0
[ 2224.454903]  ? fq_codel_reset+0xa4/0xd0 [sch_fq_codel]
[ 2224.454904]  cancel_delayed_work_sync+0x13/0x20
[ 2224.454906]  rtl8125_close+0x49/0x120 [r8125]
[ 2224.454908]  __dev_close_many+0xa5/0x120
[ 2224.454909]  __dev_change_flags+0xcc/0x1d0
[ 2224.454910]  dev_change_flags+0x29/0x60
[ 2224.454911]  do_setlink+0x2f7/0xf40
[ 2224.454912]  ? cpumask_next+0x1b/0x20
[ 2224.454914]  ? __snmp6_fill_stats64.isra.49+0xfe/0x130
[ 2224.454915]  ? __nla_validate_parse+0x58/0x8e0
[ 2224.454916]  __rtnl_newlink+0x548/0x930
[ 2224.454918]  ? __nla_put+0x20/0x30
[ 2224.454919]  ? __kmalloc_node_track_caller+0x2d7/0x2e0
[ 2224.454920]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 2224.454921]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 2224.454922]  ? update_load_avg+0x17d/0x680
[ 2224.454923]  ? update_load_avg+0x17d/0x680
[ 2224.454924]  ? __enqueue_entity+0x6c/0x70
[ 2224.454924]  ? enqueue_entity+0x123/0x690
[ 2224.454925]  ? record_times+0x1b/0x90
[ 2224.454927]  ? _cond_resched+0x19/0x40
[ 2224.454928]  ? kmem_cache_alloc_trace+0x208/0x220
[ 2224.454929]  rtnl_newlink+0x4c/0x70
[ 2224.454929]  rtnetlink_rcv_msg+0x296/0x340
[ 2224.454930]  ? __wake_up_common+0x73/0x120
[ 2224.454931]  ? _cond_resched+0x19/0x40
[ 2224.454931]  ? rtnl_calcit.isra.30+0x120/0x120
[ 2224.454933]  netlink_rcv_skb+0x51/0x120
[ 2224.454933]  rtnetlink_rcv+0x15/0x20
[ 2224.454934]  netlink_unicast+0x1a4/0x250
[ 2224.454935]  netlink_sendmsg+0x2eb/0x3f0
[ 2224.454937]  sock_sendmsg+0x63/0x70
[ 2224.454938]  ____sys_sendmsg+0x200/0x280
[ 2224.454939]  ___sys_sendmsg+0x88/0xd0
[ 2224.454940]  ? ptep_set_access_flags+0x27/0x30
[ 2224.454941]  ? do_wp_page+0x187/0x530
[ 2224.454942]  __sys_sendmsg+0x63/0xa0
[ 2224.454943]  ? __sys_sendmsg+0x63/0xa0
[ 2224.454944]  __x64_sys_sendmsg+0x1f/0x30
[ 2224.454945]  do_syscall_64+0x5a/0x130
[ 2224.454946]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 2224.454947] RIP: 0033:0x7f7fa56ad607
[ 2224.454948] Code: 44 00 00 41 54 55 41 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 0b ea ff ff 44 89 e2 41 89 c0 48 89 ee 89 df b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 44 ea ff ff 48
[ 2224.454948] RSP: 002b:00007ffe8fd09790 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[ 2224.454949] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007f7fa56ad607
[ 2224.454949] RDX: 0000000000000000 RSI: 00007ffe8fd097f0 RDI: 0000000000000007
[ 2224.454949] RBP: 00007ffe8fd097f0 R08: 0000000000000000 R09: 00005593582dcfa0
[ 2224.454950] R10: 0000559358180010 R11: 0000000000000293 R12: 0000000000000000
[ 2224.454950] R13: 00007ffe8fd097f0 R14: 00007ffe8fd09974 R15: 0000000000000000
[ 2224.454951] ---[ end trace 3557e8ce8740a480 ]---
[ 2224.458215] enp3s0: 0xffffb2f540e70000, 1a:e3:fb:3d:37:8f, IRQ 124
[ 2228.580565] r8125: enp3s0: link up
[ 2805.812773] ------------[ cut here ]------------
[ 2805.812777] WARNING: CPU: 11 PID: 1022 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/kernel/workqueue.c:3039 __flush_work+0x1cc/0x1e0
[ 2805.812778] Modules linked in: xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp iptable_filter bpfilter nf_nat_h323 nf_conntrack_h323 nf_nat_pptp nf_conntrack_pptp nf_nat_tftp nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul
[ 2805.812792]  crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[ 2805.812805] CPU: 11 PID: 1022 Comm: NetworkManager Tainted: P        W  OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[ 2805.812805] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[ 2805.812806] RIP: 0010:__flush_work+0x1cc/0x1e0
[ 2805.812807] Code: ba 2c 24 03 80 c9 f0 eb b5 48 c7 c7 c0 57 f0 9a e8 8c f9 04 00 0f 0b 31 c0 e9 cd fe ff ff 48 c7 c7 c0 57 f0 9a e8 77 f9 04 00 <0f> 0b 31 c0 e9 b8 fe ff ff e8 f6 e4 fd ff 66 0f 1f 44 00 00 0f 1f
[ 2805.812808] RSP: 0018:ffffb2f540f473c8 EFLAGS: 00010282
[ 2805.812808] RAX: 0000000000000024 RBX: ffff8c9feae5ec60 RCX: 0000000000000000
[ 2805.812809] RDX: 0000000000000000 RSI: ffff8c9ffdad7448 RDI: ffff8c9ffdad7448
[ 2805.812809] RBP: ffffb2f540f47438 R08: 0000000000000569 R09: 0000000000000004
[ 2805.812809] R10: 0000000000000452 R11: 0000000000000001 R12: ffff8c9feae5ec60
[ 2805.812810] R13: 0000000000000001 R14: ffffb2f540f47468 R15: ffffffff99cb93e0
[ 2805.812810] FS:  00007f7fa7ebafc0(0000) GS:ffff8c9ffdac0000(0000) knlGS:0000000000000000
[ 2805.812811] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2805.812811] CR2: 00005583fdf24cb0 CR3: 0000000835b1c001 CR4: 00000000007606e0
[ 2805.812811] PKRU: 55555554
[ 2805.812812] Call Trace:
[ 2805.812814]  ? synchronize_rcu_expedited+0x17f/0x330
[ 2805.812815]  __cancel_work_timer+0x136/0x1b0
[ 2805.812817]  ? fq_codel_reset+0xa4/0xd0 [sch_fq_codel]
[ 2805.812819]  cancel_delayed_work_sync+0x13/0x20
[ 2805.812820]  rtl8125_close+0x49/0x120 [r8125]
[ 2805.812822]  __dev_close_many+0xa5/0x120
[ 2805.812824]  __dev_change_flags+0xcc/0x1d0
[ 2805.812825]  dev_change_flags+0x29/0x60
[ 2805.812826]  do_setlink+0x2f7/0xf40
[ 2805.812827]  ? __wake_up+0x13/0x20
[ 2805.812829]  ? netlink_broadcast_filtered+0x14c/0x3c0
[ 2805.812831]  ? __nla_validate_parse+0x58/0x8e0
[ 2805.812832]  __rtnl_newlink+0x548/0x930
[ 2805.812835]  ? prep_new_page+0x130/0x160
[ 2805.812836]  ? get_page_from_freelist+0xc4c/0x1470
[ 2805.812837]  ? __nla_reserve+0x41/0x50
[ 2805.812838]  ? __nla_put+0x20/0x30
[ 2805.812840]  ? nla_put+0x33/0x40
[ 2805.812841]  ? fib_nexthop_info+0x114/0x1e0
[ 2805.812844]  ? _cond_resched+0x19/0x40
[ 2805.812845]  ? kmem_cache_alloc_trace+0x208/0x220
[ 2805.812846]  rtnl_newlink+0x4c/0x70
[ 2805.812847]  rtnetlink_rcv_msg+0x296/0x340
[ 2805.812848]  ? _cond_resched+0x19/0x40
[ 2805.812849]  ? rtnl_calcit.isra.30+0x120/0x120
[ 2805.812851]  netlink_rcv_skb+0x51/0x120
[ 2805.812852]  rtnetlink_rcv+0x15/0x20
[ 2805.812853]  netlink_unicast+0x1a4/0x250
[ 2805.812854]  netlink_sendmsg+0x2eb/0x3f0
[ 2805.812856]  sock_sendmsg+0x63/0x70
[ 2805.812857]  ____sys_sendmsg+0x200/0x280
[ 2805.812859]  ___sys_sendmsg+0x88/0xd0
[ 2805.812860]  ? ptep_set_access_flags+0x27/0x30
[ 2805.812861]  ? do_wp_page+0x187/0x530
[ 2805.812863]  __sys_sendmsg+0x63/0xa0
[ 2805.812864]  ? __sys_sendmsg+0x63/0xa0
[ 2805.812866]  __x64_sys_sendmsg+0x1f/0x30
[ 2805.812867]  do_syscall_64+0x5a/0x130
[ 2805.812869]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 2805.812870] RIP: 0033:0x7f7fa56ad607
[ 2805.812871] Code: 44 00 00 41 54 55 41 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 0b ea ff ff 44 89 e2 41 89 c0 48 89 ee 89 df b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 44 ea ff ff 48
[ 2805.812872] RSP: 002b:00007ffe8fd096f0 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[ 2805.812873] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007f7fa56ad607
[ 2805.812873] RDX: 0000000000000000 RSI: 00007ffe8fd09750 RDI: 0000000000000007
[ 2805.812873] RBP: 00007ffe8fd09750 R08: 0000000000000000 R09: 00005593582dce00
[ 2805.812874] R10: 0000559358180010 R11: 0000000000000293 R12: 0000000000000000
[ 2805.812874] R13: 00007ffe8fd09750 R14: 00007ffe8fd098d4 R15: 0000000000000000
[ 2805.812876] ---[ end trace 3557e8ce8740a481 ]---
[ 2805.815688] enp3s0: 0xffffb2f540e70000, 2c:f0:5d:29:20:f2, IRQ 124
[ 2809.956580] r8125: enp3s0: link up
[ 2809.956632] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[ 3054.102520] ------------[ cut here ]------------
[ 3054.102539] WARNING: CPU: 12 PID: 1022 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/kernel/workqueue.c:3039 __flush_work+0x1cc/0x1e0
[ 3054.102540] Modules linked in: xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp iptable_filter bpfilter nf_nat_h323 nf_conntrack_h323 nf_nat_pptp nf_conntrack_pptp nf_nat_tftp nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul
[ 3054.102596]  crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[ 3054.102649] CPU: 12 PID: 1022 Comm: NetworkManager Tainted: P        W  OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[ 3054.102651] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[ 3054.102658] RIP: 0010:__flush_work+0x1cc/0x1e0
[ 3054.102662] Code: ba 2c 24 03 80 c9 f0 eb b5 48 c7 c7 c0 57 f0 9a e8 8c f9 04 00 0f 0b 31 c0 e9 cd fe ff ff 48 c7 c7 c0 57 f0 9a e8 77 f9 04 00 <0f> 0b 31 c0 e9 b8 fe ff ff e8 f6 e4 fd ff 66 0f 1f 44 00 00 0f 1f
[ 3054.102665] RSP: 0018:ffffb2f540f473c8 EFLAGS: 00010282
[ 3054.102668] RAX: 0000000000000024 RBX: ffff8c9feae5ec60 RCX: 0000000000000000
[ 3054.102670] RDX: 0000000000000000 RSI: ffff8c9ffdb17448 RDI: ffff8c9ffdb17448
[ 3054.102672] RBP: ffffb2f540f47438 R08: 00000000000005af R09: 0000000000000004
[ 3054.102674] R10: 0000000000000452 R11: 0000000000000001 R12: ffff8c9feae5ec60
[ 3054.102676] R13: 0000000000000001 R14: ffffb2f540f47468 R15: ffffffff99cb93e0
[ 3054.102680] FS:  00007f7fa7ebafc0(0000) GS:ffff8c9ffdb00000(0000) knlGS:0000000000000000
[ 3054.102682] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3054.102684] CR2: 00007f27540483f8 CR3: 0000000835b1c005 CR4: 00000000007606e0
[ 3054.102686] PKRU: 55555554
[ 3054.102688] Call Trace:
[ 3054.102700]  ? synchronize_rcu_expedited+0x17f/0x330
[ 3054.102706]  __cancel_work_timer+0x136/0x1b0
[ 3054.102714]  ? fq_codel_reset+0xa4/0xd0 [sch_fq_codel]
[ 3054.102720]  cancel_delayed_work_sync+0x13/0x20
[ 3054.102729]  rtl8125_close+0x49/0x120 [r8125]
[ 3054.102737]  __dev_close_many+0xa5/0x120
[ 3054.102742]  __dev_change_flags+0xcc/0x1d0
[ 3054.102747]  dev_change_flags+0x29/0x60
[ 3054.102751]  do_setlink+0x2f7/0xf40
[ 3054.102758]  ? __update_load_avg_se+0x11c/0x310
[ 3054.102763]  ? update_load_avg+0x17d/0x680
[ 3054.102767]  ? update_load_avg+0x17d/0x680
[ 3054.102775]  ? __nla_validate_parse+0x58/0x8e0
[ 3054.102779]  ? __enqueue_entity+0x6c/0x70
[ 3054.102785]  __rtnl_newlink+0x548/0x930
[ 3054.102791]  ? ttwu_do_wakeup+0x1e/0x150
[ 3054.102797]  ? try_to_wake_up+0x24b/0x620
[ 3054.102802]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 3054.102807]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 3054.102811]  ? update_load_avg+0x17d/0x680
[ 3054.102815]  ? update_load_avg+0x17d/0x680
[ 3054.102819]  ? __enqueue_entity+0x6c/0x70
[ 3054.102823]  ? enqueue_entity+0x123/0x690
[ 3054.102829]  ? record_times+0x1b/0x90
[ 3054.102839]  ? _cond_resched+0x19/0x40
[ 3054.102844]  ? kmem_cache_alloc_trace+0x208/0x220
[ 3054.102848]  rtnl_newlink+0x4c/0x70
[ 3054.102853]  rtnetlink_rcv_msg+0x296/0x340
[ 3054.102856]  ? __wake_up_common+0x73/0x120
[ 3054.102860]  ? _cond_resched+0x19/0x40
[ 3054.102864]  ? rtnl_calcit.isra.30+0x120/0x120
[ 3054.102870]  netlink_rcv_skb+0x51/0x120
[ 3054.102875]  rtnetlink_rcv+0x15/0x20
[ 3054.102879]  netlink_unicast+0x1a4/0x250
[ 3054.102885]  netlink_sendmsg+0x2eb/0x3f0
[ 3054.102892]  sock_sendmsg+0x63/0x70
[ 3054.102897]  ____sys_sendmsg+0x200/0x280
[ 3054.102903]  ___sys_sendmsg+0x88/0xd0
[ 3054.102910]  ? do_filp_open+0xaf/0x110
[ 3054.102918]  __sys_sendmsg+0x63/0xa0
[ 3054.102922]  ? __sys_sendmsg+0x63/0xa0
[ 3054.102929]  __x64_sys_sendmsg+0x1f/0x30
[ 3054.102935]  do_syscall_64+0x5a/0x130
[ 3054.102941]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 3054.102944] RIP: 0033:0x7f7fa56ad607
[ 3054.102949] Code: 44 00 00 41 54 55 41 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 0b ea ff ff 44 89 e2 41 89 c0 48 89 ee 89 df b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 44 ea ff ff 48
[ 3054.102951] RSP: 002b:00007ffe8fd09790 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[ 3054.102955] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007f7fa56ad607
[ 3054.102956] RDX: 0000000000000000 RSI: 00007ffe8fd097f0 RDI: 0000000000000007
[ 3054.102958] RBP: 00007ffe8fd097f0 R08: 0000000000000000 R09: 00005593582dce00
[ 3054.102960] R10: 0000559358180010 R11: 0000000000000293 R12: 0000000000000000
[ 3054.102962] R13: 00007ffe8fd097f0 R14: 00007ffe8fd09974 R15: 0000000000000000
[ 3054.102967] ---[ end trace 3557e8ce8740a482 ]---
[ 3054.106582] enp3s0: 0xffffb2f540e70000, 1a:e3:fb:3d:37:8f, IRQ 124
[ 3058.244606] r8125: enp3s0: link up
[ 3900.245940] ------------[ cut here ]------------
[ 3900.245948] WARNING: CPU: 15 PID: 1022 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/kernel/workqueue.c:3039 __flush_work+0x1cc/0x1e0
[ 3900.245948] Modules linked in: xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp iptable_filter bpfilter nf_nat_h323 nf_conntrack_h323 nf_nat_pptp nf_conntrack_pptp nf_nat_tftp nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul
[ 3900.245970]  crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[ 3900.245991] CPU: 15 PID: 1022 Comm: NetworkManager Tainted: P        W  OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[ 3900.245992] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[ 3900.245994] RIP: 0010:__flush_work+0x1cc/0x1e0
[ 3900.245995] Code: ba 2c 24 03 80 c9 f0 eb b5 48 c7 c7 c0 57 f0 9a e8 8c f9 04 00 0f 0b 31 c0 e9 cd fe ff ff 48 c7 c7 c0 57 f0 9a e8 77 f9 04 00 <0f> 0b 31 c0 e9 b8 fe ff ff e8 f6 e4 fd ff 66 0f 1f 44 00 00 0f 1f
[ 3900.245996] RSP: 0018:ffffb2f540f473c8 EFLAGS: 00010282
[ 3900.245996] RAX: 0000000000000024 RBX: ffff8c9feae5ec60 RCX: 0000000000000000
[ 3900.245997] RDX: 0000000000000000 RSI: ffff8c9ffdbd7448 RDI: ffff8c9ffdbd7448
[ 3900.245997] RBP: ffffb2f540f47438 R08: 00000000000005f9 R09: 0000000000000004
[ 3900.245998] R10: 0000000000000452 R11: 0000000000000001 R12: ffff8c9feae5ec60
[ 3900.245998] R13: 0000000000000001 R14: ffffb2f540f47468 R15: ffffffff99cb93e0
[ 3900.245999] FS:  00007f7fa7ebafc0(0000) GS:ffff8c9ffdbc0000(0000) knlGS:0000000000000000
[ 3900.245999] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3900.246000] CR2: 00005593582cd170 CR3: 0000000835b1c003 CR4: 00000000007606e0
[ 3900.246000] PKRU: 55555554
[ 3900.246001] Call Trace:
[ 3900.246005]  ? synchronize_rcu_expedited+0x17f/0x330
[ 3900.246006]  __cancel_work_timer+0x136/0x1b0
[ 3900.246009]  ? fq_codel_reset+0xa4/0xd0 [sch_fq_codel]
[ 3900.246010]  cancel_delayed_work_sync+0x13/0x20
[ 3900.246013]  rtl8125_close+0x49/0x120 [r8125]
[ 3900.246016]  __dev_close_many+0xa5/0x120
[ 3900.246017]  __dev_change_flags+0xcc/0x1d0
[ 3900.246018]  dev_change_flags+0x29/0x60
[ 3900.246020]  do_setlink+0x2f7/0xf40
[ 3900.246021]  ? __wake_up+0x13/0x20
[ 3900.246023]  ? netlink_broadcast_filtered+0x14c/0x3c0
[ 3900.246025]  ? __nla_validate_parse+0x58/0x8e0
[ 3900.246026]  __rtnl_newlink+0x548/0x930
[ 3900.246029]  ? prep_new_page+0x130/0x160
[ 3900.246030]  ? get_page_from_freelist+0xc4c/0x1470
[ 3900.246031]  ? __nla_reserve+0x41/0x50
[ 3900.246032]  ? __nla_put+0x20/0x30
[ 3900.246033]  ? nla_put+0x33/0x40
[ 3900.246035]  ? fib_nexthop_info+0x114/0x1e0
[ 3900.246037]  ? _cond_resched+0x19/0x40
[ 3900.246039]  ? kmem_cache_alloc_trace+0x208/0x220
[ 3900.246040]  rtnl_newlink+0x4c/0x70
[ 3900.246041]  rtnetlink_rcv_msg+0x296/0x340
[ 3900.246042]  ? _cond_resched+0x19/0x40
[ 3900.246042]  ? rtnl_calcit.isra.30+0x120/0x120
[ 3900.246044]  netlink_rcv_skb+0x51/0x120
[ 3900.246045]  rtnetlink_rcv+0x15/0x20
[ 3900.246046]  netlink_unicast+0x1a4/0x250
[ 3900.246047]  netlink_sendmsg+0x2eb/0x3f0
[ 3900.246049]  sock_sendmsg+0x63/0x70
[ 3900.246050]  ____sys_sendmsg+0x200/0x280
[ 3900.246051]  ___sys_sendmsg+0x88/0xd0
[ 3900.246053]  ? ptep_set_access_flags+0x27/0x30
[ 3900.246054]  ? do_wp_page+0x187/0x530
[ 3900.246056]  __sys_sendmsg+0x63/0xa0
[ 3900.246057]  ? __sys_sendmsg+0x63/0xa0
[ 3900.246059]  __x64_sys_sendmsg+0x1f/0x30
[ 3900.246061]  do_syscall_64+0x5a/0x130
[ 3900.246062]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 3900.246063] RIP: 0033:0x7f7fa56ad607
[ 3900.246064] Code: 44 00 00 41 54 55 41 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 0b ea ff ff 44 89 e2 41 89 c0 48 89 ee 89 df b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 44 ea ff ff 48
[ 3900.246065] RSP: 002b:00007ffe8fd096f0 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[ 3900.246065] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007f7fa56ad607
[ 3900.246066] RDX: 0000000000000000 RSI: 00007ffe8fd09750 RDI: 0000000000000007
[ 3900.246066] RBP: 00007ffe8fd09750 R08: 0000000000000000 R09: 00005593582dce00
[ 3900.246067] R10: 0000559358180010 R11: 0000000000000293 R12: 0000000000000000
[ 3900.246067] R13: 00007ffe8fd09750 R14: 00007ffe8fd098d4 R15: 0000000000000000
[ 3900.246068] ---[ end trace 3557e8ce8740a483 ]---
[ 3900.249158] enp3s0: 0xffffb2f540e70000, 2c:f0:5d:29:20:f2, IRQ 124
[ 3904.388630] r8125: enp3s0: link up
[ 3904.388686] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[ 3904.524214] ------------[ cut here ]------------
[ 3904.524219] WARNING: CPU: 2 PID: 1022 at /build/linux-hwe-pGQy9q/linux-hwe-5.3.0/kernel/workqueue.c:3039 __flush_work+0x1cc/0x1e0
[ 3904.524219] Modules linked in: xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp iptable_filter bpfilter nf_nat_h323 nf_conntrack_h323 nf_nat_pptp nf_conntrack_pptp nf_nat_tftp nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nls_utf8 isofs uas usb_storage snd_hda_codec_hdmi sof_pci_dev snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof binfmt_misc snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match nvidia_uvm(POE) snd_soc_acpi nvidia_drm(POE) intel_rapl_msr snd_soc_core intel_rapl_common x86_pkg_temp_thermal mei_hdcp intel_powerclamp snd_compress coretemp nvidia_modeset(POE) kvm_intel ac97_bus kvm irqbypass snd_pcm_dmaengine input_leds joydev nvidia(POE) snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep crct10dif_pclmul
[ 3904.524237]  crc32_pclmul ghash_clmulni_intel snd_seq_midi snd_seq_midi_event drm_kms_helper snd_pcm drm snd_rawmidi aesni_intel ipmi_devintf ipmi_msghandler fb_sys_fops snd_seq syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt cryptd intel_pch_thermal glue_helper wmi_bmof intel_wmi_thunderbolt intel_cstate mxm_wmi snd_seq_device snd_timer mei_me snd soundcore i2c_multi_instantiate mei mac_hid acpi_tad acpi_pad sch_fq_codel nfsd parport_pc ppdev auth_rpcgss nfs_acl lockd lp grace parport sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_ezkey hid_generic usbhid hid ahci libahci r8125(OE) wmi video
[ 3904.524255] CPU: 2 PID: 1022 Comm: NetworkManager Tainted: P        W  OE     5.3.0-59-generic #53~18.04.1-Ubuntu
[ 3904.524255] Hardware name: Micro-Star International Co., Ltd. MS-7C75/Z490-A PRO (MS-7C75), BIOS 2.10 05/21/2020
[ 3904.524256] RIP: 0010:__flush_work+0x1cc/0x1e0
[ 3904.524257] Code: ba 2c 24 03 80 c9 f0 eb b5 48 c7 c7 c0 57 f0 9a e8 8c f9 04 00 0f 0b 31 c0 e9 cd fe ff ff 48 c7 c7 c0 57 f0 9a e8 77 f9 04 00 <0f> 0b 31 c0 e9 b8 fe ff ff e8 f6 e4 fd ff 66 0f 1f 44 00 00 0f 1f
[ 3904.524258] RSP: 0018:ffffb2f540f473c8 EFLAGS: 00010282
[ 3904.524258] RAX: 0000000000000024 RBX: ffff8c9feae5ec60 RCX: 0000000000000000
[ 3904.524259] RDX: 0000000000000000 RSI: ffff8c9ffd897448 RDI: ffff8c9ffd897448
[ 3904.524259] RBP: ffffb2f540f47438 R08: 000000000000063f R09: 0000000000000004
[ 3904.524259] R10: ffffb2f540103d70 R11: 0000000000000001 R12: ffff8c9feae5ec60
[ 3904.524260] R13: 0000000000000001 R14: ffffb2f540f47468 R15: ffffffff99cb93e0
[ 3904.524260] FS:  00007f7fa7ebafc0(0000) GS:ffff8c9ffd880000(0000) knlGS:0000000000000000
[ 3904.524261] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3904.524261] CR2: 00007ffa24006f30 CR3: 0000000835b1c003 CR4: 00000000007606e0
[ 3904.524261] PKRU: 55555554
[ 3904.524262] Call Trace:
[ 3904.524264]  ? synchronize_rcu_expedited+0x17f/0x330
[ 3904.524265]  __cancel_work_timer+0x136/0x1b0
[ 3904.524267]  ? fq_codel_reset+0xa4/0xd0 [sch_fq_codel]
[ 3904.524268]  cancel_delayed_work_sync+0x13/0x20
[ 3904.524270]  rtl8125_close+0x49/0x120 [r8125]
[ 3904.524272]  __dev_close_many+0xa5/0x120
[ 3904.524274]  __dev_change_flags+0xcc/0x1d0
[ 3904.524275]  dev_change_flags+0x29/0x60
[ 3904.524276]  do_setlink+0x2f7/0xf40
[ 3904.524278]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 3904.524279]  ? update_load_avg+0x17d/0x680
[ 3904.524280]  ? update_load_avg+0x17d/0x680
[ 3904.524282]  ? __nla_validate_parse+0x58/0x8e0
[ 3904.524283]  ? __enqueue_entity+0x6c/0x70
[ 3904.524284]  __rtnl_newlink+0x548/0x930
[ 3904.524286]  ? ttwu_do_wakeup+0x1e/0x150
[ 3904.524287]  ? try_to_wake_up+0x24b/0x620
[ 3904.524288]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 3904.524289]  ? __update_load_avg_cfs_rq+0x14f/0x2d0
[ 3904.524290]  ? update_load_avg+0x17d/0x680
[ 3904.524291]  ? update_load_avg+0x17d/0x680
[ 3904.524292]  ? __enqueue_entity+0x6c/0x70
[ 3904.524292]  ? enqueue_entity+0x123/0x690
[ 3904.524293]  ? record_times+0x1b/0x90
[ 3904.524295]  ? _cond_resched+0x19/0x40
[ 3904.524297]  ? kmem_cache_alloc_trace+0x208/0x220
[ 3904.524298]  rtnl_newlink+0x4c/0x70
[ 3904.524298]  rtnetlink_rcv_msg+0x296/0x340
[ 3904.524299]  ? __wake_up_common+0x73/0x120
[ 3904.524300]  ? _cond_resched+0x19/0x40
[ 3904.524300]  ? rtnl_calcit.isra.30+0x120/0x120
[ 3904.524302]  netlink_rcv_skb+0x51/0x120
[ 3904.524302]  rtnetlink_rcv+0x15/0x20
[ 3904.524303]  netlink_unicast+0x1a4/0x250
[ 3904.524304]  netlink_sendmsg+0x2eb/0x3f0
[ 3904.524306]  sock_sendmsg+0x63/0x70
[ 3904.524307]  ____sys_sendmsg+0x200/0x280
[ 3904.524308]  ___sys_sendmsg+0x88/0xd0
[ 3904.524309]  ? do_filp_open+0xaf/0x110
[ 3904.524310]  __sys_sendmsg+0x63/0xa0
[ 3904.524311]  ? __sys_sendmsg+0x63/0xa0
[ 3904.524312]  __x64_sys_sendmsg+0x1f/0x30
[ 3904.524314]  do_syscall_64+0x5a/0x130
[ 3904.524315]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 3904.524316] RIP: 0033:0x7f7fa56ad607
[ 3904.524316] Code: 44 00 00 41 54 55 41 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 0b ea ff ff 44 89 e2 41 89 c0 48 89 ee 89 df b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 44 ea ff ff 48
[ 3904.524317] RSP: 002b:00007ffe8fd09790 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[ 3904.524317] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007f7fa56ad607
[ 3904.524318] RDX: 0000000000000000 RSI: 00007ffe8fd097f0 RDI: 0000000000000007
[ 3904.524318] RBP: 00007ffe8fd097f0 R08: 0000000000000000 R09: 00005593582dce00
[ 3904.524318] R10: 0000559358180010 R11: 0000000000000293 R12: 0000000000000000
[ 3904.524319] R13: 00007ffe8fd097f0 R14: 00007ffe8fd09974 R15: 0000000000000000
[ 3904.524320] ---[ end trace 3557e8ce8740a484 ]---
[ 3904.526940] enp3s0: 0xffffb2f540e70000, 1a:e3:fb:3d:37:8f, IRQ 124
[ 3908.644597] r8125: enp3s0: link up
iznobe@iznobe-PC:~$

retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#15 Le 24/06/2020, à 13:28

iznobe

Re : [RESOLU] plus de connexion RJ45

Bonjour , j ' ai demarrer en session live , pas de connexion internet disponible ...

Si j ' essaie d ' en creer une nouvelle , je ne peux selectionner aucun device , pas d' adresse mac dispo ...

Par contre , maintenant le partage de connexion par USB de mon smartphone marche sur l ' ordi , je me suis donc depeche de faire les mises a jour esperant qu il me telecharge ce dont il a besoin pour faire marcher ma carte reseau .

ET ben queuchii , il n ' y a pas de mise a jour a installer , pourtant tout se deroule correctement et donc ma carte reseau ne marche toujours pas yikes

Dernière modification par iznobe (Le 24/06/2020, à 13:51)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#16 Le 24/06/2020, à 17:36

iznobe

Re : [RESOLU] plus de connexion RJ45

Finalement ca marche enfin !

la solution est sur ce post : https://forum.ubuntu-fr.org/viewtopic.p … #p22305138


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#17 Le 25/06/2020, à 17:43

iznobe

Re : [RESOLU] plus de connexion RJ45

Bonjour ,
j ' aimerais savoir , lorsqu ' on installe un pilote manuellement dans le noyau , comme c ' est le cas pour moi , a chaque fois que je fais une MAJ du noyau il faut reinstaller le pilote ?

il doit y avoir un probleme qui reste encore a resoudre , voici le message que j' obtiens lors de l ' installation du pilote :

iznobe@iznobe-MS-7CPC:/usr/src/r8125-9.003.05$ sudo ./autorun.sh
[sudo] Mot de passe de iznobe :    

Check old driver and unload it.
Build the module and install
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
Warning: modules_install: missing 'System.map' file. Skipping depmod.
DEPMOD 5.4.0-39-generic
load module r8125
Updating initramfs. Please wait.
update-initramfs: Generating /boot/initrd.img-5.4.0-39-generic
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125a-3.fw for module r8169
Completed.
iznobe@iznobe-MS-7CPC:/usr/src/r8125-9.003.05$ 

comment puis je faire pour installer le firmware manquant svp , sachant que le module r8169 semble etre installé ?

iznobe@iznobe-MS-7CPC:/usr/src/r8125-9.003.05$ modinfo r8169
filename:       /lib/modules/5.4.0-39-generic/kernel/drivers/net/ethernet/realtek/r8169.ko
firmware:       rtl_nic/rtl8125a-3.fw
firmware:       rtl_nic/rtl8107e-2.fw
firmware:       rtl_nic/rtl8107e-1.fw
firmware:       rtl_nic/rtl8168h-2.fw
firmware:       rtl_nic/rtl8168h-1.fw
firmware:       rtl_nic/rtl8168g-3.fw
firmware:       rtl_nic/rtl8168g-2.fw
firmware:       rtl_nic/rtl8106e-2.fw
firmware:       rtl_nic/rtl8106e-1.fw
firmware:       rtl_nic/rtl8411-2.fw
firmware:       rtl_nic/rtl8411-1.fw
firmware:       rtl_nic/rtl8402-1.fw
firmware:       rtl_nic/rtl8168f-2.fw
firmware:       rtl_nic/rtl8168f-1.fw
firmware:       rtl_nic/rtl8105e-1.fw
firmware:       rtl_nic/rtl8168e-3.fw
firmware:       rtl_nic/rtl8168e-2.fw
firmware:       rtl_nic/rtl8168e-1.fw
firmware:       rtl_nic/rtl8168d-2.fw
firmware:       rtl_nic/rtl8168d-1.fw
license:        GPL
softdep:        pre: realtek
description:    RealTek RTL-8169 Gigabit Ethernet driver
author:         Realtek and the Linux r8169 crew <netdev@vger.kernel.org>
srcversion:     DF4ECFD2CD48E2A6FA2D7FE
alias:          pci:v000010ECd00003000sv*sd*bc*sc*i*
alias:          pci:v000010ECd00008125sv*sd*bc*sc*i*
alias:          pci:v00000001d00008168sv*sd00002410bc*sc*i*
alias:          pci:v00001737d00001032sv*sd00000024bc*sc*i*
alias:          pci:v000016ECd00000116sv*sd*bc*sc*i*
alias:          pci:v00001259d0000C107sv*sd*bc*sc*i*
alias:          pci:v00001186d00004302sv*sd*bc*sc*i*
alias:          pci:v00001186d00004300sv*sd*bc*sc*i*
alias:          pci:v00001186d00004300sv00001186sd00004B10bc*sc*i*
alias:          pci:v000010ECd00008169sv*sd*bc*sc*i*
alias:          pci:v000010FFd00008168sv*sd*bc*sc*i*
alias:          pci:v000010ECd00008168sv*sd*bc*sc*i*
alias:          pci:v000010ECd00008167sv*sd*bc*sc*i*
alias:          pci:v000010ECd00008161sv*sd*bc*sc*i*
alias:          pci:v000010ECd00008136sv*sd*bc*sc*i*
alias:          pci:v000010ECd00008129sv*sd*bc*sc*i*
alias:          pci:v000010ECd00002600sv*sd*bc*sc*i*
alias:          pci:v000010ECd00002502sv*sd*bc*sc*i*
depends:        
retpoline:      Y
intree:         Y
name:           r8169
vermagic:       5.4.0-39-generic SMP mod_unload 
signat:         PKCS#7
signer:         
sig_key:        
sig_hashalgo:   md4
parm:           debug:Debug verbosity level (0=none, ..., 16=all) (int)
iznobe@iznobe-MS-7CPC:/usr/src/r8125-9.003.05$ 

hum d ' apres la derniere commande , on voit meme que le firmware manquant est installé , je n ' y comprends plus rien , aidez moi svp .

Dernière modification par iznobe (Le 25/06/2020, à 17:51)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#18 Le 25/06/2020, à 17:56

xubu1957

Re : [RESOLU] plus de connexion RJ45

Bonjour,

Montre :

lspci -k -nn | grep -A 3 -i net

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#19 Le 25/06/2020, à 18:02

iznobe

Re : [RESOLU] plus de connexion RJ45

Bonjour et merci pour votre aide .

j ' ai vu pour les noyaux c ' est pris en compte au fur et a mesure , merci pour la reponse .

voici le resultat de la commande :

iznobe@iznobe-MS-7CPC:~$ lspci -k -nn | grep -A 3 -i net
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. Device [10ec:8125] (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7c75]
	Kernel driver in use: r8125
	Kernel modules: r8169, r8125
iznobe@iznobe-MS-7CPC:~$

il ne manquerait pas une dependance non satisfaite au vu de l ' erreur a l ' installation du pilote ?
comment peut on verifier en CLI , je savais , mais j ' ai oublié ...

Dernière modification par iznobe (Le 25/06/2020, à 18:13)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne