Source: linux Severity: important X-Debbugs-Cc: [email protected] -- System Information: Debian Release: 13.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64)
Kernel: Linux 6.12.73+deb13-amd64 (SMP w/4 CPU threads; PREEMPT) Kernel taint flags: TAINT_WARN Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Package: src:linux Version: 6.12.73-1 Severity: important Hi, on Debian trixie with kernel 6.12.73+deb13-amd64 I get repeated kernel WARNINGs from the Intel wireless driver (iwlwifi/iwlmvm) when running hostapd in AP mode. The system continues running, but the kernel is tainted with 'G W' and the call trace points into _iwl_mvm_sec_key_del() in mld-key.c while keys are being removed. System information ------------------ - Distribution: Debian trixie (testing) - Kernel: 6.12.73+deb13-amd64 #1 Debian 6.12.73-1 - Machine: ASRock H470M-STX, BIOS P2.20 08/06/2021 - Wireless hardware (from lspci -nn): 00:14.3 Network controller [0280]: Intel Corporation Comet Lake PCH CNVi WiFi [8086:06f0] - Ethernet: Intel Corporation Ethernet Connection (11) I219-V [8086:0d4d] - hostapd version: 2:2.10-24 - hostapd.conf: interface=wlo1 driver=nl80211 hw_mode=g bridge=br0 auth_algs=1 wpa=2 channel=4 wmm_enabled=1 country_code=DE ieee80211d=1 ieee80211n=1 ieee80211ac=1 ssid=<ssid> ignore_broadcast_ssid=0 wpa_passphrase=<pw> wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP Steps to reproduce ------------------ 1. Boot Debian trixie with kernel 6.12.73+deb13-amd64 on this hardware. 2. Use the Intel CNVi WiFi adapter in AP mode with hostapd. - Interface: <wlanX> (created by iwlwifi) - Mode: AP (bridged to LAN), WPA2/WPA3 PSK (details available on request). 3. Start and use the AP normally (clients connect and disconnect). 4. Stop or restart the wireless interface / hostapd (e.g. via ifdown/ifup, systemd service restart, or changing IP/interface flags). After some time and/or during shutdown of the interface, kernel WARNINGs appear in dmesg. Expected result --------------- - No kernel WARNING/OOPS when using the Intel CNVi WiFi adapter in AP mode with hostapd. - Keys should be added and removed cleanly without tainting the kernel. Actual result ------------- - The kernel logs a WARNING in _iwl_mvm_sec_key_del() from the iwlmvm module when keys are being removed or replaced, for example when stopping the interface. - The kernel is tainted with 'G W', but the system does not panic and continues to run. Example kernel log ------------------ Below are two of the WARNings as printed in dmesg: [73024.998029] iwlwifi 0000:00:14.3 wlo1: left allmulticast mode [73024.998036] iwlwifi 0000:00:14.3 wlo1: left promiscuous mode [73024.998052] br0: port 2(wlo1) entered disabled state [73025.001385] br0: port 1(eno2) entered disabled state [73025.043637] ------------[ cut here ]------------ [73025.043641] WARNING: CPU: 0 PID: 25626 at drivers/net/wireless/intel/iwlwifi/mvm/mld-key.c:307 _iwl_mvm_sec_key_del+0x166/0x180 [iwlmvm] [73025.043672] Modules linked in: uas usb_storage ccm bridge stp llc nf_tables libcrc32c dm_crypt dm_mod snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm cmac algif_hash algif_skcipher af_alg bnep binfmt_misc nls_ascii nls_cp437 vfat fat snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common intel_uncore_frequency snd_sof_utils intel_uncore_frequency_common iwlmvm snd_soc_acpi_intel_match snd_soc_acpi soundwire_bus snd_hda_codec_realtek snd_soc_avs mac80211 snd_soc_hda_codec snd_hda_codec_generic snd_hda_ext_core snd_hda_scodec_component snd_soc_core x86_pkg_temp_thermal intel_powerclamp coretemp snd_compress kvm_intel snd_pcm_dmaengine snd_hda_intel btusb snd_intel_dspcfg snd_intel_sdw_acpi libarc4 snd_hda_codec btrtl kvm iwlwifi btintel snd_hda_core btbcm btmtk snd_hwdep snd_pcm [73025.043721] irqbypass radio_ma901 bluetooth cfg80211 mei_pxp mei_hdcp rapl snd_timer intel_cstate videodev snd ftdi_sio intel_uncore usbserial ecdh_generic mei_me soundcore mc ee1004 wmi_bmof pcspkr mei rfkill intel_pch_thermal intel_pmc_core joydev intel_vsec acpi_tad acpi_pad pmt_telemetry pmt_class sg evdev parport_pc ppdev lp parport efi_pstore configfs nfnetlink efivarfs ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic i915 hid_generic usbhid hid sd_mod drm_buddy i2c_algo_bit drm_display_helper cec crct10dif_pclmul rc_core crc32_pclmul crc32c_intel ttm ghash_clmulni_intel sha512_ssse3 drm_kms_helper sha256_ssse3 iTCO_wdt xhci_pci sha1_ssse3 intel_pmc_bxt xhci_hcd aesni_intel ahci iTCO_vendor_support drm libahci watchdog gf128mul libata e1000e crypto_simd i2c_i801 usbcore cryptd scsi_mod i2c_smbus scsi_common usb_common video wmi button [73025.043782] CPU: 0 UID: 0 PID: 25626 Comm: hostapd Tainted: G W 6.12.73+deb13-amd64 #1 Debian 6.12.73-1 [73025.043786] Tainted: [W]=WARN [73025.043787] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./H470M-STX, BIOS P2.20 08/06/2021 [73025.043788] RIP: 0010:_iwl_mvm_sec_key_del+0x166/0x180 [iwlmvm] [73025.043809] Code: 00 00 e8 0d 2b fd ff eb 95 c6 43 0e ff 48 c7 40 48 00 00 00 00 0f be 53 0f e9 2f ff ff ff 0f 0b b8 ea ff ff ff e9 74 ff ff ff <0f> 0b b8 ea ff ff ff e9 68 ff ff ff e8 69 cd 7c cc 66 0f 1f 84 00 [73025.043811] RSP: 0018:ffffd0f20bbef6e8 EFLAGS: 00010246 [73025.043814] RAX: 0000000000000042 RBX: ffff8b65de657618 RCX: 00000000000fac04 [73025.043816] RDX: 00000000000000c2 RSI: ffff8b65d1151e78 RDI: 00000000fffffffd [73025.043817] RBP: ffff8b65c4eaa008 R08: 0000000000000000 R09: 0000000000000000 [73025.043819] R10: 0000000000000003 R11: 0000000000000001 R12: ffff8b65d1151e78 [73025.043820] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 [73025.043822] FS: 00007f2486c4c740(0000) GS:ffff8b661a800000(0000) knlGS:0000000000000000 [73025.043824] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [73025.043825] CR2: 000055d47ea087b8 CR3: 00000000508e2004 CR4: 00000000003726f0 [73025.043827] Call Trace: [73025.043829] <TASK> [73025.043833] ? prepare_to_wait_event+0x56/0x1a0 [73025.043837] iwl_mvm_mac_set_key+0x50/0x80 [iwlmvm] [73025.043859] drv_set_key+0xfe/0x1d0 [mac80211] [73025.043912] ieee80211_key_disable_hw_accel+0xb8/0xd0 [mac80211] [73025.043965] ieee80211_key_replace+0x3a6/0x8e0 [mac80211] [73025.044014] ieee80211_free_keys_iface+0x6b/0xc0 [mac80211] [73025.044059] ieee80211_free_keys+0x54/0x1b0 [mac80211] [73025.044106] ieee80211_do_stop+0x35c/0x920 [mac80211] [73025.044149] ? finish_wait+0x44/0x90 [73025.044153] ? __pfx_wait_rcu_exp_gp+0x10/0x10 [73025.044156] ieee80211_stop+0x58/0x1a0 [mac80211] [73025.044197] __dev_close_many+0xad/0x130 [73025.044201] __dev_change_flags+0x103/0x240 [73025.044206] dev_change_flags+0x26/0x70 [73025.044209] devinet_ioctl+0x38d/0x770 [73025.044237] inet_ioctl+0x1ca/0x1e0 [73025.044242] sock_do_ioctl+0x7b/0x130 [73025.044247] __x64_sys_ioctl+0x94/0xd0 [73025.044251] do_syscall_64+0x82/0x190 [73025.044254] ? arch_exit_to_user_mode_prepare.isra.0+0x16/0xa0 [73025.044258] ? syscall_exit_to_user_mode+0x37/0x1b0 [73025.044261] ? tomoyo_init_request_info+0x99/0xc0 [73025.044265] ? tomoyo_path_number_perm+0x8c/0x1f0 [73025.044268] ? sk_ioctl+0x4e/0x120 [73025.044272] ? inet_ioctl+0x1a7/0x1e0 [73025.044276] ? dev_get_by_name_rcu+0x67/0x80 [73025.044278] ? dev_get_by_name_rcu+0x67/0x80 [73025.044280] ? __check_object_size+0x50/0x210 [73025.044283] ? _copy_to_user+0x36/0x50 [73025.044285] ? put_user_ifreq+0x62/0x80 [73025.044288] ? sock_do_ioctl+0x107/0x130 [73025.044293] ? arch_exit_to_user_mode_prepare.isra.0+0x16/0xa0 [73025.044296] ? syscall_exit_to_user_mode+0x37/0x1b0 [73025.044299] ? do_syscall_64+0x8e/0x190 [73025.044301] ? clear_bhb_loop+0x40/0x90 [73025.044304] ? clear_bhb_loop+0x40/0x90 [73025.044306] ? clear_bhb_loop+0x40/0x90 [73025.044309] entry_SYSCALL_64_after_hwframe+0x76/0x7e [73025.044313] RIP: 0033:0x7f24864278db [73025.044338] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 [73025.044339] RSP: 002b:00007ffeb38bb140 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [73025.044343] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f24864278db [73025.044344] RDX: 00007ffeb38bb1a0 RSI: 0000000000008914 RDI: 0000000000000008 [73025.044346] RBP: 0000000000000008 R08: 0000000000000050 R09: 0000000000000000 [73025.044348] R10: 0000000000000000 R11: 0000000000000246 R12: 000055e7cb19d990 [73025.044349] R13: 0000000000000000 R14: 00007ffeb38bb1a0 R15: 000055e78da2e378 [73025.044352] </TASK> [73025.044353] ---[ end trace 0000000000000000 ]--- [73025.044356] wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22) [73025.141736] e1000e 0000:00:1f.6 eno2: NIC Link is Down [73025.146732] e1000e 0000:00:1f.6 eno2: left allmulticast mode [73025.146746] e1000e 0000:00:1f.6 eno2: left promiscuous mode [73025.146803] br0: port 1(eno2) entered disabled state [73028.838705] e1000e 0000:00:1f.6 eno2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx [73031.861093] e1000e 0000:00:1f.6 eno2: NIC Link is Down [73031.891288] br0: port 1(eno2) entered blocking state [73031.891293] br0: port 1(eno2) entered disabled state [73031.891303] e1000e 0000:00:1f.6 eno2: entered allmulticast mode [73031.891339] e1000e 0000:00:1f.6 eno2: entered promiscuous mode [73035.602601] e1000e 0000:00:1f.6 eno2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx [73035.602793] br0: port 1(eno2) entered blocking state [73035.602806] br0: port 1(eno2) entered forwarding state [73035.870539] br0: port 2(wlo1) entered blocking state [73035.870552] br0: port 2(wlo1) entered disabled state [73035.870577] iwlwifi 0000:00:14.3 wlo1: entered allmulticast mode [73035.870711] iwlwifi 0000:00:14.3 wlo1: entered promiscuous mode [73035.899154] br0: port 2(wlo1) entered blocking state [73035.899170] br0: port 2(wlo1) entered forwarding state [73068.165359] iwlwifi 0000:00:14.3 wlo1: left allmulticast mode [73068.165365] iwlwifi 0000:00:14.3 wlo1: left promiscuous mode [73068.165382] br0: port 2(wlo1) entered disabled state [73068.203997] ------------[ cut here ]------------ [73068.204000] WARNING: CPU: 1 PID: 38939 at drivers/net/wireless/intel/iwlwifi/mvm/mld-key.c:307 _iwl_mvm_sec_key_del+0x166/0x180 [iwlmvm] [73068.204027] Modules linked in: uas usb_storage ccm bridge stp llc nf_tables libcrc32c dm_crypt dm_mod snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm cmac algif_hash algif_skcipher af_alg bnep binfmt_misc nls_ascii nls_cp437 vfat fat snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common intel_uncore_frequency snd_sof_utils intel_uncore_frequency_common iwlmvm snd_soc_acpi_intel_match snd_soc_acpi soundwire_bus snd_hda_codec_realtek snd_soc_avs mac80211 snd_soc_hda_codec snd_hda_codec_generic snd_hda_ext_core snd_hda_scodec_component snd_soc_core x86_pkg_temp_thermal intel_powerclamp coretemp snd_compress kvm_intel snd_pcm_dmaengine snd_hda_intel btusb snd_intel_dspcfg snd_intel_sdw_acpi libarc4 snd_hda_codec btrtl kvm iwlwifi btintel snd_hda_core btbcm btmtk snd_hwdep snd_pcm [73068.204067] irqbypass radio_ma901 bluetooth cfg80211 mei_pxp mei_hdcp rapl snd_timer intel_cstate videodev snd ftdi_sio intel_uncore usbserial ecdh_generic mei_me soundcore mc ee1004 wmi_bmof pcspkr mei rfkill intel_pch_thermal intel_pmc_core joydev intel_vsec acpi_tad acpi_pad pmt_telemetry pmt_class sg evdev parport_pc ppdev lp parport efi_pstore configfs nfnetlink efivarfs ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic i915 hid_generic usbhid hid sd_mod drm_buddy i2c_algo_bit drm_display_helper cec crct10dif_pclmul rc_core crc32_pclmul crc32c_intel ttm ghash_clmulni_intel sha512_ssse3 drm_kms_helper sha256_ssse3 iTCO_wdt xhci_pci sha1_ssse3 intel_pmc_bxt xhci_hcd aesni_intel ahci iTCO_vendor_support drm libahci watchdog gf128mul libata e1000e crypto_simd i2c_i801 usbcore cryptd scsi_mod i2c_smbus scsi_common usb_common video wmi button [73068.204119] CPU: 1 UID: 0 PID: 38939 Comm: hostapd Tainted: G W 6.12.73+deb13-amd64 #1 Debian 6.12.73-1 [73068.204122] Tainted: [W]=WARN [73068.204123] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./H470M-STX, BIOS P2.20 08/06/2021 [73068.204124] RIP: 0010:_iwl_mvm_sec_key_del+0x166/0x180 [iwlmvm] [73068.204144] Code: 00 00 e8 0d 2b fd ff eb 95 c6 43 0e ff 48 c7 40 48 00 00 00 00 0f be 53 0f e9 2f ff ff ff 0f 0b b8 ea ff ff ff e9 74 ff ff ff <0f> 0b b8 ea ff ff ff e9 68 ff ff ff e8 69 cd 7c cc 66 0f 1f 84 00 [73068.204145] RSP: 0018:ffffd0f20ab83788 EFLAGS: 00010246 [73068.204147] RAX: 0000000000000042 RBX: ffff8b65c130ee18 RCX: 00000000000fac04 [73068.204149] RDX: 00000000000000c2 RSI: ffff8b65d1151e78 RDI: 00000000fffffffd [73068.204150] RBP: ffff8b65c4eaa008 R08: 0000000000000000 R09: 0000000000000000 [73068.204151] R10: 0000000000000003 R11: 0000000000000001 R12: ffff8b65d1151e78 [73068.204153] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 [73068.204154] FS: 00007fc0cc296740(0000) GS:ffff8b661a880000(0000) knlGS:0000000000000000 [73068.204155] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [73068.204157] CR2: 000055ec2efeb2a8 CR3: 0000000111f82006 CR4: 00000000003726f0 [73068.204158] Call Trace: [73068.204160] <TASK> [73068.204163] ? prepare_to_wait_event+0x56/0x1a0 [73068.204167] iwl_mvm_mac_set_key+0x50/0x80 [iwlmvm] [73068.204186] drv_set_key+0xfe/0x1d0 [mac80211] [73068.204234] ieee80211_key_disable_hw_accel+0xb8/0xd0 [mac80211] [73068.204281] ieee80211_key_replace+0x3a6/0x8e0 [mac80211] [73068.204327] ieee80211_free_keys_iface+0x6b/0xc0 [mac80211] [73068.204372] ieee80211_free_keys+0x54/0x1b0 [mac80211] [73068.204418] ieee80211_do_stop+0x35c/0x920 [mac80211] [73068.204457] ? finish_wait+0x44/0x90 [73068.204461] ? __pfx_wait_rcu_exp_gp+0x10/0x10 [73068.204463] ieee80211_stop+0x58/0x1a0 [mac80211] [73068.204502] __dev_close_many+0xad/0x130 [73068.204506] __dev_change_flags+0x103/0x240 [73068.204510] dev_change_flags+0x26/0x70 [73068.204513] devinet_ioctl+0x38d/0x770 [73068.204517] inet_ioctl+0x1ca/0x1e0 [73068.204522] sock_do_ioctl+0x7b/0x130 [73068.204526] __x64_sys_ioctl+0x94/0xd0 [73068.204529] do_syscall_64+0x82/0x190 [73068.204532] ? __sys_recvmsg+0x77/0xd0 [73068.204535] ? arch_exit_to_user_mode_prepare.isra.0+0x16/0xa0 [73068.204539] ? syscall_exit_to_user_mode+0x37/0x1b0 [73068.204541] ? do_syscall_64+0x8e/0x190 [73068.204543] ? do_sock_setsockopt+0xc1/0x180 [73068.204546] ? __sys_setsockopt+0x96/0xe0 [73068.204548] ? arch_exit_to_user_mode_prepare.isra.0+0x16/0xa0 [73068.204551] ? syscall_exit_to_user_mode+0x37/0x1b0 [73068.204552] ? do_syscall_64+0x8e/0x190 [73068.204554] ? clear_bhb_loop+0x40/0x90 [73068.204556] ? clear_bhb_loop+0x40/0x90 [73068.204558] ? clear_bhb_loop+0x40/0x90 [73068.204560] entry_SYSCALL_64_after_hwframe+0x76/0x7e [73068.204564] RIP: 0033:0x7fc0cba278db [73068.204582] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 [73068.204584] RSP: 002b:00007ffe7d83c2f0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [73068.204586] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fc0cba278db [73068.204587] RDX: 00007ffe7d83c350 RSI: 0000000000008914 RDI: 0000000000000008 [73068.204589] RBP: 0000000000000008 R08: 0000000000000050 R09: 0000000000000000 [73068.204590] R10: 0000000000000000 R11: 0000000000000246 R12: 000055bf94e49990 [73068.204591] R13: 0000000000000000 R14: 00007ffe7d83c350 R15: 000055bf88f09378 [73068.204594] </TASK> [73068.204595] ---[ end trace 0000000000000000 ]--- [73068.204597] wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22) [73068.220152] br0: port 1(eno2) entered disabled state [73068.306028] e1000e 0000:00:1f.6 eno2: NIC Link is Down [73068.308405] e1000e 0000:00:1f.6 eno2: left allmulticast mode [73068.308418] e1000e 0000:00:1f.6 eno2: left promiscuous mode [73068.308472] br0: port 1(eno2) entered disabled state [73072.071013] e1000e 0000:00:1f.6 eno2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx [73144.078815] e1000e 0000:00:1f.6 eno2: NIC Link is Down [73144.189408] br0: port 1(eno2) entered blocking state [73144.189419] br0: port 1(eno2) entered disabled state [73144.189439] e1000e 0000:00:1f.6 eno2: entered allmulticast mode [73144.189523] e1000e 0000:00:1f.6 eno2: entered promiscuous mode [73147.775523] e1000e 0000:00:1f.6 eno2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx [73147.775700] br0: port 1(eno2) entered blocking state [73147.775713] br0: port 1(eno2) entered forwarding state [73148.004473] br0: port 2(wlo1) entered blocking state [73148.004487] br0: port 2(wlo1) entered disabled state [73148.004513] iwlwifi 0000:00:14.3 wlo1: entered allmulticast mode [73148.004658] iwlwifi 0000:00:14.3 wlo1: entered promiscuous mode [73148.032051] br0: port 2(wlo1) entered blocking state [73148.032070] br0: port 2(wlo1) entered forwarding state [132217.293677] iwlwifi 0000:00:14.3: Unhandled alg: 0x71b [136601.324947] iwlwifi 0000:00:14.3: Unhandled alg: 0x3000707 [156990.431021] perf: interrupt took too long (2524 > 2500), lowering kernel.perf_event_max_sample_rate to 79000 [159364.315488] audit: type=1400 audit(1772062562.320:128): apparmor="DENIED" operation="open" class="file" profile="/usr/sbin/cupsd" name="/etc/paperspecs" pid=72093 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 Additional notes ---------------- - The WARNings happen multiple times per day under normal operation of the AP. - The issue seems related to key handling (add/delete) in the new iwlwifi/mac80211 code with hostapd in AP mode. - I am happy to test patches or additional debugging options if needed. Please let me know if you need more information. configuration, etc.). Regards, Andreas Friedrich [email protected]

