Loading Makefile +1 −1 Original line number Diff line number Diff line VERSION = 4 PATCHLEVEL = 11 SUBLEVEL = 0 EXTRAVERSION = -rc2 EXTRAVERSION = -rc3 NAME = Fearless Coyote # *DOCUMENTATION* Loading arch/arm/tools/syscall.tbl +1 −0 Original line number Diff line number Diff line Loading @@ -411,3 +411,4 @@ 394 common pkey_mprotect sys_pkey_mprotect 395 common pkey_alloc sys_pkey_alloc 396 common pkey_free sys_pkey_free 397 common statx sys_statx arch/arm64/Kconfig +4 −0 Original line number Diff line number Diff line Loading @@ -1073,6 +1073,10 @@ config SYSVIPC_COMPAT def_bool y depends on COMPAT && SYSVIPC config KEYS_COMPAT def_bool y depends on COMPAT && KEYS endmenu menu "Power management options" Loading arch/arm64/include/asm/cpufeature.h +1 −1 Original line number Diff line number Diff line Loading @@ -251,7 +251,7 @@ static inline bool system_supports_fpsimd(void) static inline bool system_uses_ttbr0_pan(void) { return IS_ENABLED(CONFIG_ARM64_SW_TTBR0_PAN) && !cpus_have_cap(ARM64_HAS_PAN); !cpus_have_const_cap(ARM64_HAS_PAN); } #endif /* __ASSEMBLY__ */ Loading arch/arm64/kernel/cpuidle.c +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ int arm_cpuidle_init(unsigned int cpu) } /** * cpu_suspend() - function to enter a low-power idle state * arm_cpuidle_suspend() - function to enter a low-power idle state * @arg: argument to pass to CPU suspend operations * * Return: 0 on success, -EOPNOTSUPP if CPU suspend hook not initialized, CPU Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line VERSION = 4 PATCHLEVEL = 11 SUBLEVEL = 0 EXTRAVERSION = -rc2 EXTRAVERSION = -rc3 NAME = Fearless Coyote # *DOCUMENTATION* Loading
arch/arm/tools/syscall.tbl +1 −0 Original line number Diff line number Diff line Loading @@ -411,3 +411,4 @@ 394 common pkey_mprotect sys_pkey_mprotect 395 common pkey_alloc sys_pkey_alloc 396 common pkey_free sys_pkey_free 397 common statx sys_statx
arch/arm64/Kconfig +4 −0 Original line number Diff line number Diff line Loading @@ -1073,6 +1073,10 @@ config SYSVIPC_COMPAT def_bool y depends on COMPAT && SYSVIPC config KEYS_COMPAT def_bool y depends on COMPAT && KEYS endmenu menu "Power management options" Loading
arch/arm64/include/asm/cpufeature.h +1 −1 Original line number Diff line number Diff line Loading @@ -251,7 +251,7 @@ static inline bool system_supports_fpsimd(void) static inline bool system_uses_ttbr0_pan(void) { return IS_ENABLED(CONFIG_ARM64_SW_TTBR0_PAN) && !cpus_have_cap(ARM64_HAS_PAN); !cpus_have_const_cap(ARM64_HAS_PAN); } #endif /* __ASSEMBLY__ */ Loading
arch/arm64/kernel/cpuidle.c +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ int arm_cpuidle_init(unsigned int cpu) } /** * cpu_suspend() - function to enter a low-power idle state * arm_cpuidle_suspend() - function to enter a low-power idle state * @arg: argument to pass to CPU suspend operations * * Return: 0 on success, -EOPNOTSUPP if CPU suspend hook not initialized, CPU Loading