Skip to content

kernel trace net/wireless/sme.c:945 cfg80211_roamed+0x240/0x260 #3036

@AloisKlingler

Description

@AloisKlingler

I guess this happens caused by wifi roaming. I do not use ad-hoc mode, but have different APs with the same SSID running, at least two of them are reachable by this raspberry pi w zero.

wpa_supplicant.conf:

update_config=1
country=AT

network={
        ssid="mySSID"
        scan_ssid=1
        psk="myPSK"
        key_mgmt=WPA-PSK
        pairwise=CCMP
        group=CCMP
}

the traces look always the same:

[  318.398656] WARNING: CPU: 0 PID: 45 at net/wireless/sme.c:945 cfg80211_roamed+0x240/0x260 [cfg80211]
[  318.398673] Modules linked in: bnep hci_uart btbcm serdev bluetooth ecdh_generic vc4 drm_kms_helper drm drm_panel_orientation_quirks brcmfmac snd_soc_core brcmutil snd_compress snd_pcm_dmaengine snd_pcm sha256_generic snd_timer snd raspberrypi_hwmon syscopyarea hwmon sysfillrect sysimgblt fb_sys_fops cfg80211 rfkill i2c_bcm2835 bcm2835_codec(C) bcm2835_v4l2(C) v4l2_mem2mem v4l2_common bcm2835_mmal_vchiq(C) videobuf2_vmalloc videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev media vc_sm_cma(C) uio_pdrv_genirq uio fixed i2c_dev ip_tables x_tables ipv6
[  318.398923] CPU: 0 PID: 45 Comm: kworker/0:2 Tainted: G         C        4.19.42+ #1219
[  318.398930] Hardware name: BCM2835
[  318.399358] Workqueue: events brcmf_fweh_event_worker [brcmfmac]
[  318.399424] [<c0017e54>] (unwind_backtrace) from [<c0014d9c>] (show_stack+0x20/0x24)
[  318.399468] [<c0014d9c>] (show_stack) from [<c06afcf0>] (dump_stack+0x20/0x28)
[  318.399507] [<c06afcf0>] (dump_stack) from [<c0024388>] (__warn+0xf4/0x11c)
[  318.399534] [<c0024388>] (__warn) from [<c00244e0>] (warn_slowpath_null+0x4c/0x58)
[  318.400751] [<c00244e0>] (warn_slowpath_null) from [<bf228584>] (cfg80211_roamed+0x240/0x260 [cfg80211])
[  318.402399] [<bf228584>] (cfg80211_roamed [cfg80211]) from [<bf496f10>] (brcmf_notify_roaming_status+0x19c/0x258 [brcmfmac])
[  318.402959] [<bf496f10>] (brcmf_notify_roaming_status [brcmfmac]) from [<bf4a0b30>] (brcmf_fweh_call_event_handler+0x40/0x7c [brcmfmac])
[  318.403738] [<bf4a0b30>] (brcmf_fweh_call_event_handler [brcmfmac]) from [<bf4a0df4>] (brcmf_fweh_event_worker+0x288/0x52c [brcmfmac])
[  318.404051] [<bf4a0df4>] (brcmf_fweh_event_worker [brcmfmac]) from [<c003d108>] (process_one_work+0x130/0x3a0)
[  318.404087] [<c003d108>] (process_one_work) from [<c003d3ac>] (worker_thread+0x34/0x530)
[  318.404113] [<c003d3ac>] (worker_thread) from [<c0042eb0>] (kthread+0x11c/0x158)
[  318.404137] [<c0042eb0>] (kthread) from [<c00090ac>] (ret_from_fork+0x14/0x28)
[  318.404149] Exception stack(0xcacc7fb0 to 0xcacc7ff8)
[  318.404163] 7fa0:                                     00000000 00000000 00000000 00000000
[  318.404178] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  318.404191] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  318.404204] ---[ end trace a7f312ce1f360eb6 ]---

Best regards
Alois

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions