[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <164865177761.37391.13379579175408786139.b4-ty@kernel.dk>
Date: Wed, 30 Mar 2022 08:49:37 -0600
From: Jens Axboe <axboe@...nel.dk>
To: Christoph Hellwig <hch@....de>
Cc: David Sterba <dsterba@...e.com>, linux-btrfs@...r.kernel.org,
linux-bcache@...r.kernel.org, dm-devel@...hat.com,
linux-kernel@...r.kernel.org, Song Liu <song@...nel.org>,
Coly Li <colyli@...e.de>,
Phillip Lougher <phillip@...ashfs.org.uk>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Mike Snitzer <snitzer@...hat.com>,
target-devel@...r.kernel.org, Josef Bacik <josef@...icpanda.com>,
linux-raid@...r.kernel.org, linux-block@...r.kernel.org
Subject: Re: cleanup bio_kmalloc v2
On Tue, 8 Mar 2022 07:15:46 +0100, Christoph Hellwig wrote:
> this series finishes off the bio allocation interface cleanups by dealing
> with the weirdest member of the famility. bio_kmalloc combines a kmalloc
> for the bio and bio_vecs with a hidden bio_init call and magic cleanup
> semantics.
>
> This series moves a few callers away from bio_kmalloc and then turns
> bio_kmalloc into a simple wrapper for a slab allocation of a bio and the
> inline biovecs. The callers need to manually call bio_init instead with
> all that entails and the magic that turns bio_put into a kfree goes away
> as well, allowing for a proper debug check in bio_put that catches
> accidental use on a bio_init()ed bio.
>
> [...]
Applied, thanks!
[1/5] btrfs: simplify ->flush_bio handling
commit: 6978ffddd5bba44e6b7614d52868cf4954e0529b
[2/5] squashfs: always use bio_kmalloc in squashfs_bio_read
commit: 88a39feabf25efbaec775ffb48ea240af198994e
[3/5] target/pscsi: remove pscsi_get_bio
commit: bbccc65bd7c1b22f050b65d8171fbdd8d72cf39c
[4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
commit: 57c47b42f4545b5f8fa288f190c0d68f96bc477f
[5/5] pktcdvd: stop using bio_reset
commit: 1292fb59f283e76f55843d94f066c2f0b91dfb7e
Best regards,
--
Jens Axboe
Powered by blists - more mailing lists