From 241bf15fcc9638af783e8b80742a14767c500883 Mon Sep 17 00:00:00 2001 From: Zhangjin Wu Date: Tue, 28 Mar 2023 20:13:18 +0800 Subject: [PATCH 1/2] update title of the page-fault series Signed-off-by: Zhangjin Wu --- articles/20221004-riscv-page-fault-part1.md | 2 +- articles/20221103-riscv-page-fault-part2.md | 2 +- articles/20221104-riscv-page-fault-part3.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/20221004-riscv-page-fault-part1.md b/articles/20221004-riscv-page-fault-part1.md index 52e99d9..2186815 100644 --- a/articles/20221004-riscv-page-fault-part1.md +++ b/articles/20221004-riscv-page-fault-part1.md @@ -5,7 +5,7 @@ > Project: [RISC-V Linux 内核剖析](https://gitee.com/tinylab/riscv-linux)
> Sponsor: PLCT Lab, ISCAS -# 缺页异常处理程序分析(1):do_page_fault() 和 handle_mm_fault() +# RISC-V 缺页异常处理程序分析(1):do_page_fault() 和 handle_mm_fault() ## 前言 diff --git a/articles/20221103-riscv-page-fault-part2.md b/articles/20221103-riscv-page-fault-part2.md index 1baf116..07d39ca 100644 --- a/articles/20221103-riscv-page-fault-part2.md +++ b/articles/20221103-riscv-page-fault-part2.md @@ -5,7 +5,7 @@ > Project: [RISC-V Linux 内核剖析](https://gitee.com/tinylab/riscv-linux)
> Sponsor: PLCT Lab, ISCAS -# 缺页异常处理程序分析(2):handle_pte_fault() 和 do_anonymous_page() +# RISC-V 缺页异常处理程序分析(2):handle_pte_fault() 和 do_anonymous_page() ## 前言 diff --git a/articles/20221104-riscv-page-fault-part3.md b/articles/20221104-riscv-page-fault-part3.md index 71873fd..14588a3 100644 --- a/articles/20221104-riscv-page-fault-part3.md +++ b/articles/20221104-riscv-page-fault-part3.md @@ -5,7 +5,7 @@ > Project: [RISC-V Linux 内核剖析](https://gitee.com/tinylab/riscv-linux)
> Sponsor: PLCT Lab, ISCAS -# 缺页异常处理程序分析(3):文件映射缺页异常分析 +# RISC-V 缺页异常处理程序分析(3):文件映射缺页异常分析 ## 前言 -- Gitee From c5588ff384990d17cbe6b053d81b4a392384a142 Mon Sep 17 00:00:00 2001 From: Zhangjin Wu Date: Wed, 29 Mar 2023 23:24:24 +0800 Subject: [PATCH 2/2] articles: Fix up email address Signed-off-by: Zhangjin Wu --- articles/20220708-riscv-kvm-qemu-spike-linux-usage.md | 2 +- articles/20220930-riscv-bitbake-oe-yocto-1-qemu.md | 2 +- articles/20221015-riscv-bitbake-oe-yocto-2-d1-nezha.md | 2 +- articles/20221228-riscv-buildroot-nezha.md | 2 +- articles/20230213-vf2-uboot-spl.md | 2 +- articles/20230227-vf2-kernel-compile.md | 2 +- articles/20230227-vf2-lan-wlan.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/articles/20220708-riscv-kvm-qemu-spike-linux-usage.md b/articles/20220708-riscv-kvm-qemu-spike-linux-usage.md index 8466e01..dda3ad9 100644 --- a/articles/20220708-riscv-kvm-qemu-spike-linux-usage.md +++ b/articles/20220708-riscv-kvm-qemu-spike-linux-usage.md @@ -1,7 +1,7 @@ > Corrector: [TinyCorrect](https://gitee.com/tinylab/tinycorrect) v0.1 - [header]
> Author: 潘夏凯 <13212017962@163.com>
> Date: 2022/07/09
-> Revisor: Falcon
+> Revisor: Falcon
> Project: [RISC-V Linux 内核剖析](https://gitee.com/tinylab/riscv-linux)
> Proposal: [RISC-V 虚拟化技术调研与分析](https://gitee.com/tinylab/riscv-linux/issues/I5E4VB)
> Sponsor: PLCT Lab, ISCAS diff --git a/articles/20220930-riscv-bitbake-oe-yocto-1-qemu.md b/articles/20220930-riscv-bitbake-oe-yocto-1-qemu.md index b395f4a..0694e13 100644 --- a/articles/20220930-riscv-bitbake-oe-yocto-1-qemu.md +++ b/articles/20220930-riscv-bitbake-oe-yocto-1-qemu.md @@ -1,7 +1,7 @@ > Corrector: [TinyCorrect](https://gitee.com/tinylab/tinycorrect) v0.1-rc3 - [pangu autocorrect]
> Author: Wang Liming
> Date: 2022/09/30
-> Revisor: Falcon
+> Revisor: Falcon
> Project: [RISC-V Linux 内核剖析](https://gitee.com/tinylab/riscv-linux)
> Proposal: [Embedded Linux 系统 for RISC-V](https://gitee.com/tinylab/riscv-linux/issues/I5T3XB)
> Sponsor: PLCT Lab, ISCAS diff --git a/articles/20221015-riscv-bitbake-oe-yocto-2-d1-nezha.md b/articles/20221015-riscv-bitbake-oe-yocto-2-d1-nezha.md index dc20e02..e8409b5 100644 --- a/articles/20221015-riscv-bitbake-oe-yocto-2-d1-nezha.md +++ b/articles/20221015-riscv-bitbake-oe-yocto-2-d1-nezha.md @@ -1,7 +1,7 @@ > Corrector: [TinyCorrect](https://gitee.com/tinylab/tinycorrect) v0.1 - [spaces header toc autocorrect epw]
> Author: Wang Liming
> Date: 2022/10/15
-> Revisor: Falcon
+> Revisor: Falcon
> Project: [RISC-V Linux 内核剖析](https://gitee.com/tinylab/riscv-linux)
> Proposal: [Embedded Linux 系统 for RISC-V](https://gitee.com/tinylab/riscv-linux/issues/I5T3XB)
> Sponsor: PLCT Lab, ISCAS diff --git a/articles/20221228-riscv-buildroot-nezha.md b/articles/20221228-riscv-buildroot-nezha.md index 41183c0..3d73674 100644 --- a/articles/20221228-riscv-buildroot-nezha.md +++ b/articles/20221228-riscv-buildroot-nezha.md @@ -1,7 +1,7 @@ > Corrector: [TinyCorrect](https://gitee.com/tinylab/tinycorrect) v0.1 - [codeblock pangu]
> Author: Kepontry
> Date: 2022/12/28
-> Revisor: Falcon ,Wang Liming walimis@gmail.com
+> Revisor: Falcon ,Wang Liming walimis@gmail.com
> Project: [RISC-V Linux 内核剖析](https://gitee.com/tinylab/riscv-linux)
> Proposal: [Embedded Linux 系统 for RISC-V](https://gitee.com/tinylab/riscv-linux/issues/I5T3XB)
> Sponsor: PLCT Lab, ISCAS diff --git a/articles/20230213-vf2-uboot-spl.md b/articles/20230213-vf2-uboot-spl.md index 99598eb..511189a 100644 --- a/articles/20230213-vf2-uboot-spl.md +++ b/articles/20230213-vf2-uboot-spl.md @@ -1,7 +1,7 @@ > Corrector: [TinyCorrect](https://gitee.com/tinylab/tinycorrect) v0.1 - [codeinline urls pangu autocorrect]
> Author: Kepontry
> Date: 2023/2/13
-> Revisor: Falcon
+> Revisor: Falcon
> Project: [RISC-V Linux 内核剖析](https://gitee.com/tinylab/riscv-linux)
> Proposal: [VisionFive 2 开发板软硬件评测及软件 gap 分析](https://gitee.com/tinylab/riscv-linux/issues/I64ESM)
> Sponsor: PLCT Lab, ISCAS diff --git a/articles/20230227-vf2-kernel-compile.md b/articles/20230227-vf2-kernel-compile.md index 88b5693..0b1d898 100644 --- a/articles/20230227-vf2-kernel-compile.md +++ b/articles/20230227-vf2-kernel-compile.md @@ -1,7 +1,7 @@ > Corrector: [TinyCorrect](https://gitee.com/tinylab/tinycorrect) v0.1 - [pangu]
> Author: Kepontry
> Date: 2023/2/27
-> Revisor: Falcon ; Walimis
+> Revisor: Falcon ; Walimis
> Project: [RISC-V Linux 内核剖析](https://gitee.com/tinylab/riscv-linux)
> Proposal: [VisionFive 2 开发板软硬件评测及软件 gap 分析](https://gitee.com/tinylab/riscv-linux/issues/I64ESM)
> Sponsor: PLCT Lab, ISCAS diff --git a/articles/20230227-vf2-lan-wlan.md b/articles/20230227-vf2-lan-wlan.md index 471087c..5585359 100644 --- a/articles/20230227-vf2-lan-wlan.md +++ b/articles/20230227-vf2-lan-wlan.md @@ -1,7 +1,7 @@ > Corrector: [TinyCorrect](https://gitee.com/tinylab/tinycorrect) v0.1 - [urls]
> Author: Kepontry
> Date: 2023/2/27
-> Revisor: Falcon ; Walimis
+> Revisor: Falcon ; Walimis
> Project: [RISC-V Linux 内核剖析](https://gitee.com/tinylab/riscv-linux)
> Proposal: [VisionFive 2 开发板软硬件评测及软件 gap 分析](https://gitee.com/tinylab/riscv-linux/issues/I64ESM)
> Sponsor: PLCT Lab, ISCAS -- Gitee