From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751876AbcDJBoP (ORCPT ); Sat, 9 Apr 2016 21:44:15 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:35321 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750822AbcDJBoO (ORCPT ); Sat, 9 Apr 2016 21:44:14 -0400 Date: Sun, 10 Apr 2016 11:41:58 +0900 From: Sergey Senozhatsky To: Rui Salvaterra Cc: linux-kernel@vger.kernel.org, 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, stable@vger.kernel.org Subject: Re: [PATCH v2 1/2] lib: lz4: fixed zram with lz4 on big endian machines Message-ID: <20160410024158.GB695@swordfish> References: <1460235935-1003-1-git-send-email-rsalvaterra@gmail.com> <1460235935-1003-2-git-send-email-rsalvaterra@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460235935-1003-2-git-send-email-rsalvaterra@gmail.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (04/09/16 22:05), Rui Salvaterra wrote: > Note that the 64-bit preprocessor test is not a cleanup, it's part of > the fix, since those identifiers are bogus (for example, __ppc64__ > isn't defined anywhere else in the kernel, which means we'd fall into > the 32-bit definitions on ppc64). good find. > Tested on ppc64 with no regression on x86_64. > > [1] http://marc.info/?l=linux-kernel&m=145994470805853&w=4 > > Cc: stable@vger.kernel.org > Suggested-by: Sergey Senozhatsky > Signed-off-by: Rui Salvaterra Reviewed-by: Sergey Senozhatsky -ss