Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1572863
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Jason Wang <jasowang@redhat.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/3] Virtio: Fine-tuning for two function implementations |
| Date | Fri, 03 Feb 2017 04:00:01 +0100 |
| Message-ID | <t6Cgp-41e-5@gated-at.bofh.it> (permalink) |
| References | <t405A-458-23@gated-at.bofh.it> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Scanned-By | MIMEDefang 2.68 on 10.5.11.26 |
| X-Greylist | Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 03 Feb 2017 02:57:35 +0000 (UTC) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 20 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | LKML <linux-kernel@vger.kernel.org>, kernel-janitors@vger.kernel.org |
| X-Original-Date | Fri, 3 Feb 2017 10:57:29 +0800 |
| X-Original-Message-ID | <02d56f89-263e-3bda-9543-90e4c82df75b@redhat.com> |
| X-Original-References | <61829748-a13d-42e4-8f6c-103ee5ca2c88@users.sourceforge.net> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1572863 |
Show key headers only | View raw
On 2017年01月27日 05:44, SF Markus Elfring wrote: > From: Markus Elfring <elfring@users.sourceforge.net> > Date: Thu, 26 Jan 2017 22:40:02 +0100 > > A few update suggestions were taken into account > from static source code analysis. > > Markus Elfring (3): > virtio_pci: Use kcalloc() in vp_request_msix_vectors() > virtio_pci: Use kmalloc_array() in vp_request_msix_vectors() > virtio_ring: Use kmalloc_array() in alloc_indirect() > > drivers/virtio/virtio_pci_common.c | 8 ++++---- > drivers/virtio/virtio_ring.c | 3 +-- > 2 files changed, 5 insertions(+), 6 deletions(-) > Acked-by: Jason Wang <jasowang@redhat.com>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 0/3] Virtio: Fine-tuning for two function implementations Jason Wang <jasowang@redhat.com> - 2017-02-03 04:00 +0100
csiph-web