From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v8 25/38] KVM: arm64: Trap SME usage in guest
Date: Tue, 25 Jan 2022 20:29:39 +0800 [thread overview]
Message-ID: <202201252032.d2MrIFVb-lkp@intel.com> (raw)
In-Reply-To: <20220125001114.193425-26-broonie@kernel.org>
[-- Attachment #1: Type: text/plain, Size: 12457 bytes --]
Hi Mark,
I love your patch! Perhaps something to improve:
[auto build test WARNING on e783362eb54cd99b2cac8b3a9aeac942e6f6ac07]
url: https://github.com/0day-ci/linux/commits/Mark-Brown/arm64-sme-Initial-support-for-the-Scalable-Matrix-Extension/20220125-120723
base: e783362eb54cd99b2cac8b3a9aeac942e6f6ac07
config: arm64-randconfig-r033-20220124 (https://download.01.org/0day-ci/archive/20220125/202201252032.d2MrIFVb-lkp(a)intel.com/config)
compiler: aarch64-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/0day-ci/linux/commit/35adc3582db36b4cefefdbdf3afa245a69e529ae
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Mark-Brown/arm64-sme-Initial-support-for-the-Scalable-Matrix-Extension/20220125-120723
git checkout 35adc3582db36b4cefefdbdf3afa245a69e529ae
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm64 SHELL=/bin/bash arch/arm64/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
In file included from arch/arm64/include/asm/cputype.h:148,
from arch/arm64/include/asm/cache.h:8,
from include/linux/cache.h:6,
from include/linux/printk.h:9,
from include/asm-generic/bug.h:22,
from arch/arm64/include/asm/bug.h:26,
from include/linux/bug.h:5,
from include/linux/mmdebug.h:5,
from include/linux/percpu.h:5,
from include/linux/context_tracking_state.h:5,
from include/linux/hardirq.h:5,
from include/linux/kvm_host.h:7,
from arch/arm64/include/asm/kvm_emulate.h:14,
from arch/arm64/kvm/hyp/include/hyp/adjust_pc.h:13,
from arch/arm64/kvm/hyp/include/hyp/switch.h:10,
from arch/arm64/kvm/hyp/nvhe/switch.c:7:
arch/arm64/kvm/hyp/nvhe/switch.c: In function '__activate_traps':
>> arch/arm64/include/asm/sysreg.h:1276:44: warning: left shift count >= width of type [-Wshift-count-overflow]
1276 | #define HFGxTR_EL2_nTPIDR_EL0_MASK (1 << HFGxTR_EL2_nTPIDR_EL0_SHIFT)
| ^~
arch/arm64/kvm/hyp/nvhe/switch.c:59:26: note: in expansion of macro 'HFGxTR_EL2_nTPIDR_EL0_MASK'
59 | val &= ~(HFGxTR_EL2_nTPIDR_EL0_MASK |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/include/asm/sysreg.h:1278:44: warning: left shift count >= width of type [-Wshift-count-overflow]
1278 | #define HFGxTR_EL2_nSMPRI_EL1_MASK (1 << HFGxTR_EL2_nSMPRI_EL1_SHIFT)
| ^~
arch/arm64/kvm/hyp/nvhe/switch.c:60:26: note: in expansion of macro 'HFGxTR_EL2_nSMPRI_EL1_MASK'
60 | HFGxTR_EL2_nSMPRI_EL1_MASK);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
>> arch/arm64/include/asm/sysreg.h:1276:44: warning: left shift count >= width of type [-Wshift-count-overflow]
1276 | #define HFGxTR_EL2_nTPIDR_EL0_MASK (1 << HFGxTR_EL2_nTPIDR_EL0_SHIFT)
| ^~
arch/arm64/kvm/hyp/nvhe/switch.c:64:26: note: in expansion of macro 'HFGxTR_EL2_nTPIDR_EL0_MASK'
64 | val &= ~(HFGxTR_EL2_nTPIDR_EL0_MASK |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/include/asm/sysreg.h:1278:44: warning: left shift count >= width of type [-Wshift-count-overflow]
1278 | #define HFGxTR_EL2_nSMPRI_EL1_MASK (1 << HFGxTR_EL2_nSMPRI_EL1_SHIFT)
| ^~
arch/arm64/kvm/hyp/nvhe/switch.c:65:26: note: in expansion of macro 'HFGxTR_EL2_nSMPRI_EL1_MASK'
65 | HFGxTR_EL2_nSMPRI_EL1_MASK);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c: In function '__deactivate_traps':
>> arch/arm64/include/asm/sysreg.h:1276:44: warning: left shift count >= width of type [-Wshift-count-overflow]
1276 | #define HFGxTR_EL2_nTPIDR_EL0_MASK (1 << HFGxTR_EL2_nTPIDR_EL0_SHIFT)
| ^~
arch/arm64/kvm/hyp/nvhe/switch.c:117:24: note: in expansion of macro 'HFGxTR_EL2_nTPIDR_EL0_MASK'
117 | val |= HFGxTR_EL2_nTPIDR_EL0_MASK | HFGxTR_EL2_nSMPRI_EL1_MASK;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/include/asm/sysreg.h:1278:44: warning: left shift count >= width of type [-Wshift-count-overflow]
1278 | #define HFGxTR_EL2_nSMPRI_EL1_MASK (1 << HFGxTR_EL2_nSMPRI_EL1_SHIFT)
| ^~
arch/arm64/kvm/hyp/nvhe/switch.c:117:53: note: in expansion of macro 'HFGxTR_EL2_nSMPRI_EL1_MASK'
117 | val |= HFGxTR_EL2_nTPIDR_EL0_MASK | HFGxTR_EL2_nSMPRI_EL1_MASK;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
>> arch/arm64/include/asm/sysreg.h:1276:44: warning: left shift count >= width of type [-Wshift-count-overflow]
1276 | #define HFGxTR_EL2_nTPIDR_EL0_MASK (1 << HFGxTR_EL2_nTPIDR_EL0_SHIFT)
| ^~
arch/arm64/kvm/hyp/nvhe/switch.c:121:24: note: in expansion of macro 'HFGxTR_EL2_nTPIDR_EL0_MASK'
121 | val |= HFGxTR_EL2_nTPIDR_EL0_MASK | HFGxTR_EL2_nSMPRI_EL1_MASK;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/include/asm/sysreg.h:1278:44: warning: left shift count >= width of type [-Wshift-count-overflow]
1278 | #define HFGxTR_EL2_nSMPRI_EL1_MASK (1 << HFGxTR_EL2_nSMPRI_EL1_SHIFT)
| ^~
arch/arm64/kvm/hyp/nvhe/switch.c:121:53: note: in expansion of macro 'HFGxTR_EL2_nSMPRI_EL1_MASK'
121 | val |= HFGxTR_EL2_nTPIDR_EL0_MASK | HFGxTR_EL2_nSMPRI_EL1_MASK;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c: At top level:
arch/arm64/kvm/hyp/nvhe/switch.c:227:43: warning: initialized field overwritten [-Woverride-init]
227 | [ESR_ELx_EC_CP15_32] = kvm_hyp_handle_cp15_32,
| ^~~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:227:43: note: (near initialization for 'hyp_exit_handlers[3]')
arch/arm64/kvm/hyp/nvhe/switch.c:228:43: warning: initialized field overwritten [-Woverride-init]
228 | [ESR_ELx_EC_SYS64] = kvm_hyp_handle_sysreg,
| ^~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:228:43: note: (near initialization for 'hyp_exit_handlers[24]')
arch/arm64/kvm/hyp/nvhe/switch.c:229:43: warning: initialized field overwritten [-Woverride-init]
229 | [ESR_ELx_EC_SVE] = kvm_hyp_handle_fpsimd,
| ^~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:229:43: note: (near initialization for 'hyp_exit_handlers[25]')
arch/arm64/kvm/hyp/nvhe/switch.c:230:43: warning: initialized field overwritten [-Woverride-init]
230 | [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd,
| ^~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:230:43: note: (near initialization for 'hyp_exit_handlers[7]')
arch/arm64/kvm/hyp/nvhe/switch.c:231:43: warning: initialized field overwritten [-Woverride-init]
231 | [ESR_ELx_EC_IABT_LOW] = kvm_hyp_handle_iabt_low,
| ^~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:231:43: note: (near initialization for 'hyp_exit_handlers[32]')
arch/arm64/kvm/hyp/nvhe/switch.c:232:43: warning: initialized field overwritten [-Woverride-init]
232 | [ESR_ELx_EC_DABT_LOW] = kvm_hyp_handle_dabt_low,
| ^~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:232:43: note: (near initialization for 'hyp_exit_handlers[36]')
arch/arm64/kvm/hyp/nvhe/switch.c:233:43: warning: initialized field overwritten [-Woverride-init]
233 | [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth,
| ^~~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:233:43: note: (near initialization for 'hyp_exit_handlers[9]')
arch/arm64/kvm/hyp/nvhe/switch.c:238:43: warning: initialized field overwritten [-Woverride-init]
238 | [ESR_ELx_EC_SYS64] = kvm_handle_pvm_sys64,
| ^~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:238:43: note: (near initialization for 'pvm_exit_handlers[24]')
arch/arm64/kvm/hyp/nvhe/switch.c:239:43: warning: initialized field overwritten [-Woverride-init]
239 | [ESR_ELx_EC_SVE] = kvm_handle_pvm_restricted,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:239:43: note: (near initialization for 'pvm_exit_handlers[25]')
arch/arm64/kvm/hyp/nvhe/switch.c:240:43: warning: initialized field overwritten [-Woverride-init]
240 | [ESR_ELx_EC_FP_ASIMD] = kvm_handle_pvm_fpsimd,
| ^~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:240:43: note: (near initialization for 'pvm_exit_handlers[7]')
arch/arm64/kvm/hyp/nvhe/switch.c:241:43: warning: initialized field overwritten [-Woverride-init]
241 | [ESR_ELx_EC_IABT_LOW] = kvm_hyp_handle_iabt_low,
| ^~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:241:43: note: (near initialization for 'pvm_exit_handlers[32]')
arch/arm64/kvm/hyp/nvhe/switch.c:242:43: warning: initialized field overwritten [-Woverride-init]
242 | [ESR_ELx_EC_DABT_LOW] = kvm_hyp_handle_dabt_low,
| ^~~~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:242:43: note: (near initialization for 'pvm_exit_handlers[36]')
arch/arm64/kvm/hyp/nvhe/switch.c:243:43: warning: initialized field overwritten [-Woverride-init]
243 | [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth,
| ^~~~~~~~~~~~~~~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:243:43: note: (near initialization for 'pvm_exit_handlers[9]')
arch/arm64/kvm/hyp/nvhe/switch.c:380:17: warning: no previous prototype for 'hyp_panic' [-Wmissing-prototypes]
380 | void __noreturn hyp_panic(void)
| ^~~~~~~~~
arch/arm64/kvm/hyp/nvhe/switch.c:402:17: warning: no previous prototype for 'kvm_unexpected_el2_exception' [-Wmissing-prototypes]
402 | asmlinkage void kvm_unexpected_el2_exception(void)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +1276 arch/arm64/include/asm/sysreg.h
8a657f71705f9f Hector Martin 2021-03-01 1273
3574e3c8f58afa Mark Brown 2022-01-25 1274 /* HFG[WR]TR_EL2 bit definitions */
3574e3c8f58afa Mark Brown 2022-01-25 1275 #define HFGxTR_EL2_nTPIDR_EL0_SHIFT 55
3574e3c8f58afa Mark Brown 2022-01-25 @1276 #define HFGxTR_EL2_nTPIDR_EL0_MASK (1 << HFGxTR_EL2_nTPIDR_EL0_SHIFT)
3574e3c8f58afa Mark Brown 2022-01-25 1277 #define HFGxTR_EL2_nSMPRI_EL1_SHIFT 54
3574e3c8f58afa Mark Brown 2022-01-25 1278 #define HFGxTR_EL2_nSMPRI_EL1_MASK (1 << HFGxTR_EL2_nSMPRI_EL1_SHIFT)
3574e3c8f58afa Mark Brown 2022-01-25 1279
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
next prev parent reply other threads:[~2022-01-25 12:29 UTC|newest]
Thread overview: 154+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-25 0:10 [PATCH v8 00/38] arm64/sme: Initial support for the Scalable Matrix Extension Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 01/38] arm64: cpufeature: Always specify and use a field width for capabilities Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 10:57 ` Suzuki K Poulose
2022-01-25 10:57 ` Suzuki K Poulose
2022-01-25 10:57 ` Suzuki K Poulose
2022-01-25 12:10 ` Mark Brown
2022-01-25 12:10 ` Mark Brown
2022-01-25 12:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 02/38] arm64: Add feature detection for fine grained traps Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 03/38] kselftest/arm64: Remove local ARRAY_SIZE() definitions Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 04/38] arm64/sme: Provide ABI documentation for SME Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 05/38] arm64/sme: System register and exception syndrome definitions Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 11:25 ` Marc Zyngier
2022-01-25 11:25 ` Marc Zyngier
2022-01-25 11:25 ` Marc Zyngier
2022-01-25 12:15 ` Mark Brown
2022-01-25 12:15 ` Mark Brown
2022-01-25 12:15 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 06/38] arm64/sme: Manually encode SME instructions Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 07/38] arm64/sme: Early CPU setup for SME Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 08/38] arm64/sme: Basic enumeration support Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 09/38] arm64/sme: Identify supported SME vector lengths at boot Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 10/38] arm64/sme: Implement sysctl to set the default vector length Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 11/38] arm64/sme: Implement vector length configuration prctl()s Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 12/38] arm64/sme: Implement support for TPIDR2 Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 13/38] arm64/sme: Implement SVCR context switching Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 14/38] arm64/sme: Implement streaming SVE " Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 15/38] arm64/sme: Implement ZA " Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 16/38] arm64/sme: Implement traps and syscall handling for SME Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 17/38] arm64/sme: Disable ZA and streaming mode when handling signals Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 18/38] arm64/sme: Implement streaming SVE signal handling Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 19/38] arm64/sme: Implement ZA " Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 20/38] arm64/sme: Implement ptrace support for streaming mode SVE registers Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 21/38] arm64/sme: Add ptrace support for ZA Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 22/38] arm64/sme: Disable streaming mode and ZA when flushing CPU state Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` [PATCH v8 23/38] arm64/sme: Save and restore streaming mode over EFI runtime calls Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:10 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 24/38] KVM: arm64: Hide SME system registers from guests Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 25/38] KVM: arm64: Trap SME usage in guest Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 11:27 ` Marc Zyngier
2022-01-25 11:27 ` Marc Zyngier
2022-01-25 11:27 ` Marc Zyngier
2022-01-25 12:25 ` Mark Brown
2022-01-25 12:25 ` Mark Brown
2022-01-25 12:25 ` Mark Brown
2022-01-25 13:21 ` Marc Zyngier
2022-01-25 13:21 ` Marc Zyngier
2022-01-25 13:21 ` Marc Zyngier
2022-01-25 14:25 ` Mark Brown
2022-01-25 14:25 ` Mark Brown
2022-01-25 14:25 ` Mark Brown
2022-01-25 12:29 ` kernel test robot [this message]
2022-01-25 0:11 ` [PATCH v8 26/38] KVM: arm64: Handle SME host state when running guests Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 11:59 ` Marc Zyngier
2022-01-25 11:59 ` Marc Zyngier
2022-01-25 11:59 ` Marc Zyngier
2022-01-25 12:52 ` Mark Brown
2022-01-25 12:52 ` Mark Brown
2022-01-25 12:52 ` Mark Brown
2022-01-25 13:22 ` Marc Zyngier
2022-01-25 13:22 ` Marc Zyngier
2022-01-25 13:22 ` Marc Zyngier
2022-01-25 13:34 ` Mark Brown
2022-01-25 13:34 ` Mark Brown
2022-01-25 13:34 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 27/38] arm64/sme: Provide Kconfig for SME Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 28/38] kselftest/arm64: sme: Add streaming SME support to vlset Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 29/38] kselftest/arm64: Add tests for TPIDR2 Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 30/38] kselftest/arm64: Extend vector configuration API tests to cover SME Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 31/38] kselftest/arm64: sme: Provide streaming mode SVE stress test Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 32/38] kselftest/arm64: signal: Allow tests to be incompatible with features Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 33/38] kselftest/arm64: signal: Handle ZA signal context in core code Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 34/38] kselftest/arm64: Add stress test for SME ZA context switching Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 35/38] kselftest/arm64: signal: Add SME signal handling tests Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 36/38] kselftest/arm64: Add streaming SVE to SVE ptrace tests Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 37/38] kselftest/arm64: Add coverage for the ZA ptrace interface Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` [PATCH v8 38/38] kselftest/arm64: Add SME support to syscall ABI test Mark Brown
2022-01-25 0:11 ` Mark Brown
2022-01-25 0:11 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202201252032.d2MrIFVb-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.