All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Karthikeyan Periyasamy <periyasa@codeaurora.org>
Cc: ath11k@lists.infradead.org
Subject: Re: [PATCH] ath11k: fix invalid memory access
Date: Mon, 24 Jun 2019 14:01:30 +0300	[thread overview]
Message-ID: <87h88fw8l1.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <20190624105458.025FF609D4@smtp.codeaurora.org> (Kalle Valo's message of "Mon, 24 Jun 2019 10:54:58 +0000 (UTC)")

Kalle Valo <kvalo@codeaurora.org> writes:

> Karthikeyan Periyasamy <periyasa@codeaurora.org> wrote:
>
>> dp_reo_cache_flush_elem element get dynamically allocated with invalid size
>> which leads to the access of unallocated memory region or memory corruption.
>> Fix this bug by allocate with dp_reo_cache_flush_elem structure size.
>> 
>> Signed-off-by: Karthikeyan Periyasamy <periyasa@codeaurora.org>
>> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
>
> 11 patches applied to ath11k-bringup branch of ath.git, thanks.
>
> f1df70c948f4 ath11k: fix invalid memory access
> 3213345e51fc ath11k: Remove unnecessary whitespaces
> 9d18a5b1d777 ath11k: Avoid blank lines related warning
> e3b79f9ec2a4 ath11k: Avoid space related warning
> dcc1fd37c6dd ath11k: Fix Alignment should match open parenthesis warning
> d2b20789808d ath11k: Fix misspelled warnings
> e4e738f422d4 ath11k: fix unnecessary brace warnings
> 61bfed886e93 ath11k: fix Block comments warnings
> 1e9c09edaba3 ath11k: fix SPDX comment style warnings
> 6a82b2e7f17e ath11k: fix return statements on void function warnings
> ff1effad0d9b ath11k: fix string split across warnings

BTW, you could have put all these checkpatch cleanup patches into one
patchset (ie. one patcheset with 11 patches). Easier to manage them that
way. If the patches are somehow related it's usually a good idea to
combine them to the same patchset.

-- 
Kalle Valo

_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

      reply	other threads:[~2019-06-24 11:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-20 18:56 [PATCH] ath11k: fix invalid memory access Karthikeyan Periyasamy
2019-06-24 10:54 ` Kalle Valo
2019-06-24 11:01   ` Kalle Valo [this message]

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=87h88fw8l1.fsf@kamboji.qca.qualcomm.com \
    --to=kvalo@codeaurora.org \
    --cc=ath11k@lists.infradead.org \
    --cc=periyasa@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.