Received: by 2002:ac0:8bc7:0:0:0:0:0 with SMTP id o7csp35059ima; Wed, 6 Feb 2019 20:23:52 -0800 (PST) X-Google-Smtp-Source: AHgI3IamjVBpWyqV47UktLpBYEcx/fYBaaSRFc8/HyT+AqK36vTrLomKQIwj/Wzu0X5B0Ier+bcx X-Received: by 2002:a65:47ca:: with SMTP id f10mr13308918pgs.166.1549513432253; Wed, 06 Feb 2019 20:23:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549513432; cv=none; d=google.com; s=arc-20160816; b=h9E/71gacwtner+YoN0j6y90JWEH1MdOqAKjE47RHKJZUqs+TLoG/kL7FE/3ZzuSPc 6ocKrXoxIWxrEZDZtr1KqPNAUmTQ2AcyljX3oKvdCyZFwi082m8SKT8z8K9ACjHtIExb hykWJyWUnLDUwK0JKC3KMb3ggS2cv6hLUtfVAZNiwq0uzt9hTKjdodLq/gYcMIqw5rmd orGIfDctjUkT0a4os4p7ycePEHdvhkt8SeBzTQ/OQxvKxV8TKhR5prICXol3e2L8JjJ8 59mk3KFkSV745ahKlMGoLYWgfGEy9mw2KZDqornSGfwlmXWh8sqa0zUvgk5Hl4mJsxqY ikbQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=4VJBwg2Fxx6I0xd4xHgwHt9uRGTVYnzL1rsQ3xeADrk=; b=NTlUbjWahinfg88ZV0P8AIsJHrdd2Gx/eaZflFl6PjOtAOeamV2ox/KiDgHH1Owdzq EFi/z+5/CJDgCbMR5IubIOz5xjL9Wx7qIKaUFyHv+pKCMzbZuaDL+zJqFvh0MtmXY+Tz 8PguLrrLXDu4ccnJFpIVT1BdBh0CeMe5JHG1NxaeqzFAKzr6YLUtAKyg8z6WfOrQiN6q JkRZxNbrzoaCECY1OoE7lKnhPJjVdP83qbFpmmdAM8ii5JoPkozUbHHuzuro+gDiRgSg K4I3jTo6I7chxW+UWaAlufferXhxudIFxeENSsjSyrww61AANhfhF2C+U5mOiLWwV7wA eIsg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g123si7558642pgc.248.2019.02.06.20.23.27; Wed, 06 Feb 2019 20:23:52 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726901AbfBGEXW (ORCPT + 99 others); Wed, 6 Feb 2019 23:23:22 -0500 Received: from mx0a-002e3701.pphosted.com ([148.163.147.86]:33962 "EHLO mx0a-002e3701.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726489AbfBGEXU (ORCPT ); Wed, 6 Feb 2019 23:23:20 -0500 Received: from pps.filterd (m0134422.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x174L3Qd009782; Thu, 7 Feb 2019 04:23:09 GMT Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com with ESMTP id 2qg550326v-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 07 Feb 2019 04:23:09 +0000 Received: from sarge.linuxathome.me (unknown [16.99.168.108]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id 54A679D; Thu, 7 Feb 2019 04:23:06 +0000 (UTC) From: Hedi Berriche To: linux-kernel@vger.kernel.org, Ard Biesheuvel , Thomas Gleixner , Bhupesh Sharma Cc: Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , linux-efi@vger.kernel.org, x86@kernel.org, Hedi Berriche , Russ Anderson , Mike Travis , Dimitri Sivanich , Steve Wahl , stable@vger.kernel.org Subject: [Patch v2 4/4] x86/platform/UV: use efi_runtime_sem to serialise BIOS calls Date: Thu, 7 Feb 2019 04:22:34 +0000 Message-Id: <20190207042234.25109-5-hedi.berriche@hpe.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190207042234.25109-1-hedi.berriche@hpe.com> References: <20190207042234.25109-1-hedi.berriche@hpe.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-02-07_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=624 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1902070032 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Calls into UV firmware must be protected against concurrency, use the now visible efi_runtime_sem lock to serialise them. Cc: Russ Anderson Cc: Mike Travis Cc: Dimitri Sivanich Cc: Steve Wahl Cc: stable@vger.kernel.org Signed-off-by: Hedi Berriche --- arch/x86/include/asm/uv/bios.h | 3 ++- arch/x86/platform/uv/bios_uv.c | 23 +++++++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/arch/x86/include/asm/uv/bios.h b/arch/x86/include/asm/uv/bios.h index 4eee646544b2..581e2978a16c 100644 --- a/arch/x86/include/asm/uv/bios.h +++ b/arch/x86/include/asm/uv/bios.h @@ -48,7 +48,8 @@ enum { BIOS_STATUS_SUCCESS = 0, BIOS_STATUS_UNIMPLEMENTED = -ENOSYS, BIOS_STATUS_EINVAL = -EINVAL, - BIOS_STATUS_UNAVAIL = -EBUSY + BIOS_STATUS_UNAVAIL = -EBUSY, + BIOS_STATUS_ABORT = -EINTR, }; /* Address map parameters */ diff --git a/arch/x86/platform/uv/bios_uv.c b/arch/x86/platform/uv/bios_uv.c index 8bace0ca9e57..e779b2a128ea 100644 --- a/arch/x86/platform/uv/bios_uv.c +++ b/arch/x86/platform/uv/bios_uv.c @@ -29,7 +29,8 @@ struct uv_systab *uv_systab; -s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, u64 a5) +static s64 __uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, + u64 a4, u64 a5) { struct uv_systab *tab = uv_systab; s64 ret; @@ -51,6 +52,19 @@ s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, u64 a5) return ret; } + +s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, u64 a5) +{ + s64 ret; + + if (down_interruptible(&efi_runtime_sem)) + return BIOS_STATUS_ABORT; + + ret = __uv_bios_call(which, a1, a2, a3, a4, a5); + up(&efi_runtime_sem); + + return ret; +} EXPORT_SYMBOL_GPL(uv_bios_call); s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, @@ -59,10 +73,15 @@ s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, unsigned long bios_flags; s64 ret; + if (down_interruptible(&efi_runtime_sem)) + return BIOS_STATUS_ABORT; + local_irq_save(bios_flags); - ret = uv_bios_call(which, a1, a2, a3, a4, a5); + ret = __uv_bios_call(which, a1, a2, a3, a4, a5); local_irq_restore(bios_flags); + up(&efi_runtime_sem); + return ret; } -- 2.20.1