Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1374676
| From | Rui Salvaterra <rsalvaterra@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] lib: lz4: fix for big endian and cleanup |
| Date | 2016-04-09 23:10 +0200 |
| Message-ID | <rm8iK-2K1-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
v2: - Addressed GregKH's review and comments. Hi, The first patch fixes zram with lz4 compression on ppc64 (and big endian architectures with efficient unaligned access), the second is just a cleanup. Thanks, Rui Rui Salvaterra (2): lib: lz4: fixed zram with lz4 on big endian machines lib: lz4: cleanup unaligned access efficiency detection lib/lz4/lz4defs.h | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] lib: lz4: fix for big endian and cleanup Rui Salvaterra <rsalvaterra@gmail.com> - 2016-04-09 23:10 +0200
[PATCH v2 2/2] lib: lz4: cleanup unaligned access efficiency detection Rui Salvaterra <rsalvaterra@gmail.com> - 2016-04-09 23:10 +0200
Re: [PATCH v2 2/2] lib: lz4: cleanup unaligned access efficiency detection Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2016-04-10 03:50 +0200
csiph-web