mbox series

pull-request: wireless-drivers-2021-04-21

Message ID 20210421090335.7A50CC4338A@smtp.codeaurora.org (mailing list archive)
State Accepted
Commit 542c40957c0557f0b3ec326579a57c143412d0e4
Headers show
Series pull-request: wireless-drivers-2021-04-21 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2021-04-21

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Message

Kalle Valo April 21, 2021, 9:03 a.m. UTC
Hi,

here's a pull request to net tree, more info below. Please let me know if there
are any problems.

Kalle

The following changes since commit d434405aaab7d0ebc516b68a8fc4100922d7f5ef:

  Linux 5.12-rc7 (2021-04-11 15:16:13 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2021-04-21

for you to fetch changes up to e7020bb068d8be50a92f48e36b236a1a1ef9282e:

  iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() (2021-04-19 20:35:10 +0300)

----------------------------------------------------------------
wireless-drivers fixes for v5.12

As there was -rc8 release, one more important fix for v5.12.

iwlwifi

* fix spinlock warning in gen2 devices

----------------------------------------------------------------
Jiri Kosina (1):
      iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()

 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 21, 2021, 5:30 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (refs/heads/master):

On Wed, 21 Apr 2021 09:03:35 +0000 (UTC) you wrote:
> Hi,
> 
> here's a pull request to net tree, more info below. Please let me know if there
> are any problems.
> 
> Kalle
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-drivers-2021-04-21
    https://git.kernel.org/netdev/net/c/542c40957c05

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Sedat Dilek April 22, 2021, 8:47 a.m. UTC | #2
On Wed, Apr 21, 2021 at 11:04 AM Kalle Valo <kvalo@codeaurora.org> wrote:
>
> Hi,
>
> here's a pull request to net tree, more info below. Please let me know if there
> are any problems.
>
> Kalle
>
> The following changes since commit d434405aaab7d0ebc516b68a8fc4100922d7f5ef:
>
>   Linux 5.12-rc7 (2021-04-11 15:16:13 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2021-04-21
>
> for you to fetch changes up to e7020bb068d8be50a92f48e36b236a1a1ef9282e:
>
>   iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() (2021-04-19 20:35:10 +0300)
>

[ CC Joe Perches ]

That patch misses the closing ">" in the Reported-by of Heiner.
My Tested-by seems also to be ignored.
See [1] and [2].

Has checkpatch.pl script an option to check if an email-address for
"credits" tags like
Signed-of-by/Reviewed-by/Tested-by/Reported-by/etc. is correct such as
open/closing "<...>" is not missing?

Thanks.

- Sedat -

[1] https://lore.kernel.org/linux-wireless/CA+icZUWVVRz-=09vowj5gLJ9-OaKpBkkejBXzqSpk-wZ-mDm-Q@mail.gmail.com/
[2] https://lore.kernel.org/linux-wireless/CA+icZUXmNG6TOhtni6Rrs7NZVOg1H8NhYuDsDiyVASF5+VtUAQ@mail.gmail.com/


> ----------------------------------------------------------------
> wireless-drivers fixes for v5.12
>
> As there was -rc8 release, one more important fix for v5.12.
>
> iwlwifi
>
> * fix spinlock warning in gen2 devices
>
> ----------------------------------------------------------------
> Jiri Kosina (1):
>       iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
>
>  drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
Kalle Valo April 22, 2021, 2:30 p.m. UTC | #3
Sedat Dilek <sedat.dilek@gmail.com> writes:

> On Wed, Apr 21, 2021 at 11:04 AM Kalle Valo <kvalo@codeaurora.org> wrote:
>>
>> Hi,
>>
>> here's a pull request to net tree, more info below. Please let me know if there
>> are any problems.
>>
>> Kalle
>>
>> The following changes since commit d434405aaab7d0ebc516b68a8fc4100922d7f5ef:
>>
>>   Linux 5.12-rc7 (2021-04-11 15:16:13 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
>> tags/wireless-drivers-2021-04-21
>>
>> for you to fetch changes up to e7020bb068d8be50a92f48e36b236a1a1ef9282e:
>>
>>   iwlwifi: Fix softirq/hardirq disabling in
>> iwl_pcie_gen2_enqueue_hcmd() (2021-04-19 20:35:10 +0300)
>>
>
> [ CC Joe Perches ]
>
> That patch misses the closing ">" in the Reported-by of Heiner.
> My Tested-by seems also to be ignored.
> See [1] and [2].

You commented on v1, I missed those as I only check the latest version
(v2 in this case). I recommend giving comments to the latest version to
make sure I see them.

Also patchwork automatically picks up Tested-by if you provide it to the
latest version.