Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753111AbbK2PDd (ORCPT ); Sun, 29 Nov 2015 10:03:33 -0500 Received: from mga14.intel.com ([192.55.52.115]:45630 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752548AbbK2PDa (ORCPT ); Sun, 29 Nov 2015 10:03:30 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,360,1444719600"; d="scan'208";a="609433503" From: Rui Wang To: herbert@gondor.apana.org.au Cc: ying.huang@intel.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, rui.y.wang@intel.com Subject: [PATCH 0/2] crypto: Fix driver load failure Date: Sun, 29 Nov 2015 22:45:32 +0800 Message-Id: <1448808334-8424-1-git-send-email-rui.y.wang@intel.com> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 751 Lines: 21 ghash_clmulni_intel fails to load on Linux 4.3+ with the following message: "modprobe: ERROR: could not insert 'ghash_clmulni_intel': Invalid argument" These two patches need to go together, for the driver to load correctly. Rui Wang (2): crypto: ghash-clmulni - Fix load failure crypto: cryptd - Assign statesize properly arch/x86/crypto/ghash-clmulni-intel_glue.c | 26 ++++++++++++++++++++++++++ crypto/cryptd.c | 1 + 2 files changed, 27 insertions(+) -- 1.8.5.2 -- 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/