On Mon, 26 Dec 2022 13:01:57 +0900, tkuw584924(a)gmail.com wrote:
> From: Takahiro Kuwano <Takahiro.Kuwano(a)infineon.com>
>
> Existing BFPT_DWORD() converts 1-based indexing to 0-based indexing for
> C arrays, and is used in BFPT parse. This is applicable to other parameter
> tables than BFPT.
>
> Based on a suggestion in:
> https://patchwork.ozlabs.org/project/linux-mtd/patch/20220912051317.2369-1-…
>
> [...]
Applied to spi-nor/next, thanks!
[1/3] mtd: spi-nor: sfdp: Fix index value for SCCR dwords
https://git.kernel.org/mtd/c/ad9679f38118
[2/3] mtd: spi-nor: sfdp: Rename BFPT_DWORD() macro to SFDP_DWORD()
https://git.kernel.org/mtd/c/86d4cdf88c81
[3/3] mtd: spi-nor: sfdp: Use SFDP_DWORD() macro for optional parameter tables
https://git.kernel.org/mtd/c/55398beb0846
Best regards,
--
Tudor Ambarus <tudor.ambarus(a)linaro.org>
Lee, we don't have a shared repo, so here are the changes that I have until
now.
Add [--gdb] option to start qemu for kernel gdb debug.
Add clang-13 on host compiler option.
And some other goodies.
v2:
- update gdb patch and introduce a new variable: KERNEL_PARAMS
- add Jun's logfile name extension
- add clang-13 on host compiler option
Jun Nie (1):
syzkaller-start: Extend logfile name with bugid, commit id and time
Tudor Ambarus (9):
syzkaller-start: Add COMPILER_BIN_PATH
syzkaller-start: Use the selected compiler to make oldconfig
syzkaller-start: Describe [--again] option
syzkaller-start: Add [--gdb] option to start qemu for kernel gdb debug
syzkaller-start: Set printk.time=1 kernel parameter
syzkaller-start: Add [-h] option to display help message
syzkaller-start: Make script executable
syzkaller-start: Prepare code for on host compiler option
syzkaller-start: Add clang-13 on host compiler option
syzkaller-start | 91 ++++++++++++++++++++++++++++++++++++-------------
1 file changed, 67 insertions(+), 24 deletions(-)
mode change 100644 => 100755 syzkaller-start
--
2.34.1