All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: wireless-drivers-2021-04-21
@ 2021-04-21  9:03 Kalle Valo
  2021-04-21 17:30 ` patchwork-bot+netdevbpf
  2021-04-22  8:47 ` Sedat Dilek
  0 siblings, 2 replies; 4+ messages in thread
From: Kalle Valo @ 2021-04-21  9:03 UTC (permalink / raw)
  To: netdev; +Cc: linux-wireless

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull-request: wireless-drivers-2021-04-21
  2021-04-21  9:03 pull-request: wireless-drivers-2021-04-21 Kalle Valo
@ 2021-04-21 17:30 ` patchwork-bot+netdevbpf
  2021-04-22  8:47 ` Sedat Dilek
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-04-21 17:30 UTC (permalink / raw)
  To: Kalle Valo; +Cc: netdev, linux-wireless

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull-request: wireless-drivers-2021-04-21
  2021-04-21  9:03 pull-request: wireless-drivers-2021-04-21 Kalle Valo
  2021-04-21 17:30 ` patchwork-bot+netdevbpf
@ 2021-04-22  8:47 ` Sedat Dilek
  2021-04-22 14:30   ` Kalle Valo
  1 sibling, 1 reply; 4+ messages in thread
From: Sedat Dilek @ 2021-04-22  8:47 UTC (permalink / raw)
  To: Kalle Valo; +Cc: netdev, linux-wireless, Joe Perches

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull-request: wireless-drivers-2021-04-21
  2021-04-22  8:47 ` Sedat Dilek
@ 2021-04-22 14:30   ` Kalle Valo
  0 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2021-04-22 14:30 UTC (permalink / raw)
  To: Sedat Dilek; +Cc: netdev, linux-wireless, Joe Perches

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.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-22 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21  9:03 pull-request: wireless-drivers-2021-04-21 Kalle Valo
2021-04-21 17:30 ` patchwork-bot+netdevbpf
2021-04-22  8:47 ` Sedat Dilek
2021-04-22 14:30   ` Kalle Valo

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.