From: Kalle Valo <kvalo@codeaurora.org>
To: Venkateswara Rao Naralasetty <vnaralas@codeaurora.org>
Cc: ath11k@lists.infradead.org, linux-wireless@vger.kernel.org,
Vikas Patel <vikpatel@codeaurora.org>,
Venkateswara Naralasetty <vnaralas@codeaurora.org>
Subject: Re: [PATCH] ath11k: Fixing dangling pointer issue upon peer delete failure
Date: Tue, 11 Feb 2020 18:35:23 +0000 (UTC) [thread overview]
Message-ID: <20200211183523.D5117C433A2@smtp.codeaurora.org> (raw)
In-Reply-To: <1580891515-15054-1-git-send-email-vnaralas@codeaurora.org>
Venkateswara Rao Naralasetty <vnaralas@codeaurora.org> wrote:
> When there is WMI command failure, 'peer->sta' was not getting
> cleaned up, and mac80211 frees the 'sta' memory, which is causing
> the below page fault.
>
> Cleaning up the sta pointer in ath11k whenever peer delete command
> is sent.
>
> Unable to handle kernel paging request at virtual address 200080000006a
> pgd = ffffffc02a774000
> [200080000006a] *pgd=0000000000000000, *pud=0000000000000000
> Internal error: Oops: 96000004 [#1] PREEMPT SMP
> .
> .
> .
> CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 4.4.60 #1
> Hardware name: Qualcomm Technologies, Inc. IPQ807x/AP-HK01-C1 (DT)
> task: ffffffc00083c6d0 ti: ffffffc00083c6d0 task.ti: ffffffc00083c6d0
> PC is at ath11k_dp_rx_process_mon_status+0x114/0x4e0 [ath11k]
> LR is at ath11k_dp_rx_process_mon_status+0xe8/0x4e0 [ath11k]
> pc : [<ffffffbffcf8e544>] lr : [<ffffffbffcf8e518>] pstate: 60000145
> sp : ffffffc000833a30
>
> Signed-off-by: Vikas Patel <vikpatel@codeaurora.org>
> Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
58595c9874c6 ath11k: Fixing dangling pointer issue upon peer delete failure
--
https://patchwork.kernel.org/patch/11365881/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2020-02-11 18:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-05 8:31 [PATCH] ath11k: Fixing dangling pointer issue upon peer delete failure Venkateswara Rao Naralasetty
2020-02-05 8:31 ` Venkateswara Rao Naralasetty
2020-02-11 18:35 ` Kalle Valo [this message]
2020-02-11 18:35 ` Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200211183523.D5117C433A2@smtp.codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=ath11k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=vikpatel@codeaurora.org \
--cc=vnaralas@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.