From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752513AbcDIVGN (ORCPT ); Sat, 9 Apr 2016 17:06:13 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:36310 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750899AbcDIVGL (ORCPT ); Sat, 9 Apr 2016 17:06:11 -0400 From: Rui Salvaterra To: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org, sergey.senozhatsky@gmail.com, sergey.senozhatsky.work@gmail.com, gregkh@linuxfoundation.org, eunb.song@samsung.com, minchan@kernel.org, chanho.min@lge.com, kyungsik.lee@lge.com, Rui Salvaterra Subject: [PATCH v2 0/2] lib: lz4: fix for big endian and cleanup Date: Sat, 9 Apr 2016 22:05:33 +0100 Message-Id: <1460235935-1003-1-git-send-email-rsalvaterra@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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