Searched hist:"4953 fc3d3270b7466a3b334838b76308c75f7751" (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm64/include/asm/ |
H A D | asm-extable.h | diff 4953fc3d3270b7466a3b334838b76308c75f7751 Tue Jun 21 09:26:29 CEST 2022 Tong Tiangen <tongtiangen@huawei.com> arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support
Currently, The extable type EX_TYPE_UACCESS_ERR_ZERO is used by __get/put_kernel_nofault(), but those helpers are not uaccess type, so we add a new extable type EX_TYPE_KACCESS_ERR_ZERO which can be used by __get/put_kernel_no_fault().
This is also to prepare for distinguishing the two types in machine check safe process.
Suggested-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Tong Tiangen <tongtiangen@huawei.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Link: https://lore.kernel.org/r/20220621072638.1273594-2-tongtiangen@huawei.com Signed-off-by: Will Deacon <will@kernel.org>
|
H A D | uaccess.h | diff 4953fc3d3270b7466a3b334838b76308c75f7751 Tue Jun 21 09:26:29 CEST 2022 Tong Tiangen <tongtiangen@huawei.com> arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support
Currently, The extable type EX_TYPE_UACCESS_ERR_ZERO is used by __get/put_kernel_nofault(), but those helpers are not uaccess type, so we add a new extable type EX_TYPE_KACCESS_ERR_ZERO which can be used by __get/put_kernel_no_fault().
This is also to prepare for distinguishing the two types in machine check safe process.
Suggested-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Tong Tiangen <tongtiangen@huawei.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Link: https://lore.kernel.org/r/20220621072638.1273594-2-tongtiangen@huawei.com Signed-off-by: Will Deacon <will@kernel.org>
|
/linux/arch/arm64/mm/ |
H A D | extable.c | diff 4953fc3d3270b7466a3b334838b76308c75f7751 Tue Jun 21 09:26:29 CEST 2022 Tong Tiangen <tongtiangen@huawei.com> arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support
Currently, The extable type EX_TYPE_UACCESS_ERR_ZERO is used by __get/put_kernel_nofault(), but those helpers are not uaccess type, so we add a new extable type EX_TYPE_KACCESS_ERR_ZERO which can be used by __get/put_kernel_no_fault().
This is also to prepare for distinguishing the two types in machine check safe process.
Suggested-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Tong Tiangen <tongtiangen@huawei.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Link: https://lore.kernel.org/r/20220621072638.1273594-2-tongtiangen@huawei.com Signed-off-by: Will Deacon <will@kernel.org>
|