Message ID | 20211111154552.2263410-1-philmd@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | hw/nvme/ctrl: Buffer types cleanups | expand |
On Nov 11 16:45, Philippe Mathieu-Daudé wrote: > Some trivial notes I took while reviewing CVE-2021-3947: > https://lore.kernel.org/qemu-devel/20211111153125.2258176-1-philmd@redhat.com/ > > Based-on: <20211111153125.2258176-1-philmd@redhat.com> > > *** BLURB HERE *** > > Philippe Mathieu-Daudé (2): > hw/nvme/ctrl: Have nvme_addr_write() take const buffer > hw/nvme/ctrl: Pass buffers as 'void *' types > > hw/nvme/nvme.h | 4 ++-- > hw/nvme/ctrl.c | 12 ++++++------ > 2 files changed, 8 insertions(+), 8 deletions(-) > Thanks Philippe, LGTM. Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
On Nov 11 19:09, Klaus Jensen wrote: > On Nov 11 16:45, Philippe Mathieu-Daudé wrote: > > Some trivial notes I took while reviewing CVE-2021-3947: > > https://lore.kernel.org/qemu-devel/20211111153125.2258176-1-philmd@redhat.com/ > > > > Based-on: <20211111153125.2258176-1-philmd@redhat.com> > > > > *** BLURB HERE *** > > > > Philippe Mathieu-Daudé (2): > > hw/nvme/ctrl: Have nvme_addr_write() take const buffer > > hw/nvme/ctrl: Pass buffers as 'void *' types > > > > hw/nvme/nvme.h | 4 ++-- > > hw/nvme/ctrl.c | 12 ++++++------ > > 2 files changed, 8 insertions(+), 8 deletions(-) > > > > Thanks Philippe, LGTM. > > Reviewed-by: Klaus Jensen <k.jensen@samsung.com> Applied to nvme-next. Thanks!