From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yBG4_Ougt7Dr for ; Mon, 29 Oct 2012 21:48:15 +0100 (CET) Received: from mail-ee0-f50.google.com (mail-ee0-f50.google.com [74.125.83.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Mon, 29 Oct 2012 21:48:15 +0100 (CET) Received: by mail-ee0-f50.google.com with SMTP id c41so2814535eek.37 for ; Mon, 29 Oct 2012 13:48:14 -0700 (PDT) Message-ID: <508EEB8C.8@gmail.com> Date: Mon, 29 Oct 2012 21:48:12 +0100 From: Milan Broz MIME-Version: 1.0 References: <50830D33.5050807@ursulin.net> <5083C61C.5090807@gmail.com> <5083E4A8.3060501@ursulin.net> <5083E87B.2080908@gmail.com> <5083EC61.8070505@ursulin.net> <50844D01.9090805@gmail.com> <5084551E.5040304@ursulin.net> <508ED985.5060301@ursulin.net> <508EDD6E.7030908@gmail.com> <508EE395.9010709@ursulin.net> In-Reply-To: <508EE395.9010709@ursulin.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] cryptsetup not working under 3.6 - regression from 3.4? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tvrtko Ursulin Cc: dm-crypt@saout.de, okozina@redhat.com, linux-kernel@vger.kernel.org On 10/29/2012 09:14 PM, Tvrtko Ursulin wrote: > Unless RT patchset is the culprit. Hm.. that would be unexpected, but I > guess it is worth a shot. I'll let you know what happens without -rt. Yes, try not patched mainline first. Focus on the crypto api - if the crypto modules are not loading automatically, as you said in previous mails, something is misconfigured there - it can be even related to userspace tools (modprobe, udev, ...) check that you have recent versions. It works for me here after "make oldconfig" with the .config you sent... Milan