Re: [PATCH] mm/memory_hotplug: Rename all existing 'memhp' into 'mhp'

2021-01-25 Thread David Hildenbrand
On 25.01.21 09:26, Greg Kroah-Hartman wrote: > On Mon, Jan 25, 2021 at 11:24:53AM +0530, Anshuman Khandual wrote: >> This renames all 'memhp' instances to 'mhp' except for memhp_default_state >> for being a kernel command line option. This is just a clean up and should >> not cause a functional cha

Re: [PATCH] mm/memory_hotplug: Rename all existing 'memhp' into 'mhp'

2021-01-25 Thread Greg Kroah-Hartman
On Mon, Jan 25, 2021 at 02:21:02PM +0530, Anshuman Khandual wrote: > > > On 1/25/21 1:56 PM, Greg Kroah-Hartman wrote: > > On Mon, Jan 25, 2021 at 11:24:53AM +0530, Anshuman Khandual wrote: > >> This renames all 'memhp' instances to 'mhp' except for memhp_default_state > >> for being a kernel com

Re: [PATCH] mm/memory_hotplug: Rename all existing 'memhp' into 'mhp'

2021-01-25 Thread Greg Kroah-Hartman
On Mon, Jan 25, 2021 at 11:24:53AM +0530, Anshuman Khandual wrote: > This renames all 'memhp' instances to 'mhp' except for memhp_default_state > for being a kernel command line option. This is just a clean up and should > not cause a functional change. THat says _what_ you are doing, but I have n

Re: [PATCH] mm/memory_hotplug: Rename all existing 'memhp' into 'mhp'

2021-01-25 Thread Anshuman Khandual
On 1/25/21 1:56 PM, Greg Kroah-Hartman wrote: > On Mon, Jan 25, 2021 at 11:24:53AM +0530, Anshuman Khandual wrote: >> This renames all 'memhp' instances to 'mhp' except for memhp_default_state >> for being a kernel command line option. This is just a clean up and should >> not cause a functional

[PATCH] mm/memory_hotplug: Rename all existing 'memhp' into 'mhp'

2021-01-24 Thread Anshuman Khandual
This renames all 'memhp' instances to 'mhp' except for memhp_default_state for being a kernel command line option. This is just a clean up and should not cause a functional change. Cc: Greg Kroah-Hartman Cc: "Rafael J. Wysocki" Cc: Andrew Morton Cc: linux...@kvack.org Cc: linux-kernel@vger.kern