From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
jasowang@redhat.com, Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] rtl8139: cleanups
Date: Mon, 3 Aug 2015 13:15:54 +0100 [thread overview]
Message-ID: <1438604157-29664-1-git-send-email-stefanha@redhat.com> (raw)
After addressing CVE-2015-5165 there were several additional rtl8139 cleanups
that I'm sending separately since they are not security fixes.
These patches eliminate duplicate eth.h structs/macros and fix unaligned memory
accesses in tx offload.
Stefan Hajnoczi (3):
rtl8139: remove duplicate net/eth.h definitions
rtl8139: use net/eth.h macros instead of custom macros
rtl8139: use ldl/stl wrapper for unaligned 32-bit access
hw/net/rtl8139.c | 103 +++++++++++++++----------------------------------------
1 file changed, 27 insertions(+), 76 deletions(-)
--
2.4.3
next reply other threads:[~2015-08-03 12:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-03 12:15 Stefan Hajnoczi [this message]
2015-08-03 12:15 ` [Qemu-devel] [PATCH 1/3] rtl8139: remove duplicate net/eth.h definitions Stefan Hajnoczi
2015-08-03 12:15 ` [Qemu-devel] [PATCH 2/3] rtl8139: use net/eth.h macros instead of custom macros Stefan Hajnoczi
2015-08-03 12:15 ` [Qemu-devel] [PATCH 3/3] rtl8139: use ldl/stl wrapper for unaligned 32-bit access Stefan Hajnoczi
2015-08-04 5:11 ` [Qemu-devel] [PATCH 0/3] rtl8139: cleanups Jason Wang
2015-08-26 12:13 ` Stefan Hajnoczi
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=1438604157-29664-1-git-send-email-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=jasowang@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.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).