Re: [PATCH 4/5] mm: rename the global section array to mem_sections

2021-05-25 Thread David Hildenbrand
On 17.05.21 13:20, Dong Aisheng wrote: In order to distinguish the struct mem_section for a better code readability and align with kernel doc [1] name below, change the global mem section name to 'mem_sections' from 'mem_section'. [1] Documentation/vm/memory-model.rst "The `mem_section` objects

Re: [PATCH 4/5] mm: rename the global section array to mem_sections

2021-05-25 Thread Dong Aisheng
On Tue, May 25, 2021 at 3:55 PM David Hildenbrand wrote: > > On 17.05.21 13:20, Dong Aisheng wrote: > > In order to distinguish the struct mem_section for a better code > > readability and align with kernel doc [1] name below, change the > > global mem section name to 'mem_sections' from 'mem_sect

Re: [PATCH] Documentation: kdump: update kdump guide

2021-05-25 Thread Dave Young
Hi Baoquan, Thanks for the update! Since we are updating it I added arch maintainers to see if they have any comments about the archtectures part. I added a few comments inline, but still want more inputs from other people :) On 05/20/21 at 06:37pm, Baoquan He wrote: > Some parts of the guide ar

Re: [PATCH 0/2] arm64: kexec_file_load vs memory reservations

2021-05-25 Thread Marc Zyngier
On Wed, 19 May 2021 16:19:44 +0100, Catalin Marinas wrote: > > On Thu, Apr 29, 2021 at 02:35:31PM +0100, Marc Zyngier wrote: > > It recently became apparent that using kexec with kexec_file_load() on > > arm64 is pretty similar to playing Russian roulette. > > > > Depending on the amount of memo

[PATCH 1/1] kernel: fix numerous spelling mistakes

2021-05-25 Thread Zhen Lei
Fix some spelling mistakes in comments: suspeneded ==> suspended occuring ==> occurring wont ==> won't detatch ==> detach represntation ==> representation hexidecimal ==> hexadecimal delimeter ==> delimiter architecure ==> architecture accumalator ==> accumulator evertything ==> everything contingo

[PATCH 0/1] kernel: fix numerous spelling mistakes

2021-05-25 Thread Zhen Lei
These files are not organized by module(subdirectory), or even if they can, the number of spelling mistakes is small and not worth generating a separate patch. This patch is based on the latest linux-next. But except the modification of kernel/delayacct.c, the remaining can also be applied on 5.13