On Tue, 11 May 2021 16:36:58 -0500, Pierre-Louis Bossart wrote:
We updated our SOF CI settings last week (see below) to use more options for Sparse, and sure enough it detected one nasty single-character bug in one of my previous patches, along with more trivial issues with string/integer sizes and signed/unsigned confusions.
export ARCH=x86_64 export CF="-Wsparse-error -Wsparse-all -Wno-bitwise-pointer -Wno-pointer-arith -Wno-typesign -Wnoshadow" make -k sound/soc/sof/ C=2 make -k sound/soc/intel/common/ C=2 make -k sound/soc/intel/boards/ C=2 make -k drivers/soundwire/ C=2
[...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/9] ASoC: SOF: Intel: hda: fix index used in inner loop commit: ad839121dd4cece991b995a4bbe83fdeac45ccd0 [3/9] ASoC: Intel: sof_cs42l42: shrink platform id below 20 characters commit: 48a7e6e5b2c90abf06c7c299f2ba94c7415bb8ea [4/9] ASoC: Intel: bxt_da7219_max98357a: shrink platform_id below 20 characters commit: 24e46fb811e991f56d5694b10ae7ceb8d2b8c846
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