On Tue, Oct 10, 2023 at 8:33 PM Mark Brown <broonie@xxxxxxxxxx> wrote: > > On Wed, 04 Oct 2023 20:39:06 +0200, Bartosz Golaszewski wrote: > > GPIOLIB expects the array of lookup entries to be terminated with an > > empty member. We need to increase the size of the variable length array > > in the lookup table by 1. > > > > > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next > > Thanks! > > [1/1] spi: bcm2835: add a sentinel at the end of the lookup array > commit: 9aaa25df9b02bfe5579cbc9b4cc1177c662ec33f > > All being well this means that it will be integrated into the linux-next > tree (usually sometime in the next 24 hours) and sent to Linus during > the next merge window (or sooner if it is a bug fix), however if > problems are discovered then the patch may be dropped or reverted. > > You may get further e-mails resulting from automated or manual testing > and review of the tree, please engage with people reporting problems and > send followup patches addressing any issues that are reported if needed. > > If any updates are required or you are submitting further changes they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. > > Thanks, > Mark > Mark, Can you provide me with an immutable branch containing commit 21f252cd29f08892d48739fd7513ad79c1cff96a (the one this one fixes)? We are very close to removing gpiochip_find() from the GPIOLIB and with this pulled we could remove it for v6.7. Bart