Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
c4342633
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
c4342633
编写于
5月 12, 2021
作者:
I
Ingo Molnar
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
x86: Fix leftover comment typos
Signed-off-by:
N
Ingo Molnar
<
mingo@kernel.org
>
上级
6f0d271d
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
6 addition
and
6 deletion
+6
-6
arch/x86/hyperv/hv_init.c
arch/x86/hyperv/hv_init.c
+1
-1
arch/x86/include/asm/sgx.h
arch/x86/include/asm/sgx.h
+1
-1
arch/x86/include/asm/stackprotector.h
arch/x86/include/asm/stackprotector.h
+1
-1
arch/x86/kernel/kprobes/core.c
arch/x86/kernel/kprobes/core.c
+1
-1
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/mmu.c
+1
-1
arch/x86/kvm/mmu/tdp_mmu.c
arch/x86/kvm/mmu/tdp_mmu.c
+1
-1
未找到文件。
arch/x86/hyperv/hv_init.c
浏览文件 @
c4342633
...
...
@@ -623,7 +623,7 @@ bool hv_query_ext_cap(u64 cap_query)
* output parameter to the hypercall below and so it should be
* compatible with 'virt_to_phys'. Which means, it's address should be
* directly mapped. Use 'static' to keep it compatible; stack variables
* can be virtually mapped, making them i
m
compatible with
* can be virtually mapped, making them i
n
compatible with
* 'virt_to_phys'.
* Hypercall input/output addresses should also be 8-byte aligned.
*/
...
...
arch/x86/include/asm/sgx.h
浏览文件 @
c4342633
...
...
@@ -13,7 +13,7 @@
/*
* This file contains both data structures defined by SGX architecture and Linux
* defined software data structures and functions. The two should not be mixed
* together for better read
i
bility. The architectural definitions come first.
* together for better read
a
bility. The architectural definitions come first.
*/
/* The SGX specific CPUID function. */
...
...
arch/x86/include/asm/stackprotector.h
浏览文件 @
c4342633
...
...
@@ -11,7 +11,7 @@
* The same segment is shared by percpu area and stack canary. On
* x86_64, percpu symbols are zero based and %gs (64-bit) points to the
* base of percpu area. The first occupant of the percpu area is always
* fixed_percpu_data which contains stack_canary at the appropr
o
ate
* fixed_percpu_data which contains stack_canary at the appropr
i
ate
* offset. On x86_32, the stack canary is just a regular percpu
* variable.
*
...
...
arch/x86/kernel/kprobes/core.c
浏览文件 @
c4342633
...
...
@@ -674,7 +674,7 @@ static int prepare_emulation(struct kprobe *p, struct insn *insn)
break
;
if
(
insn
->
addr_bytes
!=
sizeof
(
unsigned
long
))
return
-
EOPNOTSUPP
;
/* Don't support differnt size */
return
-
EOPNOTSUPP
;
/* Don't support differ
e
nt size */
if
(
X86_MODRM_MOD
(
opcode
)
!=
3
)
return
-
EOPNOTSUPP
;
/* TODO: support memory addressing */
...
...
arch/x86/kvm/mmu/mmu.c
浏览文件 @
c4342633
...
...
@@ -2374,7 +2374,7 @@ static int make_mmu_pages_available(struct kvm_vcpu *vcpu)
* page is available, while the caller may end up allocating as many as
* four pages, e.g. for PAE roots or for 5-level paging. Temporarily
* exceeding the (arbitrary by default) limit will not harm the host,
* being too agressive may unnecessarily kill the guest, and getting an
* being too ag
g
ressive may unnecessarily kill the guest, and getting an
* exact count is far more trouble than it's worth, especially in the
* page fault paths.
*/
...
...
arch/x86/kvm/mmu/tdp_mmu.c
浏览文件 @
c4342633
...
...
@@ -1017,7 +1017,7 @@ int kvm_tdp_mmu_map(struct kvm_vcpu *vcpu, gpa_t gpa, u32 error_code,
if
(
!
is_shadow_present_pte
(
iter
.
old_spte
))
{
/*
* If SPTE has been f
or
zen by another thread, just
* If SPTE has been f
ro
zen by another thread, just
* give up and retry, avoiding unnecessary page table
* allocation and free.
*/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录