Your message dated Sun, 20 Oct 2019 22:05:41 +0000
with message-id <e1imjkx-000ibd...@fasolo.debian.org>
and subject line Bug#935945: fixed in linux 5.3.7-1
has caused the Debian Bug report #935945,
regarding module loading fails with error: "Lockdown: modprobe: Loading of 
unsigned module is restricted; see https://wiki.debian.org/SecureBoot";
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 ow...@bugs.debian.org
immediately.)


-- 
935945: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935945
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 5.3.2-1~exp1
Severity: important

I can't figure out how to sign my kernel modules once I installed my MOK,
the doc in https://wiki.debian.org/SecureBoot#MOK_-_Machine_Owner_Key didn't 
really help me out.

└[cochabamba] mokutil --test-key mok/MOK.cer                                    
     22:41:13
mok/MOK.cer is already enrolled
└[cochabamba] sudo keyctl show -x %:.builtin_trusted_keys                       
     22:41:37
Keyring
0x2d16579e ---lswrv      0     0  keyring: .builtin_trusted_keys
0x29b4e884 ---lswrv      0     0   \_ asymmetric: Debian Secure Boot CA: 
6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1
0x3681dcff ---lswrv      0     0   \_ asymmetric: Debian Secure Boot Signer: 
00a7468def
└[cochabamba] sudo keyctl show -x %:.platform                                   
     22:41:42
Keyring
0x1cbb137c ---lswrv      0     0  keyring: .platform
0x3d97fc8d ---lswrv      0     0   \_ asymmetric: Microsoft Windows Production 
PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53
0x04167078 ---lswrv      0     0   \_ asymmetric: Debian Secure Boot CA: 
6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1
0x3646f72f ---lswrv      0     0   \_ asymmetric: Canonical Ltd. Master 
Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63
0x02bb95ba ---lswrv      0     0   \_ asymmetric: Niv Sardi: 
8b6895ea20ac18cf58b558b8367eabd6400d021d
0x16f8c206 ---lswrv      0     0   \_ asymmetric: : 
6e4c5e40f58b7aad499ef717e69bc28d
0x1120e45f ---lswrv      0     0   \_ asymmetric: Microsoft Corporation UEFI CA 
2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4
└[cochabamba] sudo /usr/src/linux-headers-(uname -r)/scripts/sign-file sha256 
~/mok/MOK.key ~/mok/MOK.cer /lib/modules/(uname -r)/updates/dkms/wireguard.ko 
wireguard.ko
└[cochabamba] hexdump -C wireguard.ko |tail -24                                 
     22:44:22
00053be0  4e 69 76 20 53 61 72 64  69 02 14 4e 56 b2 8b 51  |Niv Sardi..NV..Q|
00053bf0  00 33 4c 28 86 cd 99 08  b6 c9 8a 6a bb f8 58 30  |.3L(.......j..X0|
00053c00  0b 06 09 60 86 48 01 65  03 04 02 01 30 0d 06 09  |...`.H.e....0...|
00053c10  2a 86 48 86 f7 0d 01 01  01 05 00 04 82 01 00 3e  |*.H............>|
00053c20  5e 55 0d bc 7a 4f c5 0f  f8 05 bc f3 68 a3 88 3c  |^U..zO......h..<|
00053c30  8e 52 d7 15 b9 2e 0a 26  1d a0 0f 17 48 01 bd f5  |.R.....&....H...|
00053c40  f1 b8 f8 f0 01 c3 8f 07  c5 33 65 08 14 f5 a6 58  |.........3e....X|
00053c50  44 d5 78 c2 be bf f6 14  93 3b 13 56 76 0e 46 29  |D.x......;.Vv.F)|
00053c60  de 2c b2 21 e2 c0 8b aa  04 a0 86 42 5f fb 81 89  |.,.!.......B_...|
00053c70  da ca d7 23 e4 ea 1a 7c  8f 9f b6 0b c0 58 ad 6f  |...#...|.....X.o|
00053c80  4d ed f2 ed 54 5c ce f8  ff 99 f9 40 d3 6d 39 7a  |M...T\.....@.m9z|
00053c90  db 73 e5 47 3f da 4c 03  d0 25 f9 03 19 ad 2e cd  |.s.G?.L..%......|
00053ca0  93 e5 c0 6b eb be 2e 38  2a 0e f4 9b 18 99 27 9d  |...k...8*.....'.|
00053cb0  ca 92 d1 f9 5f b2 2d 50  19 1a 8a 4b 88 3d 39 f5  |...._.-P...K.=9.|
00053cc0  b4 59 9f 3e 70 5f 43 09  01 91 20 bc 95 c9 88 fc  |.Y.>p_C... .....|
00053cd0  96 32 f0 06 85 9c fb 26  3a f4 05 38 e0 b8 d0 9c  |.2.....&:..8....|
00053ce0  94 a9 f9 c2 40 49 a9 95  43 db e1 cc 51 36 30 92  |....@I..C...Q60.|
00053cf0  1e 6e ee 31 ac f4 e1 83  4a 19 91 72 26 44 f4 30  |.n.1....J..r&D.0|
00053d00  6c d5 79 c4 f8 22 70 8c  9a 56 e9 ab f8 70 a9 65  |l.y.."p..V...p.e|
00053d10  cf 2e a1 96 3a ce 3d 88  30 23 2f 9c f6 be 87 00  |....:.=.0#/.....|
00053d20  00 02 00 00 00 00 00 00  00 01 8f 7e 4d 6f 64 75  |...........~Modu|
00053d30  6c 65 20 73 69 67 6e 61  74 75 72 65 20 61 70 70  |le signature app|
00053d40  65 6e 64 65 64 7e 0a                              |ended~.|
00053d47
└[cochabamba] sudo insmod ./wireguard.ko                                        
     22:44:25
insmod: ERROR: could not insert module ./wireguard.ko: Operation not permitted

this just get dmesg to output:
[   20.488940] Lockdown: modprobe: Loading of unsigned module is restricted; 
see https://wiki.debian.org/SecureBoot

-- Package-specific info:
** Version:
Linux version 5.3.0-trunk-amd64 (debian-kernel@lists.debian.org) (gcc version 
9.2.1 20190909 (Debian 9.2.1-8)) #1 SMP Debian 5.3.2-1~exp1 (2019-10-02)

** Command line:
BOOT_IMAGE=/vmlinuz-5.3.0-trunk-amd64 root=/dev/mapper/cochabamba--vg-root ro 
pcie_aspm=force quiet splash

** Tainted: U (64)
 * Userspace-defined naughtiness.

** Kernel log:
[   12.497793] Bluetooth: RFCOMM ver 1.11
[   12.511270] uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not 
initialized!
[   12.511272] uvcvideo 1-7:1.0: Entity type for entity Extension 3 was not 
initialized!
[   12.511274] uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not 
initialized!
[   12.511276] uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not 
initialized!
[   12.511363] input: HD Camera: HD Camera as 
/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input25
[   12.511447] usbcore: registered new interface driver uvcvideo
[   12.511448] USB Video Class driver (1.1.1)
[   12.586435] pcieport 0000:00:1d.2: Intel SPT PCH root port ACS workaround 
enabled
[   14.850413] iwlwifi 0000:3c:00.0: Error sending MAC_CONTEXT_CMD: time out 
after 2000ms.
[   14.850424] iwlwifi 0000:3c:00.0: Current CMD queue read_ptr 35 write_ptr 36
[   14.852724] iwlwifi 0000:3c:00.0: Start IWL Error Log Dump:
[   14.852731] iwlwifi 0000:3c:00.0: Status: 0x00000080, count: 6
[   14.852737] iwlwifi 0000:3c:00.0: Loaded firmware version: 36.8fd77bb3.0
[   14.852743] iwlwifi 0000:3c:00.0: 0x00000084 | NMI_INTERRUPT_UNKNOWN       
[   14.852749] iwlwifi 0000:3c:00.0: 0x000002F0 | trm_hw_status0
[   14.852754] iwlwifi 0000:3c:00.0: 0x00000000 | trm_hw_status1
[   14.852759] iwlwifi 0000:3c:00.0: 0x0002486C | branchlink2
[   14.852764] iwlwifi 0000:3c:00.0: 0x0003A7CE | interruptlink1
[   14.852769] iwlwifi 0000:3c:00.0: 0x0003A7CE | interruptlink2
[   14.852774] iwlwifi 0000:3c:00.0: 0x00000000 | data1
[   14.852779] iwlwifi 0000:3c:00.0: 0x00000080 | data2
[   14.852784] iwlwifi 0000:3c:00.0: 0x07830000 | data3
[   14.852789] iwlwifi 0000:3c:00.0: 0x00000000 | beacon time
[   14.852794] iwlwifi 0000:3c:00.0: 0x001F4748 | tsf low
[   14.852799] iwlwifi 0000:3c:00.0: 0x00000000 | tsf hi
[   14.852804] iwlwifi 0000:3c:00.0: 0x00000000 | time gp1
[   14.852809] iwlwifi 0000:3c:00.0: 0x001F4749 | time gp2
[   14.852814] iwlwifi 0000:3c:00.0: 0x00000001 | uCode revision type
[   14.852819] iwlwifi 0000:3c:00.0: 0x00000024 | uCode version major
[   14.852824] iwlwifi 0000:3c:00.0: 0x8FD77BB3 | uCode version minor
[   14.852829] iwlwifi 0000:3c:00.0: 0x00000230 | hw version
[   14.852834] iwlwifi 0000:3c:00.0: 0x00880000 | board version
[   14.852839] iwlwifi 0000:3c:00.0: 0x002101C8 | hcmd
[   14.852844] iwlwifi 0000:3c:00.0: 0x00022000 | isr0
[   14.852849] iwlwifi 0000:3c:00.0: 0x00800000 | isr1
[   14.852854] iwlwifi 0000:3c:00.0: 0x08001802 | isr2
[   14.852859] iwlwifi 0000:3c:00.0: 0x40400080 | isr3
[   14.852863] iwlwifi 0000:3c:00.0: 0x00000000 | isr4
[   14.852868] iwlwifi 0000:3c:00.0: 0x002101C8 | last cmd Id
[   14.852873] iwlwifi 0000:3c:00.0: 0x00000000 | wait_event
[   14.852878] iwlwifi 0000:3c:00.0: 0x00008399 | l2p_control
[   14.852883] iwlwifi 0000:3c:00.0: 0x00000020 | l2p_duration
[   14.852888] iwlwifi 0000:3c:00.0: 0x00000000 | l2p_mhvalid
[   14.852893] iwlwifi 0000:3c:00.0: 0x00000000 | l2p_addr_match
[   14.852898] iwlwifi 0000:3c:00.0: 0x0000008F | lmpm_pmg_sel
[   14.852903] iwlwifi 0000:3c:00.0: 0x29051704 | timestamp
[   14.852908] iwlwifi 0000:3c:00.0: 0x00341828 | flow_handler
[   14.853086] iwlwifi 0000:3c:00.0: Start IWL Error Log Dump:
[   14.853091] iwlwifi 0000:3c:00.0: Status: 0x00000080, count: 7
[   14.853097] iwlwifi 0000:3c:00.0: 0x00000070 | NMI_INTERRUPT_LMAC_FATAL
[   14.853101] iwlwifi 0000:3c:00.0: 0x00000000 | umac branchlink1
[   14.853106] iwlwifi 0000:3c:00.0: 0xC0086934 | umac branchlink2
[   14.853111] iwlwifi 0000:3c:00.0: 0xC008D564 | umac interruptlink1
[   14.853116] iwlwifi 0000:3c:00.0: 0xC0083B0C | umac interruptlink2
[   14.853121] iwlwifi 0000:3c:00.0: 0x00000800 | umac data1
[   14.853125] iwlwifi 0000:3c:00.0: 0xC0083B0C | umac data2
[   14.853130] iwlwifi 0000:3c:00.0: 0xDEADBEEF | umac data3
[   14.853135] iwlwifi 0000:3c:00.0: 0x00000024 | umac major
[   14.853140] iwlwifi 0000:3c:00.0: 0x8FD77BB3 | umac minor
[   14.853144] iwlwifi 0000:3c:00.0: 0xC088628C | frame pointer
[   14.853149] iwlwifi 0000:3c:00.0: 0xC088628C | stack pointer
[   14.853155] iwlwifi 0000:3c:00.0: 0x0022010C | last host cmd
[   14.853160] iwlwifi 0000:3c:00.0: 0x00000000 | isr status reg
[   14.853292] iwlwifi 0000:3c:00.0: Fseq Registers:
[   14.853349] iwlwifi 0000:3c:00.0: 0x99970F44 | FSEQ_ERROR_CODE
[   14.853408] iwlwifi 0000:3c:00.0: 0x33822D51 | FSEQ_TOP_INIT_VERSION
[   14.853466] iwlwifi 0000:3c:00.0: 0xDBF36E80 | FSEQ_CNVIO_INIT_VERSION
[   14.853523] iwlwifi 0000:3c:00.0: 0x0000A10B | FSEQ_OTP_VERSION
[   14.853580] iwlwifi 0000:3c:00.0: 0x29DF32F1 | FSEQ_TOP_CONTENT_VERSION
[   14.853637] iwlwifi 0000:3c:00.0: 0x8608E511 | FSEQ_ALIVE_TOKEN
[   14.853694] iwlwifi 0000:3c:00.0: 0xF6DC5CDF | FSEQ_CNVI_ID
[   14.853752] iwlwifi 0000:3c:00.0: 0xB733CD40 | FSEQ_CNVR_ID
[   14.853809] iwlwifi 0000:3c:00.0: 0x00000010 | CNVI_AUX_MISC_CHIP
[   14.853866] iwlwifi 0000:3c:00.0: 0x00000000 | CNVR_AUX_MISC_CHIP
[   14.853926] iwlwifi 0000:3c:00.0: 0x0BADCAFE | 
CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[   14.853988] iwlwifi 0000:3c:00.0: 0x0BADCAFE | 
CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[   14.854050] iwlwifi 0000:3c:00.0: Collecting data: trigger 2 fired.
[   14.854063] ieee80211 phy0: Hardware restart was requested
[   14.854074] iwlwifi 0000:3c:00.0: Failed to send MAC context (action:1): -110
[   16.151795] L1TF CPU bug present and SMT on, data leak possible. See 
CVE-2018-3646 and 
https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for 
details.
[   19.805054] wlp60s0: authenticate with ec:8a:4c:bd:da:f9
[   19.814343] wlp60s0: send auth to ec:8a:4c:bd:da:f9 (try 1/3)
[   19.827148] wlp60s0: authenticated
[   19.830409] wlp60s0: associate with ec:8a:4c:bd:da:f9 (try 1/3)
[   19.834260] wlp60s0: RX AssocResp from ec:8a:4c:bd:da:f9 (capab=0x1411 
status=0 aid=2)
[   19.836249] wlp60s0: associated
[   19.854261] wlp60s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 
ec:8a:4c:bd:da:f9
[   19.957268] IPv6: ADDRCONF(NETDEV_CHANGE): wlp60s0: link becomes ready
[   20.488940] Lockdown: modprobe: Loading of unsigned module is restricted; 
see https://wiki.debian.org/SecureBoot
[   20.941263] kauditd_printk_skb: 38 callbacks suppressed
[   20.941267] audit: type=1400 audit(1570327702.148:50): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="docker-default" pid=1675 
comm="apparmor_parser"
[   24.218861] rfkill: input handler disabled
[   27.678692] rfkill: input handler enabled
[   28.454485] fuse: init (API version 7.31)
[   30.613824] rfkill: input handler disabled
[   32.504699] traps: gnome-software[2751] trap int3 ip:7f0bd966bdc5 
sp:7fff981bb680 error:0 in libglib-2.0.so.0.6200.0[7f0bd9632000+80000]
[ 1035.893213] IPMI message handler: version 39.2
[ 1035.894240] ipmi device interface
[ 1573.791631] Lockdown: powertop: tracefs is restricted; see 
https://wiki.debian.org/SecureBoot

** Model information
sys_vendor: HUAWEI
product_name: MACH-WX9
product_version: M14
chassis_vendor: HUAWEI
chassis_version: M14
bios_vendor: HUAWEI
bios_version: 1.17
board_vendor: HUAWEI
board_name: MACH-WX9-PCB
board_version: M14

** Loaded modules:
nft_counter
nft_chain_nat
xt_nat
nf_nat
nf_conntrack
nf_defrag_ipv6
nf_defrag_ipv4
xt_tcpudp
nft_compat
msr
ipmi_devintf
ipmi_msghandler
fuse
ip6_udp_tunnel
udp_tunnel
ctr
ccm
nf_tables
nfnetlink
cmac
rfcomm
bnep
uvcvideo
videobuf2_vmalloc
videobuf2_memops
videobuf2_v4l2
videobuf2_common
btusb
btrtl
videodev
btbcm
btintel
mc
bluetooth
drbg
ansi_cprng
ecdh_generic
ecc
snd_soc_skl
snd_soc_skl_ipc
snd_soc_sst_ipc
snd_soc_sst_dsp
snd_hda_ext_core
snd_soc_acpi_intel_match
snd_soc_acpi
snd_hda_codec_hdmi
intel_rapl_msr
x86_pkg_temp_thermal
intel_powerclamp
binfmt_misc
iwlmvm
snd_soc_core
snd_hda_codec_realtek
coretemp
snd_hda_codec_generic
nls_ascii
snd_compress
ledtrig_audio
mac80211
snd_hda_intel
nls_cp437
kvm_intel
snd_hda_codec
vfat
libarc4
fat
snd_hda_core
kvm
iwlwifi
snd_hwdep
joydev
snd_pcm
irqbypass
ext4
intel_cstate
snd_timer
efi_pstore
crc16
cfg80211
intel_uncore
intel_rapl_perf
mbcache
jbd2
pcspkr
snd
serio_raw
wmi_bmof
efivars
intel_wmi_thunderbolt
soundcore
rfkill
mei_me
processor_thermal_device
intel_rapl_common
hid_multitouch
mei
intel_soc_dts_iosf
idma64
intel_pch_thermal
acpi_als
kfifo_buf
tpm_crb
int3403_thermal
industrialio
int340x_thermal_zone
battery
tpm_tis
tpm_tis_core
ac
tpm
rng_core
int3400_thermal
dptf_power
acpi_thermal_rel
evdev
acpi_pad
squashfs
loop
parport_pc
ppdev
lp
parport
efivarfs
ip_tables
x_tables
autofs4
btrfs
xor
zstd_decompress
zstd_compress
raid6_pq
libcrc32c
crc32c_generic
dm_crypt
dm_mod
hid_generic
crct10dif_pclmul
crc32_pclmul
crc32c_intel
i915
ghash_clmulni_intel
spi_pxa2xx_platform
dw_dmac
dw_dmac_core
i2c_designware_platform
i2c_designware_core
mxm_wmi
ttm
i2c_algo_bit
drm_kms_helper
xhci_pci
xhci_hcd
aesni_intel
drm
usbcore
aes_x86_64
nvme
crypto_simd
cryptd
glue_helper
i2c_i801
nvme_core
i2c_hid
hid
intel_lpss_pci
intel_lpss
mfd_core
usb_common
fan
wmi
video
button

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core 
Processor Host Bridge/DRAM Registers [8086:5914] (rev 08)
        Subsystem: Huawei Technologies Co., Ltd. Xeon E3-1200 v6/7th Gen Core 
Processor Host Bridge/DRAM Registers [19e5:3e04]
        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
        Capabilities: <access denied>
        Kernel driver in use: skl_uncore

00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 620 
[8086:5917] (rev 07) (prog-if 00 [VGA controller])
        Subsystem: Huawei Technologies Co., Ltd. UHD Graphics 620 [19e5:3e04]
        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 128
        Region 0: Memory at 2ff2000000 (64-bit, non-prefetchable) [size=16M]
        Region 2: Memory at 2fc0000000 (64-bit, prefetchable) [size=256M]
        Region 4: I/O ports at 4000 [size=64]
        [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915

00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 08)
        Subsystem: Huawei Technologies Co., Ltd. Xeon E3-1200 v5/E3-1500 v5/6th 
Gen Core Processor Thermal Subsystem [19e5:3e04]
        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
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at 2ff3010000 (64-bit, non-prefetchable) [size=32K]
        Capabilities: <access denied>
        Kernel driver in use: proc_thermal
        Kernel modules: processor_thermal_device

00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI 
Controller [8086:9d2f] (rev 21) (prog-if 30 [XHCI])
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP USB 3.0 xHCI 
Controller [19e5:3e04]
        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
        Interrupt: pin A routed to IRQ 127
        Region 0: Memory at 93200000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci

00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP 
Thermal subsystem [8086:9d31] (rev 21)
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP Thermal 
subsystem [19e5:3e04]
        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
        Interrupt: pin C routed to IRQ 18
        Region 0: Memory at 2ff3022000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal

00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP 
Serial IO I2C Controller #0 [8086:9d60] (rev 21)
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP Serial IO I2C 
Controller [19e5:3e04]
        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 16
        Region 0: Memory at 2ff3021000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci

00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP 
Serial IO I2C Controller #1 [8086:9d61] (rev 21)
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP Serial IO I2C 
Controller [19e5:3e04]
        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 17
        Region 0: Memory at 2ff3020000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci

00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP 
CSME HECI #1 [8086:9d3a] (rev 21)
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP CSME HECI 
[19e5:3e04]
        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
        Interrupt: pin A routed to IRQ 140
        Region 0: Memory at 2ff301f000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: mei_me
        Kernel modules: mei_me

00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root 
Port #1 [8086:9d10] (rev f1) (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 A routed to IRQ 122
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 00003000-00003fff [size=4K]
        Memory behind bridge: 92000000-92ffffff [size=16M]
        Prefetchable memory behind bridge: 0000000080000000-0000000091ffffff 
[size=288M]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1c.4 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root 
Port #5 [8086:9d14] (rev f1) (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 A routed to IRQ 123
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: None
        Memory behind bridge: 93100000-931fffff [size=1M]
        Prefetchable memory behind bridge: None
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root 
Port #9 [8086:9d18] (rev f1) (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 A routed to IRQ 124
        Bus: primary=00, secondary=03, subordinate=3b, sec-latency=0
        I/O behind bridge: 00005000-00005fff [size=4K]
        Memory behind bridge: 94000000-aa0fffff [size=353M]
        Prefetchable memory behind bridge: 0000002fd0000000-0000002ff1ffffff 
[size=544M]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1d.2 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root 
Port #11 [8086:9d1a] (rev f1) (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 125
        Bus: primary=00, secondary=3c, subordinate=3c, sec-latency=0
        I/O behind bridge: None
        Memory behind bridge: 93000000-930fffff [size=1M]
        Prefetchable memory behind bridge: None
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1e.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP 
Serial IO UART Controller #0 [8086:9d27] (rev 21)
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP Serial IO 
UART Controller [19e5:3e04]
        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 20
        Region 0: Memory at 2ff301e000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci

00:1e.3 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP 
Serial IO SPI Controller #1 [8086:9d2a] (rev 21)
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP Serial IO SPI 
Controller [19e5:3e04]
        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 23
        Region 0: Memory at 2ff301d000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci

00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point LPC Controller/eSPI 
Controller [8086:9d4e] (rev 21)
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point LPC 
Controller/eSPI Controller [19e5:3e04]
        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:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC 
[8086:9d21] (rev 21)
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP PMC 
[19e5:3e04]
        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 93210000 (32-bit, non-prefetchable) [size=16K]

00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio 
[8086:9d71] (rev 21)
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP HD Audio 
[19e5:3e04]
        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: 32, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 142
        Region 0: Memory at 2ff3018000 (64-bit, non-prefetchable) [size=16K]
        Region 4: Memory at 2ff3000000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_soc_skl

00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 
21)
        Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP SMBus 
[19e5:3e04]
        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-
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at 2ff301c000 (64-bit, non-prefetchable) [size=256]
        Region 4: I/O ports at 4040 [size=32]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801

01:00.0 3D controller [0302]: NVIDIA Corporation GP108M [GeForce MX150] 
[10de:1d12] (rev a1)
        Subsystem: Huawei Technologies Co., Ltd. GP108M [GeForce MX150] 
[19e5:3e04]
        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 255
        Region 0: Memory at 92000000 (32-bit, non-prefetchable) [size=16M]
        Region 1: Memory at 80000000 (64-bit, prefetchable) [size=256M]
        Region 3: Memory at 90000000 (64-bit, prefetchable) [size=32M]
        Region 5: I/O ports at 3000 [disabled] [size=128]
        Expansion ROM at <ignored> [disabled]
        Capabilities: <access denied>
        Kernel modules: nvidia

02:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe 
SSD Controller SM981/PM981/PM983 [144d:a808] (prog-if 02 [NVM Express])
        Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller 
SM981/PM981/PM983 [144d:a801]
        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 16
        NUMA node: 0
        Region 0: Memory at 93100000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: nvme
        Kernel modules: nvme

3c:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 
[8086:24fd] (rev 78)
        Subsystem: Huawei Technologies Co., Ltd. Wireless 8265 / 8275 
[19e5:3e02]
        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 141
        Region 0: Memory at 93000000 (64-bit, non-prefetchable) [size=8K]
        Capabilities: <access denied>
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi


** USB devices:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 05c8:03c0 Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HD Camera
Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-trunk-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_USER
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-5.3.0-trunk-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.135
ii  kmod                                    26-3
ii  linux-base                              4.6

Versions of packages linux-image-5.3.0-trunk-amd64 recommends:
ii  apparmor             2.13.3-5
ii  firmware-linux-free  3.4

Versions of packages linux-image-5.3.0-trunk-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  grub-efi-amd64          2.04-3
pn  linux-doc-5.3           <none>

Versions of packages linux-image-5.3.0-trunk-amd64 is related to:
ii  firmware-amd-graphics     20190717-2
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>
ii  firmware-iwlwifi          20190717-2
pn  firmware-libertas         <none>
ii  firmware-linux-nonfree    20190717-2
ii  firmware-misc-nonfree     20190717-2
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: 5.3.7-1

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 935...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <car...@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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 20 Oct 2019 00:56:32 +0200
Binary: linux-doc linux-doc-5.3 linux-headers-5.3.0-1-common linux-source 
linux-source-5.3 linux-support-5.3.0-1
Source: linux
Architecture: all source
Version: 5.3.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Salvatore Bonaccorso <car...@debian.org>
Closes: 935945 940530 940726
Description: 
 linux-doc  - Linux kernel specific documentation (meta-package)
 linux-doc-5.3 - Linux kernel specific documentation for version 5.3
 linux-headers-5.3.0-1-common - Common header files for Linux 5.3.0-1
 linux-source - Linux kernel source (meta-package)
 linux-source-5.3 - Linux kernel source for version 5.3 with Debian patches
 linux-support-5.3.0-1 - Support files for Linux 5.3
Changes:
 linux (5.3.7-1) unstable; urgency=medium
 .
   * New upstream stable update:
     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.3
     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.4
     - mISDN: enforce CAP_NET_RAW for raw sockets (CVE-2019-17055)
     - appletalk: enforce CAP_NET_RAW for raw sockets (CVE-2019-17054)
     - ax25: enforce CAP_NET_RAW for raw sockets (CVE-2019-17052)
     - ieee802154: enforce CAP_NET_RAW for raw sockets (CVE-2019-17053)
     - nfc: enforce CAP_NET_RAW for raw sockets (CVE-2019-17056)
     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.5
     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.6
     - nl80211: validate beacon head (CVE-2019-16746)
     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.7
 .
   [ Aurelien Jarno ]
   * [riscv64] Enable SOC_SIFIVE. Do not select CLK_SIFIVE,
     CLK_SIFIVE_FU540_PRCI, SIFIVE_PLIC, SERIAL_SIFIVE and
     SERIAL_SIFIVE_CONSOLE as they are selected by SOC_SIFIVE.
   * [riscv64] Install DTBS using dtbs_install target.
   * [riscv64] Enable SPI_SIFIVE.
   * [riscv64] Enable SERIAL_EARLYCON_RISCV_SBI.
   * [riscv64] Enable MMC, MMC_SPI.
   * [riscv64] udeb: Add mmc-core-modules and mmc-modules.
   * [riscv64] Fix memblock reservation for device tree blob.
   * [riscv64] Clear load reservations while restoring hart contexts.
 .
   [ Ben Hutchings ]
   * [mips*] Revert "Only define MAX_PHYSMEM_BITS on Loongson-3"
   * KEYS: Re-enable SECONDARY_TRUSTED_KEYRING, dropped in 5.2.6-1 by
     mis-merge (Closes: #935945)
 .
   [ John Paul Adrian Glaubitz ]
   * [m68k] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS
   * [hppa] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS
   * [sh4] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS
 .
   [ Salvatore Bonaccorso ]
   * RDMA/cxgb4: Do not dma memory off of the stack (CVE-2019-17075)
   * ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()
     (CVE-2019-15098)
 .
   [ Romain Perier ]
   * [armel/rpi] Enable CONFIG_BRCMFMAC_SDIO (Closes: #940530)
 .
   [ Héctor Orón Martínez ]
   * [x86] Enable ASoC: SOF sound driver (Closes: #940726)
Checksums-Sha1: 
 dd39fa2e65c62ec7c17add4d1578bbbff0429bd3 197683 linux_5.3.7-1.dsc
 45d9f10d69dceefafb5e9d1e29ad3e6e58bb96ff 112780220 linux_5.3.7.orig.tar.xz
 ca48db4fb3ff8e40daf4b8dbdfaa598e92f673b5 1161944 linux_5.3.7-1.debian.tar.xz
 71a522cf99e7872587c484cb2722bc2a08c4c5ad 48127 linux_5.3.7-1_source.buildinfo
 45a3592576cd34f2c145fec7cf078ee303eb0314 23082928 linux-doc-5.3_5.3.7-1_all.deb
 5b297e8a819ae1e44c9c3ab779b492c25d76b642 916 linux-doc_5.3.7-1_all.deb
 86212659324eaf57c5a595e3b5efda1705ced0f4 8241652 
linux-headers-5.3.0-1-common_5.3.7-1_all.deb
 5d01961c534b93f080166348857e291c466eeca8 111565576 
linux-source-5.3_5.3.7-1_all.deb
 b1f295b76ee1f3036bef1e2e250ba22142fa0a09 912 linux-source_5.3.7-1_all.deb
 f8d8f14538bfcb93dbc2ddda3b4595d5c3c1a90d 83344 
linux-support-5.3.0-1_5.3.7-1_all.deb
 ad6e953567931073c23451652ceb12cec45789cc 53027 linux_5.3.7-1_all.buildinfo
Checksums-Sha256: 
 f725294a5feb858139b883e06173869822e13f3946416d0c2c59c40b05e34348 197683 
linux_5.3.7-1.dsc
 8a020a6770a87aa332be1f2cbf419b99b6c33bb578a27a91bea1011ec7ea860a 112780220 
linux_5.3.7.orig.tar.xz
 ce04f29431a3a8fb6cb17f6c2cdce6201130c99c24cd7e1ba0198f4334352de6 1161944 
linux_5.3.7-1.debian.tar.xz
 b48149c4befeda3f341dbe046efdb49e83434779a4109a7646d5984aa9fe8fcf 48127 
linux_5.3.7-1_source.buildinfo
 b10f9939021844b5556f84fba3713aa830020892d857c452e407b76aa7f7334d 23082928 
linux-doc-5.3_5.3.7-1_all.deb
 9d05cb498d530c8aab18d70784fdda212a16a90c5be5bed87d4dca2abd7a3c20 916 
linux-doc_5.3.7-1_all.deb
 8308c4de8557bfc5f5aacd4103b5c0a40e57c3f9e5f22a11d9e6681d813e6cae 8241652 
linux-headers-5.3.0-1-common_5.3.7-1_all.deb
 6ad099c99fe4b90dd65f0e75270fbca1e80ac4964a3a41afd58ab5f436d95f3e 111565576 
linux-source-5.3_5.3.7-1_all.deb
 fbf230a975ff9578713066afc2a2ae1382ae47ad1b3045a042d7ff9ab33b30a1 912 
linux-source_5.3.7-1_all.deb
 e38b36003e5de24817cf02b59cd7a125cfebbb0f09629087f25df1416fca8e3f 83344 
linux-support-5.3.0-1_5.3.7-1_all.deb
 8b7276033768df6531c0394b758319a9784261121b4382be1ca16bd47f77fbe8 53027 
linux_5.3.7-1_all.buildinfo
Files: 
 224ae06dcf067d07244098801e5e6e50 197683 kernel optional linux_5.3.7-1.dsc
 0c287d56961660bf8c8e22a552ce3f24 112780220 kernel optional 
linux_5.3.7.orig.tar.xz
 d0372e61ee173e29920e571ca37298e3 1161944 kernel optional 
linux_5.3.7-1.debian.tar.xz
 20071d3bfe471705adc486dced8e64a5 48127 kernel optional 
linux_5.3.7-1_source.buildinfo
 8bbb3c27f0b062f027cf82197f25b165 23082928 doc optional 
linux-doc-5.3_5.3.7-1_all.deb
 f09b6031409c84585c75241f9c429aa4 916 doc optional linux-doc_5.3.7-1_all.deb
 b6cbc2cee8cbe6fa16d6cbecc6c8d909 8241652 kernel optional 
linux-headers-5.3.0-1-common_5.3.7-1_all.deb
 1f29f7ab89f6eac21cc948101b2a105d 111565576 kernel optional 
linux-source-5.3_5.3.7-1_all.deb
 190dbee7f69bd31fe636929d1debb758 912 kernel optional 
linux-source_5.3.7-1_all.deb
 8c4918bc0b4c324acc9a4c5cff3c06f9 83344 devel optional 
linux-support-5.3.0-1_5.3.7-1_all.deb
 de597c307bb08c7012faab98c841aa31 53027 kernel optional 
linux_5.3.7-1_all.buildinfo

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

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAl2sqVNfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89ETysP/0JnTG3SxUF0Es5xIzyVPWUlD233kVFe
O9kP29f7nZW0ltFptAcdX6vTUmnPCjhVMbIwL2Y97EAxgK5mkttG/6AVPsy2cL50
3inrvppu1UiBJ1wgdZ6+XXlOIfbithTkjqtZxt1rx72xJfnPeGFSek/3729yMewP
+sG+VLVDIymx338KEYueq85XckxWtbYZ5z+eJfSaHum/cjSj1Xai6yCVK2+2Adlt
6H849i1E4Pqz/ua8BWMlBChIKxlp2mt5eQgglgI5h6seQOs01gdSIqo5SnWH1UBS
XpGV8OLyjAVAyMopNqhZXcO6H+Oj2PdW35MQH37Yn0tqgWA3M+U+ceRJmwr4i12r
pL444KJgTsrMJaNecEoNjLzd9GwZFc6MYQEczT7mRmswghKsd1ItEFCjYLCfOU+F
2HhzNixrXUa5ZaqkN1U51Lvm9rXRS+PL5zCUopg2mC3/KdgvmM/C8tbiUSrDBQSv
g/MzzlrMOjUujbwQGnv+h4jEiBT2fd9mdM2gU9DN1+U3pc/t9RA0eP/cC6++WrKx
yTr0DAgaz/TIrs8aVsP7XIJhCrsIf8RUBiT1M8n4Sz2i3p1bQymz67Ww/7zRnzDb
+svbF+DmZZ8VaqddSY0uP3spyMiM/5PgWtVqx/c+neUVbPKuYx31OkaYwFziJ5gp
UoFliekSmX2C
=jbPc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to