Message ID | 20221006223151.22159-1-elliott@hpe.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-crypto-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3886FC433FE for <linux-crypto@archiver.kernel.org>; Thu, 6 Oct 2022 22:33:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230489AbiJFWd6 (ORCPT <rfc822;linux-crypto@archiver.kernel.org>); Thu, 6 Oct 2022 18:33:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232208AbiJFWdm (ORCPT <rfc822;linux-crypto@vger.kernel.org>); Thu, 6 Oct 2022 18:33:42 -0400 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D6E9142C81; Thu, 6 Oct 2022 15:33:20 -0700 (PDT) Received: from pps.filterd (m0134420.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 296Lo39p028827; Thu, 6 Oct 2022 22:32:13 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : content-transfer-encoding : mime-version; s=pps0720; bh=ALp7LmIWGW7Bht35fN1OZyKCGIqYAb60omVCfx808sA=; b=S+X3xmLKYTe+bXrn5g7YBbkr8y9RX8Ahjw09NPL0VkELfW7TjYdP4FyN0j1VQ5u6QhL/ F8sxT4slDEV+bu3A9IXgyLT0/CFihNwG+ZgLbwrj/5I7MJidmnGDHmCgbGfINrq7t1qO asemx/oYhIDQKn1AFjzTCUFCD3gBc/O6gmK5fXpPOTzGicX6EwFGzabbPPKNrll/KwRY SWX27W8O1JqmEBeCD6WAcM6TtGZjtIR/a0Bb1sg0uTSIJ5uSxxVjhZyNmQ0a13EZ8/lp 8+t0O2Ar1l8FK8DYuu3zCM+tKXU5omliumnpun9cZ3zgIJaWSrcVxiiC96owfuvahcfZ KA== Received: from p1lg14881.it.hpe.com (p1lg14881.it.hpe.com [16.230.97.202]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3k279509yb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 06 Oct 2022 22:32:13 +0000 Received: from p1lg14885.dc01.its.hpecorp.net (unknown [10.119.18.236]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by p1lg14881.it.hpe.com (Postfix) with ESMTPS id 11B3D8020A3; Thu, 6 Oct 2022 22:32:12 +0000 (UTC) Received: from adevxp033-sys.us.rdlabs.hpecorp.net (unknown [16.231.227.36]) by p1lg14885.dc01.its.hpecorp.net (Postfix) with ESMTP id 65345803AB6; Thu, 6 Oct 2022 22:32:12 +0000 (UTC) From: Robert Elliott <elliott@hpe.com> To: herbert@gondor.apana.org.au, davem@davemloft.net, tim.c.chen@linux.intel.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Robert Elliott <elliott@hpe.com> Subject: [RFC PATCH 0/7] crypto: x86 - fix RCU stalls Date: Thu, 6 Oct 2022 17:31:44 -0500 Message-Id: <20221006223151.22159-1-elliott@hpe.com> X-Mailer: git-send-email 2.37.3 X-Proofpoint-ORIG-GUID: y6-FMbCqX5jRgl5GEcPQKU4VViQzC1kR X-Proofpoint-GUID: y6-FMbCqX5jRgl5GEcPQKU4VViQzC1kR Content-Transfer-Encoding: 8bit X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-10-06_05,2022-10-06_02,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 impostorscore=0 mlxlogscore=999 suspectscore=0 adultscore=0 spamscore=0 bulkscore=0 clxscore=1015 priorityscore=1501 malwarescore=0 lowpriorityscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2209130000 definitions=main-2210060132 Precedence: bulk List-ID: <linux-crypto.vger.kernel.org> X-Mailing-List: linux-crypto@vger.kernel.org |
Series |
crypto: x86 - fix RCU stalls
|
expand
|