Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1334241 > unrolled thread

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

Started byEnric Balletbo i Serra <enric.balletbo@collabora.com>
First post2016-02-15 09:30 +0100
Last post2016-02-18 00:00 +0100
Articles 4 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCHv2 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy. Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2016-02-15 09:30 +0100
    RE: [PATCHv2 0/2] fs/pstore: Use memcpy_from/toio() instead of  memcpy. "Luck, Tony" <tony.luck@intel.com> - 2016-02-18 00:00 +0100
      Re: [PATCHv2 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy. Kees Cook <keescook@chromium.org> - 2016-02-18 00:10 +0100
    Re: [PATCHv2 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy. Kees Cook <keescook@chromium.org> - 2016-02-18 00:00 +0100

#1334241 — [PATCHv2 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy.

FromEnric Balletbo i Serra <enric.balletbo@collabora.com>
Date2016-02-15 09:30 +0100
Subject[PATCHv2 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy.
Message-ID<r2mHF-6N6-19@gated-at.bofh.it>
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

Changes since v1:
 - Added Acked-by: Kees Cook <keescook@chromium.org>

Andrew Bresticker (1):
  fs/pstore: Use memcpy_fromio() to save old ramoops buffer

Furquan Shaikh (1):
  fs/pstore: Use memcpy_toio instead of memcpy

 fs/pstore/ram_core.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.1.0

[toc] | [next] | [standalone]


#1336856 — RE: [PATCHv2 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy.

From"Luck, Tony" <tony.luck@intel.com>
Date2016-02-18 00:00 +0100
SubjectRE: [PATCHv2 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy.
Message-ID<r3jeG-4Do-5@gated-at.bofh.it>
In reply to#1334241
> Tony, are you able to pull these?

I've been distracted ... I need to dig into the pile of pending pstore patches.

Was there a consensus on the device tree ones? I saw a "you shouldn't do that",
and a "but it's really convenient and doesn't hurt anyone else" exchange.

-Tony

[toc] | [prev] | [next] | [standalone]


#1336863

FromKees Cook <keescook@chromium.org>
Date2016-02-18 00:10 +0100
Message-ID<r3jol-4YQ-11@gated-at.bofh.it>
In reply to#1336856
On Wed, Feb 17, 2016 at 2:57 PM, Luck, Tony <tony.luck@intel.com> wrote:
>> Tony, are you able to pull these?
>
> I've been distracted ... I need to dig into the pile of pending pstore patches.
>
> Was there a consensus on the device tree ones? I saw a "you shouldn't do that",
> and a "but it's really convenient and doesn't hurt anyone else" exchange.

Honestly, I'm a bit unclear where the DT stuff stands... that thread
got long. :)

-Kees

-- 
Kees Cook
Chrome OS & Brillo Security

[toc] | [prev] | [next] | [standalone]


#1336857

FromKees Cook <keescook@chromium.org>
Date2016-02-18 00:00 +0100
Message-ID<r3jeG-4Do-7@gated-at.bofh.it>
In reply to#1334241
On Mon, Feb 15, 2016 at 12:19 AM, Enric Balletbo i Serra
<enric.balletbo@collabora.com> 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 really interesting send them.
>
> Best regards,
> Enric
>
> Changes since v1:
>  - Added Acked-by: Kees Cook <keescook@chromium.org>

Tony, are you able to pull these?

-Kees

>
> Andrew Bresticker (1):
>   fs/pstore: Use memcpy_fromio() to save old ramoops buffer
>
> Furquan Shaikh (1):
>   fs/pstore: Use memcpy_toio instead of memcpy
>
>  fs/pstore/ram_core.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> --
> 2.1.0
>



-- 
Kees Cook
Chrome OS & Brillo Security

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web