[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#970736: marked as done (cdc_ncm_fill_tx_frame calls memset with huge length when called from cdc_mbim_tx_fixup)



Your message dated Tue, 02 Feb 2021 06:47:08 +0000
with message-id <E1l6pSu-000CfX-8i@fasolo.debian.org>
and subject line Bug#970736: fixed in linux 4.19.171-1
has caused the Debian Bug report #970736,
regarding cdc_ncm_fill_tx_frame calls memset with huge length when called from cdc_mbim_tx_fixup
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
970736: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970736
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 4.19.132-1
Severity: normal

Dear Maintainer,

I'm running a PCEngines APU3C4 system as a router, with a Huawei 909s-120
LTE module for the upstream connection. It has been crashing once every
few days.  Now I was able to catch the oops message on a separate computer
connected to the serial console.

The crashes may have started after I started using mbim-network
from libmbim-utils 1.18.0-1 to connect the LTE modem. I did this because
ModemManager/NetworkManager was unable to get an IPv6 address. (It turns
out that my ISP is only giving me a /64 subnet which is not supposed to
be broken down into further subnets, so I may well go back to ModemManager
and forgo IPv6.)

I say the crashes "may" have started after that, because they are not
easily reproducible, so the underlying problem might have been there and
I just didn't happen to see crashes before I changed the configuration.
The crash dump does seem to mention cdc_mbim on one of the cores, so
perhaps it is relevant.

[135697.443269] VFS: brelse: Trying to free free buffer
[135697.449620]  __find_get_block+0x265/0x2d0
[135697.449629] BUG: unable to handle kernel NULL pointer dereference at 000000000000000d
[135697.449639] PGD 0 P4D 0 
[135697.453858]  __getblk_gfp+0x24/0x280
[135697.461871] Oops: 0000 [#1] SMP NOPTI
[135697.464603]  ? lock_timer_base+0x67/0x80
[135697.468329] CPU: 0 PID: 527 Comm: rs:main Q:Reg Not tainted 4.19.0-10-amd64 #1 Debian 4.19.132-1
[135697.472341]  __ext4_get_inode_loc+0xe4/0x3f0 [ext4]
[135697.476242] Hardware name: PC Engines apu3/apu3, BIOS v4.12.0.2 06/28/2020
[135697.485435]  ? ext4_dirty_inode+0x46/0x60 [ext4]
[135697.490343] RIP: 0010:new_sync_write+0x4d/0x160
[135697.497550]  ext4_reserve_inode_write+0x52/0xc0 [ext4]
[135697.502152] Code: 24 60 31 c0 31 c0 48 89 34 24 f6 c5 04 48 89 54 24 08 0f 95 c0 01 c0 f6 c5 40 0f 85 f8 00 00 00 48 8b 97 f0 00 00 00 48 8b 12 <f6> 42 0d 20 0f 85 e4 00 00 00 f6 c5 10 75 18 48 8b 93 f0 00 00 00
[135697.507040]  ext4_mark_inode_dirty+0x51/0x1d0 [ext4]
[135697.512129] RSP: 0018:ffffb7a780ae3e58 EFLAGS: 00010246
[135697.531306]  ? jbd2__journal_start+0xd9/0x1e0 [jbd2]
[135697.536337] RAX: 0000000000000002 RBX: ffff921527ccc600 RCX: 0000000000008401
[135697.541925]  ext4_dirty_inode+0x46/0x60 [ext4]
[135697.546846] RDX: 0000000000000000 RSI: 00007feef0001580 RDI: ffff921527ccc600
[135697.554133]  __mark_inode_dirty+0x1ba/0x380
[135697.558645] RBP: ffffb7a780ae3f08 R08: 0000000000000121 R09: ffff9215230e4b00
[135697.558656] R10: 0000000000000007 R11: 0000000000000000 R12: 0000000000000000
[135697.565924]  generic_update_time+0xb6/0xd0
[135697.570204] R13: ffffb7a780ae3f08 R14: 00007feef0001580 R15: 0000000000000000
[135697.570215] FS:  00007feefbe42700(0000) GS:ffff92152aa00000(0000) knlGS:0000000000000000
[135697.577465]  file_update_time+0xe1/0x130
[135697.584678] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135697.584686] CR2: 000000000000000d CR3: 0000000124660000 CR4: 00000000000406f0
[135697.588926]  __generic_file_write_iter+0x98/0x1c0
[135697.596163] Call Trace:
[135697.604458]  ext4_file_write_iter+0xc6/0x3b0 [ext4]
[135697.608411]  ? common_file_perm+0x5b/0xf0
[135697.614280]  ? __seccomp_filter+0x44/0x4a0
[135697.621549]  ? security_file_permission+0x2c/0xb0
[135697.626359]  ? __handle_mm_fault+0xa83/0x1270
[135697.628895]  vfs_write+0xa5/0x1a0
[135697.633888]  new_sync_write+0xfb/0x160
[135697.637992]  ksys_write+0x57/0xd0
[135697.642196]  vfs_write+0xa5/0x1a0
[135697.647028]  do_syscall_64+0x53/0x110
[135697.651504]  ksys_write+0x57/0xd0
[135697.654940]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[135697.658806]  do_syscall_64+0x53/0x110
[135697.662234] RIP: 0033:0x7feefcf5b4a7
[135697.665666]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[135697.669461] Code: 44 00 00 41 54 49 89 d4 55 48 89 f5 53 89 fb 48 83 ec 10 e8 fb fc ff ff 4c 89 e2 48 89 ee 89 df 41 89 c0 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 34 fd ff ff 48
[135697.672879] RIP: 0033:0x7f415bee92c7
[135697.678062] RSP: 002b:00007feefbe41840 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[135697.681853] Code: 44 00 00 41 54 55 49 89 d4 53 48 89 f5 89 fb 48 83 ec 10 e8 5b fd ff ff 4c 89 e2 41 89 c0 48 89 ee 89 df b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 48 89 44 24 08 e8 94 fd ff ff 48
[135697.685515] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007feefcf5b4a7
[135697.685523] RDX: 0000000000000121 RSI: 00007feef0001580 RDI: 0000000000000007
[135697.690721] RSP: 002b:00007f415842c1d0 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[135697.709655] RBP: 00007feef0001580 R08: 0000000000000000 R09: 6e69746974696572
[135697.713324] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f415bee92c7
[135697.720978] R10: 3a6c656e72656b20 R11: 0000000000000293 R12: 0000000000000121
[135697.720987] R13: 00007feef0001580 R14: 0000000000000000 R15: 00005579b67d9690
[135697.739901] RDX: 0000000000000053 RSI: 0000561b4f5be000 RDI: 0000000000000005
[135697.739909] RBP: 0000561b4f5be000 R08: 0000000000000000 R09: 00007f415bc55610
[135697.747156] Modules linked in: xt_nat xt_tcpudp nft_compat veth nft_counter xt_conntrack bridge nf_conntrack_netlink xfrm_user xfrm_algo overlay cdc_mbim cdc_wdm cdc_ncm 8021q garp stp mrp llc option usb_wwan amd64_edac_mod edac_mce_amd cdc_ether usbserial usbnet kvm_amd mii kvm irqbypass crct10dif_pclmul crc32_pclmul leds_apu ghash_clmulni_intel evdev pcspkr sg fam15h_power k10temp sp5100_tco ccp rng_core leds_gpio pcc_cpufreq button acpi_cpufreq nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nf_tables_set nft_masq_ipv4 nft_masq nft_chain_nat_ipv4 nf_nat_ipv4 nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables sch_fq_codel nfnetlink ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 fscrypto ecb dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx
[135697.754416] R10: 6120737365636361 R11: 0000000000000293 R12: 0000000000000053
[135697.754424] R13: 0000000000000053 R14: 00007f415842c3c0 R15: 0000561b4f5ce038
[135697.762111]  xor raid6_pq libcrc32c crc32c_generic raid1 raid0 multipath linear md_mod sd_mod crc32c_intel ahci libahci sdhci_pci libata cqhci aesni_intel sdhci xhci_pci xhci_hcd ehci_pci aes_x86_64 ehci_hcd mmc_core crypto_simd cryptd scsi_mod glue_helper igb usbcore i2c_piix4 i2c_algo_bit usb_common dca thermal gpio_keys
[135697.769355] ---[ end trace c574e4fd5880069b ]---
[135697.776614] CR2: 000000000000000d
[135697.936388] BUG: unable to handle kernel NULL pointer dereference at 0000000000000000
[135697.936556] ---[ end trace c574e4fd5880069c ]---
[135697.944819] PGD 0 P4D 0 
[135697.944827] Oops: 0000 [#2] SMP NOPTI
[135697.944836] CPU: 1 PID: 288 Comm: systemd-journal Tainted: G      D W         4.19.0-10-amd64 #1 Debian 4.19.132-1
[135697.944838] Hardware name: PC Engines apu3/apu3, BIOS v4.12.0.2 06/28/2020
[135697.944848] RIP: 0010:__block_write_begin_int+0x233/0x5b0
[135697.944852] Code: 48 00 48 8b 45 00 a8 04 74 c6 b9 02 00 00 00 48 c7 c2 50 b7 b2 83 be 02 00 00 00 48 89 ef e8 04 6d 48 00 eb ab 48 8b 44 24 40 <48> 8b 10 83 e2 01 0f 85 5a ff ff ff 48 8b 10 83 e2 01 0f 85 4e ff
[135697.944855] RSP: 0000:ffffb7a7808dbc90 EFLAGS: 00010202
[135697.944858] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000000d
[135697.944861] RDX: 0000000000000000 RSI: 0000000000000000 RDI: fffff49904764a80
[135697.944863] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[135697.944865] R10: 0000000000000000 R11: ffff921487c5ff08 R12: fffff49904764a80
[135697.944868] R13: 0000000000000000 R14: 00000000008bc001 R15: 0000000000000000
[135697.944872] FS:  00007fd37fbe4940(0000) GS:ffff92152aa80000(0000) knlGS:0000000000000000
[135697.944875] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135697.944877] CR2: 0000000000000000 CR3: 00000001289b0000 CR4: 00000000000406e0
[135697.944879] Call Trace:
[135697.944960]  ? ext4_journalled_zero_new_buffers+0x100/0x100 [ext4]
[135697.945006]  ? ext4_journalled_zero_new_buffers+0x100/0x100 [ext4]
[135697.950106] RIP: 0010:new_sync_write+0x4d/0x160
[135697.952901]  block_page_mkwrite+0xa1/0xf0
[135697.952974]  ext4_page_mkwrite+0x327/0x520 [ext4]
[135697.952984]  do_page_mkwrite+0x30/0x90
[135697.957051] Code: 24 60 31 c0 31 c0 48 89 34 24 f6 c5 04 48 89 54 24 08 0f 95 c0 01 c0 f6 c5 40 0f 85 f8 00 00 00 48 8b 97 f0 00 00 00 48 8b 12 <f6> 42 0d 20 0f 85 e4 00 00 00 f6 c5 10 75 18 48 8b 93 f0 00 00 00
[135697.968103]  do_wp_page+0x3f5/0x5f0
[135697.968111]  ? _copy_to_user+0x26/0x30
[135697.968117]  ? cp_new_stat+0x150/0x180
[135697.968123]  __handle_mm_fault+0xb8b/0x1270
[135697.968131]  handle_mm_fault+0xd6/0x200
[135697.968138]  __do_page_fault+0x249/0x4f0
[135697.968146]  ? page_fault+0x8/0x30
[135697.968151]  page_fault+0x1e/0x30
[135697.968157] RIP: 0033:0x7fd380a2cc45
[135697.968162] Code: 08 48 83 80 e8 00 00 00 01 48 8b 44 24 18 48 83 c0 01 49 89 06 31 c0 e9 15 ff ff ff 66 0f 1f 84 00 00 00 00 00 48 8b 44 24 10 <49> 89 44 df 18 48 8b 44 24 18 48 83 c0 01 49 89 06 31 c0 e9 ef fe
[135697.968165] RSP: 002b:00007fff709a3f70 EFLAGS: 00010293
[135697.968168] RAX: 00000000006334e8 RBX: 0000000000000777 RCX: 0000000000000006
[135697.968171] RDX: 0000000000000006 RSI: 0000000000000000 RDI: 00007fd37ed52120
[135697.968174] RBP: 000000000045b120 R08: 00000000000041e8 R09: 000055da9aa35160
[135697.968176] R10: 000d364e6ea42345 R11: 00007fd37ec86de8 R12: 000055da9aa34f50
[135697.968179] R13: 00007fff709a3f98 R14: 00007fff709a4030 R15: 00007fd37ed52120
[135697.968209] Modules linked in: xt_nat xt_tcpudp nft_compat veth nft_counter xt_conntrack bridge nf_conntrack_netlink xfrm_user xfrm_algo overlay cdc_mbim cdc_wdm cdc_ncm 8021q garp stp mrp llc option usb_wwan amd64_edac_mod edac_mce_amd cdc_ether usbserial usbnet kvm_amd mii kvm irqbypass crct10dif_pclmul crc32_pclmul leds_apu ghash_clmulni_intel evdev pcspkr sg fam15h_power k10temp sp5100_tco ccp rng_core leds_gpio pcc_cpufreq button acpi_cpufreq nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nf_tables_set nft_masq_ipv4 nft_masq nft_chain_nat_ipv4 nf_nat_ipv4 nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables sch_fq_codel nfnetlink ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 fscrypto ecb dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx
[135697.968276]  xor raid6_pq libcrc32c crc32c_generic raid1 raid0 multipath linear md_mod sd_mod crc32c_intel ahci libahci sdhci_pci libata cqhci aesni_intel sdhci xhci_pci xhci_hcd ehci_pci aes_x86_64 ehci_hcd mmc_core crypto_simd cryptd scsi_mod glue_helper igb usbcore i2c_piix4 i2c_algo_bit usb_common dca thermal gpio_keys
[135697.968308] CR2: 0000000000000000
[135697.968314] BUG: unable to handle kernel paging request at ffff921494800000
[135697.968318] PGD 96001067 P4D 96001067 PUD 123261063 PMD 80000000948001e1 
[135697.968328] Oops: 0003 [#3] SMP NOPTI
[135697.968334] CPU: 2 PID: 0 Comm: swapper/2 Tainted: G      D W         4.19.0-10-amd64 #1 Debian 4.19.132-1
[135697.968336] Hardware name: PC Engines apu3/apu3, BIOS v4.12.0.2 06/28/2020
[135697.968343] RIP: 0010:__memset+0x24/0x30
[135697.968347] Code: 90 90 90 90 90 90 0f 1f 44 00 00 49 89 f9 48 89 d1 83 e2 07 48 c1 e9 03 40 0f b6 f6 48 b8 01 01 01 01 01 01 01 01 48 0f af c6 <f3> 48 ab 89 d1 f3 aa 4c 89 c8 c3 90 49 89 f9 40 88 f0 48 89 d1 f3
[135697.968350] RSP: 0018:ffff92152ab03a48 EFLAGS: 00010216
[135697.968354] RAX: 0000000000000000 RBX: ffff921522833400 RCX: 000000001dc83800
[135697.968357] RDX: 0000000000000006 RSI: 0000000000000000 RDI: ffff9214947ffffa
[135697.968359] RBP: 00000000fffffffe R08: 0000000000003f56 R09: ffff921482c1c002
[135697.968389] R10: 0000000000535049 R11: 00000000000005a0 R12: ffff921527082e40
[135697.968392] R13: 0000000000000004 R14: 000000000000001c R15: ffff9215214e7200
[135697.968395] FS:  0000000000000000(0000) GS:ffff92152ab00000(0000) knlGS:0000000000000000
[135697.968398] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135697.968401] CR2: ffff921494800000 CR3: 0000000108622000 CR4: 00000000000406e0
[135697.968403] Call Trace:
[135697.968408]  <IRQ>
[135697.968423]  cdc_ncm_fill_tx_frame+0x5e9/0x760 [cdc_ncm]
[135697.968427] ---[ end trace c574e4fd5880069d ]---
[135697.968436] RIP: 0010:new_sync_write+0x4d/0x160
[135697.968443]  cdc_mbim_tx_fixup+0x1f9/0x260 [cdc_mbim]
[135697.968461]  usbnet_start_xmit+0x5d/0x730 [usbnet]
[135697.968474]  ? dev_queue_xmit_nit+0x232/0x250
[135697.968506]  dev_hard_start_xmit+0xa5/0x210
[135697.968516]  sch_direct_xmit+0x111/0x360
[135697.968523]  __dev_queue_xmit+0x759/0x910
[135697.968534]  ? nf_nat_ipv4_manip_pkt+0x60/0x100 [nf_nat_ipv4]
[135697.968544]  ip_finish_output2+0x2dd/0x430
[135697.968552]  ? skb_gso_validate_network_len+0x11/0x80
[135697.968559]  ip_output+0x6c/0xe0
[135697.968566]  ? ip_append_data.part.49+0xd0/0xd0
[135697.968571]  ip_forward+0x3b0/0x470
[135697.968578]  ? ip_defrag.cold.12+0x33/0x33
[135697.968584]  ip_rcv+0xbc/0xd0
[135697.968590]  ? ip_rcv_finish_core.isra.18+0x360/0x360
[135697.968596]  __netif_receive_skb_one_core+0x5a/0x80
[135697.968603]  netif_receive_skb_internal+0x2f/0xa0
[135697.968610]  ? inet_gro_complete+0x9f/0xd0
[135697.968615]  ? napi_gro_complete+0x44/0xb0
[135697.968620]  napi_gro_flush+0xa0/0xf0
[135697.968627]  napi_complete_done+0x91/0x110
[135697.968682]  igb_poll+0x6b7/0xeb0 [igb]
[135697.968719]  net_rx_action+0x149/0x3b0
[135697.968727]  __do_softirq+0xde/0x2d8
[135697.968737]  irq_exit+0xba/0xc0
[135697.968771]  do_IRQ+0x7f/0xe0
[135697.968777]  common_interrupt+0xf/0xf
[135697.968781]  </IRQ>
[135697.968786] RIP: 0010:native_safe_halt+0xe/0x10
[135697.968790] Code: ff ff 7f c3 65 48 8b 04 25 40 5c 01 00 f0 80 48 02 20 48 8b 00 a8 08 75 c4 eb 80 90 e9 07 00 00 00 0f 00 2d 26 7e 4d 00 fb f4 <c3> 90 e9 07 00 00 00 0f 00 2d 16 7e 4d 00 f4 c3 90 90 0f 1f 44 00
[135697.968821] RSP: 0018:ffffb7a7806b3e38 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffda
[135697.968825] RAX: 0000000080000000 RBX: ffff9215299d4000 RCX: 0000000000000034
[135697.968828] RDX: 4ec4ec4ec4ec4ec5 RSI: ffffffff844ba400 RDI: ffff9215299d4064
[135697.968830] RBP: ffff9215299d4064 R08: 0000000000000002 R09: 0000000000021980
[135697.968833] R10: 00007b33fabe9904 R11: ffff92152ab210a8 R12: 0000000000000001
[135697.968835] R13: 0000000000000001 R14: 0000000000000001 R15: 0000000000000000
[135697.968844]  acpi_safe_halt+0x1b/0x30
[135697.968853]  acpi_idle_enter+0x103/0x2a0
[135697.968890]  cpuidle_enter_state+0x71/0x320
[135697.968899]  do_idle+0x228/0x270
[135697.968907]  cpu_startup_entry+0x6f/0x80
[135697.968913]  start_secondary+0x1a4/0x200
[135697.968920]  secondary_startup_64+0xa4/0xb0
[135697.968925] Modules linked in: xt_nat xt_tcpudp nft_compat veth nft_counter xt_conntrack bridge nf_conntrack_netlink xfrm_user xfrm_algo overlay cdc_mbim cdc_wdm cdc_ncm 8021q garp stp mrp llc option usb_wwan amd64_edac_mod edac_mce_amd cdc_ether usbserial usbnet kvm_amd mii kvm irqbypass crct10dif_pclmul crc32_pclmul leds_apu ghash_clmulni_intel evdev pcspkr sg fam15h_power k10temp sp5100_tco ccp rng_core leds_gpio pcc_cpufreq button acpi_cpufreq nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nf_tables_set nft_masq_ipv4 nft_masq nft_chain_nat_ipv4 nf_nat_ipv4 nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables sch_fq_codel nfnetlink ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 fscrypto ecb dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx
[135697.968992]  xor raid6_pq libcrc32c crc32c_generic raid1 raid0 multipath linear md_mod sd_mod crc32c_intel ahci libahci sdhci_pci libata cqhci aesni_intel sdhci xhci_pci xhci_hcd ehci_pci aes_x86_64 ehci_hcd mmc_core crypto_simd cryptd scsi_mod glue_helper igb usbcore i2c_piix4 i2c_algo_bit usb_common dca thermal gpio_keys
[135697.969024] CR2: ffff921494800000
[135697.969032] ---[ end trace c574e4fd5880069e ]---
[135697.969036] BUG: unable to handle kernel NULL pointer dereference at 0000000000000000
[135697.969041] RIP: 0010:new_sync_write+0x4d/0x160
[135697.969043] PGD 1262f8067 
[135697.969047] Code: 24 60 31 c0 31 c0 48 89 34 24 f6 c5 04 48 89 54 24 08 0f 95 c0 01 c0 f6 c5 40 0f 85 f8 00 00 00 48 8b 97 f0 00 00 00 48 8b 12 <f6> 42 0d 20 0f 85 e4 00 00 00 f6 c5 10 75 18 48 8b 93 f0 00 00 00
[135697.969048] P4D 1262f8067 
[135697.969051] RSP: 0018:ffffb7a780ae3e58 EFLAGS: 00010246
[135697.969052] PUD 0 
[135697.969056] RAX: 0000000000000002 RBX: ffff921527ccc600 RCX: 0000000000008401
[135697.969060] Oops: 0002 [#4] SMP NOPTI
[135697.969063] RDX: 0000000000000000 RSI: 00007feef0001580 RDI: ffff921527ccc600
[135697.969068] CPU: 3 PID: 7670 Comm: pool-3-thread-1 Tainted: G      D W         4.19.0-10-amd64 #1 Debian 4.19.132-1
[135697.969070] RBP: ffffb7a780ae3f08 R08: 0000000000000121 R09: ffff9215230e4b00
[135697.969072] Hardware name: PC Engines apu3/apu3, BIOS v4.12.0.2 06/28/2020
[135697.969074] R10: 0000000000000007 R11: 0000000000000000 R12: 0000000000000000
[135697.969095] RIP: 0010:do_get_write_access+0x4a/0x410 [jbd2]
[135697.969098] R13: ffffb7a780ae3f08 R14: 00007feef0001580 R15: 0000000000000000
[135697.969101] Code: 83 ec 28 48 8b 2f 89 54 24 1c 48 8b 45 00 48 c7 04 24 00 00 00 00 48 89 44 24 10 4c 8b 3b 4c 8b 35 4b 5f fb c3 e8 e6 a7 6d c3 <f0> 49 0f ba 2f 02 0f 82 7e 01 00 00 f0 49 0f ba 2f 17 0f 82 e1 01
[135697.969104] FS:  0000000000000000(0000) GS:ffff92152ab00000(0000) knlGS:0000000000000000
[135697.969107] RSP: 0018:ffffb7a78780fb10 EFLAGS: 00010246
[135697.969110] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135697.969113] CR2: ffff921494800000 CR3: 0000000108622000 CR4: 00000000000406e0
[135697.969116] RAX: 0000000000000000 RBX: ffff921487cd95a0 RCX: ffff921487cd95a0
[135697.969118] Kernel panic - not syncing: Fatal exception in interrupt
[135697.969120] RDX: 0000000000000000 RSI: ffff921487cd95a0 RDI: ffff921522ff9ba0
[135697.969123] RBP: ffff921523948c00 R08: 0000000000001000 R09: ffff921522ff9ba0
[135697.969126] R10: fffff49902e378c0 R11: ffff92152a02ad10 R12: ffff921522ff9ba0
[135697.969128] R13: 3ffffffffffffffe R14: 0000000102047f6d R15: 0000000000000000
[135697.969132] FS:  00007fd7377fd700(0000) GS:ffff92152ab80000(0000) knlGS:0000000000000000
[135697.969135] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135697.969138] CR2: 0000000000000000 CR3: 0000000108622000 CR4: 00000000000406e0
[135697.969140] Call Trace:
[135697.969150]  ? _cond_resched+0x15/0x30
[135697.969166]  jbd2_journal_get_write_access+0x57/0x70 [jbd2]
[135697.969236]  __ext4_journal_get_write_access+0x36/0x70 [ext4]
[135697.969307]  __ext4_new_inode+0x3c3/0x1580 [ext4]
[135697.969414]  ext4_create+0xe0/0x1c0 [ext4]
[135697.969425]  path_openat+0x117e/0x1480
[135697.969436]  ? swake_up_all+0xd6/0xf0
[135697.969443]  do_filp_open+0x93/0x100
[135697.969450]  ? prepend_path.isra.3+0xf8/0x2f0
[135697.969457]  ? __check_object_size+0x162/0x173
[135697.969464]  do_sys_open+0x186/0x210
[135697.969500]  do_syscall_64+0x53/0x110
[135697.969505]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[135697.969510] RIP: 0033:0x7fd75dabce29
[135697.969514] Code: 89 54 24 08 e8 88 0a 02 00 8b 74 24 0c 48 8b 3c 24 41 89 c0 44 8b 54 24 08 b8 01 01 00 00 89 f2 48 89 fe bf 9c ff ff ff 0f 05 <48> 3d 00 f0 ff ff 77 35 44 89 c7 89 44 24 08 e8 b3 0a 02 00 8b 44
[135697.969517] RSP: 002b:00007fd7377fbf10 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[135697.969521] RAX: ffffffffffffffda RBX: 0000000000000008 RCX: 00007fd75dabce29
[135697.969523] RDX: 00000000000000c2 RSI: 00007fd75d367c00 RDI: 00000000ffffff9c
[135697.969526] RBP: 00007fd7377fbfa0 R08: 0000000000000000 R09: 00007fd75d3683cf
[135697.969528] R10: 00000000000001b6 R11: 0000000000000293 R12: 00007fd75cf22448
[135697.969531] R13: 00007fd75d367c00 R14: 00000000000007d0 R15: 00007fd6f0126800
[135697.969535] Modules linked in: xt_nat xt_tcpudp nft_compat veth nft_counter xt_conntrack bridge nf_conntrack_netlink xfrm_user xfrm_algo overlay cdc_mbim cdc_wdm cdc_ncm 8021q garp stp mrp llc option usb_wwan amd64_edac_mod edac_mce_amd cdc_ether usbserial usbnet kvm_amd mii kvm irqbypass crct10dif_pclmul crc32_pclmul leds_apu ghash_clmulni_intel evdev pcspkr sg fam15h_power k10temp sp5100_tco ccp rng_core leds_gpio pcc_cpufreq button acpi_cpufreq nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nf_tables_set nft_masq_ipv4 nft_masq nft_chain_nat_ipv4 nf_nat_ipv4 nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables sch_fq_codel nfnetlink ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 fscrypto ecb dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx
[135697.969655]  xor raid6_pq libcrc32c crc32c_generic raid1 raid0 multipath linear md_mod sd_mod crc32c_intel ahci libahci sdhci_pci libata cqhci aesni_intel sdhci xhci_pci xhci_hcd ehci_pci aes_x86_64 ehci_hcd mmc_core crypto_simd cryptd scsi_mod glue_helper igb usbcore i2c_piix4 i2c_algo_bit usb_common dca thermal gpio_keys
[135697.969714] CR2: 0000000000000000
[135697.975512] Kernel Offset: 0x2400000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)


-- Package-specific info:
** Version:
Linux version 4.19.0-10-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.132-1 (2020-07-24)

** Command line:
BOOT_IMAGE=/vmlinuz-4.19.0-10-amd64 root=/dev/mapper/reititin--vg-root ro console=ttyS0,115200n8 quiet

** Not tainted

** Kernel log:
Unable to read kernel log; any relevant messages should be attached

** Model information
sys_vendor: PC Engines
product_name: apu3
product_version: 1.0
chassis_vendor: PC Engines
chassis_version: 
bios_vendor: coreboot
bios_version: v4.12.0.2
board_vendor: PC Engines
board_name: apu3
board_version: 1.0

** Loaded modules:
xt_nat
xt_tcpudp
nft_compat
veth
nft_counter
xt_conntrack
bridge
nf_conntrack_netlink
xfrm_user
xfrm_algo
overlay
cdc_mbim
cdc_wdm
cdc_ncm
8021q
garp
stp
mrp
llc
cdc_ether
option
usbnet
usb_wwan
mii
usbserial
amd64_edac_mod
edac_mce_amd
kvm_amd
kvm
irqbypass
leds_apu
crct10dif_pclmul
crc32_pclmul
ghash_clmulni_intel
pcspkr
evdev
k10temp
fam15h_power
ccp
sp5100_tco
sg
rng_core
leds_gpio
pcc_cpufreq
button
acpi_cpufreq
nft_reject_inet
nf_reject_ipv4
nf_reject_ipv6
nft_reject
nft_ct
nf_tables_set
nft_masq_ipv4
nft_masq
nft_chain_nat_ipv4
nf_nat_ipv4
nf_nat
sch_fq_codel
nf_conntrack
nf_defrag_ipv6
nf_defrag_ipv4
nf_tables
nfnetlink
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
fscrypto
ecb
dm_mod
raid10
raid456
async_raid6_recov
async_memcpy
async_pq
async_xor
async_tx
xor
raid6_pq
libcrc32c
crc32c_generic
raid1
raid0
multipath
linear
md_mod
sd_mod
crc32c_intel
ahci
ehci_pci
xhci_pci
libahci
ehci_hcd
xhci_hcd
libata
sdhci_pci
aesni_intel
cqhci
usbcore
sdhci
scsi_mod
mmc_core
aes_x86_64
crypto_simd
cryptd
glue_helper
igb
i2c_piix4
i2c_algo_bit
usb_common
dca
gpio_keys
thermal

** Network interface configuration:

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

** Network status:
*** IP interfaces and addresses:
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: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 00:0d:b9:57:34:d0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.64.1/24 brd 192.168.64.255 scope global enp1s0
       valid_lft forever preferred_lft forever
3: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 00:0d:b9:57:34:d1 brd ff:ff:ff:ff:ff:ff
    inet 192.168.3.1/24 brd 192.168.3.255 scope global enp2s0
       valid_lft forever preferred_lft forever
4: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:0d:b9:57:34:d2 brd ff:ff:ff:ff:ff:ff
    inet 192.168.65.1/24 brd 192.168.65.255 scope global enp3s0
       valid_lft forever preferred_lft forever
6: enp3s0.10@enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 00:0d:b9:57:34:d2 brd ff:ff:ff:ff:ff:ff
    inet 192.168.2.1/24 brd 192.168.2.255 scope global enp3s0.10
       valid_lft forever preferred_lft forever
    inet6 fe80::20d:b9ff:fe57:34d2/64 scope link 
       valid_lft forever preferred_lft forever
7: enp3s0.32@enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 00:0d:b9:57:34:d2 brd ff:ff:ff:ff:ff:ff
    inet 192.168.32.1/24 brd 192.168.32.255 scope global enp3s0.32
       valid_lft forever preferred_lft forever
    inet6 fe80::20d:b9ff:fe57:34d2/64 scope link 
       valid_lft forever preferred_lft forever
8: enp3s0.33@enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 00:0d:b9:57:34:d2 brd ff:ff:ff:ff:ff:ff
    inet 192.168.33.1/24 brd 192.168.33.255 scope global enp3s0.33
       valid_lft forever preferred_lft forever
    inet6 fe80::20d:b9ff:fe57:34d2/64 scope link 
       valid_lft forever preferred_lft forever
9: lte0: <BROADCAST,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
    link/ether 1e:47:19:76:03:34 brd ff:ff:ff:ff:ff:ff
    inet 100.97.47.82/8 brd 100.255.255.255 scope global dynamic lte0
       valid_lft 513882sec preferred_lft 513882sec
    inet6 2001:999:20:fbf6:1c47:19ff:fe76:334/64 scope global dynamic mngtmpaddr 
       valid_lft forever preferred_lft forever
    inet6 fe80::1c47:19ff:fe76:334/64 scope link 
       valid_lft forever preferred_lft forever
10: user0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default 
    link/ether 02:42:6e:a7:07:cc brd ff:ff:ff:ff:ff:ff
    inet 172.20.0.1/16 brd 172.20.255.255 scope global user0
       valid_lft forever preferred_lft forever
    inet6 fe80::42:6eff:fea7:7cc/64 scope link 
       valid_lft forever preferred_lft forever
11: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:ee:84:9a:74 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
13: vethe15271d@if12: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master user0 state UP group default 
    link/ether ae:a0:77:a5:9e:08 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet6 fe80::aca0:77ff:fea5:9e08/64 scope link 
       valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
 user0:  493048    4940    0    0    0     0          0         0  1976822    5839    0    0    0     0       0          0
    lo:    7226      96    0    0    0     0          0         0     7226      96    0    0    0     0       0          0
enp1s0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  lte0: 914125271  650338    0    0    0     0          0         0 17753867  253435    0    0    0     0       0          0
enp3s0.33:       0       0    0    0    0     0          0         0     1216      16    0    0    0     0       0          0
docker0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
vethe15271d:  562208    4940    0    0    0     0          0         0  1978038    5855    0    0    0     0       0          0
enp3s0.32:       0       0    0    0    0     0          0         0     1216      16    0    0    0     0       0          0
enp3s0.10: 17990614  255685    0    0    0     0          0       829 923265927  650918    0    0    0     0       0          0
enp3s0: 23632133  262694    0    0    0     0          0       845 923836448  655965    0    0    0     0       0          0
enp2s0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0


** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Root Complex [1022:1566]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Root Complex [1022:1566]
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Mullins IOMMU [1022:1567]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Mullins IOMMU [1022:1567]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 0
	Capabilities: <access denied>

00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Host Bridge [1022:156b]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:02.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1 [1022:1439] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 25
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: f7a00000-f7afffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1 [1022:1439] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 27
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: f7b00000-f7bfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1 [1022:1439] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 29
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: f7c00000-f7cfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:08.0 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Kabini/Mullins PSP-Platform Security Processor [1022:1537]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Kabini/Mullins PSP-Platform Security Processor [1022:1537]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at f7f00000 (64-bit, prefetchable) [size=128K]
	Region 2: Memory at f7d00000 (32-bit, non-prefetchable) [size=1M]
	Region 3: Memory at f7f24000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at f7e00000 (32-bit, non-prefetchable) [size=1M]
	Region 5: Memory at f7f20000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: ccp
	Kernel modules: ccp

00:10.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller [1022:7814] (rev 11) (prog-if 30 [XHCI])
	Subsystem: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller [1022:1410]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at f7f22000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7801] (rev 40) (prog-if 01 [AHCI 1.0])
	Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7801]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 19
	Region 0: I/O ports at 4010 [size=8]
	Region 1: I/O ports at 4020 [size=4]
	Region 2: I/O ports at 4018 [size=8]
	Region 3: I/O ports at 4024 [size=4]
	Region 4: I/O ports at 4000 [size=16]
	Region 5: Memory at f7f25000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 39) (prog-if 20 [EHCI])
	Subsystem: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at f7f26000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:780b] (rev 42)
	Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:780b]
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco

00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:780e] (rev 11)
	Subsystem: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:780e]
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:14.7 SD Host controller [0805]: Advanced Micro Devices, Inc. [AMD] FCH SD Flash Controller [1022:7813] (rev 01) (prog-if 01)
	Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SD Flash Controller [1022:7806]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 71, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f7f27000 (64-bit, non-prefetchable) [size=256]
	Kernel driver in use: sdhci-pci
	Kernel modules: sdhci_pci

00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 0 [1022:1580]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 1 [1022:1581]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 2 [1022:1582]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 3 [1022:1583]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: <access denied>
	Kernel driver in use: k10temp
	Kernel modules: k10temp

00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 4 [1022:1584]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: fam15h_power
	Kernel modules: fam15h_power

00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 5 [1022:1585]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

01:00.0 Ethernet controller [0200]: Intel Corporation I211 Gigabit Network Connection [8086:1539] (rev 03)
	Subsystem: Intel Corporation I211 Gigabit Network Connection [8086:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 31
	Region 0: Memory at f7a00000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at 1000 [size=32]
	Region 3: Memory at f7a20000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: igb
	Kernel modules: igb

02:00.0 Ethernet controller [0200]: Intel Corporation I211 Gigabit Network Connection [8086:1539] (rev 03)
	Subsystem: Intel Corporation I211 Gigabit Network Connection [8086:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 37
	Region 0: Memory at f7b00000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at 2000 [size=32]
	Region 3: Memory at f7b20000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: igb
	Kernel modules: igb

03:00.0 Ethernet controller [0200]: Intel Corporation I211 Gigabit Network Connection [8086:1539] (rev 03)
	Subsystem: Intel Corporation I211 Gigabit Network Connection [8086:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at f7c00000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at 3000 [size=32]
	Region 3: Memory at f7c20000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: igb
	Kernel modules: igb


** USB devices:
Bus 003 Device 004: ID 12d1:15c1 Huawei Technologies Co., Ltd. ME906s LTE M.2 Module
Bus 003 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 10.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-10-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-4.19.0-10-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.133+deb10u1
ii  kmod                                    26-1
ii  linux-base                              4.6

Versions of packages linux-image-4.19.0-10-amd64 recommends:
ii  apparmor             2.13.2-10
ii  firmware-linux-free  3.4

Versions of packages linux-image-4.19.0-10-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  grub-pc                 2.02+dfsg1-20+deb10u2
pn  linux-doc-4.19          <none>

Versions of packages linux-image-4.19.0-10-amd64 is related to:
pn  firmware-amd-graphics     <none>
pn  firmware-atheros          <none>
pn  firmware-bnx2             <none>
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
pn  firmware-iwlwifi          <none>
pn  firmware-libertas         <none>
pn  firmware-linux-nonfree    <none>
pn  firmware-misc-nonfree     <none>
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
pn  firmware-realtek          <none>
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 4.19.171-1
Done: Salvatore Bonaccorso <carnil@debian.org>

We believe that the bug you reported is fixed in the latest version of
linux, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 970736@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <carnil@debian.org> (supplier of updated linux package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 29 Jan 2021 23:03:16 +0100
Source: linux
Architecture: source
Version: 4.19.171-1
Distribution: buster-security
Urgency: high
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Salvatore Bonaccorso <carnil@debian.org>
Closes: 970736 972345 977048 977615
Changes:
 linux (4.19.171-1) buster-security; urgency=high
 .
   * New upstream stable update:
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.161
     - perf event: Check ref_reloc_sym before using it
     - netfilter: clear skb->next in NF_HOOK_LIST() (CVE-2021-20177)
     - btrfs: don't access possibly stale fs_info data for printing duplicate
       device
     - btrfs: fix lockdep splat when reading qgroup config on mount
     - wireless: Use linux/stddef.h instead of stddef.h
     - [arm64] KVM: vgic-v3: Drop the reporting of GICR_TYPER.Last for
       userspace
     - [x86] KVM: handle !lapic_in_kernel case in kvm_cpu_*_extint
     - [x86] KVM: Fix split-irqchip vs interrupt injection window request
     - [arm64] pgtable: Fix pte_accessible()
     - [arm64] pgtable: Ensure dirty bit is preserved across pte_wrprotect()
       (Closes: #977615)
     - drm/atomic_helper: Stop modesets on unregistered connectors harder
     - ALSA: hda/hdmi: fix incorrect locking in hdmi_pcm_close
     - HID: cypress: Support Varmilo Keyboards' media hotkeys
     - HID: add support for Sega Saturn
     - Input: i8042 - allow insmod to succeed on devices without an i8042
       controller
     - HID: hid-sensor-hub: Fix issue with devices with no report ID
     - HID: add HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE for Gamevice devices
     - [x86] xen: don't unbind uninitialized lock_kicker_irq
     - HID: Add Logitech Dinovo Edge battery quirk
     - proc: don't allow async path resolution of /proc/self components
     - nvme: free sq/cq dbbuf pointers when dbbuf set fails
     - [arm64,armhf] dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size
     - scsi: libiscsi: Fix NOP race condition
     - scsi: target: iscsi: Fix cmd abort fabric stop race
     - [x86] perf/x86: fix sysfs type mismatches
     - [arm64,armhf] phy: tegra: xusb: Fix dangling pointer on probe failure
     - scsi: ufs: Fix race between shutdown and runtime resume flow
     - bnxt_en: fix error return code in bnxt_init_one()
     - bnxt_en: fix error return code in bnxt_init_board()
     - [x86] video: hyperv_fb: Fix the cache type when mapping the VRAM
     - bnxt_en: Release PCI regions when DMA mask setup fails during probe.
     - cxgb4: fix the panic caused by non smac rewrite
     - [s390x] qeth: fix tear down of async TX buffers
     - IB/mthca: fix return value of error branch in mthca_init_cq()
     - net: ena: set initial DMA width to avoid intel iommu issue
     - [arm64] optee: add writeback to valid memory type
     - [arm64,armhf,x86] efivarfs: revert "fix memory leak in
       efivarfs_create()" (Closes: #977048)
     - can: gs_usb: fix endianess problem with candleLight firmware
     - [x86] platform/x86: thinkpad_acpi: Send tablet mode switch at wakeup
       time
     - [x86] platform/x86: toshiba_acpi: Fix the wrong variable assignment
     - USB: core: Change %pK for __user pointers to %px
     - usb: gadget: f_midi: Fix memleak in f_midi_alloc
     - USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO
       built-in usb-audio card
     - usb: gadget: Fix memleak in gadgetfs_fill_super
     - [x86] speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpb
     - USB: core: Fix regression in Hercules audio card
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.162
     - ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init
     - [s390x] net/af_iucv: set correct sk_protocol for child sockets
     - rose: Fix Null pointer dereference in rose_send_frame()
     - sock: set sk_err to ee_errno on dequeue from errq
     - tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control
     - tun: honor IOCB_NOWAIT flag
     - i40e: Fix removing driver while bare-metal VFs pass traffic
     - bonding: wait for sysfs kobject destruction before freeing struct slave
     - netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING
       traversal
     - ipv4: Fix tos mask in inet_rtm_getroute()
     - geneve: pull IP header before ECN decapsulation
     - net: ip6_gre: set dev->hard_header_len when using header_ops
     - cxgb3: fix error return code in t3_sge_alloc_qset()
     - [arm64,armhf] net: mvpp2: Fix error return code in mvpp2_open()
     - net/mlx5: Fix wrong address reclaim when command interface is down
     - dt-bindings: net: correct interrupt flags in examples
     - ALSA: usb-audio: US16x08: fix value count for level meters
     - Input: xpad - support Ardwiino Controllers
     - Input: i8042 - add ByteSpeed touchpad to noloop table
     - tracing: Remove WARN_ON in start_thread()
     - RDMA/i40iw: Address an mmap handler exploit in i40iw
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.163
     - [x86] pinctrl: baytrail: Replace WARN with dev_info_once when setting
       direct-irq pin to output
     - [x86] pinctrl: baytrail: Fix pin being driven low for a while on
       gpiod_get(..., GPIOD_OUT_HIGH)
     - usb: gadget: f_fs: Use local copy of descriptors for userspace copy
     - USB: serial: kl5kusb105: fix memleak on open
     - USB: serial: ch341: add new Product ID for CH341A
     - USB: serial: ch341: sort device-id entries
     - USB: serial: option: add Fibocom NL668 variants
     - USB: serial: option: add support for Thales Cinterion EXS82
     - USB: serial: option: fix Quectel BG96 matching
     - tty: Fix ->pgrp locking in tiocspgrp() (CVE-2020-29661)
     - tty: Fix ->session locking (CVE-2020-29660)
     - ALSA: hda/realtek: Add mute LED quirk to yet another HP x360 model
     - ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400CEA with ALC294
     - ALSA: hda/realtek - Add new codec supported for ALC897
     - ALSA: hda/generic: Add option to enforce preferred_dacs pairs
     - ftrace: Fix updating FTRACE_FL_TRAMP
     - cifs: fix potential use-after-free in cifs_echo_request()
     - [armhf] i2c: imx: Don't generate STOP condition if arbitration has been
       lost
     - scsi: mpt3sas: Fix ioctl timeout
     - dm writecache: fix the maximum number of arguments
     - dm: remove invalid sparse __acquires and __releases annotations
     - mm: list_lru: set shrinker map bit when child nr_items is not zero
     - mm/swapfile: do not sleep with a spin lock held
     - [x86] uprobes: Do not use prefixes.nbytes when looping over
       prefixes.bytes
     - [armhf] i2c: imx: Fix reset of I2SR_IAL flag
     - [armhf] i2c: imx: Check for I2SR_IAL after every byte
     - speakup: Reject setting the speakup line discipline outside of speakup
       (CVE-2020-27830)
     - [amd64] iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs
     - spi: Introduce device-managed SPI controller allocation
     - [arm*] spi: bcm2835: Fix use-after-free on unbind
     - [arm*] spi: bcm2835: Release the DMA channel if probe fails after
       dma_init
     - tracing: Fix userstacktrace option for instances
     - gfs2: check for empty rgrp tree in gfs2_ri_update
     - [arm64] i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()
     - dm writecache: remove BUG() and fail gracefully instead
     - Input: i8042 - fix error return code in i8042_setup_aux()
     - netfilter: nf_tables: avoid false-postive lockdep splat
     - [x86] insn-eval: Use new for_each_insn_prefix() macro to loop over
       prefixes bytes
     - Revert "geneve: pull IP header before ECN decapsulation"
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.164
     - [x86] lib: Change .weak to SYM_FUNC_START_WEAK for
       arch/x86/lib/mem*_64.S
     - [arm*] spi: bcm2835aux: Fix use-after-free on unbind
     - [arm*] spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probe
     - iwlwifi: pcie: limit memory read spin time
     - iwlwifi: mvm: fix kernel panic in case of assert during CSA
     - scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
     - [arm64,armhf] irqchip/gic-v3-its: Unconditionally save/restore the ITS
       state on suspend
     - [x86] platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga
       11e
     - [x86] platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for
       Thinkpad Yoga 11e 4th gen
     - [x86] platform/x86: acer-wmi: add automatic keyboard background light
       toggle key as KEY_LIGHTS_TOGGLE
     - [x86] platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion
       13 x360 PC
     - Input: cm109 - do not stomp on control URB
     - Input: i8042 - add Acer laptops to the i8042 reset list
     - pinctrl: amd: remove debounce filter setting in IRQ type setting
     - mmc: block: Fixup condition for CMD13 polling for RPMB requests
     - kbuild: avoid static_assert for genksyms
     - scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"
     - [x86] membarrier: Get rid of a dubious optimization
     - [x86] apic/vector: Fix ordering in vector assignment
     - [arm64] PCI: qcom: Add missing reset for ipq806x
     - mac80211: mesh: fix mesh_pathtbl_init() error path
     - [arm64,armhf] net: stmmac: free tx skb buffer in stmmac_resume()
     - tcp: select sane initial rcvq_space.space for big MSS
     - tcp: fix cwnd-limited bug for TSO deferral where we send nothing
     - net/mlx4_en: Avoid scheduling restart task if it is already running
     - lan743x: fix for potential NULL pointer dereference with bare card
     - net/mlx4_en: Handle TX error CQE
     - [arm64,armhf] net: stmmac: delete the eee_ctrl_timer after napi disabled
     - [arm64,armhf] net: stmmac: dwmac-meson8b: fix mask definition of the
       m250_sel mux
     - net: bridge: vlan: fix error return code in __vlan_add()
     - USB: add RESET_RESUME quirk for Snapscan 1212
     - ALSA: usb-audio: Fix potential out-of-bounds shift
     - ALSA: usb-audio: Fix control 'access overflow' errors from chmap
     - xhci: Give USB2 ports time to enter U3 in bus suspend
     - USB: UAS: introduce a quirk to set no_write_same
     - ALSA: pcm: oss: Fix potential out-of-bounds shift
     - [x86] drm/xen-front: Fix misused IS_ERR_OR_NULL checks
     - drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi
     - [x86] pinctrl: baytrail: Avoid clearing debounce value when turning it
       off
     - [arm*] gpio: mvebu: fix potential user-after-free on probe
     - scsi: bnx2i: Requires MMU
     - xsk: Fix xsk_poll()'s return type
     - can: softing: softing_netdev_open(): fix error handling
     - block: factor out requeue handling from dispatch code
     - netfilter: x_tables: Switch synchronization to RCU
     - RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait
     - ixgbe: avoid premature Rx buffer reuse
     - [arm64,armhf] drm/tegra: replace idr_init() by idr_init_base()
     - kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
     - [arm64,armhf] drm/tegra: sor: Disable clocks on error in
       tegra_sor_init()
     - [arm64] syscall: exit userspace before unmasking exceptions
     - vxlan: Add needed_headroom for lower device
     - vxlan: Copy needed_tailroom from lowerdev
     - scsi: mpt3sas: Increase IOCInit request timeout to 30s
     - dm table: Remove BUG_ON(in_interrupt())
     - [arm64] soc/tegra: fuse: Fix index bug in get_process_id
     - USB: serial: option: add interface-number sanity check to flag handling
     - USB: gadget: f_acm: add support for SuperSpeed Plus
     - USB: gadget: f_midi: setup SuperSpeed Plus descriptors
     - usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
     - USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
     - [arm64,armhf] usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING
       flag to imx6ul
     - [armhf] dts: exynos: fix roles of USB 3.0 ports on Odroid XU
     - [armhf] dts: exynos: fix USB 3.0 pins supply being turned off on Odroid
       XU
     - scsi: megaraid_sas: Check user-provided offsets
     - HID: i2c-hid: add Vero K147 to descriptor override
     - serial_core: Check for port state when tty is in error state
     - Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
     - quota: Sanity-check quota file headers on load
     - media: msi2500: assign SPI bus number dynamically
     - crypto: af_alg - avoid undefined behavior accessing salg_name
     - md: fix a warning caused by a race between concurrent md_ioctl()s
     - perf cs-etm: Change tuple from traceID-CPU# to traceID-metadata
     - perf cs-etm: Move definition of 'traceid_list' global variable from
       header file
     - [x86] drm/gma500: fix double free of gma_connector
     - selinux: fix error initialization in inode_doinit_with_dentry()
     - RDMA/rxe: Compute PSN windows correctly
     - [x86] mm/ident_map: Check for errors from ident_pud_init()
     - [armel,armhf] p2v: fix handling of LPAE translation in BE mode
     - [x86] apic: Fix x2apic enablement without interrupt remapping
     - sched/deadline: Fix sched_dl_global_validate()
     - sched: Reenable interrupts in do_sched_yield()
     - [arm64] crypto: inside-secure - Fix sizeof() mismatch
     - [powerpc*] 64: Set up a kernel stack for secondaries before
       cpu_restore()
     - [arm64] drm/msm/dsi_pll_10nm: restore VCO rate during restore_state
     - ASoC: pcm: DRAIN support reactivation
     - selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling
     - Bluetooth: Fix null pointer dereference in hci_event_packet()
     - Bluetooth: hci_h5: fix memory leak in h5_close
     - [armhf] spi: spi-ti-qspi: fix reference leak in ti_qspi_setup
     - [arm64] spi: tegra20-slink: fix reference leak in slink ops of tegra20
     - [arm64,armhf] spi: tegra20-sflash: fix reference leak in
       tegra_sflash_resume
     - [arm64,armhf] spi: tegra114: fix reference leak in tegra spi ops
     - mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure
     - RDMa/mthca: Work around -Wenum-conversion warning
     - [x86] crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()
     - [x86] media: tm6000: Fix sizeof() mismatches
     - scsi: core: Fix VPD LUN ID designator priorities
     - media: solo6x10: fix missing snd_card_free in error handling case
     - [armhf] drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()
     - Input: ads7846 - fix race that causes missing releases
     - Input: ads7846 - fix integer overflow on Rt calculation
     - Input: ads7846 - fix unaligned access on 7845
     - spi: fix resource leak for drivers without .remove callback
     - [armhf] Input: omap4-keypad - fix runtime PM error handling
     - RDMA/cxgb4: Validate the number of CQEs
     - memstick: fix a double-free bug in memstick_check
     - orinoco: Move context allocation after processing the skb
     - [arm64] dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()
     - media: siano: fix memory leak of debugfs members in smsdvb_hotplug
     - [armhf] HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()
     - [arm64] dts: rockchip: Set dr_mode to "host" for OTG on rk3328-roc-cc
     - [x86] power: supply: bq24190_charger: fix reference leak
     - genirq/irqdomain: Don't try to free an interrupt that has no mapping
     - PCI: Bounds-check command-line resource alignment requests
     - PCI: Fix overflow in command-line resource alignment requests
     - [arm64] dts: meson: fix spi-max-frequency on Khadas VIM2
     - [x86] platform/x86: dell-smbios-base: Fix error return code in
       dell_smbios_init
     - ath10k: Fix the parsing error in service available event
     - ath10k: Fix an error handling path
     - ath10k: Release some resources in an error handling path
     - NFSv4.2: condition READDIR's mask for security label based on LSM state
     - SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
     - lockd: don't use interval-based rebinding over TCP
     - NFS: switch nfsiod to be an UNBOUND workqueue.
     - vfio-pci: Use io_remap_pfn_range() for PCI IO memory
     - media: saa7146: fix array overflow in vidioc_s_audio()
     - memstick: r592: Fix error return in r592_probe()
     - net/mlx5: Properly convey driver version to firmware
     - dm ioctl: fix error return code in target_message
     - [arm64,armhf] clocksource/drivers/arm_arch_timer: Correct fault
       programming of CNTKCTL_EL1.EVNTI
     - [armhf] cpufreq: highbank: Add missing MODULE_DEVICE_TABLE
     - scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probe
     - scsi: pm80xx: Fix error return in pm8001_pci_probe()
     - seq_buf: Avoid type mismatch for seq_buf_init
     - [x86] scsi: fnic: Fix error return code in fnic_probe()
     - [powerpc*] pseries/hibernation: drop pseries_suspend_begin() from
       suspend ops
     - [powerpc*] pseries/hibernation: remove redundant cacheinfo update
     - [armhf] usb: ehci-omap: Fix PM disable depth umbalance in
       ehci_hcd_omap_probe
     - speakup: fix uninitialized flush_lock
     - nfsd: Fix message level for normal termination
     - nfs_common: need lock during iterate through the list
     - [x86] kprobes: Restore BTF if the single-stepping is cancelled
     - [arm64,armhf] clk: tegra: Fix duplicated SE clock entry
     - mac80211: don't set set TDLS STA bandwidth wider than possible
     - watchdog: Fix potential dereferencing of null pointer
     - [armhf] net: allwinner: Fix some resources leak in the error handling
       path of the probe and in the remove function
     - [arm64,x86] libnvdimm/label: Return -ENXIO for no slot in
       __blk_label_update
     - [arm64] watchdog: qcom: Avoid context switch in restart handler
     - [armhf] clk: ti: Fix memleak in ti_fapll_synth_setup
     - qlcnic: Fix error code in probe
     - [armhf] clk: s2mps11: Fix a resource leak in error handling paths in the
       probe function
     - [arm64,armhf] clk: sunxi-ng: Make sure divider tables have sentinel
     - [armhf] sunxi: Add machine match for the Allwinner V3 SoC
     - cfg80211: initialize rekey_data
     - lwt: Disable BH too in run_lwt_bpf()
     - [arm64,armhf] Input: cros_ec_keyb - send 'scancodes' in addition to key
       events
     - Input: goodix - add upside-down quirk for Teclast X98 Pro tablet
     - media: gspca: Fix memory leak in probe
     - [armhf] media: sunxi-cir: ensure IR is handled when it is continuous
     - media: netup_unidvb: Don't leak SPI master in probe error path
     - [x86] Input: cyapa_gen6 - fix out-of-bounds stack access
     - ALSA: hda/ca0132 - Change Input Source enum strings.
     - PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()
     - Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources
       walks"
     - ACPI: PNP: compare the string length in the matching_id()
     - ALSA: hda: Fix regressions on clear and reconfig sysfs
     - ALSA: hda/realtek - Enable headset mic of ASUS X430UN with ALC256
     - ALSA: hda/realtek - Enable headset mic of ASUS Q524UQK with ALC255
     - ALSA: pcm: oss: Fix a few more UBSAN fixes
     - ALSA: hda/realtek: Add quirk for MSI-GP73
     - ALSA: hda/realtek: Apply jack fixup for Quanta NL3
     - ALSA: usb-audio: Add VID to support native DSD reproduction on FiiO
       devices
     - ALSA: usb-audio: Disable sample read check if firmware doesn't give back
     - [s390x] smp: perform initial CPU reset also for SMT siblings
     - [s390x] dasd: fix hanging device offline processing
     - [s390x] dasd: prevent inconsistent LCU device data
     - [s390x] dasd: fix list corruption of pavgroup group list
     - [s390x] dasd: fix list corruption of lcu list
     - [x86] staging: comedi: mf6x4: Fix AI end-of-conversion detection
     - [powerpc*] perf: Exclude kernel samples while counting events in user
       space.
     - crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()
     - [x86] EDAC/amd64: Fix PCI component registration
     - USB: serial: mos7720: fix parallel-port state restore
     - USB: serial: digi_acceleport: fix write-wakeup deadlocks
     - USB: serial: keyspan_pda: fix dropped unthrottle interrupts
     - USB: serial: keyspan_pda: fix write deadlock
     - USB: serial: keyspan_pda: fix stalled writes
     - USB: serial: keyspan_pda: fix write-wakeup use-after-free
     - USB: serial: keyspan_pda: fix tx-unthrottle use-after-free
     - USB: serial: keyspan_pda: fix write unthrottling
     - ext4: fix a memory leak of ext4_free_data
     - ext4: fix deadlock with fs freezing and EA inodes
     - [arm64] KVM: Introduce handling of AArch32 TTBCR2 traps
     - [armhf] dts: pandaboard: fix pinmux for gpio user button of Pandaboard
       ES
     - [powerpc*] Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
     - [powerpc*] rtas: Fix typo of ibm,open-errinjct in RTAS filter
     - [powerpc*] xmon: Change printk() to pr_cont()
     - ceph: fix race in concurrent __ceph_remove_cap invocations
     - SMB3: avoid confusing warning message on mount to Azure
     - SMB3.1.1: do not log warning message if server doesn't populate salt
     - ubifs: wbuf: Don't leak kernel memory to flash
     - jffs2: Fix GC exit abnormally
     - jfs: Fix array index bounds check in dbAdjTree (CVE-2020-27815)
     - drm/dp_aux_dev: check aux_dev before use in
       drm_dp_aux_dev_get_by_minor()
     - [armel] mtd: parser: cmdline: Fix parsing of part-names with colons
     - scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()
     - scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()
     - iio: buffer: Fix demux update
     - [arm64,armhf] iio: adc: rockchip_saradc: fix missing
       clk_disable_unprepare() on error in rockchip_saradc_resume
     - md/cluster: block reshape with remote resync job
     - md/cluster: fix deadlock when node is doing resync job
     - [arm64,armhf] pinctrl: sunxi: Always call chained_irq_{enter, exit} in
       sunxi_pinctrl_irq_handler
     - [arm64] clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9
     - xen-blkback: set ring->xenblkd to NULL after kthread_stop()
       (CVE-2020-29569)
     - xen/xenbus: Allow watches discard events before queueing
       (CVE-2020-29568)
     - xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
       (CVE-2020-29568)
     - xen/xenbus/xen_bus_type: Support will_handle watch callback
       (CVE-2020-29568)
     - xen/xenbus: Count pending messages for each watch (CVE-2020-29568)
     - xenbus/xenbus_backend: Disallow pending watch messages (CVE-2020-29568)
     - libnvdimm/namespace: Fix reaping of invalidated block-window-namespace
       labels
     - [x86] platform/x86: intel-vbtn: Allow switch events on Acer Switch Alpha
       12
     - PCI: Fix pci_slot_release() NULL pointer dereference
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.165
     - md/raid10: initialize r10_bio->read_slot before use.
     - fscrypt: add fscrypt_is_nokey_name()
     - ext4: prevent creating duplicate encrypted filenames
     - f2fs: prevent creating duplicate encrypted filenames
     - ubifs: prevent creating duplicate encrypted filenames
     - vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
     - ext4: don't remount read-only with errors=continue on reboot
     - uapi: move constants from <linux/kernel.h> to <linux/const.h>
     - [x86] KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL
       accesses
     - [x86] KVM: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
     - [powerpc*] bitops: Fix possible undefined behaviour with fls() and
       fls64()
     - xen/gntdev.c: Mark pages as dirty
     - null_blk: Fix zone size initialization
     - of: fix linker-section match-table corruption
     - Bluetooth: hci_h5: close serdev device and free hu in h5_close
     - reiserfs: add check for an invalid ih_entry_count
     - [x86] misc: vmw_vmci: fix kernel info-leak by initializing dbells in
       vmci_ctx_get_chkpt_doorbells()
     - media: gp8psk: initialize stats at power control logic
     - ALSA: seq: Use bool for snd_seq_queue internal flags
     - ALSA: rawmidi: Access runtime->avail always in spinlock
     - fcntl: Fix potential deadlock in send_sig{io, urg}()
     - [arm64,armhf] rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
     - module: set MODULE_STATE_GOING state when a module fails to load
     - quota: Don't overflow quota file offsets
     - NFSv4: Fix a pNFS layout related use-after-free race when freeing the
       inode
     - module: delay kobject uevent until after module init call
     - ALSA: pcm: Clear the full allocated memory at hw_params
     - dm verity: skip verity work if I/O error when system is shutting down
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.166
     - kdev_t: always inline major/minor helper functions
     - mwifiex: Fix possible buffer overflows in
       mwifiex_cmd_802_11_ad_hoc_start (CVE-2020-36158)
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.167
     - workqueue: Kick a worker based on the actual activation of delayed works
     - scsi: ufs: Fix wrong print message in dev_err()
     - scsi: ufs-pci: Ensure UFS device is in PowerDown mode for
       suspend-to-disk ->poweroff()
     - scsi: scsi_transport_spi: Set RQF_PM for domain validation commands
     - lib/genalloc: fix the overflow when size is too big
     - proc: change ->nlink under proc_subdir_lock
     - proc: fix lookup in /proc/net subdirectories after setns(2)
     - i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs
     - [arm64,armhf] net: mvpp2: Add TCAM entry to drop flow control pause
       frames
     - [arm64,armhf] net: mvpp2: prs: fix PPPoE with ipv6 packet parse
     - atm: idt77252: call pci_disable_device() on error path
     - [arm64,armhf] net: mvpp2: Fix GoP port 3 Networking Complex Control
       configurations
     - qede: fix offload for IPIP tunnel packets
     - virtio_net: Fix recursive call to cpus_read_lock()
     - net-sysfs: take the rtnl lock when storing xps_cpus
     - net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
     - tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
     - ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
     - [arm64] net: hns: fix return value check in __lb_other_process()
     - erspan: fix version 1 check in gre_parse_header()
     - net: hdlc_ppp: Fix issues when mod_timer is called while timer is
       running
     - CDC-NCM: remove "connected" log message
     - net: usb: qmi_wwan: add Quectel EM160R-GL
     - r8169: work around power-saving bug on some chip versions
     - vhost_net: fix ubuf refcount incorrectly when sendmsg fails
     - net: sched: prevent invalid Scell_log shift count
     - net-sysfs: take the rtnl lock when storing xps_rxqs
     - net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc
     - Bluetooth: revert: hci_h5: close serdev device and free hu in h5_close
     - [x86] video: hyperv_fb: Fix the mmap() regression for v5.4.y and older
     - crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
     - usb: gadget: enable super speed plus
     - USB: cdc-acm: blacklist another IR Droid device
     - USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().
     - [arm64] usb: dwc3: ulpi: Use VStsDone to detect PHY regs access
       completion
     - [arm64,armhf] usb: chipidea: ci_hdrc_imx: add missing put_device() call
       in usbmisc_get_init_data()
     - USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk
       set
     - usb: usbip: vhci_hcd: protect shift size
     - USB: serial: iuu_phoenix: fix DMA from stack
     - USB: serial: option: add LongSung M5710 module support
     - USB: serial: option: add Quectel EM160R-GL
     - USB: yurex: fix control-URB timeout handling
     - USB: usblp: fix DMA to stack
     - ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks
     - usb: gadget: f_uac2: reset wMaxPacketSize
     - usb: gadget: function: printer: Fix a memory leak for interface
       descriptor
     - usb: gadget: u_ether: Fix MTU size mismatch with RX packet size
     - usb: gadget: Fix spinlock lockup on usb_function_deactivate
     - usb: gadget: configfs: Preserve function ordering after bind failure
     - usb: gadget: configfs: Fix use-after-free issue with udc_name
     - USB: serial: keyspan_pda: remove unused variable
     - [x86] mm: Fix leak of pmd ptlock
     - ALSA: hda/via: Fix runtime PM for Clevo W35xSS
     - ALSA: hda/conexant: add a new hda codec CX11970
     - ALSA: hda/realtek - Fix speaker volume control on Lenovo C940
     - btrfs: send: fix wrong file path when there is an inode with a pending
       rmdir
     - Revert "device property: Keep secondary firmware node secondary by type"
     - [x86] xen/pvh: correctly setup the PV EFI interface for dom0
     - netfilter: x_tables: Update remaining dereference to RCU
     - netfilter: ipset: fix shift-out-of-bounds in htable_bits()
     - netfilter: xt_RATEEST: reject non-null terminated string from userspace
     - [x86] mtrr: Correct the range check before performing MTRR type lookups
     - scsi: target: Fix XCOPY NAA identifier lookup (CVE-2020-28374)
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.168
     - net: cdc_ncm: correct overhead in delayed_ndp_size (Closes: #970736)
     - [arm64] net: hns3: fix the number of queues actually used by ARQ
     - [arm64,armhf] net: stmmac: dwmac-sun8i: Balance internal PHY resource
       references
     - [arm64,armhf] net: stmmac: dwmac-sun8i: Balance internal PHY power
     - net: vlan: avoid leaks on register_vlan_dev() failures
     - net: ip: always refragment ip defragmented packets
     - net: fix pmtu check in nopmtudisc mode
     - net: ipv6: fib: flush exceptions when purging route
     - vmlinux.lds.h: Add PGO and AutoFDO input sections
     - [x86] drm/i915: Fix mismatch between misplaced vma check and vma insert
     - [amd64] spi: pxa2xx: Fix use-after-free on unbind
     - HID: wacom: Fix memory leakage caused by kfifo_alloc
     - [armhf] OMAP2+: omap_device: fix idling of devices during probe
     - [x86] cpufreq: powernow-k8: pass policy rather than use
       cpufreq_cpu_get()
     - [amd64] iommu/intel: Fix memleak in intel_irq_remapping_alloc
     - net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups
     - net/mlx5e: Fix two double free cases
     - regmap: debugfs: Fix a memory leak when calling regmap_attach_dev
     - [arm64] KVM: Don't access PMCR_EL0 when no PMU is available
     - block: fix use-after-free in disk_part_iter_next
     - net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of
       trimmed packet
     - regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.169
     - ASoC: dapm: remove widget from dirty list on free
     - [x86] hyperv: check cpu mask after interrupt has been disabled
     - [mips*] boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB
     - ACPI: scan: Harden acpi_device_add() against device ID overflows
     - mm/hugetlb: fix potential missing huge page size info
     - dm snapshot: flush merged data before committing metadata
     - dm integrity: fix the maximum number of arguments
     - r8152: Add Lenovo Powered USB-C Travel Hub
     - ext4: fix bug for rename with RENAME_WHITEOUT
     - btrfs: fix transaction leak and crash after RO remount caused by qgroup
       rescan
     - bfq: Fix computation of shallow depth
     - [arm64] drm/msm: Call msm_init_vram before binding the gpu
     - dump_common_audit_data(): fix racy accesses to ->d_name
     - [x86] ASoC: Intel: fix error code cnl_set_dsp_D0()
     - NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
     - pNFS: Mark layout for return if return-on-close was not sent
     - NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter
     - NFS: nfs_igrab_and_active must first reference the superblock
     - ext4: fix superblock checksum failure when setting password salt
     - [amd64] RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
     - RDMA/mlx5: Fix wrong free of blue flame register on error
     - mm, slub: consider rest of partial list if acquire_slab() fails
     - net: sunrpc: interpret the return value of kstrtou32 correctly
     - dm: eliminate potential source of excessive kernel log noise
     - ALSA: firewire-tascam: Fix integer overflow in midi_port_work()
     - ALSA: fireface: Fix integer overflow in transmit_midi_msg()
     - netfilter: conntrack: fix reading nf_conntrack_buckets
     - netfilter: nf_nat: Fix memleak in nf_nat_init
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.170
     - usb: ohci: Make distrust_firmware param default to false
     - dm integrity: fix flush with external metadata device
     - nfsd4: readdirplus shouldn't return parent of export (CVE-2021-3178)
     - udp: Prevent reuseport_select_sock from reading uninitialized socks
     - netxen_nic: fix MSI/MSI-x interrupts
     - [arm64,armhf] net: mvpp2: Remove Pause and Asym_Pause support
     - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
     - esp: avoid unneeded kmap_atomic call
     - net: dcb: Validate netlink message in DCB handler
     - net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
     - rxrpc: Call state should be read with READ_ONCE() under some
       circumstances
     - [arm64,armhf] net: stmmac: Fixed mtu channged by cache aligned
     - net: sit: unregister_netdevice on newlink's error path
     - net: avoid 32 x truesize under-estimation for tiny skbs
     - rxrpc: Fix handling of an unsupported token type in rxrpc_read()
     - tipc: fix NULL deref in tipc_link_xmit()
     - net: introduce skb_list_walk_safe for skb segment walking
     - net: skbuff: disambiguate argument and member for skb_list_walk_safe
       helper
     - net: ipv6: Validate GSO SKB before finish IPv6 processing
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.171
     - ALSA: hda/via: Add minimum mute flag
     - ACPI: scan: Make acpi_bus_get_device() clear return pointer on error
     - btrfs: fix lockdep splat in btrfs_recover_relocation
     - mmc: core: don't initialize block size from ext_csd if not present
     - [arm64] mmc: sdhci-xenon: fix 1.8v regulator stabilization
     - dm: avoid filesystem lookup in dm_get_dev_t()
     - dm integrity: fix a crash if "recalculate" used without "internal_hash"
     - drm/atomic: put state on error path
     - [x86] ASoC: Intel: haswell: Add missing pm_ops
     - scsi: ufs: Correct the LUN used in eh_device_reset_handler() callback
     - scsi: qedi: Correct max length of CHAP secret
     - HID: Ignore battery for Elan touchscreen on ASUS UX550
     - xen: Fix event channel callback via INTX/GSI
     - drm/nouveau/bios: fix issue shadowing expansion ROMs
     - drm/nouveau/privring: ack interrupts the same way as RM
     - drm/nouveau/i2c/gm200: increase width of aux semaphore owner fields
     - drm/nouveau/mmu: fix vram heap sizing
     - drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0
     - scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regression
     - i2c: octeon: check correct size of maximum RECV_LEN packet
     - [x86] platform/x86: intel-vbtn: Drop HP Stream x360 Convertible PC 11
       from allow-list
     - can: dev: can_restart: fix use after free bug
     - can: vxcan: vxcan_xmit: fix use after free bug
     - can: peak_usb: fix use after free bugs
     - [mips*] irqchip/mips-cpu: Set IPI domain parent chip
     - [x86] intel_th: pci: Add Alder Lake-P support
     - [arm64] serial: mvebu-uart: fix tx lost characters at power off
     - ehci: fix EHCI host controller initialization sequence
     - usb: udc: core: Use lock when write to soft_connect
     - xhci: make sure TRB is fully written before giving it to the controller
     - [arm64,armhf] xhci: tegra: Delay for disabling LFPS detector
     - driver core: Extend device_is_dependent()
     - netfilter: rpfilter: mask ecn bits before fib lookup
     - skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
     - udp: mask TOS bits in udp_v4_early_demux()
     - ipv6: create multicast route with RTPROT_KERNEL
     - net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
     - net_sched: reject silly cell_log in qdisc_get_rtab()
     - ipv6: set multicast flag on the multicast route
     - net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
     - [armhf] net: dsa: b53: fix an off by one in checking "vlan->vid"
 .
   [ Salvatore Bonaccorso ]
   * [rt] Update to 4.19.165-rt70
   * Bump ABI to 14
   * [rt] Refresh "net/core: protect users of napi_alloc_cache against
     reentrance"
   * futex: Move futex exit handling into futex code
   * futex: Replace PF_EXITPIDONE with a state
   * exit/exec: Seperate mm_release()
   * futex: Split futex_mm_release() for exit/exec
   * futex: Set task::futex_state to DEAD right after handling futex exit
   * futex: Mark the begin of futex exit explicitly
   * futex: Sanitize exit state handling
   * futex: Provide state handling for exec() as well
   * futex: Add mutex around futex exit
   * futex: Provide distinct return value when owner is exiting
   * futex: Prevent exit livelock
   * [rt] Refresh "softirq: Split softirq locks"
   * [arm*] gpio: mvebu: fix pwm .get_state period calculation
   * Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
   * futex: Ensure the correct return value from futex_lock_pi()
   * futex: Replace pointless printk in fixup_owner()
   * futex: Provide and use pi_state_update_owner()
   * rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
   * futex: Use pi_state_update_owner() in put_pi_state()
   * futex: Simplify fixup_pi_state_owner()
   * futex: Handle faults correctly for PI futexes
   * [rt] Refresh "rtmutex: Handle the various new futex race conditions"
   * [rt] Refresh "rtmutex: add sleeping lock implementation"
   * [rt] Refresh "Revert "rtmutex: Handle the various new futex race
     conditions""
   * [rt] Refresh "futex: Make the futex_hash_bucket lock raw"
   * [rt] Refresh "futex: Delay deallocation of pi_state"
   * [rt] Refresh "futex: Make the futex_hash_bucket spinlock_t again and bring
     back its old state"
   * HID: wacom: Correct NULL dereference on AES pen proximity
   * tracing: Fix race in trace_open and buffer resize call (CVE-2020-27825)
 .
   [ Uwe Kleine-König ]
   * [arm64] Enable support for NXP's PCF85063 RTC (Closes: #972345)
Checksums-Sha1:
 cec64089bf234ebd16918a122f7b86ec5ed5dee3 191615 linux_4.19.171-1.dsc
 37c3c0616d91bc7d3665ae98c201e772b6b6ab88 107575880 linux_4.19.171.orig.tar.xz
 006bf55ea1b29f3a4e582025189376f510f6b326 1479940 linux_4.19.171-1.debian.tar.xz
 096ef9560e2bef9324ca40332511d79304fe2fb6 6275 linux_4.19.171-1_source.buildinfo
Checksums-Sha256:
 1da387cd31a15b60acf2c6500bd44a7cf5458a945bad1b1dee77533d8b53d2cc 191615 linux_4.19.171-1.dsc
 a675203341bfc2876a6361874c40b40190017c95bd51917372e13ef82652bcb0 107575880 linux_4.19.171.orig.tar.xz
 c7e1c1474c99227245ac73ab68dfcd36778728edfb0dba04496b3625de5d84b3 1479940 linux_4.19.171-1.debian.tar.xz
 7293a0d04abd2ce8e8e3925e96f48859c107fa979388637b664e642d0890bc89 6275 linux_4.19.171-1_source.buildinfo
Files:
 86a9cb65e87d95c2a0f3da25a5ae0b4a 191615 kernel optional linux_4.19.171-1.dsc
 0db4d008c7ce5a97f13d28e72a209dd0 107575880 kernel optional linux_4.19.171.orig.tar.xz
 d804066531e03f77b2fea895b7fec3eb 1479940 kernel optional linux_4.19.171-1.debian.tar.xz
 4fd511ebfb9c283defa9dd72684b62ac 6275 kernel optional linux_4.19.171-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmAUhs5fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89EIHwP/ikUBcU3jEDEb7qKgjGTmK1RFUiopb91
QUeKsCYLhYgJWalfizjdfWP8EKVvYk/zs6nmeFCjXzXRiVDKPCEDdxN3tzdusG5G
9PyPqUXuvvYHQKVPik1tw5NDwbtHsYEXVWabxWF9XLe1AaUmTOQyuApSz9+9rw+y
Pm2Ro5LzBey3vfaMjIBA0ccS26XUVpbyF/M7GB2RL0iWM6ZjnsGKVCMaYK9/mLLx
niEszr97uuz+JKUjtpykTOZWMI7yDXoW+3IAORRmB5Rsr4lCXabLvlbiJNNsOHEC
CiuPiEnbXHXhCDrD7YoT3Tzkmc6MMlqvzQI2t82qB1azHV9wLKxTnIJxUF9JxWfq
8etAw7QygfizD1/KtjSgODkt4v5J1j3SkG4KWwMuKCm+MFScT7TWkhkdYmg2mH4x
cvbnHYClHp+QQujtLc/b3k50y+QivxIPEX1AEb+z9y0mVFHB/cVFgvgGwLX1BTyD
bFod86oQKnteknvnXDPBWc59YlPhZtwc1qB/b316wP7Nsiw8eruP8Mu2TF5JBEqz
WG5vJtfwFKwUJk3N96KANJEJ3jGmYKXHvkvI066tJJDXmtqahFo3orL+PXrWp9Wt
Tc5FEBYnuJ//1VLpU1nLN+I10fH8bP4brlxAQNXT5D5mwCI9agxOjlR1Jns+g2Qc
4RtYWQJLttT+
=xn6U
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: