On Thu, 09 May 2024 09:11:15 +0800, Coly Li wrote: > There are two bcache patches I'd like to submit upstream. > > The patch from Christophe uses ida_alloc_max()/ida_free() to replace the > deprecated ida_simple_get()/ida_simple_remove(). > > Patch from Matthew uses similar method which bcachefs code uses, to > remove UBSAN warning of out-of-bounds index on dynamic sized bset > iteration from the in-memory btree node. > > [...] Applied, thanks! [1/2] bcache: Remove usage of the deprecated ida_simple_xx() API commit: 2abd9a197d828ed5c2cbe922368eb28d02861a28 [2/2] bcache: fix variable length array abuse in btree_iter commit: 3a861560ccb35f2a4f0a4b8207fa7c2a35fc7f31 Best regards, -- Jens Axboe