Re: [PULL v3 00/13] Block layer patches

2024-08-06 Thread Richard Henderson
On 8/7/24 04:23, Kevin Wolf wrote: The following changes since commit c659b7b3b4925f8cef486a3ee64e911519495782: Merge tag 'pull-riscv-to-apply-20240806-2' ofhttps://github.com/alistair23/qemu into staging (2024-08-06 17:35:51 +1000) are available in the Git repository at:

[PULL v3 00/13] Block layer patches

2024-08-06 Thread Kevin Wolf
The following changes since commit c659b7b3b4925f8cef486a3ee64e911519495782: Merge tag 'pull-riscv-to-apply-20240806-2' of https://github.com/alistair23/qemu into staging (2024-08-06 17:35:51 +1000) are available in the Git repository at: https://repo.or.cz/qemu/kevin.git tags/fo

Re: [PATCH v3 2/2] nbd: Clean up clients more efficiently

2024-08-06 Thread Eric Blake
On Tue, Aug 06, 2024 at 10:32:54AM GMT, Daniel P. Berrangé wrote: > On Mon, Aug 05, 2024 at 09:21:36PM -0500, Eric Blake wrote: > > Since an NBD server may be long-living, serving clients that > > repeatedly connect and disconnect, it can be more efficient to clean > > up after each client disconne

Re: [PATCH v3 2/2] nbd: Clean up clients more efficiently

2024-08-06 Thread Eric Blake
On Tue, Aug 06, 2024 at 10:32:54AM GMT, Daniel P. Berrangé wrote: > On Mon, Aug 05, 2024 at 09:21:36PM -0500, Eric Blake wrote: > > Since an NBD server may be long-living, serving clients that > > repeatedly connect and disconnect, it can be more efficient to clean > > up after each client disconne

Re: [PULL v2 00/13] Block layer patches

2024-08-06 Thread Richard Henderson
On 8/6/24 18:02, Kevin Wolf wrote: The following changes since commit e7207a9971dd41618b407030902b0b2256deb664: Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-08-06 08:02:34 +1000) are available in the Git repository at: https://repo.or.cz/qemu/kevin.git

Re: [PATCH v3 2/2] nbd: Clean up clients more efficiently

2024-08-06 Thread Daniel P . Berrangé
On Mon, Aug 05, 2024 at 09:21:36PM -0500, Eric Blake wrote: > Since an NBD server may be long-living, serving clients that > repeatedly connect and disconnect, it can be more efficient to clean > up after each client disconnects, rather than storing a list of > resources to clean up when the server

Re: [PATCH v3 1/2] nbd: CVE-2024-7409: Close stray client sockets at server shutdown

2024-08-06 Thread Daniel P . Berrangé
On Mon, Aug 05, 2024 at 09:21:35PM -0500, Eric Blake wrote: > A malicious client can attempt to connect to an NBD server, and then > intentionally delay progress in the handshake, including if it does > not know the TLS secrets. Although this behavior can be bounded by > the max-connections parame

Re: [PATCH-for-9.1 v2] hw/ide/pci.c: Remove dead code from bmdma_prepare_buf()

2024-08-06 Thread Philippe Mathieu-Daudé
On 5/8/24 20:24, Philippe Mathieu-Daudé wrote: From: Peter Maydell Coverity notes that the code at the end of the loop in bmdma_prepare_buf() is unreachable. This is because in commit 9fbf0fa81fca8f527 ("ide: remove hardcoded 2GiB transactional limit") we removed the only codepath in the loop

Re: [PATCH 0/7] block: Miscellaneous minor Coverity fixes

2024-08-06 Thread Philippe Mathieu-Daudé
On 31/7/24 16:36, Peter Maydell wrote: hw/block/pflash_cfi01: Don't decrement pfl->counter below 0 hw/ide/atapi: Be explicit that assigning to s->lcyl truncates hw/block/fdc-isa: Assert that isa_fdc_get_drive_max_chs() found something Patches 3-5 queued, thanks.

[PULL v2 00/13] Block layer patches

2024-08-06 Thread Kevin Wolf
The following changes since commit e7207a9971dd41618b407030902b0b2256deb664: Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-08-06 08:02:34 +1000) are available in the Git repository at: https://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch cha

Re: [PULL 00/13] Block layer patches

2024-08-06 Thread Richard Henderson
On 8/6/24 07:08, Kevin Wolf wrote: The following changes since commit f9851d2ffef59b3a7f39513469263ab3b019480f: Merge tag 'migration-20240802-pull-request' ofhttps://gitlab.com/farosas/qemu into staging (2024-08-03 07:26:26 +1000) are available in the Git repository at: https://repo.or.

Re: [PATCH-for-9.1 0/5] hw/sd: SDcard & SDHCI fixes

2024-08-06 Thread Philippe Mathieu-Daudé
On 30/7/24 11:21, Philippe Mathieu-Daudé wrote: 3 fixes (2 fuzzed). Philippe Mathieu-Daudé (5): hw/sd/sdcard: Explicit dummy byte value hw/sd/sdcard: Do not abort when reading DAT lines on invalid cmd state hw/sd/sdhci: Reset @data_count index on invalid ADMA transfers Patches #1-3 qu