Re: Phyr Starter

2022-01-20 Thread Keith Busch
On Thu, Jan 20, 2022 at 02:56:02PM +0100, Christoph Hellwig wrote: > - on the input side to dma mapping the bio_vecs (or phyrs) are chained >as bios or whatever the containing structure is. These already exist >and have infrastructure at least in the block layer > - on the output side I

Re: [PATCH 26/34] mm/gup_benchmark.c: convert put_page() to put_user_page*()

2019-08-02 Thread Keith Busch
s is part a tree-wide conversion, as described in commit fc1d8e7cca2d > ("mm: introduce put_user_page*(), placeholder versions"). > > Cc: Dan Carpenter > Cc: Greg Kroah-Hartman > Cc: Keith Busch > Cc: Kirill A. Shutemov > Cc: Michael S. Tsirkin > Cc: YueHaibing &

Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;

2020-09-09 Thread Keith Busch
On Wed, Sep 09, 2020 at 01:06:39PM -0700, Joe Perches wrote: > diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c > index eea0f453cfb6..8aac5bc60f4c 100644 > --- a/crypto/tcrypt.c > +++ b/crypto/tcrypt.c > @@ -2464,7 +2464,7 @@ static int do_test(const char *alg, u32 type, u32 mask, > int m, u32 num_m

Re: [PATCH 0/4] cover-letter: Allow MMIO regions to be exported through dmabuf

2024-12-16 Thread Keith Busch
On Mon, Dec 16, 2024 at 11:21:39AM +0100, Christian König wrote: > Am 16.12.24 um 10:54 schrieb Wei Lin Guay: > > From: Wei Lin Guay > > However, as a general mechanism, it can support many other scenarios with > > VFIO. I imagine this dmabuf approach to be usable by iommufd as well for > > generi

Re: [PATCH 11/16] nvme: convert timeouts to secs_to_jiffies()

2025-01-28 Thread Keith Busch
); > + fw_act_timeout = jiffies + secs_to_jiffies(admin_timeout); > > nvme_quiesce_io_queues(ctrl); > while (nvme_ctrl_pp_status(ctrl)) { > > -- Acked-by: Keith Busch