Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1275185
| From | Enric Balletbo i Serra <eballetbo@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy. |
| Date | 2015-11-23 11:00 +0100 |
| Message-ID | <qxW4G-8tT-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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): 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-11-23 11:00 +0100 [PATCH 2/2] fs/pstore: Use memcpy_fromio() to save old ramoops buffer Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-11-23 11:00 +0100 [PATCH 1/2] fs/pstore: Use memcpy_toio instead of memcpy Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-11-23 11:00 +0100
csiph-web