Re: [PULL 0/3] Memory/SDHCI/ParallelFlash patches for v7.2.0-rc0

2023-12-21 Thread Salvatore Bonaccorso
Hi Philippe, On Wed, Nov 09, 2022 at 08:43:19AM +0100, Philippe Mathieu-Daudé wrote: > On 8/11/22 21:57, Stefan Hajnoczi wrote: > > I've dropped the SDHCI CVE fix due to the CI failure. > > > > The rest of the commits are still in the staging tree and I plan to > > include them in v7.2.0-rc0. >

Re: [Qemu-devel] [PATCH v15 23/26] sched: early boot clock

2019-01-02 Thread Salvatore Bonaccorso
Hi, On Tue, Nov 06, 2018 at 06:35:36AM -0500, Steven Sistare wrote: > Pavel has a new email address, cc'd - steve > > On 11/6/2018 12:42 AM, Dominique Martinet wrote: > > (added various kvm/virtualization lists in Cc as well as qemu as I don't > > know who's "wrong" here) > > > > Pavel Tatashin

Re: [PATCH] tests/docker: Kludge breakage by pinning linux-libc-dev

2020-05-13 Thread Salvatore Bonaccorso
Hi, On Wed, May 13, 2020 at 04:15:48PM +0100, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > > > Linux kernel commit d5767057c9a [1] aimed to fix an issue with the > > swab() declaration, but doing so it introduced the BITS_PER_LONG > > definition, without using the kernel __ prefix, l

Re: [PATCH v2] fdc: check null block pointer before r/w data transfer

2021-09-03 Thread Salvatore Bonaccorso
On Tue, Sep 22, 2020 at 06:42:22PM +0800, Li Qiang wrote: > P J P 于2020年9月22日周二 下午5:29写道: > > > > From: Prasad J Pandit > > > > While transferring data via fdctrl_read/write_data() routines, > > check that current drive does not have a null block pointer. > > Avoid null pointer dereference. > > >