Re: [PATCH printk v4 5/6] printk: ringbuffer: add finalization/extension support

2020-09-09 Thread kernel test robot
as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> kernel/printk/printk_ringbuffer.c:1398:28: warning: format specifies type >> 'unsigned short' but the argument has type 'unsigned int' [-Wformat] d->inf

Re: [PATCH 2/2] arm64: Reserve memory for quick kexec

2020-08-20 Thread kernel test robot
tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): arch/arm64/kernel/setup.c: In function 'setup_arch': >> arch/

Re: [PATCH v4 4/4] printk: use the lockless ringbuffer

2020-07-15 Thread kernel test robot
If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> kernel/printk/printk.c:1146:10: warning: format specifies type 'unsigned >> long' but the argument has type 'size_t' (aka 'unsign

Re: [PATCH v4 4/4] printk: use the lockless ringbuffer

2020-07-15 Thread kernel test robot
the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=parisc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from include

[RFC PATCH] printk: _printk_rb_static_dict can be static

2020-06-18 Thread kernel test robot
Signed-off-by: kernel test robot --- printk.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c index 7642ef634956f..d812ada06735f 100644 --- a/kernel/printk/printk.c +++ b/kernel/printk/printk.c @@ -434,7 +434,7 @@ static

Re: [PATCH v3 3/3] printk: use the lockless ringbuffer

2020-06-23 Thread kernel test robot
CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) kernel/printk/printk.c:397:1: sparse: sparse: symbol 'log_wait' was not declared. Should it be

Re: [PATCH 07/11] ppc64/kexec_file: add support to relocate purgatory

2020-06-29 Thread kernel test robot
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All error/warnings (new ones prefixed by >>): >> arch/powerpc/kexec/file_load_64.c:711:47: warning: par

Re: [PATCH 04/11] ppc64/kexec_file: avoid stomping memory used by special regions

2020-06-29 Thread kernel test robot
tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> arch/powerpc/kexec/file_load_64.c:390:5: warning:

Re: [PATCH 09/11] ppc64/kexec_file: setup backup region for kdump kernel

2020-06-29 Thread kernel test robot
tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> arch/powerpc/purgatory/purgatory_64.c:26:6: warning:

Re: [PATCH v2 1/2] s390/kexec: check the return value of ipl_report_finish

2021-11-26 Thread kernel test robot
Reported-by: kernel test robot All warnings (new ones prefixed by >>): arch/s390/kernel/ipl.c: In function 'ipl_report_finish': >> arch/s390/kernel/ipl.c:2159:24: warning: returning 'void *' from a function >> with return type 'int' makes integer from pointer without a cast &g

Re: [PATCH 1/3] vmcore: Convert copy_oldmem_page() to take an iov_iter

2021-12-12 Thread kernel test robot
/bash arch/riscv/kernel/ fs/proc/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): arch/riscv/kernel/crash_dump.c: In function 'copy_oldmem_page': >> arch/riscv/kernel/crash_dump.c:35:17: error: imp

Re: [PATCH 2/3] vmcore: Convert __read_vmcore to use an iov_iter

2021-12-12 Thread kernel test robot
/bash fs/proc/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): fs/proc/vmcore.c:135:9: warning: no previous prototype for 'read_from_oldmem_iter' [-Wmissing-prototypes] 135 | ssize_t read_from_oldmem_

Re: [PATCH 3/3] vmcore: Convert read_from_oldmem() to take an iov_iter

2021-12-12 Thread kernel test robot
/bash fs/proc/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All error/warnings (new ones prefixed by >>): fs/proc/vmcore.c: In function 'read_from_oldmem': fs/proc/vmcore.c:157:31: error: implicit declaration of function 'iov_iter_zer

Re: [PATCH v4 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig

2022-01-10 Thread kernel test robot
-by: kernel test robot All errors (new ones prefixed by >>): kernel/module_signing.c: In function 'verify_appended_signature': >> kernel/module_signing.c:33:35: error: passing argument 2 of 'mod_parse_sig' >> from incompatible pointer type [-Werror=incompatible-point

Re: [PATCH v2 -next 5/6] RISC-V: Add purgatory

2022-03-30 Thread kernel test robot
, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> arch/riscv/purgatory/purgatory.c:20:5: warning: no previous prototype for >> 'verify_sha256_digest' [-Wmissing-prototypes] 20 | int verify_

Re: [PATCH v3 3/6] kexec_file: Don't opencode appended signature verification.

2022-01-07 Thread kernel test robot
ARCH=hexagon SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> kernel/module.c:2898:40: error: incompatible pointer types passing 'unsigned >> long *' to parameter of type 'size_t

Re: [PATCH v3 3/6] kexec_file: Don't opencode appended signature verification.

2022-01-08 Thread kernel test robot
as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): kernel/module.c: In function 'module_sig_check': >> kernel/module.c:2898:54: error: passing argument 2 of >> 'verify_appended_signature' from incompatible pointer type >> [-Werror=in

Re: [PATCH v3 6/9] x86: kdump: use generic interface to simplify crashkernel reservation code

2023-09-14 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build warnings: [auto build test WARNING on powerpc/next] [also build test WARNING on powerpc/fixes linus/master v6.6-rc1 next-20230914] [cannot apply to arm64/for-next/core tip/x86/core] [If your patch is applied to the wrong git tree, kindly

Re: [PATCHv6 1/3] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt

2023-09-12 Thread kernel test robot
Hi Pingfan, kernel test robot noticed the following build errors: [auto build test ERROR on powerpc/fixes] [also build test ERROR on linus/master v6.6-rc1 next-20230912] [cannot apply to powerpc/next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

Re: [PATCHv5 1/3] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt

2023-09-08 Thread kernel test robot
Hi Pingfan, kernel test robot noticed the following build errors: [auto build test ERROR on powerpc/fixes] [also build test ERROR on linus/master v6.5 next-20230908] [cannot apply to powerpc/next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch

Re: [PATCH v2 6/8] x86: kdump: use generic interface to simplify crashkernel reservation code

2023-08-29 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on tip/x86/core powerpc/next powerpc/fixes linus/master v6.5] [cannot apply to next-20230829] [If your patch is applied to the wrong git tree, kindly drop us

Re: [PATCH v2 6/8] x86: kdump: use generic interface to simplify crashkernel reservation code

2023-08-29 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on tip/x86/core powerpc/next powerpc/fixes v6.5] [cannot apply to linus/master next-20230829] [If your patch is applied to the wrong git tree, kindly drop us

Re: [PATCH v12 6/6] powerpc: add crash memory hotplug support

2023-10-29 Thread kernel test robot
Hi Sourabh, kernel test robot noticed the following build errors: [auto build test ERROR on akpm-mm/mm-everything] [also build test ERROR on linus/master v6.6-rc7] [cannot apply to powerpc/next powerpc/fixes tip/x86/core next-20231027] [If your patch is applied to the wrong git tree, kindly drop

Re: [PATCH 5/8] crash_core: add generic function to do reservation

2023-08-27 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on tip/x86/core] [also build test ERROR on powerpc/next powerpc/fixes linus/master v6.5-rc7] [cannot apply to arm64/for-next/core next-20230825] [If your patch is applied to the wrong git tree, kindly drop

Re: [PATCH v5 RESEND 1/3] vmcore: Convert copy_oldmem_page() to take an iov_iter

2022-04-08 Thread kernel test robot
=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=sh SHELL=/bin/bash arch/sh/kernel/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> arch/sh/kernel/crash_

Re: [PATCH v2] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-19 Thread kernel test robot
ER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash arch/s390/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from arch/s390/kernel/machine_kexec_reloc.c:3: >> arch/s390/

Re: [PATCH v5 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

2022-07-06 Thread kernel test robot
d5d97eac90ae272727cc71409e88360b7024b343 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: ker

Re: [PATCH] panic, kexec: Don't mutex_trylock() in __crash_kexec()

2022-06-22 Thread kernel test robot
you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): riscv64-linux-ld: kernel/kexec_core.o: in function `kimage_crash_copy_vmcoreinfo': kernel/kexec_core.c:502: undefined reference to `machine_kexec_cleanup'

Re: [PATCH 2/3] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

2022-06-15 Thread kernel test robot
c42b5be1ad82e8a991a3d35417c9e495e7eb4c93 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones

Re: [PATCH v2 3/3] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

2022-06-16 Thread kernel test robot
p config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/of/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All warnings (new ones prefixed by >>): >>

Re: [PATCH 2/3] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

2022-06-14 Thread kernel test robot
c42b5be1ad82e8a991a3d35417c9e495e7eb4c93 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=um SUBARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All warnings (new ones

Re: [PATCH 2/3] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

2022-06-14 Thread kernel test robot
c42b5be1ad82e8a991a3d35417c9e495e7eb4c93 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/of/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All warni

[linux-next:master] BUILD REGRESSION b6f1f2fa2bddd69ff46a190b8120bd440fd50563

2022-07-15 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: b6f1f2fa2bddd69ff46a190b8120bd440fd50563 Add linux-next specific files for 20220704 Error/Warning: (recently discovered and may have been fixed)

Re: [PATCH v2 3/3] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

2022-06-28 Thread kernel test robot
ILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=parisc SHELL=/bin/bash drivers/of/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/of/kexec.c: In function 'tpm_add_kexec_buffer': >> drive

Re: [PATCH v7 1/2] kexec: Introduce kexec_with_frozen_processes

2022-12-01 Thread kernel test robot
/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=ia64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): kernel/kexec_core.

Re: [PATCH v9 4/4] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

2023-04-18 Thread kernel test robot
Hi Stefan, kernel test robot noticed the following build warnings: [auto build test WARNING on 6a8f57ae2eb07ab39a6f0ccad60c760743051026] url: https://github.com/intel-lab-lkp/linux/commits/Stefan-Berger/drivers-of-kexec-ima-Support-32-bit-platforms/20230418-214600 base

Re: [PATCH v9 4/4] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

2023-04-18 Thread kernel test robot
Hi Stefan, kernel test robot noticed the following build warnings: [auto build test WARNING on 6a8f57ae2eb07ab39a6f0ccad60c760743051026] url: https://github.com/intel-lab-lkp/linux/commits/Stefan-Berger/drivers-of-kexec-ima-Support-32-bit-platforms/20230418-214600 base

Re: [PATCH 5/6] kexec: add helper __crash_shrink_memory()

2023-05-27 Thread kernel test robot
Hi Zhen, kernel test robot noticed the following build warnings: [auto build test WARNING on akpm-mm/mm-everything] [also build test WARNING on linus/master v6.4-rc3 next-20230525] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH 5/6] kexec: add helper __crash_shrink_memory()

2023-05-27 Thread kernel test robot
Hi Zhen, kernel test robot noticed the following build warnings: [auto build test WARNING on akpm-mm/mm-everything] [also build test WARNING on linus/master v6.4-rc3 next-20230525] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH 5/6] kexec: add helper __crash_shrink_memory()

2023-05-28 Thread kernel test robot
Hi Zhen, kernel test robot noticed the following build warnings: [auto build test WARNING on akpm-mm/mm-everything] [also build test WARNING on linus/master v6.4-rc3 next-20230525] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH 1/3] arm64: kdump: Allocate crash low memory in the bottom-up direction

2023-07-21 Thread kernel test robot
Hi, kernel test robot noticed the following build errors: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on linus/master v6.5-rc2 next-20230721] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base

Re: [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch

2024-02-16 Thread kernel test robot
Hi Ross, kernel test robot noticed the following build errors: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on char-misc/char-misc-next char-misc/char-misc-linus herbert-cryptodev-2.6/master herbert-crypto-2.6/master linus/master v6.8-rc4 next-20240216] [cannot

Re: [PATCH v8 14/15] x86: Secure Launch late initcall platform module

2024-02-16 Thread kernel test robot
Hi Ross, kernel test robot noticed the following build errors: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on char-misc/char-misc-next char-misc/char-misc-linus herbert-cryptodev-2.6/master herbert-crypto-2.6/master linus/master v6.8-rc4 next-20240216] [cannot

Re: [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch

2024-02-17 Thread kernel test robot
Hi Ross, kernel test robot noticed the following build errors: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on char-misc/char-misc-next char-misc/char-misc-linus herbert-cryptodev-2.6/master herbert-crypto-2.6/master linus/master v6.8-rc4 next-20240216] [cannot

Re: [PATCH v8 14/15] x86: Secure Launch late initcall platform module

2024-02-15 Thread kernel test robot
Hi Ross, kernel test robot noticed the following build warnings: [auto build test WARNING on char-misc/char-misc-testing] [also build test WARNING on char-misc/char-misc-next char-misc/char-misc-linus herbert-cryptodev-2.6/master herbert-crypto-2.6/master linus/master v6.8-rc4 next-20240215

Re: [PATCH 02/15] memblock: Declare scratch memory as CMA

2023-12-13 Thread kernel test robot
Hi Alexander, kernel test robot noticed the following build warnings: [auto build test WARNING on tip/x86/core] [also build test WARNING on arm64/for-next/core akpm-mm/mm-everything linus/master v6.7-rc5 next-20231213] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCH 08/15] tracing: Introduce names for ring buffers

2023-12-13 Thread kernel test robot
Hi Alexander, kernel test robot noticed the following build errors: [auto build test ERROR on tip/x86/core] [also build test ERROR on arm64/for-next/core akpm-mm/mm-everything linus/master v6.7-rc5 next-20231213] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

Re: [PATCH 06/15] arm64: Add KHO support

2023-12-13 Thread kernel test robot
Hi Alexander, kernel test robot noticed the following build warnings: [auto build test WARNING on tip/x86/core] [also build test WARNING on arm64/for-next/core akpm-mm/mm-everything linus/master v6.7-rc5 next-20231213] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCH 06/15] arm64: Add KHO support

2023-12-13 Thread kernel test robot
Hi Alexander, kernel test robot noticed the following build warnings: [auto build test WARNING on tip/x86/core] [also build test WARNING on arm64/for-next/core akpm-mm/mm-everything linus/master v6.7-rc5 next-20231213] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCHv10 3/3] powerpc/smp: Allow hole in paca_ptrs to accommodate boot_cpu

2023-12-27 Thread kernel test robot
Hi Pingfan, kernel test robot noticed the following build errors: [auto build test ERROR on powerpc/next] [also build test ERROR on powerpc/fixes linus/master v6.7-rc7 next-20231222] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCHv10 2/3] powerpc/kernel: Extend arrays' size to make room for a hole in cpu_possible_mask

2023-12-27 Thread kernel test robot
Hi Pingfan, kernel test robot noticed the following build errors: [auto build test ERROR on powerpc/next] [also build test ERROR on powerpc/fixes linus/master v6.7-rc7 next-20231222] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCHv10 3/3] powerpc/smp: Allow hole in paca_ptrs to accommodate boot_cpu

2023-12-27 Thread kernel test robot
Hi Pingfan, kernel test robot noticed the following build errors: [auto build test ERROR on powerpc/next] [also build test ERROR on powerpc/fixes linus/master v6.7-rc7 next-20231222] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH 1/5] kexec_core: move kdump related codes from crash_core.c to kexec_core.c

2024-01-06 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on v6.7-rc8] [cannot apply to powerpc/next powerpc/fixes tip/x86/core arm64/for-next/core next-20240105] [If your patch is applied to the wrong git tree, kindly drop

Re: [PATCH 1/5] kexec_core: move kdump related codes from crash_core.c to kexec_core.c

2024-01-06 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on v6.7-rc8] [cannot apply to powerpc/next powerpc/fixes tip/x86/core arm64/for-next/core next-20240105] [If your patch is applied to the wrong git tree, kindly drop

Re: [PATCH v2 2/5] crash_dump: save the dm crypt key temporarily

2024-01-13 Thread kernel test robot
Hi Coiby, kernel test robot noticed the following build errors: [auto build test ERROR on tip/x86/core] [also build test ERROR on v6.7] [cannot apply to linus/master next-20240112] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH v2 3/5] crash_dump: retrieve dm crypt key in kdump kernel

2024-01-13 Thread kernel test robot
Hi Coiby, kernel test robot noticed the following build warnings: [auto build test WARNING on tip/x86/core] [also build test WARNING on v6.7] [cannot apply to linus/master next-20240112] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH v2 2/5] crash_dump: save the dm crypt key temporarily

2024-01-13 Thread kernel test robot
Hi Coiby, kernel test robot noticed the following build warnings: [auto build test WARNING on tip/x86/core] [also build test WARNING on v6.7] [cannot apply to linus/master next-20240112] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH v2 2/5] crash_dump: save the dm crypt key temporarily

2024-01-13 Thread kernel test robot
Hi Coiby, kernel test robot noticed the following build errors: [auto build test ERROR on tip/x86/core] [also build test ERROR on v6.7] [cannot apply to linus/master next-20240112] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH v3 13/17] tracing: Recover trace buffers from kexec handover

2024-01-17 Thread kernel test robot
Hi Alexander, kernel test robot noticed the following build warnings: [auto build test WARNING on linus/master] [cannot apply to tip/x86/core arm64/for-next/core akpm-mm/mm-everything v6.7 next-20240117] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

Re: [PATCH v3 14/17] tracing: Add kho serialization of trace events

2024-01-17 Thread kernel test robot
Hi Alexander, kernel test robot noticed the following build warnings: [auto build test WARNING on linus/master] [cannot apply to tip/x86/core arm64/for-next/core akpm-mm/mm-everything v6.7 next-20240117] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

Re: [PATCH v3 13/17] tracing: Recover trace buffers from kexec handover

2024-01-18 Thread kernel test robot
Hi Alexander, kernel test robot noticed the following build warnings: [auto build test WARNING on linus/master] [cannot apply to tip/x86/core arm64/for-next/core akpm-mm/mm-everything v6.7 next-20240118] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

Re: [PATCH 5/5] crash: clean up CRASH_DUMP

2024-01-07 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on v6.7-rc8] [cannot apply to powerpc/next powerpc/fixes tip/x86/core arm64/for-next/core next-20240105] [If your patch is applied to the wrong git tree, kindly drop

Re: [PATCH v2 4/7] kexec_file, arm64: print out debugging message if required

2023-11-25 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on tip/x86/core powerpc/next powerpc/fixes linus/master v6.7-rc2 next-20231124] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCH 1/4] kdump: add crashkernel cma suffix

2023-11-24 Thread kernel test robot
Hi Jiri, kernel test robot noticed the following build warnings: [auto build test WARNING on powerpc/next] [also build test WARNING on powerpc/fixes s390/features linus/master v6.7-rc2 next-20231124] [cannot apply to tip/x86/core arm64/for-next/core] [If your patch is applied to the wrong git

Re: [PATCH v13 5/6] powerpc: add crash CPU hotplug support

2023-12-05 Thread kernel test robot
Hi Sourabh, kernel test robot noticed the following build errors: [auto build test ERROR on powerpc/next] [also build test ERROR on powerpc/fixes tip/x86/core akpm-mm/mm-everything linus/master v6.7-rc4 next-20231205] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCH v13 6/6] powerpc: add crash memory hotplug support

2023-12-05 Thread kernel test robot
Hi Sourabh, kernel test robot noticed the following build errors: [auto build test ERROR on powerpc/next] [also build test ERROR on powerpc/fixes tip/x86/core akpm-mm/mm-everything linus/master v6.7-rc4 next-20231205] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCH v2 11/14] arm, crash: wrap crash dumping code into crash related ifdefs

2024-01-20 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [cannot apply to tip/x86/core arm64/for-next/core powerpc/next powerpc/fixes v6.7 next-20240119] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

Re: [PATCH v2 11/14] arm, crash: wrap crash dumping code into crash related ifdefs

2024-01-20 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [cannot apply to tip/x86/core arm64/for-next/core powerpc/next powerpc/fixes v6.7 next-20240119] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

Re: [PATCH 2/7] kexec_file: print out debugging message if required

2023-11-15 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on tip/x86/core powerpc/next powerpc/fixes linus/master v6.7-rc1 next-20231115] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCH 2/7] kexec_file: print out debugging message if required

2023-11-15 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build errors: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on tip/x86/core powerpc/next powerpc/fixes linus/master v6.7-rc1 next-20231115] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCH 4/7] kexec_file, arm64: print out debugging message if required

2023-11-15 Thread kernel test robot
Hi Baoquan, kernel test robot noticed the following build warnings: [auto build test WARNING on arm64/for-next/core] [also build test WARNING on tip/x86/core powerpc/next powerpc/fixes linus/master v6.7-rc1 next-20231115] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCH v7 09/13] x86: Secure Launch SMP bringup support

2023-11-11 Thread kernel test robot
Hi Ross, kernel test robot noticed the following build warnings: [auto build test WARNING on tip/x86/core] [also build test WARNING on herbert-cryptodev-2.6/master herbert-crypto-2.6/master linus/master v6.6 next-20231110] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCH v3 3/7] nvdimm: pmem: assign a parent resource for vmemmap region for the fsdax

2024-03-07 Thread kernel test robot
Hi Li, kernel test robot noticed the following build errors: [auto build test ERROR on nvdimm/libnvdimm-for-next] [also build test ERROR on tip/x86/core linus/master v6.8-rc7] [cannot apply to akpm-mm/mm-everything nvdimm/dax-misc next-20240306] [If your patch is applied to the wrong git tree

Re: [PATCH v3 3/7] nvdimm: pmem: assign a parent resource for vmemmap region for the fsdax

2024-03-07 Thread kernel test robot
Hi Li, kernel test robot noticed the following build errors: [auto build test ERROR on nvdimm/libnvdimm-for-next] [also build test ERROR on tip/x86/core linus/master v6.8-rc7] [cannot apply to akpm-mm/mm-everything nvdimm/dax-misc next-20240306] [If your patch is applied to the wrong git tree

Re: [PATCH v3 4/4] x86/snp: Convert shared memory back to private on kexec

2024-04-05 Thread kernel test robot
Hi Ashish, kernel test robot noticed the following build warnings: [auto build test WARNING on efi/next] [also build test WARNING on linus/master v6.9-rc2 next-20240405] [cannot apply to tip/x86/core tip/master tip/x86/mm tip/auto-latest] [If your patch is applied to the wrong git tree, kindly

Re: [PATCH v3 4/4] x86/snp: Convert shared memory back to private on kexec

2024-04-05 Thread kernel test robot
Hi Ashish, kernel test robot noticed the following build errors: [auto build test ERROR on efi/next] [also build test ERROR on linus/master v6.9-rc2 next-20240405] [cannot apply to tip/x86/core tip/master tip/x86/mm tip/auto-latest] [If your patch is applied to the wrong git tree, kindly drop us

Re: [PATCH v3 4/4] x86/snp: Convert shared memory back to private on kexec

2024-04-05 Thread kernel test robot
Hi Ashish, kernel test robot noticed the following build errors: [auto build test ERROR on efi/next] [also build test ERROR on linus/master v6.9-rc2 next-20240405] [cannot apply to tip/x86/core tip/master tip/x86/mm tip/auto-latest] [If your patch is applied to the wrong git tree, kindly drop us

Re: [PATCH v4 4/4] x86/snp: Convert shared memory back to private on kexec

2024-04-10 Thread kernel test robot
Hi Ashish, kernel test robot noticed the following build errors: [auto build test ERROR on tip/master] [also build test ERROR on linus/master next-20240410] [cannot apply to tip/x86/core tip/x86/mm tip/auto-latest] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

Re: [PATCH v3 2/7] crash_dump: make dm crypt keys persist for the kdump kernel

2024-04-26 Thread kernel test robot
Hi Coiby, kernel test robot noticed the following build warnings: [auto build test WARNING on linus/master] [also build test WARNING on v6.9-rc5 next-20240426] [cannot apply to tip/x86/core] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

Re: [PATCH v4 3/7] crash_dump: store dm keys in kdump reserved memory

2024-05-23 Thread kernel test robot
Hi Coiby, kernel test robot noticed the following build errors: [auto build test ERROR on de7e71ef8bed222dd144d8878091ecb6d5dfd208] url: https://github.com/intel-lab-lkp/linux/commits/Coiby-Xu/kexec_file-allow-to-place-kexec_buf-randomly/20240523-130727 base