Message ID | 1532438594-4530-1-git-send-email-rppt@linux.vnet.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | um: switch to NO_BOOTMEM | expand |
Any comments on this? On Tue, Jul 24, 2018 at 04:23:12PM +0300, Mike Rapoport wrote: > Hi, > > These patches convert UML to use NO_BOOTMEM. > Tested on x86-64. > > Mike Rapoport (2): > um: setup_physmem: stop using global variables > um: switch to NO_BOOTMEM > > arch/um/Kconfig.common | 2 ++ > arch/um/kernel/physmem.c | 22 ++++++++++------------ > 2 files changed, 12 insertions(+), 12 deletions(-) > > -- > 2.7.4 >
Am Dienstag, 31. Juli 2018, 15:38:27 CEST schrieb Mike Rapoport: > Any comments on this? > > On Tue, Jul 24, 2018 at 04:23:12PM +0300, Mike Rapoport wrote: > > Hi, > > > > These patches convert UML to use NO_BOOTMEM. > > Tested on x86-64. > > > > Mike Rapoport (2): > > um: setup_physmem: stop using global variables > > um: switch to NO_BOOTMEM > > > > arch/um/Kconfig.common | 2 ++ > > arch/um/kernel/physmem.c | 22 ++++++++++------------ > > 2 files changed, 12 insertions(+), 12 deletions(-) Acked-by: Richard Weinberger <richard@nod.at> Thanks, //richard
Hi Richard, On Tue, Jul 31, 2018 at 09:03:35PM +0200, Richard Weinberger wrote: > Am Dienstag, 31. Juli 2018, 15:38:27 CEST schrieb Mike Rapoport: > > Any comments on this? > > > > On Tue, Jul 24, 2018 at 04:23:12PM +0300, Mike Rapoport wrote: > > > Hi, > > > > > > These patches convert UML to use NO_BOOTMEM. > > > Tested on x86-64. > > > > > > Mike Rapoport (2): > > > um: setup_physmem: stop using global variables > > > um: switch to NO_BOOTMEM > > > > > > arch/um/Kconfig.common | 2 ++ > > > arch/um/kernel/physmem.c | 22 ++++++++++------------ > > > 2 files changed, 12 insertions(+), 12 deletions(-) > > Acked-by: Richard Weinberger <richard@nod.at> Thanks! Can you please merge this through the uml tree? > Thanks, > //richard >