Re: [PATCH] pstore: add support for 64 Bit address space

2016-01-27 Thread Kees Cook
On Wed, Jan 27, 2016 at 1:34 AM, Wladislav Wiebe wrote: > > > Am 14.11.2015 um 00:46 schrieb EXT Kees Cook: >> >> On Fri, Nov 13, 2015 at 4:10 AM, Wiebe, Wladislav (Nokia - DE/Ulm) >> wrote: >>> >>> Some architectures has there reserved RAM in 64 Bit address space. >>> Therefore converting mem_ad

Re: [PATCH] pstore: add support for 64 Bit address space

2016-01-27 Thread Wladislav Wiebe
Am 14.11.2015 um 00:46 schrieb EXT Kees Cook: On Fri, Nov 13, 2015 at 4:10 AM, Wiebe, Wladislav (Nokia - DE/Ulm) wrote: Some architectures has there reserved RAM in 64 Bit address space. Therefore converting mem_address module parameter to ullong. Signed-off-by: Wladislav Wiebe If this wo

Re: [PATCH] pstore: add support for 64 Bit address space

2015-11-16 Thread Wladislav Wiebe
Am 14.11.2015 um 00:46 schrieb EXT Kees Cook: On Fri, Nov 13, 2015 at 4:10 AM, Wiebe, Wladislav (Nokia - DE/Ulm) wrote: Some architectures has there reserved RAM in 64 Bit address space. Therefore converting mem_address module parameter to ullong. Signed-off-by: Wladislav Wiebe If this wor

Re: [PATCH] pstore: add support for 64 Bit address space

2015-11-13 Thread Kees Cook
On Fri, Nov 13, 2015 at 4:10 AM, Wiebe, Wladislav (Nokia - DE/Ulm) wrote: > Some architectures has there reserved RAM in 64 Bit address space. > Therefore converting mem_address module parameter to ullong. > > Signed-off-by: Wladislav Wiebe If this works correctly, I have no objection. :) Acked

[PATCH] pstore: add support for 64 Bit address space

2015-11-13 Thread Wiebe, Wladislav (Nokia - DE/Ulm)
Some architectures has there reserved RAM in 64 Bit address space. Therefore converting mem_address module parameter to ullong. Signed-off-by: Wladislav Wiebe --- fs/pstore/ram.c|4 ++-- include/linux/pstore_ram.h |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff