linux-next: possible bug in 'block: remove the BIO_NULL_MAPPED flag'

2020-09-23 Thread Marc Hartmayer
Hi Christoph, Jens, I found an interesting bug in my KVM guest (tested on s390x). The guest uses a virtio-scsi disk and the current linux-next kernel. The problem is that I cannot get the SCSI ID of the attached SCSI disk. Running the command `lsscsi --scsi_id` in the guest returns: root@qemus390

Re: [PATCH 1/1] s390/virtio_ccw: fix dma_parm pointer not set up

2024-10-08 Thread Marc Hartmayer
gt; for the best! > > Signed-off-by: Halil Pasic > Fixes: 334304ac2bac ("dma-mapping: don't return errors from > dma_set_max_seg_size") > Reported-by: "Marc Hartmayer" > Closes: https://bugzilla.linux.ibm.com/show_bug.cgi?id=209131 I guess, this line can

Re: [PATCH bpf-next v7 4/5] bpf: verifier: Support eliding map lookup nullness

2025-01-30 Thread Marc Hartmayer
thanks for the fix! I’ve tested the fix and it fixed the problem. Tested-by: Marc Hartmayer […snip…]