From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Mon, 14 Sep 2009 11:59:42 +0200 (CEST) Message-ID: <4AAE1408.7000705@redhat.com> Date: Mon, 14 Sep 2009 11:59:36 +0200 From: Milan Broz MIME-Version: 1.0 References: <20090914033509.GB22605@tansi.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Data Corruption using cryptsetup luks on ARM arch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Salatiel Filho Cc: dm-crypt@saout.de Salatiel Filho wrote: > I do not think it is a hardware problem since the disk is fine and > it works fine in other architectures with no corruption at all. And > the page allocator failure always happens when using crypted swap but > there is no problem when using uncrypted swap. There was some problems with O_DIRECT on ARM architectures (search archive, I think I posted some links). Anyway, problem is with using already mapped volume (e.g. swap) or with using cryptsetup (LUKS header/keyslot corruption)? I do not thing that it is problem in dm-crypt Do you have some reproducer? kernel version, syslog messages etc? Milan