From: patchwork-bot+netdevbpf@kernel.org
To: Sean Anderson <seanga2@gmail.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, netdev@vger.kernel.org, nbowler@draconx.ca,
eike-kernel@sf-tec.de, zheyuma97@gmail.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v2 00/13] net: sunhme: Cleanups and logging improvements
Date: Tue, 27 Sep 2022 00:50:18 +0000 [thread overview]
Message-ID: <166423981800.26881.7010083147710284911.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220924015339.1816744-1-seanga2@gmail.com>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 23 Sep 2022 21:53:26 -0400 you wrote:
> This series is a continuation of [1] with a focus on logging improvements (in
> the style of commit b11e5f6a3a5c ("net: sunhme: output link status with a single
> print.")). I have included several of Rolf's patches in the series where
> appropriate (with slight modifications). After this series is applied, many more
> messages from this driver will come with driver/device information.
> Additionally, most messages (especially debug messages) have been condensed onto
> one line (as KERN_CONT messages get split).
>
> [...]
Here is the summary with links:
- [net-next,v2,01/13] sunhme: remove unused tx_dump_ring()
https://git.kernel.org/netdev/net-next/c/8247ab50c2ad
- [net-next,v2,02/13] sunhme: Remove version
https://git.kernel.org/netdev/net-next/c/6478c6e99455
- [net-next,v2,03/13] sunhme: forward the error code from pci_enable_device()
https://git.kernel.org/netdev/net-next/c/acb3f35f920b
- [net-next,v2,04/13] sunhme: Return an ERR_PTR from quattro_pci_find
https://git.kernel.org/netdev/net-next/c/d6f1e89bdbb8
- [net-next,v2,05/13] sunhme: Regularize probe errors
https://git.kernel.org/netdev/net-next/c/5b3dc6dda6b1
- [net-next,v2,06/13] sunhme: switch to devres
https://git.kernel.org/netdev/net-next/c/914d9b2711dd
- [net-next,v2,07/13] sunhme: Convert FOO((...)) to FOO(...)
https://git.kernel.org/netdev/net-next/c/03290907a5d1
- [net-next,v2,08/13] sunhme: Clean up debug infrastructure
https://git.kernel.org/netdev/net-next/c/30931367ba80
- [net-next,v2,09/13] sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)
https://git.kernel.org/netdev/net-next/c/0bc1f45410ea
- [net-next,v2,10/13] sunhme: Use (net)dev_foo wherever possible
https://git.kernel.org/netdev/net-next/c/8acf878f29d0
- [net-next,v2,11/13] sunhme: Combine continued messages
https://git.kernel.org/netdev/net-next/c/24cddbc3ef11
- [net-next,v2,12/13] sunhme: Use vdbg for spam-y prints
https://git.kernel.org/netdev/net-next/c/26657c70b91c
- [net-next,v2,13/13] sunhme: Add myself as a maintainer
https://git.kernel.org/netdev/net-next/c/77ceb3731e12
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-09-27 0:50 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-24 1:53 [PATCH net-next v2 00/13] net: sunhme: Cleanups and logging improvements Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 01/13] sunhme: remove unused tx_dump_ring() Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 02/13] sunhme: Remove version Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 03/13] sunhme: forward the error code from pci_enable_device() Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 04/13] sunhme: Return an ERR_PTR from quattro_pci_find Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 05/13] sunhme: Regularize probe errors Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 06/13] sunhme: switch to devres Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 07/13] sunhme: Convert FOO((...)) to FOO(...) Sean Anderson
2022-09-27 7:58 ` David Laight
2022-09-27 13:57 ` Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 08/13] sunhme: Clean up debug infrastructure Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 09/13] sunhme: Convert printk(KERN_FOO ...) to pr_foo(...) Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 10/13] sunhme: Use (net)dev_foo wherever possible Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 11/13] sunhme: Combine continued messages Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 12/13] sunhme: Use vdbg for spam-y prints Sean Anderson
2022-09-24 1:53 ` [PATCH net-next v2 13/13] sunhme: Add myself as a maintainer Sean Anderson
2022-09-27 0:50 ` patchwork-bot+netdevbpf [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=166423981800.26881.7010083147710284911.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eike-kernel@sf-tec.de \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nbowler@draconx.ca \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=seanga2@gmail.com \
--cc=zheyuma97@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox