mbox series

[net-next,0/2] virtio-net: fix for build_skb()

Message ID 20210513114808.120031-1-xuanzhuo@linux.alibaba.com (mailing list archive)
Headers show
Series virtio-net: fix for build_skb() | expand

Message

Xuan Zhuo May 13, 2021, 11:48 a.m. UTC
#1 Fixed a serious error.
#2 Fixed a logical error, but this error did not cause any serious consequences.

The logic of this piece is really messy. Fortunately, my refactored patch can be
completed with a small amount of testing.

Thanks.

Xuan Zhuo (2):
  virtio-net: fix for unable to handle page fault for address
  virtio-net: get build_skb() buf by data ptr

 drivers/net/virtio_net.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

--
2.31.0

Comments

patchwork-bot+netdevbpf@kernel.org May 13, 2021, 11 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Thu, 13 May 2021 19:48:06 +0800 you wrote:
> #1 Fixed a serious error.
> #2 Fixed a logical error, but this error did not cause any serious consequences.
> 
> The logic of this piece is really messy. Fortunately, my refactored patch can be
> completed with a small amount of testing.
> 
> Thanks.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] virtio-net: fix for unable to handle page fault for address
    https://git.kernel.org/netdev/net-next/c/6c66c147b9a4
  - [net-next,2/2] virtio-net: get build_skb() buf by data ptr
    https://git.kernel.org/netdev/net-next/c/7bf64460e3b2

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Michael S. Tsirkin May 14, 2021, 2:04 p.m. UTC | #2
On Thu, May 13, 2021 at 11:00:11PM +0000, patchwork-bot+netdevbpf@kernel.org wrote:
> Hello:
> 
> This series was applied to netdev/net-next.git (refs/heads/master):
> 
> On Thu, 13 May 2021 19:48:06 +0800 you wrote:
> > #1 Fixed a serious error.
> > #2 Fixed a logical error, but this error did not cause any serious consequences.
> > 
> > The logic of this piece is really messy. Fortunately, my refactored patch can be
> > completed with a small amount of testing.
> > 
> > Thanks.
> > 
> > [...]
> 
> Here is the summary with links:
>   - [net-next,1/2] virtio-net: fix for unable to handle page fault for address
>     https://git.kernel.org/netdev/net-next/c/6c66c147b9a4
>   - [net-next,2/2] virtio-net: get build_skb() buf by data ptr
>     https://git.kernel.org/netdev/net-next/c/7bf64460e3b2
> 
> You are awesome, thank you!

I actually think this is a bugfix patchset and belongs in net, not
net-next. And maybe stable? For there

Acked-by: Michael S. Tsirkin <mst@redhat.com>


> --
> Deet-doot-dot, I am a bot.
> https://korg.docs.kernel.org/patchwork/pwbot.html
>