Re: [RFC PATCH 1/4] mm: move memtest under /mm

2015-03-03 Thread Randy Dunlap
On 03/03/15 01:22, Vladimir Murzin wrote: > On 03/03/15 01:52, Randy Dunlap wrote: >> On 03/02/15 06:55, Vladimir Murzin wrote: >>> There is nothing platform dependent in the core memtest code, so other >>> platform >>> might benefit of this feature too. >>> >>> Signed-off-by: Vladimir Murzin

Re: [RFC PATCH 1/4] mm: move memtest under /mm

2015-03-03 Thread Vladimir Murzin
On 03/03/15 01:52, Randy Dunlap wrote: > On 03/02/15 06:55, Vladimir Murzin wrote: >> There is nothing platform dependent in the core memtest code, so other >> platform >> might benefit of this feature too. >> >> Signed-off-by: Vladimir Murzin >> --- >> arch/x86/Kconfig| 11

Re: [RFC PATCH 1/4] mm: move memtest under /mm

2015-03-03 Thread Vladimir Murzin
On 03/03/15 01:52, Randy Dunlap wrote: On 03/02/15 06:55, Vladimir Murzin wrote: There is nothing platform dependent in the core memtest code, so other platform might benefit of this feature too. Signed-off-by: Vladimir Murzin vladimir.mur...@arm.com --- arch/x86/Kconfig|

Re: [RFC PATCH 1/4] mm: move memtest under /mm

2015-03-03 Thread Randy Dunlap
On 03/03/15 01:22, Vladimir Murzin wrote: On 03/03/15 01:52, Randy Dunlap wrote: On 03/02/15 06:55, Vladimir Murzin wrote: There is nothing platform dependent in the core memtest code, so other platform might benefit of this feature too. Signed-off-by: Vladimir Murzin

Re: [RFC PATCH 1/4] mm: move memtest under /mm

2015-03-02 Thread Randy Dunlap
On 03/02/15 06:55, Vladimir Murzin wrote: > There is nothing platform dependent in the core memtest code, so other > platform > might benefit of this feature too. > > Signed-off-by: Vladimir Murzin > --- > arch/x86/Kconfig| 11 > arch/x86/include/asm/e820.h |8 --- >

[RFC PATCH 1/4] mm: move memtest under /mm

2015-03-02 Thread Vladimir Murzin
There is nothing platform dependent in the core memtest code, so other platform might benefit of this feature too. Signed-off-by: Vladimir Murzin --- arch/x86/Kconfig| 11 arch/x86/include/asm/e820.h |8 --- arch/x86/mm/Makefile|2 - arch/x86/mm/memtest.c

Re: [RFC PATCH 1/4] mm: move memtest under /mm

2015-03-02 Thread Randy Dunlap
On 03/02/15 06:55, Vladimir Murzin wrote: There is nothing platform dependent in the core memtest code, so other platform might benefit of this feature too. Signed-off-by: Vladimir Murzin vladimir.mur...@arm.com --- arch/x86/Kconfig| 11 arch/x86/include/asm/e820.h |

[RFC PATCH 1/4] mm: move memtest under /mm

2015-03-02 Thread Vladimir Murzin
There is nothing platform dependent in the core memtest code, so other platform might benefit of this feature too. Signed-off-by: Vladimir Murzin vladimir.mur...@arm.com --- arch/x86/Kconfig| 11 arch/x86/include/asm/e820.h |8 --- arch/x86/mm/Makefile|2 -