Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932493AbbLNNdK (ORCPT ); Mon, 14 Dec 2015 08:33:10 -0500 Received: from helcar.hengli.com.au ([209.40.204.226]:45397 "EHLO helcar.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932374AbbLNNdG (ORCPT ); Mon, 14 Dec 2015 08:33:06 -0500 Date: Mon, 14 Dec 2015 21:32:56 +0800 From: Herbert Xu To: Semen Protsenko Cc: "David S . Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, Grygorii Strashko Subject: Re: [PATCH] crypto: omap-des: Fix "schedule while atomic" bug Message-ID: <20151214133256.GB1829@gondor.apana.org.au> References: <1449763619-11883-1-git-send-email-semen.protsenko@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449763619-11883-1-git-send-email-semen.protsenko@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2503 Lines: 48 On Thu, Dec 10, 2015 at 06:06:59PM +0200, Semen Protsenko wrote: > From: Sam Protsenko > > When using DES module the next bug appears: > > BUG: scheduling while atomic: kworker/0:1/63/0x00000102 > > With backtrace as follows: > > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< cut here >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > [] (dump_backtrace) from [] (show_stack+0x18/0x1c) > [] (show_stack) from [] (dump_stack+0x84/0xc4) > [] (dump_stack) from [] (__schedule_bug+0x54/0x64) > [] (__schedule_bug) from [] (__schedule+0x4ac/0x53c) > [] (__schedule) from [] (schedule+0x38/0x88) > [] (schedule) from [] (rpm_resume+0x158/0x59c) > [] (rpm_resume) from [] (__pm_runtime_resume+0x54/0x6c) > [] (__pm_runtime_resume) from [] (omap_des_handle_queue+0x154/0x7bc) > [] (omap_des_handle_queue) from [] (omap_des_crypt+0x58/0xbc) > [] (omap_des_crypt) from [] (omap_des_cbc_decrypt+0x14/0x18) > [] (omap_des_cbc_decrypt) from [] (authenc_verify_ahash_done+0xe0/0xe8) > [] (authenc_verify_ahash_done) from [] (omap_sham_finish_req+0x58/0xa8) > [] (omap_sham_finish_req) from [] (omap_sham_done_task+0x1c0/0x1e0) > [] (omap_sham_done_task) from [] (tasklet_action+0x80/0x118) > [] (tasklet_action) from [] (__do_softirq+0x11c/0x260) > [] (__do_softirq) from [] (irq_exit+0xc0/0xfc) > [] (irq_exit) from [] (handle_IRQ+0x4c/0x98) > [] (handle_IRQ) from [] (gic_handle_irq+0x34/0x64) > [] (gic_handle_irq) from [] (__irq_svc+0x40/0x70) > > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< cut here >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > Insight was seen in drivers/crypto/omap-sham.c driver. > All credits for this patch go to Grygorii Strashko. > > Signed-off-by: Sam Protsenko Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/