From: Jason Wang <jasowang@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>, linux-kernel@vger.kernel.org
Cc: netdev@vger.kernel.org, John Fastabend <john.fastabend@gmail.com>,
David Miller <davem@davemloft.net>
Subject: Re: [PATCH net-next 00/12] ptr_ring fixes
Date: Mon, 29 Jan 2018 15:10:37 +0800 [thread overview]
Message-ID: <74a2d464-3b3c-94fc-bf05-dee8e7ae775c@redhat.com> (raw)
In-Reply-To: <1516923320-16959-1-git-send-email-mst@redhat.com>
On 2018年01月26日 07:36, Michael S. Tsirkin wrote:
> This fixes a bunch of issues around ptr_ring use in net core.
> One of these: "tap: fix use-after-free" is also needed on net,
> but can't be backported cleanly.
>
> I will post a net patch separately.
>
> Lightly tested - Jason, could you pls confirm this
> addresses the security issue you saw with ptr_ring?
> Testing reports would be appreciated too.
>
> Michael S. Tsirkin (12):
> ptr_ring: keep consumer_head valid at all times
> ptr_ring: clean up documentation
> ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty
> tap: fix use-after-free
> ptr_ring: disallow lockless __ptr_ring_full
> Revert "net: ptr_ring: otherwise safe empty checks can overrun array
> bounds"
> skb_array: use __ptr_ring_empty
> ptr_ring: prevent queue load/store tearing
> tools/virtio: switch to __ptr_ring_empty
> tools/virtio: more stubs to fix tools build
> tools/virtio: copy READ/WRITE_ONCE
> tools/virtio: fix smp_mb on x86
>
> drivers/net/tap.c | 3 --
> include/linux/ptr_ring.h | 86 ++++++++++++++++++++++------------------
> include/linux/skb_array.h | 2 +-
> tools/virtio/linux/kernel.h | 2 +-
> tools/virtio/linux/thread_info.h | 1 +
> tools/virtio/ringtest/main.h | 59 ++++++++++++++++++++++++++-
> tools/virtio/ringtest/ptr_ring.c | 2 +-
> 7 files changed, 110 insertions(+), 45 deletions(-)
> create mode 100644 tools/virtio/linux/thread_info.h
>
For the series:
Tested-by: Jason Wang <jasowang@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Thanks
next prev parent reply other threads:[~2018-01-29 7:10 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-25 23:36 [PATCH net-next 00/12] ptr_ring fixes Michael S. Tsirkin
2018-01-25 23:36 ` [PATCH net-next 01/12] ptr_ring: keep consumer_head valid at all times Michael S. Tsirkin
2018-01-26 0:11 ` John Fastabend
2018-01-25 23:36 ` [PATCH net-next 02/12] ptr_ring: clean up documentation Michael S. Tsirkin
2018-01-25 23:36 ` [PATCH net-next 03/12] ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty Michael S. Tsirkin
2018-01-26 2:37 ` Jason Wang
2018-01-26 2:44 ` Michael S. Tsirkin
2018-01-26 3:19 ` Jason Wang
2018-01-26 13:44 ` Michael S. Tsirkin
2018-01-25 23:36 ` [PATCH net-next 04/12] tap: fix use-after-free Michael S. Tsirkin
2018-01-25 23:36 ` [PATCH net-next 05/12] ptr_ring: disallow lockless __ptr_ring_full Michael S. Tsirkin
2018-01-26 2:38 ` Jason Wang
2018-01-26 2:46 ` Michael S. Tsirkin
2018-01-29 3:36 ` Jason Wang
2018-01-29 4:41 ` Michael S. Tsirkin
2018-01-29 7:09 ` Jason Wang
2018-01-25 23:36 ` [PATCH net-next 06/12] Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds" Michael S. Tsirkin
2018-01-26 0:12 ` John Fastabend
2018-01-25 23:36 ` [PATCH net-next 07/12] skb_array: use __ptr_ring_empty Michael S. Tsirkin
2018-01-25 23:36 ` [PATCH net-next 08/12] ptr_ring: prevent queue load/store tearing Michael S. Tsirkin
2018-01-26 2:38 ` Jason Wang
2018-01-26 2:49 ` Michael S. Tsirkin
2018-01-25 23:36 ` [PATCH net-next 09/12] tools/virtio: switch to __ptr_ring_empty Michael S. Tsirkin
2018-01-25 23:36 ` [PATCH net-next 10/12] tools/virtio: more stubs to fix tools build Michael S. Tsirkin
2018-01-25 23:36 ` [PATCH net-next 11/12] tools/virtio: copy READ/WRITE_ONCE Michael S. Tsirkin
2018-01-25 23:36 ` [PATCH net-next 12/12] tools/virtio: fix smp_mb on x86 Michael S. Tsirkin
2018-01-26 3:56 ` Jason Wang
2018-01-26 13:45 ` Michael S. Tsirkin
2018-01-26 3:20 ` [PATCH net-next 00/12] ptr_ring fixes Jason Wang
2018-01-29 7:10 ` Jason Wang [this message]
2018-01-29 17:03 ` David Miller
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=74a2d464-3b3c-94fc-bf05-dee8e7ae775c@redhat.com \
--to=jasowang@redhat.com \
--cc=davem@davemloft.net \
--cc=john.fastabend@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).