Message ID | 20210421090335.7A50CC4338A@smtp.codeaurora.org |
---|---|
State | New |
Headers | show |
Series | pull-request: wireless-drivers-2021-04-21 | expand |
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(-)