Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-26 Thread Thomas Gleixner
On Thu, 26 Apr 2018, Jiri Kosina wrote: > On Mon, 16 Apr 2018, Kirill A. Shutemov wrote: > > > > > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") > > > > > and > > > > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost > > > > > the > > > > > type

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-26 Thread Thomas Gleixner
On Thu, 26 Apr 2018, Jiri Kosina wrote: > On Mon, 16 Apr 2018, Kirill A. Shutemov wrote: > > > > > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") > > > > > and > > > > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost > > > > > the > > > > > type

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-26 Thread Jiri Kosina
On Mon, 16 Apr 2018, Kirill A. Shutemov wrote: > > > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > > > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost > > > > the > > > > type information for __VMALLOC_BASE_L4, __VMALLOC_BASE_L5, > > > >

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-26 Thread Jiri Kosina
On Mon, 16 Apr 2018, Kirill A. Shutemov wrote: > > > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > > > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost > > > > the > > > > type information for __VMALLOC_BASE_L4, __VMALLOC_BASE_L5, > > > >

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-19 Thread Jiri Kosina
On Mon, 16 Apr 2018, Kirill A. Shutemov wrote: > > > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > > > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost > > > > the > > > > type information for __VMALLOC_BASE_L4, __VMALLOC_BASE_L5, > > > >

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-19 Thread Jiri Kosina
On Mon, 16 Apr 2018, Kirill A. Shutemov wrote: > > > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > > > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost > > > > the > > > > type information for __VMALLOC_BASE_L4, __VMALLOC_BASE_L5, > > > >

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-16 Thread Luc Van Oostenryck
On Mon, Apr 16, 2018 at 11:43:02AM +0200, Jiri Kosina wrote: > On Thu, 12 Apr 2018, Kirill A. Shutemov wrote: > > > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost the > > > type information

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-16 Thread Luc Van Oostenryck
On Mon, Apr 16, 2018 at 11:43:02AM +0200, Jiri Kosina wrote: > On Thu, 12 Apr 2018, Kirill A. Shutemov wrote: > > > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost the > > > type information

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-16 Thread Kirill A. Shutemov
On Mon, Apr 16, 2018 at 09:43:02AM +, Jiri Kosina wrote: > On Thu, 12 Apr 2018, Kirill A. Shutemov wrote: > > > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost the > > > type information

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-16 Thread Kirill A. Shutemov
On Mon, Apr 16, 2018 at 09:43:02AM +, Jiri Kosina wrote: > On Thu, 12 Apr 2018, Kirill A. Shutemov wrote: > > > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost the > > > type information

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-16 Thread Jiri Kosina
On Thu, 12 Apr 2018, Kirill A. Shutemov wrote: > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost the > > type information for __VMALLOC_BASE_L4, __VMALLOC_BASE_L5, > > __VMEMMAP_BASE_L4 and

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-16 Thread Jiri Kosina
On Thu, 12 Apr 2018, Kirill A. Shutemov wrote: > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost the > > type information for __VMALLOC_BASE_L4, __VMALLOC_BASE_L5, > > __VMEMMAP_BASE_L4 and

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-13 Thread Kirill A. Shutemov
On Thu, Apr 12, 2018 at 02:39:10PM +0200, Jiri Kosina wrote: > From: Jiri Kosina > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost the > type information for __VMALLOC_BASE_L4,

Re: [PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-13 Thread Kirill A. Shutemov
On Thu, Apr 12, 2018 at 02:39:10PM +0200, Jiri Kosina wrote: > From: Jiri Kosina > > Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and > a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost the > type information for __VMALLOC_BASE_L4, __VMALLOC_BASE_L5,

[PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-12 Thread Jiri Kosina
From: Jiri Kosina Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost the type information for __VMALLOC_BASE_L4, __VMALLOC_BASE_L5, __VMEMMAP_BASE_L4 and __VMEMMAP_BASE_L5 constants.

[PATCH] x86/mm: vmemmap and vmalloc base addressess are usngined longs

2018-04-12 Thread Jiri Kosina
From: Jiri Kosina Commits 9b46a051e4 ("x86/mm: Initialize vmemmap_base at boot-time") and a7412546d8 ("x86/mm: Adjust vmalloc base and size at boot-time") lost the type information for __VMALLOC_BASE_L4, __VMALLOC_BASE_L5, __VMEMMAP_BASE_L4 and __VMEMMAP_BASE_L5 constants. Let's declare them