All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20230215100008.2565237-6-ardb@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index dced38d..9ebc57c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -87,18 +87,18 @@ index a748e7eb4429b886..5762e7477a0c8edb 100644
 -  kernel at runtime. This is done by specifying the base address as 0,
 -  or omitting it all together::
 -
--	crashkernel%6M@0
+-	crashkernel=256M@0
 -
 -  or::
 -
--	crashkernel%6M
+-	crashkernel=256M
 -
  Dump-capture kernel config options (Arch Dependent, arm)
  ----------------------------------------------------------
  
 @@ -348,11 +330,6 @@ Boot into System Kernel
  
-    On ppc64, use "crashkernel\x128M@32M".
+    On ppc64, use "crashkernel=128M@32M".
  
 -   On ia64, 256M@256M is a generous value that typically works.
 -   The region may be automatically placed on ia64, see the
@@ -144,7 +144,7 @@ index 86fd884928700bd0..54f3971340ad1459 100644
  crash kernel when converting virtual addresses to physical addresses.
  
 -ia64
--==
+-====
 -
 -pgdat_list|(pgdat_list, MAX_NUMNODES)
 --------------------------------------
@@ -174,7 +174,8 @@ index 86fd884928700bd0..54f3971340ad1459 100644
 -4-level paging mode. Used to distinguish the page table.
 -
  ARM64
- == 
+ =====
+ 
 diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
 index 6cfa6e3996cf75ee..d0e67c70ba90bce6 100644
 --- a/Documentation/admin-guide/kernel-parameters.txt
@@ -226,9 +227,11 @@ index 46e3d62c0eea84d1..bf8efef45b1d5d7a 100644
 +currently, ``arc`` and ``loongarch``), controls whether all
  unaligned traps are logged.
  
- = ==============================@@ -445,10 +445,7 @@ unaligned traps are logged.
+ = =============================================================
+@@ -445,10 +445,7 @@ unaligned traps are logged.
    setting.
- = ============================== 
+ = =============================================================
+ 
 -See also `unaligned-trap`_ and `unaligned-dump-stack`_. On ``ia64``,
 -this allows system administrators to override the
 -``IA64_THREAD_UAC_NOPRINT`` ``prctl`` and avoid logs being flooded.
@@ -236,25 +239,29 @@ index 46e3d62c0eea84d1..bf8efef45b1d5d7a 100644
 +See also `unaligned-trap`_.
  
  kexec_load_disabled
- =========@@ -1471,22 +1468,6 @@ See Documentation/admin-guide/kernel-parameters.rst and
+ ===================
+@@ -1471,22 +1468,6 @@ See Documentation/admin-guide/kernel-parameters.rst and
  Documentation/trace/boottime-trace.rst.
  
  
 -.. _unaligned-dump-stack:
 -
 -unaligned-dump-stack (ia64)
--=============-
+-===========================
+-
 -When logging unaligned accesses, controls whether the stack is
 -dumped.
 -
--= =========================-0 Do not dump the stack. This is the default setting.
+-= ===================================================
+-0 Do not dump the stack. This is the default setting.
 -1 Dump the stack.
--= =========================-
+-= ===================================================
+-
 -See also `ignore-unaligned-usertrap`_.
 -
 -
  unaligned-trap
- =======
+ ==============
  
 diff --git a/Documentation/arch.rst b/Documentation/arch.rst
 index 41a66a8b38e42479..3f9962e45c098c62 100644
@@ -377,42 +384,42 @@ diff --git a/Documentation/translations/zh_CN/core-api/cpu_hotplug.rst b/Documen
 index 4772a900c37a048c..bc0d7ea6d834cc22 100644
 --- a/Documentation/translations/zh_CN/core-api/cpu_hotplug.rst
 +++ b/Documentation/translations/zh_CN/core-api/cpu_hotplug.rst
-@@ -49,12 +49,6 @@ CPU热拔插支持的一个更新颖的用途是它在SMP的暂停恢复支持
-   限制内核将支持的CPU总量。如果这里提供的数量低于实际可用的CPU数量,那么其他CPU
-   以后就不能上线了。
+@@ -49,12 +49,6 @@ CPU热拔插支持的一个更新颖的用途是它在SMP的暂停恢复支持
+   限制内核将支持的CPU总量。如果这里提供的数量低于实际可用的CPU数量,那么其他CPU
+   以后就不能上线了。
  
 -``additional_cpus=n``
--  使用它来限制可热插拔的CPU。该选项设置
+-  使用它来限制可热插拔的CPU。该选项设置
 -  ``cpu_possible_mask = cpu_present_mask + additional_cpus``
 -
--  这个选项只限于IA64架构。
+-  这个选项只限于IA64架构。
 -
  ``possible_cpus=n``
-   这个选项设置 ``cpu_possible_mask`` 中的 ``possible_cpus`` 位。
+   这个选项设置 ``cpu_possible_mask`` 中的 ``possible_cpus`` 位。
  
 diff --git a/Documentation/translations/zh_CN/scheduler/sched-arch.rst b/Documentation/translations/zh_CN/scheduler/sched-arch.rst
 index 754a15c6b60f3a1e..de41b028b2b0245c 100644
 --- a/Documentation/translations/zh_CN/scheduler/sched-arch.rst
 +++ b/Documentation/translations/zh_CN/scheduler/sched-arch.rst
 @@ -20,8 +20,7 @@
- =====
- 1. 运行队列锁
- 默认情况下,switch_to arch函数在调用时锁定了运行队列。这通常不是一个问题,除非
--switch_to可能需要获取运行队列锁。这通常是由于上下文切换中的唤醒操作造成的。见
--arch/ia64/include/asm/switch_to.h的例子。
-+switch_to可能需要获取运行队列锁。这通常是由于上下文切换中的唤醒操作造成的。
+ ==========
+ 1. 运行队列锁
+ 默认情况下,switch_to arch函数在调用时锁定了运行队列。这通常不是一个问题,除非
+-switch_to可能需要获取运行队列锁。这通常是由于上下文切换中的唤醒操作造成的。见
+-arch/ia64/include/asm/switch_to.h的例子。
++switch_to可能需要获取运行队列锁。这通常是由于上下文切换中的唤醒操作造成的。
  
- 为了要求调度器在运行队列解锁的情况下调用switch_to,你必须在头文件
- 中`#define __ARCH_WANT_UNLOCKED_CTXSW`(通常是定义switch_to的那个文件)。
-@@ -68,8 +67,6 @@ arch/x86/kernel/process.c有轮询和睡眠空闲函数的例子。
+ 为了要求调度器在运行队列解锁的情况下调用switch_to,你必须在头文件
+ 中`#define __ARCH_WANT_UNLOCKED_CTXSW`(通常是定义switch_to的那个文件)。
+@@ -68,8 +67,6 @@ arch/x86/kernel/process.c有轮询和睡眠空闲函数的例子。
  
- 我发现的可能的arch问题(并试图解决或没有解决)。:
+ 我发现的可能的arch问题(并试图解决或没有解决)。:
  
--ia64 - safe_halt的调用与中断相比,是否很荒谬? (它睡眠了吗) (参考 #4a)
+-ia64 - safe_halt的调用与中断相比,是否很荒谬? (它睡眠了吗) (参考 #4a)
 -
- sh64 - 睡眠与中断相比,是否很荒谬? (参考 #4a)
+ sh64 - 睡眠与中断相比,是否很荒谬? (参考 #4a)
  
- sparc - 在这一点上,IRQ是开着的(?),把local_irq_save改为_disable。
+ sparc - 在这一点上,IRQ是开着的(?),把local_irq_save改为_disable。
 diff --git a/Makefile b/Makefile
 index 716a975730a68e3a..ddae1033f4bc64c8 100644
 --- a/Makefile
@@ -431,7 +438,7 @@ index 716a975730a68e3a..ddae1033f4bc64c8 100644
  # are prefixed with $(CROSS_COMPILE).
  # CROSS_COMPILE can be set on the command line
 -# make CROSS_COMPILE=ia64-linux-
-+# make CROSS_COMPILEªrch64-linux-gnu-
++# make CROSS_COMPILE=aarch64-linux-gnu-
  # Alternatively CROSS_COMPILE can be set in the environment.
  # Default value for CROSS_COMPILE is not to prefix executables
  # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
diff --git a/a/content_digest b/N1/content_digest
index 6e16606..9a3db66 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020230215100008.2565237-1-ardb@kernel.org\0"
  "From\0Ard Biesheuvel <ardb@kernel.org>\0"
  "Subject\0[RFC PATCH 5/5] Documentation: Drop or replace remaining mentions of IA64\0"
- "Date\0Wed, 15 Feb 2023 10:00:08 +0000\0"
+ "Date\0Wed, 15 Feb 2023 11:00:08 +0100\0"
  "To\0linux-kernel@vger.kernel.org\0"
  "Cc\0Ard Biesheuvel <ardb@kernel.org>"
   Jonathan Corbet <corbet@lwn.net>
@@ -105,18 +105,18 @@
  "-  kernel at runtime. This is done by specifying the base address as 0,\n"
  "-  or omitting it all together::\n"
  "-\n"
- "-\tcrashkernel%6M@0\n"
+ "-\tcrashkernel=256M@0\n"
  "-\n"
  "-  or::\n"
  "-\n"
- "-\tcrashkernel%6M\n"
+ "-\tcrashkernel=256M\n"
  "-\n"
  " Dump-capture kernel config options (Arch Dependent, arm)\n"
  " ----------------------------------------------------------\n"
  " \n"
  "@@ -348,11 +330,6 @@ Boot into System Kernel\n"
  " \n"
- "    On ppc64, use \"crashkernel\0228M@32M\".\n"
+ "    On ppc64, use \"crashkernel=128M@32M\".\n"
  " \n"
  "-   On ia64, 256M@256M is a generous value that typically works.\n"
  "-   The region may be automatically placed on ia64, see the\n"
@@ -162,7 +162,7 @@
  " crash kernel when converting virtual addresses to physical addresses.\n"
  " \n"
  "-ia64\n"
- "-==\n"
+ "-====\n"
  "-\n"
  "-pgdat_list|(pgdat_list, MAX_NUMNODES)\n"
  "--------------------------------------\n"
@@ -192,7 +192,8 @@
  "-4-level paging mode. Used to distinguish the page table.\n"
  "-\n"
  " ARM64\n"
- " == \n"
+ " =====\n"
+ " \n"
  "diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt\n"
  "index 6cfa6e3996cf75ee..d0e67c70ba90bce6 100644\n"
  "--- a/Documentation/admin-guide/kernel-parameters.txt\n"
@@ -244,9 +245,11 @@
  "+currently, ``arc`` and ``loongarch``), controls whether all\n"
  " unaligned traps are logged.\n"
  " \n"
- " = ==============================@@ -445,10 +445,7 @@ unaligned traps are logged.\n"
+ " = =============================================================\n"
+ "@@ -445,10 +445,7 @@ unaligned traps are logged.\n"
  "   setting.\n"
- " = ============================== \n"
+ " = =============================================================\n"
+ " \n"
  "-See also `unaligned-trap`_ and `unaligned-dump-stack`_. On ``ia64``,\n"
  "-this allows system administrators to override the\n"
  "-``IA64_THREAD_UAC_NOPRINT`` ``prctl`` and avoid logs being flooded.\n"
@@ -254,25 +257,29 @@
  "+See also `unaligned-trap`_.\n"
  " \n"
  " kexec_load_disabled\n"
- " =========@@ -1471,22 +1468,6 @@ See Documentation/admin-guide/kernel-parameters.rst and\n"
+ " ===================\n"
+ "@@ -1471,22 +1468,6 @@ See Documentation/admin-guide/kernel-parameters.rst and\n"
  " Documentation/trace/boottime-trace.rst.\n"
  " \n"
  " \n"
  "-.. _unaligned-dump-stack:\n"
  "-\n"
  "-unaligned-dump-stack (ia64)\n"
- "-=============-\n"
+ "-===========================\n"
+ "-\n"
  "-When logging unaligned accesses, controls whether the stack is\n"
  "-dumped.\n"
  "-\n"
- "-= =========================-0 Do not dump the stack. This is the default setting.\n"
+ "-= ===================================================\n"
+ "-0 Do not dump the stack. This is the default setting.\n"
  "-1 Dump the stack.\n"
- "-= =========================-\n"
+ "-= ===================================================\n"
+ "-\n"
  "-See also `ignore-unaligned-usertrap`_.\n"
  "-\n"
  "-\n"
  " unaligned-trap\n"
- " =======\n"
+ " ==============\n"
  " \n"
  "diff --git a/Documentation/arch.rst b/Documentation/arch.rst\n"
  "index 41a66a8b38e42479..3f9962e45c098c62 100644\n"
@@ -395,42 +402,42 @@
  "index 4772a900c37a048c..bc0d7ea6d834cc22 100644\n"
  "--- a/Documentation/translations/zh_CN/core-api/cpu_hotplug.rst\n"
  "+++ b/Documentation/translations/zh_CN/core-api/cpu_hotplug.rst\n"
- "@@ -49,12 +49,6 @@ CPU\303\247\302\203\302\255\303\246\302\213\302\224\303\246\302\217\302\222\303\246\302\224\302\257\303\246\302\214\302\201\303\247\302\232\302\204\303\244\302\270\302\200\303\244\302\270\302\252\303\246\302\233\302\264\303\246\302\226\302\260\303\251\302\242\302\226\303\247\302\232\302\204\303\247\302\224\302\250\303\251\302\200\302\224\303\246\302\230\302\257\303\245\302\256\302\203\303\245\302\234\302\250SMP\303\247\302\232\302\204\303\246\302\232\302\202\303\245\302\201\302\234\303\246\302\201\302\242\303\245\302\244\302\215\303\246\302\224\302\257\303\246\302\214\302\201\n"
- "   \303\251\302\231\302\220\303\245\302\210\302\266\303\245\302\206\302\205\303\246\302\240\302\270\303\245\302\260\302\206\303\246\302\224\302\257\303\246\302\214\302\201\303\247\302\232\302\204CPU\303\246\302\200\302\273\303\251\302\207\302\217\303\243\302\200\302\202\303\245\302\246\302\202\303\246\302\236\302\234\303\250\302\277\302\231\303\251\302\207\302\214\303\246\302\217\302\220\303\244\302\276\302\233\303\247\302\232\302\204\303\246\302\225\302\260\303\251\302\207\302\217\303\244\302\275\302\216\303\244\302\272\302\216\303\245\302\256\302\236\303\251\302\231\302\205\303\245\302\217\302\257\303\247\302\224\302\250\303\247\302\232\302\204CPU\303\246\302\225\302\260\303\251\302\207\302\217\303\257\302\274\302\214\303\251\302\202\302\243\303\244\302\271\302\210\303\245\302\205\302\266\303\244\302\273\302\226CPU\n"
- "   \303\244\302\273\302\245\303\245\302\220\302\216\303\245\302\260\302\261\303\244\302\270\302\215\303\250\302\203\302\275\303\244\302\270\302\212\303\247\302\272\302\277\303\244\302\272\302\206\303\243\302\200\302\202\n"
+ "@@ -49,12 +49,6 @@ CPU\347\203\255\346\213\224\346\217\222\346\224\257\346\214\201\347\232\204\344\270\200\344\270\252\346\233\264\346\226\260\351\242\226\347\232\204\347\224\250\351\200\224\346\230\257\345\256\203\345\234\250SMP\347\232\204\346\232\202\345\201\234\346\201\242\345\244\215\346\224\257\346\214\201\n"
+ "   \351\231\220\345\210\266\345\206\205\346\240\270\345\260\206\346\224\257\346\214\201\347\232\204CPU\346\200\273\351\207\217\343\200\202\345\246\202\346\236\234\350\277\231\351\207\214\346\217\220\344\276\233\347\232\204\346\225\260\351\207\217\344\275\216\344\272\216\345\256\236\351\231\205\345\217\257\347\224\250\347\232\204CPU\346\225\260\351\207\217\357\274\214\351\202\243\344\271\210\345\205\266\344\273\226CPU\n"
+ "   \344\273\245\345\220\216\345\260\261\344\270\215\350\203\275\344\270\212\347\272\277\344\272\206\343\200\202\n"
  " \n"
  "-``additional_cpus=n``\n"
- "-  \303\244\302\275\302\277\303\247\302\224\302\250\303\245\302\256\302\203\303\246\302\235\302\245\303\251\302\231\302\220\303\245\302\210\302\266\303\245\302\217\302\257\303\247\302\203\302\255\303\246\302\217\302\222\303\246\302\213\302\224\303\247\302\232\302\204CPU\303\243\302\200\302\202\303\250\302\257\302\245\303\251\302\200\302\211\303\251\302\241\302\271\303\250\302\256\302\276\303\247\302\275\302\256\n"
+ "-  \344\275\277\347\224\250\345\256\203\346\235\245\351\231\220\345\210\266\345\217\257\347\203\255\346\217\222\346\213\224\347\232\204CPU\343\200\202\350\257\245\351\200\211\351\241\271\350\256\276\347\275\256\n"
  "-  ``cpu_possible_mask = cpu_present_mask + additional_cpus``\n"
  "-\n"
- "-  \303\250\302\277\302\231\303\244\302\270\302\252\303\251\302\200\302\211\303\251\302\241\302\271\303\245\302\217\302\252\303\251\302\231\302\220\303\244\302\272\302\216IA64\303\246\302\236\302\266\303\246\302\236\302\204\303\243\302\200\302\202\n"
+ "-  \350\277\231\344\270\252\351\200\211\351\241\271\345\217\252\351\231\220\344\272\216IA64\346\236\266\346\236\204\343\200\202\n"
  "-\n"
  " ``possible_cpus=n``\n"
- "   \303\250\302\277\302\231\303\244\302\270\302\252\303\251\302\200\302\211\303\251\302\241\302\271\303\250\302\256\302\276\303\247\302\275\302\256 ``cpu_possible_mask`` \303\244\302\270\302\255\303\247\302\232\302\204 ``possible_cpus`` \303\244\302\275\302\215\303\243\302\200\302\202\n"
+ "   \350\277\231\344\270\252\351\200\211\351\241\271\350\256\276\347\275\256 ``cpu_possible_mask`` \344\270\255\347\232\204 ``possible_cpus`` \344\275\215\343\200\202\n"
  " \n"
  "diff --git a/Documentation/translations/zh_CN/scheduler/sched-arch.rst b/Documentation/translations/zh_CN/scheduler/sched-arch.rst\n"
  "index 754a15c6b60f3a1e..de41b028b2b0245c 100644\n"
  "--- a/Documentation/translations/zh_CN/scheduler/sched-arch.rst\n"
  "+++ b/Documentation/translations/zh_CN/scheduler/sched-arch.rst\n"
  "@@ -20,8 +20,7 @@\n"
- " =====\n"
- " 1. \303\250\302\277\302\220\303\250\302\241\302\214\303\251\302\230\302\237\303\245\302\210\302\227\303\251\302\224\302\201\n"
- " \303\251\302\273\302\230\303\250\302\256\302\244\303\246\302\203\302\205\303\245\302\206\302\265\303\244\302\270\302\213\303\257\302\274\302\214switch_to arch\303\245\302\207\302\275\303\246\302\225\302\260\303\245\302\234\302\250\303\250\302\260\302\203\303\247\302\224\302\250\303\246\302\227\302\266\303\251\302\224\302\201\303\245\302\256\302\232\303\244\302\272\302\206\303\250\302\277\302\220\303\250\302\241\302\214\303\251\302\230\302\237\303\245\302\210\302\227\303\243\302\200\302\202\303\250\302\277\302\231\303\251\302\200\302\232\303\245\302\270\302\270\303\244\302\270\302\215\303\246\302\230\302\257\303\244\302\270\302\200\303\244\302\270\302\252\303\251\302\227\302\256\303\251\302\242\302\230\303\257\302\274\302\214\303\251\302\231\302\244\303\251\302\235\302\236\n"
- "-switch_to\303\245\302\217\302\257\303\250\302\203\302\275\303\251\302\234\302\200\303\250\302\246\302\201\303\250\302\216\302\267\303\245\302\217\302\226\303\250\302\277\302\220\303\250\302\241\302\214\303\251\302\230\302\237\303\245\302\210\302\227\303\251\302\224\302\201\303\243\302\200\302\202\303\250\302\277\302\231\303\251\302\200\302\232\303\245\302\270\302\270\303\246\302\230\302\257\303\247\302\224\302\261\303\244\302\272\302\216\303\244\302\270\302\212\303\244\302\270\302\213\303\246\302\226\302\207\303\245\302\210\302\207\303\246\302\215\302\242\303\244\302\270\302\255\303\247\302\232\302\204\303\245\302\224\302\244\303\251\302\206\302\222\303\246\302\223\302\215\303\244\302\275\302\234\303\251\302\200\302\240\303\246\302\210\302\220\303\247\302\232\302\204\303\243\302\200\302\202\303\250\302\247\302\201\n"
- "-arch/ia64/include/asm/switch_to.h\303\247\302\232\302\204\303\244\302\276\302\213\303\245\302\255\302\220\303\243\302\200\302\202\n"
- "+switch_to\303\245\302\217\302\257\303\250\302\203\302\275\303\251\302\234\302\200\303\250\302\246\302\201\303\250\302\216\302\267\303\245\302\217\302\226\303\250\302\277\302\220\303\250\302\241\302\214\303\251\302\230\302\237\303\245\302\210\302\227\303\251\302\224\302\201\303\243\302\200\302\202\303\250\302\277\302\231\303\251\302\200\302\232\303\245\302\270\302\270\303\246\302\230\302\257\303\247\302\224\302\261\303\244\302\272\302\216\303\244\302\270\302\212\303\244\302\270\302\213\303\246\302\226\302\207\303\245\302\210\302\207\303\246\302\215\302\242\303\244\302\270\302\255\303\247\302\232\302\204\303\245\302\224\302\244\303\251\302\206\302\222\303\246\302\223\302\215\303\244\302\275\302\234\303\251\302\200\302\240\303\246\302\210\302\220\303\247\302\232\302\204\303\243\302\200\302\202\n"
+ " ==========\n"
+ " 1. \350\277\220\350\241\214\351\230\237\345\210\227\351\224\201\n"
+ " \351\273\230\350\256\244\346\203\205\345\206\265\344\270\213\357\274\214switch_to arch\345\207\275\346\225\260\345\234\250\350\260\203\347\224\250\346\227\266\351\224\201\345\256\232\344\272\206\350\277\220\350\241\214\351\230\237\345\210\227\343\200\202\350\277\231\351\200\232\345\270\270\344\270\215\346\230\257\344\270\200\344\270\252\351\227\256\351\242\230\357\274\214\351\231\244\351\235\236\n"
+ "-switch_to\345\217\257\350\203\275\351\234\200\350\246\201\350\216\267\345\217\226\350\277\220\350\241\214\351\230\237\345\210\227\351\224\201\343\200\202\350\277\231\351\200\232\345\270\270\346\230\257\347\224\261\344\272\216\344\270\212\344\270\213\346\226\207\345\210\207\346\215\242\344\270\255\347\232\204\345\224\244\351\206\222\346\223\215\344\275\234\351\200\240\346\210\220\347\232\204\343\200\202\350\247\201\n"
+ "-arch/ia64/include/asm/switch_to.h\347\232\204\344\276\213\345\255\220\343\200\202\n"
+ "+switch_to\345\217\257\350\203\275\351\234\200\350\246\201\350\216\267\345\217\226\350\277\220\350\241\214\351\230\237\345\210\227\351\224\201\343\200\202\350\277\231\351\200\232\345\270\270\346\230\257\347\224\261\344\272\216\344\270\212\344\270\213\346\226\207\345\210\207\346\215\242\344\270\255\347\232\204\345\224\244\351\206\222\346\223\215\344\275\234\351\200\240\346\210\220\347\232\204\343\200\202\n"
  " \n"
- " \303\244\302\270\302\272\303\244\302\272\302\206\303\250\302\246\302\201\303\246\302\261\302\202\303\250\302\260\302\203\303\245\302\272\302\246\303\245\302\231\302\250\303\245\302\234\302\250\303\250\302\277\302\220\303\250\302\241\302\214\303\251\302\230\302\237\303\245\302\210\302\227\303\250\302\247\302\243\303\251\302\224\302\201\303\247\302\232\302\204\303\246\302\203\302\205\303\245\302\206\302\265\303\244\302\270\302\213\303\250\302\260\302\203\303\247\302\224\302\250switch_to\303\257\302\274\302\214\303\244\302\275\302\240\303\245\302\277\302\205\303\251\302\241\302\273\303\245\302\234\302\250\303\245\302\244\302\264\303\246\302\226\302\207\303\244\302\273\302\266\n"
- " \303\244\302\270\302\255`#define __ARCH_WANT_UNLOCKED_CTXSW`(\303\251\302\200\302\232\303\245\302\270\302\270\303\246\302\230\302\257\303\245\302\256\302\232\303\244\302\271\302\211switch_to\303\247\302\232\302\204\303\251\302\202\302\243\303\244\302\270\302\252\303\246\302\226\302\207\303\244\302\273\302\266\303\257\302\274\302\211\303\243\302\200\302\202\n"
- "@@ -68,8 +67,6 @@ arch/x86/kernel/process.c\303\246\302\234\302\211\303\250\302\275\302\256\303\250\302\257\302\242\303\245\302\222\302\214\303\247\302\235\302\241\303\247\302\234\302\240\303\247\302\251\302\272\303\251\302\227\302\262\303\245\302\207\302\275\303\246\302\225\302\260\303\247\302\232\302\204\303\244\302\276\302\213\303\245\302\255\302\220\303\243\302\200\302\202\n"
+ " \344\270\272\344\272\206\350\246\201\346\261\202\350\260\203\345\272\246\345\231\250\345\234\250\350\277\220\350\241\214\351\230\237\345\210\227\350\247\243\351\224\201\347\232\204\346\203\205\345\206\265\344\270\213\350\260\203\347\224\250switch_to\357\274\214\344\275\240\345\277\205\351\241\273\345\234\250\345\244\264\346\226\207\344\273\266\n"
+ " \344\270\255`#define __ARCH_WANT_UNLOCKED_CTXSW`(\351\200\232\345\270\270\346\230\257\345\256\232\344\271\211switch_to\347\232\204\351\202\243\344\270\252\346\226\207\344\273\266\357\274\211\343\200\202\n"
+ "@@ -68,8 +67,6 @@ arch/x86/kernel/process.c\346\234\211\350\275\256\350\257\242\345\222\214\347\235\241\347\234\240\347\251\272\351\227\262\345\207\275\346\225\260\347\232\204\344\276\213\345\255\220\343\200\202\n"
  " \n"
- " \303\246\302\210\302\221\303\245\302\217\302\221\303\247\302\216\302\260\303\247\302\232\302\204\303\245\302\217\302\257\303\250\302\203\302\275\303\247\302\232\302\204arch\303\251\302\227\302\256\303\251\302\242\302\230\303\257\302\274\302\210\303\245\302\271\302\266\303\250\302\257\302\225\303\245\302\233\302\276\303\250\302\247\302\243\303\245\302\206\302\263\303\246\302\210\302\226\303\246\302\262\302\241\303\246\302\234\302\211\303\250\302\247\302\243\303\245\302\206\302\263\303\257\302\274\302\211\303\243\302\200\302\202:\n"
+ " \346\210\221\345\217\221\347\216\260\347\232\204\345\217\257\350\203\275\347\232\204arch\351\227\256\351\242\230\357\274\210\345\271\266\350\257\225\345\233\276\350\247\243\345\206\263\346\210\226\346\262\241\346\234\211\350\247\243\345\206\263\357\274\211\343\200\202:\n"
  " \n"
- "-ia64 - safe_halt\303\247\302\232\302\204\303\250\302\260\302\203\303\247\302\224\302\250\303\244\302\270\302\216\303\244\302\270\302\255\303\246\302\226\302\255\303\247\302\233\302\270\303\246\302\257\302\224\303\257\302\274\302\214\303\246\302\230\302\257\303\245\302\220\302\246\303\245\302\276\302\210\303\250\302\215\302\222\303\250\302\260\302\254\303\257\302\274\302\237 (\303\245\302\256\302\203\303\247\302\235\302\241\303\247\302\234\302\240\303\244\302\272\302\206\303\245\302\220\302\227) (\303\245\302\217\302\202\303\250\302\200\302\203 #4a)\n"
+ "-ia64 - safe_halt\347\232\204\350\260\203\347\224\250\344\270\216\344\270\255\346\226\255\347\233\270\346\257\224\357\274\214\346\230\257\345\220\246\345\276\210\350\215\222\350\260\254\357\274\237 (\345\256\203\347\235\241\347\234\240\344\272\206\345\220\227) (\345\217\202\350\200\203 #4a)\n"
  "-\n"
- " sh64 - \303\247\302\235\302\241\303\247\302\234\302\240\303\244\302\270\302\216\303\244\302\270\302\255\303\246\302\226\302\255\303\247\302\233\302\270\303\246\302\257\302\224\303\257\302\274\302\214\303\246\302\230\302\257\303\245\302\220\302\246\303\245\302\276\302\210\303\250\302\215\302\222\303\250\302\260\302\254\303\257\302\274\302\237 (\303\245\302\217\302\202\303\250\302\200\302\203 #4a)\n"
+ " sh64 - \347\235\241\347\234\240\344\270\216\344\270\255\346\226\255\347\233\270\346\257\224\357\274\214\346\230\257\345\220\246\345\276\210\350\215\222\350\260\254\357\274\237 (\345\217\202\350\200\203 #4a)\n"
  " \n"
- " sparc - \303\245\302\234\302\250\303\250\302\277\302\231\303\244\302\270\302\200\303\247\302\202\302\271\303\244\302\270\302\212\303\257\302\274\302\214IRQ\303\246\302\230\302\257\303\245\302\274\302\200\303\247\302\235\302\200\303\247\302\232\302\204\303\257\302\274\302\210\303\257\302\274\302\237\303\257\302\274\302\211\303\257\302\274\302\214\303\246\302\212\302\212local_irq_save\303\246\302\224\302\271\303\244\302\270\302\272_disable\303\243\302\200\302\202\n"
+ " sparc - \345\234\250\350\277\231\344\270\200\347\202\271\344\270\212\357\274\214IRQ\346\230\257\345\274\200\347\235\200\347\232\204\357\274\210\357\274\237\357\274\211\357\274\214\346\212\212local_irq_save\346\224\271\344\270\272_disable\343\200\202\n"
  "diff --git a/Makefile b/Makefile\n"
  "index 716a975730a68e3a..ddae1033f4bc64c8 100644\n"
  "--- a/Makefile\n"
@@ -449,11 +456,11 @@
  " # are prefixed with $(CROSS_COMPILE).\n"
  " # CROSS_COMPILE can be set on the command line\n"
  "-# make CROSS_COMPILE=ia64-linux-\n"
- "+# make CROSS_COMPILE\302\252rch64-linux-gnu-\n"
+ "+# make CROSS_COMPILE=aarch64-linux-gnu-\n"
  " # Alternatively CROSS_COMPILE can be set in the environment.\n"
  " # Default value for CROSS_COMPILE is not to prefix executables\n"
  " # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile\n"
  "-- \n"
  2.39.1
 
-27e34aa0e151465ea90e70a4d18c4341952c4f195d5c1333ba8c086c87334104
+39d7cd943fe8a3b44dde38409658287ad8296256cde817320671f4bbe23d40c6

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.