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

Bug#1076062: marked as done (linux-image-6.9.8-amd64: missing module snd_soc_avs_max98927)



Your message dated Sat, 27 Jul 2024 08:02:27 +0000
with message-id <E1sXcNn-008RHi-Iw@fasolo.debian.org>
and subject line Bug#1076062: fixed in linux 6.10.1-1~exp1
has caused the Debian Bug report #1076062,
regarding linux-image-6.9.8-amd64: missing module snd_soc_avs_max98927
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.)


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

My system (ASUS Chromebook C425 "leona", amd64) uses a MAX98927 to drive the
built-in speakers, but a required module is not available (not enabled in the
kconfig) so the sound device doesn't appear:

$ wpctl status
...
Audio
 ├─ Sinks:
 │  *   52. Built-in Audio Headphone            [vol: 0.35]
 │
...
$ alsactl info avsmax98927
alsactl: snd_card_iterator_sinit:257: Cannot find soundcard 'avsmax98927'...
$ grep -i 'max98927.*not set' "/boot/config-$(uname -r)"
# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927 is not set

I manually built the module and loaded it and suddenly the built-in speakers
started working, as expected:

$ sudo apt install linux-source linux-headers-amd64
$ sudo apt build-dep linux
$ tar xvfa /usr/src/linux-source-*.tar.xz
$ cd linux-source-*
$ xzcat /usr/src/linux-config-*/config.amd64_none_amd64.xz >.config
$ cp /usr/src/linux-headers-"$(uname -r)"/Module.symvers .
$ patch -p1 <<\EOF
--- a/.config 2024-07-09 23:26:13.159754022 -0400
+++ b/.config 2024-07-09 23:25:59.875808831 -0400
@@ -7000,7 +7000,7 @@
 # CONFIG_SND_SOC_INTEL_AVS_MACH_ES8336 is not set
 CONFIG_SND_SOC_INTEL_AVS_MACH_HDAUDIO=m
 # CONFIG_SND_SOC_INTEL_AVS_MACH_I2S_TEST is not set
-# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927 is not set
+CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927=m
 # CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98357A is not set
 CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98373=m
 CONFIG_SND_SOC_INTEL_AVS_MACH_NAU8825=m
EOF
$ make prepare
$ make modules_prepare
$ make M=sound/soc/intel/avs/boards
$ sudo cp sound/soc/intel/avs/boards/snd-soc-avs-max98927.ko /lib/modules/"$(uname -r)"/kernel/sound/soc/intel/avs/boards
$ sudo depmod
$ sudo modprobe snd_soc_avs_max98927
$ wpctl status
...
 ├─ Sinks:
 │      52. Built-in Audio Headphone            [vol: 0.35]
 │  *   79. Built-in Audio Speaker              [vol: 0.45]
 │
...
$ alsactl info avsmax98927
#
# Sound card
#
- card: 3
  id: avsmax98927
  name: avs_max98927
  longname: Google-Leona-1.0
  driver_name: avs_max98927
  mixer_name:
  components:
  controls_count: 23
  pcm:
    - stream: PLAYBACK
      devices:
        - device: 1
          id: Built-in Speakers (*)
          name:
          subdevices:
            - subdevice: 0
              name: subdevice #0

Please enable the module.

Thanks!

-- Package-specific info:
** Version:
Linux version 6.9.8-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-13 (Debian 13.3.0-1) 13.3.0, GNU ld (GNU Binutils for Debian) 2.42.50.20240625) #1 SMP PREEMPT_DYNAMIC Debian 6.9.8-1 (2024-07-07)

** Command line:
BOOT_IMAGE=/vmlinuz-6.9.8-amd64 root=/dev/mapper/transistor-root ro quiet

** Tainted: WOE (12800)
 * kernel issued warning
 * externally-built ("out-of-tree") module was loaded
 * unsigned module was loaded

** Kernel log:
[  384.000666] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.000670] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.000671] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.000727] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.000729] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.000732]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.000734]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.001253] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.001258] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.001261] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.001325] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.001328] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.001336]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.001339]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.002221] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.002226] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.002228] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.002274] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.002276] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.002281]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.002284]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.002505] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.002507] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.002509] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.002547] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.002548] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.002552]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.002554]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.002818] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.002821] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.002824] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.002887] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.002890] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.002895]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.002898]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.003158] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.003161] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.003162] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.003213] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.003214] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.003218]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.003220]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.003683] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.003687] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.003689] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.003726] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.003728] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.003734]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.003736]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.004992] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.004998] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.005002] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.005056] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.005058] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.005064]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.005074]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.005370] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.005372] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.005374] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.005417] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.005419] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.005422]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.005424]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.005703] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.005705] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.005707] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.005751] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.005753] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.005756]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.005758]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.005995] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.005997] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.005999] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.006050] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.006052] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.006055]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.006056]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  384.006799] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[  384.006806] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[  384.006810] snd_soc_avs 0000:00:1f.3: error creating module -2
[  384.006862] snd_soc_avs 0000:00:1f.3: create path failed: -2
[  384.006865] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[  384.006874]  DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[  384.006878]  Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[  389.049597] warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[  390.969236] audit: type=1400 audit(1720579457.154:53): apparmor="DENIED" operation="open" class="file" profile="mariadbd_akonadi" name="/sys/devices/system/node/" pid=2660 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  391.271623] audit: type=1400 audit(1720579457.454:54): apparmor="DENIED" operation="open" class="file" profile="mariadbd_akonadi" name="/sys/devices/system/node/" pid=2689 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  391.372105] audit: type=1400 audit(1720579457.554:55): apparmor="DENIED" operation="open" class="file" profile="mariadbd_akonadi" name="/sys/block/" pid=2689 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  391.392158] audit: type=1400 audit(1720579457.574:56): apparmor="DENIED" operation="open" class="file" profile="mariadbd_akonadi" name="/proc/2689/cgroup" pid=2689 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 3775.599106] snd_soc_avs_max98927: loading out-of-tree module taints kernel.
[ 3775.599112] snd_soc_avs_max98927: module verification failed: signature and/or required key missing - tainting kernel
[ 3775.619013] avs_max98927 avs_max98927.1: ASoC: Parent card not yet available, widget card binding deferred
[ 3775.795615] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 3775.795674] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 3779.535592] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 3779.535701] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 3780.032155] da7219 i2c-DLGS7219:00: SRM failed to lock
[ 3802.547935] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 3802.548005] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 4954.595004] audit: type=1400 audit(1720584020.751:57): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=24011 comm="cupsd" capability=12  capname="net_admin"

** Model information
sys_vendor: Google
product_name: Leona
product_version: 1.0
chassis_vendor: Google
chassis_version: 
bios_vendor: coreboot
bios_version: MrChromebox-2405.0
board_vendor: Google
board_name: Leona
board_version: 1.0

** Loaded modules:
snd_soc_avs_max98927(OE)
nf_conntrack_netlink
xfrm_user
xfrm_algo
xt_addrtype
br_netfilter
xt_mark
rfcomm
snd_seq_dummy
snd_hrtimer
snd_seq
snd_seq_device
ctr
ccm
xt_CHECKSUM
xt_MASQUERADE
xt_conntrack
ipt_REJECT
xt_tcpudp
nft_compat
nf_nat_tftp
nf_conntrack_tftp
tun
bridge
stp
llc
nft_fib_inet
nft_fib_ipv4
nft_fib_ipv6
nft_fib
overlay
nft_reject_inet
nf_reject_ipv4
nf_reject_ipv6
nft_reject
nft_ct
nft_chain_nat
nf_nat
nf_conntrack
nf_defrag_ipv6
nf_defrag_ipv4
ip_set
nf_tables
libcrc32c
qrtr
cmac
algif_hash
algif_skcipher
af_alg
bnep
uinput
snd_sof_pci_intel_skl
snd_sof_intel_hda_common
soundwire_intel
snd_sof_intel_hda_mlink
soundwire_cadence
snd_sof_intel_hda
snd_sof_pci
snd_sof_xtensa_dsp
snd_sof
snd_soc_avs_hdaudio
snd_soc_avs_da7219
snd_soc_avs_dmic
snd_soc_dmic
snd_sof_utils
soundwire_generic_allocation
soundwire_bus
intel_uncore_frequency
intel_uncore_frequency_common
snd_hda_codec_hdmi
binfmt_misc
snd_soc_avs
iwlmvm
snd_soc_hda_codec
snd_soc_skl
x86_pkg_temp_thermal
intel_powerclamp
coretemp
snd_soc_hdac_hda
btusb
kvm_intel
snd_hda_ext_core
nls_ascii
snd_soc_sst_ipc
nls_cp437
btrtl
snd_soc_sst_dsp
vfat
mac80211
btintel
fat
joydev
intel_rapl_msr
snd_soc_acpi_intel_match
btbcm
kvm
btmtk
libarc4
snd_soc_acpi
bluetooth
snd_hda_intel
iwlwifi
snd_intel_dspcfg
snd_intel_sdw_acpi
uvcvideo
processor_thermal_device_pci_legacy
snd_hda_codec
videobuf2_vmalloc
uvc
videobuf2_memops
squashfs
rapl
intel_cstate
snd_hda_core
snd_soc_da7219
videobuf2_v4l2
processor_thermal_device
intel_uncore
snd_soc_max98927
loop
processor_thermal_wt_hint
cfg80211
videodev
sha3_generic
jitterentropy_rng
snd_soc_core
iTCO_wdt
processor_thermal_rfim
pcspkr
memconsole_coreboot
processor_thermal_rapl
intel_pmc_bxt
intel_rapl_common
memconsole
snd_hwdep
iTCO_vendor_support
vpd_sysfs
snd_compress
snd_pcm_dmaengine
drbg
processor_thermal_wt_req
snd_pcm
cros_usbpd_charger
videobuf2_common
ansi_cprng
cros_ec_sysfs
watchdog
processor_thermal_power_floor
cros_ec_debugfs
cros_usbpd_logger
ecdh_generic
cros_ec_chardev
processor_thermal_mbox
intel_xhci_usb_role_switch
snd_timer
mc
snd
rfkill
ecc
roles
intel_pch_thermal
intel_soc_dts_iosf
soundcore
tpm_tis_spi
elan_i2c
intel_vbtn
chromeos_tbmc
cdc_mbim
sparse_keymap
cdc_wdm
cros_usbpd_notify
int3403_thermal
int340x_thermal_zone
cros_kbd_led_backlight
ac
intel_pmc_core
soc_button_array
int3400_thermal
intel_vsec
acpi_thermal_rel
pmt_telemetry
pmt_class
evdev
serio_raw
msr
parport_pc
ppdev
lp
parport
efi_pstore
configfs
nfnetlink
efivarfs
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
crc32c_generic
dm_crypt
dm_mod
cdc_ncm
cdc_ether
usbnet
mii
hid_generic
usbhid
hid
i915
mmc_block
crct10dif_pclmul
crct10dif_common
spi_pxa2xx_platform
crc32_pclmul
dw_dmac
drm_buddy
dw_dmac_core
i2c_algo_bit
crc32c_intel
drm_display_helper
cros_ec_dev
cec
ghash_clmulni_intel
rc_core
sha512_ssse3
ttm
sha512_generic
drm_kms_helper
sha256_ssse3
sdhci_pci
xhci_pci
sha1_ssse3
xhci_hcd
cqhci
drm
i2c_i801
sdhci
usbcore
i2c_smbus
intel_lpss_pci
battery
mmc_core
video
usb_common
intel_lpss
cros_ec_lpcs
idma64
cros_ec
wmi
button
aesni_intel
crypto_simd
cryptd

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:590c] (rev 02)
	Subsystem: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:590c]
	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
	IOMMU group: 1
	Capabilities: <access denied>
	Kernel driver in use: skl_uncore

00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 615 [8086:591c] (rev 02) (prog-if 00 [VGA controller])
	DeviceName: VGA compatible controller
	Subsystem: Intel Corporation Device [8086:2212]
	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 129
	IOMMU group: 0
	Region 0: Memory at 90000000 (64-bit, non-prefetchable) [size=16M]
	Region 2: Memory at 80000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at 1000 [size=64]
	Expansion ROM at 000c0000 [virtual] [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 02)
	Subsystem: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903]
	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
	IOMMU group: 2
	Region 0: Memory at 91120000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: <access denied>
	Kernel driver in use: proc_thermal
	Kernel modules: processor_thermal_device_pci_legacy

00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21) (prog-if 30 [XHCI])
	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 123
	IOMMU group: 3
	Region 0: Memory at 91100000 (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: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31]
	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
	IOMMU group: 3
	Region 0: Memory at 91130000 (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: Intel Corporation 100 Series PCH/Sunrise Point PCH I2C0 [Skylake/Kaby Lake LPSS I2C] [8086:9d60]
	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
	IOMMU group: 4
	Region 0: Memory at 91131000 (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: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 [8086:9d61]
	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
	IOMMU group: 4
	Region 0: Memory at 91132000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:19.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO UART Controller #2 [8086:9d66] (rev 21)
	Subsystem: Intel Corporation Sunrise Point-LP Serial IO UART Controller #2 [8086:9d66]
	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 32
	IOMMU group: 5
	Region 0: Memory at fe030000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 91134000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:19.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #5 [8086:9d65] (rev 21)
	Subsystem: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #5 [8086:9d65]
	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 33
	IOMMU group: 5
	Region 0: Memory at 91135000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

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])
	Subsystem: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 [8086:9d10]
	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
	IOMMU group: 6
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: [disabled] [16-bit]
	Memory behind bridge: 91000000-910fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: [disabled] [64-bit]
	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: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 [8086:9d27]
	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
	IOMMU group: 7
	Region 0: Memory at 91136000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 91137000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:1e.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #0 [8086:9d29] (rev 21)
	Subsystem: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #0 [8086:9d29]
	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 22
	IOMMU group: 7
	Region 0: Memory at 91138000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:1e.4 SD Host controller [0805]: Intel Corporation Device [8086:9d2b] (rev 21) (prog-if 01)
	Subsystem: Intel Corporation Device [8086:9d2b]
	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 21
	IOMMU group: 7
	Region 0: Memory at 91139000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: sdhci-pci
	Kernel modules: sdhci_pci

00:1e.6 SD Host controller [0805]: Intel Corporation Sunrise Point-LP Secure Digital IO Controller [8086:9d2d] (rev 21) (prog-if 01)
	Subsystem: Intel Corporation Sunrise Point-LP Secure Digital IO Controller [8086:9d2d]
	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
	IOMMU group: 7
	Region 0: Memory at 9113a000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: sdhci-pci
	Kernel modules: sdhci_pci

00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:9d4b] (rev 21)
	Subsystem: Intel Corporation Device [8086:9d4b]
	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
	IOMMU group: 8

00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
	Subsystem: Intel Corporation Sunrise Point-LP PMC [8086:9d21]
	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
	IOMMU group: 8
	Region 0: Memory at 91128000 (32-bit, non-prefetchable) [size=16K]

00:1f.3 Multimedia audio controller [0401]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d71] (rev 21)
	DeviceName: Multimedia audio controller
	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: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 131
	IOMMU group: 8
	Region 0: Memory at 9112c000 (64-bit, non-prefetchable) [size=16K]
	Region 4: Memory at 91110000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: snd_soc_avs
	Kernel modules: snd_hda_intel, snd_soc_skl, snd_soc_avs, snd_sof_pci_intel_skl

00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
	Subsystem: Intel Corporation Sunrise Point-LP SMBus [8086:9d23]
	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
	IOMMU group: 8
	Region 0: Memory at 9113c000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at efa0 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

00:1f.5 Non-VGA unclassified device [0000]: Intel Corporation Device [8086:9d24] (rev 21)
	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
	IOMMU group: 8
	Region 0: Memory at fe010000 (32-bit, non-prefetchable) [size=4K]

01:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
	Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [Stone Peak 2 AC] [8086:9010]
	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 130
	IOMMU group: 9
	Region 0: Memory at 91000000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi


** USB devices:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub             
Bus 001 Device 003: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 004: ID 13d3:56d4 IMC Networks USB2.0 HD UVC WebCam
Bus 001 Device 005: ID 1050:0406 Yubico.com Yubikey 4/5 U2F+CCID
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 2109:0817 VIA Labs, Inc. USB3.0 Hub             
Bus 002 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet


-- System Information:
Debian Release: trixie/sid
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing'), (250, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.9.8-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-6.9.8-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.142
ii  kmod                                    32+20240611-1
ii  linux-base                              4.10.1

Versions of packages linux-image-6.9.8-amd64 recommends:
ii  apparmor  3.1.7-1

Versions of packages linux-image-6.9.8-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  firmware-linux-free     20240610-1
ii  grub-efi-amd64          2.12-2
pn  linux-doc-6.9           <none>

Versions of packages linux-image-6.9.8-amd64 is related to:
ii  firmware-amd-graphics     20230625-2
ii  firmware-atheros          20230625-2
pn  firmware-bnx2             <none>
pn  firmware-bnx2x            <none>
ii  firmware-brcm80211        20230625-2
pn  firmware-cavium           <none>
ii  firmware-intel-sound      20230625-2
pn  firmware-intelwimax       <none>
ii  firmware-ipw2x00          20230625-2
pn  firmware-ivtv             <none>
ii  firmware-iwlwifi          20230625-2
pn  firmware-libertas         <none>
ii  firmware-linux-nonfree    20230625-2
ii  firmware-misc-nonfree     20230625-2
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
ii  firmware-realtek          20230625-2
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: 6.10.1-1~exp1
Done: Ben Hutchings <benh@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 1076062@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings <benh@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, 26 Jul 2024 17:53:15 +0200
Source: linux
Architecture: source
Version: 6.10.1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Ben Hutchings <benh@debian.org>
Closes: 1067908 1072311 1072574 1072968 1074217 1076062 1076457 1076570 1076962
Changes:
 linux (6.10.1-1~exp1) experimental; urgency=medium
 .
   * New upstream stable update:
     https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.1
 .
   [ Diederik de Haas ]
   * [arm64] Add MediaTek MT7986a SoC support
     - [arm64] drivers/net/ethernet/mediatek: Enable NET_VENDOR_MEDIATEK
     - [arm64] drivers/net/ethernet/mediatek: Enable NET_MEDIATEK_SOC as module
     - [arm64] drivers/net/wireless/mediatek/mt76/mt7915: Enable MT798X_WMAC
     - [arm64] drivers/pwm: Enable PWM_MEDIATEK as module
     - [arm64] drivers/thermal/mediatek: Enable MTK_SOC_THERMAL as module
   * [arm64] Add Bananapi BPI-R3 support (Closes: #1072968)
     - [arm64] drivers/mtd/nand: Enable MTD_NAND_ECC_MEDIATEK as module
     - [arm64] drivers/mtd/nand/spi: Enable MTD_SPI_NAND as module
     - [arm64] drivers/net/dsa: Enable NET_DSA_MT7530, NET_DSA_MT7530_MDIO and
       NET_DSA_MT7530_MMIO as modules
     - [arm64] drivers/spi: Enable SPI_MTK_SNFI as module
   * [arm64] Enable support for Pine64's PineTab2:
     - drivers/iio/accel: Enable IIO_ST_ACCEL_I2C_3AXIS as module
     - [arm64] drivers/gpu/drm/panel: Enable DRM_PANEL_BOE_TH101MB31UIG002_28A
       as module
     - [arm64] drivers/media/i2c: Enable VIDEO_OV5648 and VIDEO_DW9714 as module
   * [arm64] drivers/gpu/drm/bridge/synopsys: Enable DRM_DW_HDMI_I2S_AUDIO as
     module
   * drivers/devfreq: Enable PM_DEVFREQ
   * [arm64,armhf] drivers/devfreq: Make DEVFREQ_GOV_SIMPLE_ONDEMAND builtin
 .
   [ Emanuele Rocca ]
   * [arm64] Enable support for Renesas boards RZ/G3S (ARCH_R9A08G045) and
     RZ/V2H (ARCH_R9A09G057). (Closes: #1072574)
   * [arm64] Re-enable RELR, kernels built with binutils 2.42.90.20240720 boot
     fine. (Cf. #1074111).
 .
   [ Bastian Blank ]
   * [ppc64*] Switch default kernel to 4k page size.  (closes: #1074217)
   * [ppc64*] Add additional kernel with 64k page size.
   * Remove unused check for image size.
   * [arm64] Add additional kernel with 16k page size.
 .
   [ Ben Hutchings ]
   * d/b/test-patches: Handle kernel release strings without ABI number
   * d/b/test-patches: Stop looking for featuresets other than rt
   * d/b/test-patches: Update config overrides for the current format
   * d/b/buildcheck.py: Restore reading of config to pass to check classes
   * d/b/buildcheck.py, d/rules.real: Run buildcheck.py in setup as well
   * d/b/buildcheck.py: Restore config checks on kernels to be signed
   * [alpha] scsi: Disable SCSI_IMM (fixes FTBFS)
 .
   [ Aurelien Jarno ]
   * [riscv64] Enable CONFIG_ARCH_CANAAN to support Canaan Kendryte SoCs.
   * [riscv64] Enable CONFIG_CLK_SOPHGO_CV1800 as a module.
   * [riscv64] Enable CONFIG_ACPI_CPPC_CPUFREQ as a module.
 .
   [ Vincent Blut ]
   * [amd64/cloud] drivers/watchdog: Enable I6300ESB_WDT as module
     (Closes: #1067908)
   * [x86] drivers/platform/x86: Enable MSI_EC as module
 .
   [ Salvatore Bonaccorso ]
   * drivers/md/dm-vdo: Enable DM_VDO as module (Closes: #1076457)
   * drivers/net: Enable NETKIT (BPF-programmable network device) (except for
     sh4/sh7785lcr) (Closes: #1076962)
   * fs/erofs: Enable more EROFS compression algorithms (Closes: #1076570)
     - Enable EROFS_FS_ZIP_LZMA
     - Enable EROFS_FS_ZIP_DEFLATE
     - Enable EROFS_FS_ZIP_ZSTD
 .
   [ Richard Hansen ]
   * [x86] sound/soc/intel/avs/boards: Enable SND_SOC_INTEL_AVS_MACH_MAX98927 as
     a module (Closes: #1076062)
 .
   [ YunQiang Su ]
   * [mips64el] Add mips64r6el flavor.
   * [mips*] Enable R2 to R6 emulator for all R6 flavors.
 .
   [ Sergio Durigan Junior ]
   * Enable debuginfod support. (Closes: #1072311)
     libdebuginfod is dual-licensed LGPL-3+ and GPL-2+, which makes it
     possible for perf to link against the library.
     - d/rules.d/t/perf/Makefile: Remove NO_LIBDEBUGINFOD=1.
     - d/templates/tools-unversioned.control.in: B-D on libdebuginfod-dev.
 .
   [ Dmitry Baryshkov ]
   * [arm64] Enable config options for Qualcomm boards:
     - Enable INTERCONNECT_QCOM_MSM8996, INTERCONNECT_QCOM_QCM2290,
       INTERCONNECT_QCOM_SC7280, INTERCONNECT_QCOM_SM6115, and
       INTERCONNECT_QCOM_SM8250 as built-in, this is required to get serial
       console early during bootup
     - Enable pincontrol PINCTRL_MSM8998, PINCTRL_QCM2290, PINCTRL_SC7280,
       PINCTRL_SC7280_LPASS_LPI, PINCTRL_SM6115, PINCTRL_SM6115_LPASS_LPI,
       PINCTRL_SM8250, PINCTRL_SM8250_LPASS_LPI as modules
     - Enable clock controllers MSM_GCC_8998, QCOM_CLK_APCC_MSM8996,
       QCOM_CLK_APCS_MSM8916, CLK_GFM_LPASS_SM8250, QCM_DISPCC_2290,
       QCM_GCC_2290, QCOM_A53PLL, SC_CAMCC_7280, SC_DISPCC_7280, SC_GPUCC_7280,
       SC_LPASS_CORECC_7280, SC_VIDEOCC_7280, SM_CAMCC_8250, SM_DISPCC_6115,
       SM_DISPCC_8250, SM_GCC_6115, SM_GPUCC_6115, SM_GPUCC_8250,
       SM_VIDEOCC_8250, SDM_LPASSCC_845 as modules
     - Enable Audio drivers MFD_WCD934X, SLIM_QCOM_CTRL, SLIM_QCOM_NGD_CTRL,
       SND_SOC_MSM8916_WCD_ANALOG, SND_SOC_MSM8916_WCD_DIGITAL,
       SND_SOC_MSM8996, SND_SOC_SC7280, SND_SOC_SDM845, SND_SOC_SM8250,
       SND_SOC_WCD9335, SND_SOC_WCD934X, SND_SOC_WSA881X as modules
     - Enable other Qualcomm-specific drivers ARM_QCOM_CPUFREQ_NVMEM,
       ATH10K_SNOC, CHARGER_QCOM_SMB2, I2C_QCOM_CCI, INTERCONNECT_QCOM_MSM8916,
       MSM_GPUCC_8998, MSM_MMCC_8998, GPIO_WCD934X, QCOM_IPA,
       PHY_QCOM_PCIE2, QCOM_GPI_DMA, QCOM_MPM, QCOM_RMTFS_MEM, QCOM_SOCINFO,
       QCOM_WCNSS_PIL, REGULATOR_QCOM_USB_VBUS, RESET_QCOM_PDC,
       TYPEC_QCOM_PMIC, UCSI_PMIC_GLINK as modules
     - Enable DRM_LONTIUM_LT9611, DRM_LONTIUM_LT9611UXC, TYPEC_MUX_NB7VPQ904M
       as moudles for devices present both on Qualcomm and non-Qualcomm
       platforms
   * [arm64] enable CONFIG_QCOM_LMH, another SDM845-related option
 .
   [ Jochen Sprickerhof ]
   * Enable snd_soc_pcm5102a as a module on armhf/arm64
 .
   [ Dylan Aïssi ]
   * debian/rules: sort control.md5sums to improve reproducibility
Checksums-Sha1:
 af98b9fadfd16a7862f883b40d5ce7b91b28767f 229428 linux_6.10.1-1~exp1.dsc
 0a6e009ce8692302929ef436df7cff22492d0ed0 147928236 linux_6.10.1.orig.tar.xz
 ea4bd3a3bfd0cbd9f76cee6765cc82527491c843 1581468 linux_6.10.1-1~exp1.debian.tar.xz
 f359ae73da56481cfd55592e986dec95c7e9d1d4 7916 linux_6.10.1-1~exp1_source.buildinfo
Checksums-Sha256:
 d809c23734a01eff3c27d4d4e7e846acfcd16aee5e633ddcd6bcfc5a875e5098 229428 linux_6.10.1-1~exp1.dsc
 cd6d8c7cc12ba7a538a344815c24cbe3507ca9fadcc2664c7f68712368bfef88 147928236 linux_6.10.1.orig.tar.xz
 bce3030fdd8726a656aa6301088e6a0d1b1be2d45f55d68bccd0ada8d597aca5 1581468 linux_6.10.1-1~exp1.debian.tar.xz
 f7be719c9fc81f0c5d271a1420f48e570ca63eb4e71e35181aa03353732b5814 7916 linux_6.10.1-1~exp1_source.buildinfo
Files:
 1c88318afac60955b4845dfddb4f2e46 229428 kernel optional linux_6.10.1-1~exp1.dsc
 f636bf0fc0210ef20b3d7f245f69ddb7 147928236 kernel optional linux_6.10.1.orig.tar.xz
 f0b74861759cf1b56c45d571f22e2089 1581468 kernel optional linux_6.10.1-1~exp1.debian.tar.xz
 ce361b54f1a5c2da7b0e6195a0404318 7916 kernel optional linux_6.10.1-1~exp1_source.buildinfo

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

iQIzBAEBCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAmakVm8ACgkQ57/I7JWG
EQmpuA/+Owo5UD4u94IOoNc6axPr4Peb6IfyP8CFmtgiaQTUbRfHK9Ges8ii0gSl
M9ZSNX42DdWHr/KqDDBv9vMrSfiZOx2DfrOEB/PelXI2qwiN6mZtfgX/demFNGkX
U8WHdmwPPS1ipAYOG6pgqNniyfzfR5S5wTRbaAby2RuSnKqvlvilEohL2Nkalsj1
yPdBX+fw6+266IpGXPeZLgN6JOKpdN1nCl8gFmGyi+knafyXARuqTPJDOWzK4YLN
8DO1c7y7maImvBAnbi99xMfkij7g2WrXBW9K1u5UPMbpMLLoHavPDmcTq3xljtUy
I3uOM4C31xfHEFULr/xDFslNyDv5iMENC8AMkK3X629K5Aqks04pjsqarF+k+SCk
eJXX1nESOOxRx93KCrxJ5pPqlMttzDd0cqr8O7CIp6scE53lYVcwsS1/ipdrMfN5
EtwM5FbEasX1Y5RywqRayO++6GrSdF8Myz5UXpQQTL5JMUPfUknYRbDFPDmT5isI
iZBQ347XvLFXLrGYjR3iRhfaymLh7zZPJVrSR7RdjA8HPUA0bMkPiIawuufGI+lS
SZl6X/F/fpqckduMoZigyW1PQTSHLEx3yKqXOGDBwFO5jbSjJOUD0PvFTnO9VS+o
HJLxYrv7yDYJuAeeAvb9iftQV4Id+R5cvAoWYv7zmkoDIcJ6M9E=
=DUjb
-----END PGP SIGNATURE-----

Attachment: pgpqc3hlvtAHk.pgp
Description: PGP signature


--- End Message ---

Reply to: