Re: [PATCH v2] alpha: switch to NO_BOOTMEM

2018-07-12 Thread Mike Rapoport
(added Matt Turner, sorry, should have done it from the beginning) Any comments on this? > On Sat, Jun 30, 2018 at 06:13:30PM +0300, Mike Rapoport wrote: > Replace bootmem allocator with memblock and enable use of NO_BOOTMEM like > on most other architectures. > > Alpha gets the description of

Re: [PATCH v3 6/7] timex: use __kernel_timex internally

2018-07-12 Thread Christoph Hellwig
On Fri, Jul 06, 2018 at 10:42:46PM -0700, Deepa Dinamani wrote: > struct timex is not y2038 safe. > Replace all uses of timex with y2038 safe __kernel_timex. > > Note that struct __kernel_timex is an ABI interface definition. If it actually is an ABI interface it should probably have a different