Re: [PATCH RESEND 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy.

2016-01-21 Thread Kees Cook
On Thu, Jan 21, 2016 at 8:44 AM, Enric Balletbo i Serra wrote: > Dear all, > > These patches were needed in order to make ramoops work in my armv8 board. > They > originally come from chrome os kernel, so I kept the original authors. I found > that weren't in mainline so I thought that will be

[PATCH RESEND 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy.

2016-01-21 Thread Enric Balletbo i Serra
Dear all, These patches were needed in order to make ramoops work in my armv8 board. They originally come from chrome os kernel, so I kept the original authors. I found that weren't in mainline so I thought that will be really interesting send them. Best regards, Enric Andrew Bresticker (1):

[PATCH RESEND 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy.

2016-01-21 Thread Enric Balletbo i Serra
Dear all, These patches were needed in order to make ramoops work in my armv8 board. They originally come from chrome os kernel, so I kept the original authors. I found that weren't in mainline so I thought that will be really interesting send them. Best regards, Enric Andrew Bresticker (1):

Re: [PATCH RESEND 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy.

2016-01-21 Thread Kees Cook
On Thu, Jan 21, 2016 at 8:44 AM, Enric Balletbo i Serra wrote: > Dear all, > > These patches were needed in order to make ramoops work in my armv8 board. > They > originally come from chrome os kernel, so I kept the original authors. I found > that weren't in