Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp2026668pxa; Mon, 3 Aug 2020 05:44:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx/OsJq8vM6xi/G3S1UEEKP4eSHScYWovFfcVmqe/8px0xkfUqVo/zSDMCxrdbukd/Wu7G3 X-Received: by 2002:a17:906:7fc9:: with SMTP id r9mr16072726ejs.407.1596458679969; Mon, 03 Aug 2020 05:44:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596458679; cv=none; d=google.com; s=arc-20160816; b=jlbUe5Scpcacv4DtGOUswm3lBLnBe3dyZPnZfJFLz8mevusNabR74LdkaXCvyU/pe3 4x+KC5pIiRV1e96Dux1waVJodS1xAgQs8zFmfqaDK5Tj9/ioOnPoW29DGW7t/gcNIE1N 9NiX7amkwS4RVXx89wSI97M/jTYx1t1SNlz8WNhdsFTrd6qjusGuoVgsw+erVJOL/5SH +kQD3dc3y8xF0z/qj1/6axD622aLDvQmLydbCchUwyroHZEZ5Qh10zNkqOF63EPgrjtn 077s/j6OI9k5XZEXQVzg/HSHWRJCe9PnBLMXpZe5wRg3DxaYr4jFhD4zBYJl/nBWow68 vGSQ== 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 :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=vQeT9b8i+1pp63otzQPpj6RmsW8oJiBgMLtVVl6mswo=; b=G9VjDwafseAryyWJcmZFitN2+B3hZsjsnUhWm5EwGZBLEgXtlMVthvO52HQbxkl4mu pE6xbGfrpIfNTBDdE9i1K/fm81M8MaT4r6WbJfjKBM+4srRJqTrkAJ8ZokwAgr7DLyCu Duf5VyoXUDn+nO172+YVfk93B5T4PIzoCNoHN9S9opSR9J6L8R+UmrjdJHgLfmc4NZrr NebAMaWmsK2IAhkXpgbsCbqGrAr6xGhgNPUVQ6WHZICloRXHbOY2VCnH7k9DV0ql7g/d qmTeb7V2f6UauPKms3Oq6vaP79CtX3pAs+qIPBo4BDpsSyDlAHW9iAh6Ut2qIFZjH3Bv suUQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=q8UyC26G; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n14si10376225edr.103.2020.08.03.05.44.16; Mon, 03 Aug 2020 05:44:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=q8UyC26G; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727824AbgHCMma (ORCPT + 99 others); Mon, 3 Aug 2020 08:42:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:58718 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729170AbgHCMbT (ORCPT ); Mon, 3 Aug 2020 08:31:19 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D6B592076B; Mon, 3 Aug 2020 12:31:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596457877; bh=O2RC+e43R6W2CMNZ/EhI3/kEAnaUQ/baPfNH/UmDZLw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=q8UyC26GTT13rpjJV4k9dYwB0QkcUYBJeuz+tTD+kjzUM4sJqZ/cenDcc++mp/NMK tENkoQJ6pdWKv7i78KxRvHAphq2fXnnT2ttiFl8msJJFvvRdmJbX2zep7JCCmhpYBx RBX2KL43+foeVQjDkFmsGpozCy7KWA59qxekv1e8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Luis Machado , Will Deacon , Russell King Subject: [PATCH 4.19 15/56] ARM: 8986/1: hw_breakpoint: Dont invoke overflow handler on uaccess watchpoints Date: Mon, 3 Aug 2020 14:19:30 +0200 Message-Id: <20200803121851.076442714@linuxfoundation.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200803121850.306734207@linuxfoundation.org> References: <20200803121850.306734207@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Will Deacon commit eec13b42d41b0f3339dcf0c4da43734427c68620 upstream. Unprivileged memory accesses generated by the so-called "translated" instructions (e.g. LDRT) in kernel mode can cause user watchpoints to fire unexpectedly. In such cases, the hw_breakpoint logic will invoke the user overflow handler which will typically raise a SIGTRAP back to the current task. This is futile when returning back to the kernel because (a) the signal won't have been delivered and (b) userspace can't handle the thing anyway. Avoid invoking the user overflow handler for watchpoints triggered by kernel uaccess routines, and instead single-step over the faulting instruction as we would if no overflow handler had been installed. Cc: Fixes: f81ef4a920c8 ("ARM: 6356/1: hw-breakpoint: add ARM backend for the hw-breakpoint framework") Reported-by: Luis Machado Tested-by: Luis Machado Signed-off-by: Will Deacon Signed-off-by: Russell King Signed-off-by: Greg Kroah-Hartman --- arch/arm/kernel/hw_breakpoint.c | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) --- a/arch/arm/kernel/hw_breakpoint.c +++ b/arch/arm/kernel/hw_breakpoint.c @@ -688,6 +688,12 @@ static void disable_single_step(struct p arch_install_hw_breakpoint(bp); } +static int watchpoint_fault_on_uaccess(struct pt_regs *regs, + struct arch_hw_breakpoint *info) +{ + return !user_mode(regs) && info->ctrl.privilege == ARM_BREAKPOINT_USER; +} + static void watchpoint_handler(unsigned long addr, unsigned int fsr, struct pt_regs *regs) { @@ -747,16 +753,27 @@ static void watchpoint_handler(unsigned } pr_debug("watchpoint fired: address = 0x%x\n", info->trigger); + + /* + * If we triggered a user watchpoint from a uaccess routine, + * then handle the stepping ourselves since userspace really + * can't help us with this. + */ + if (watchpoint_fault_on_uaccess(regs, info)) + goto step; + perf_bp_event(wp, regs); /* - * If no overflow handler is present, insert a temporary - * mismatch breakpoint so we can single-step over the - * watchpoint trigger. + * Defer stepping to the overflow handler if one is installed. + * Otherwise, insert a temporary mismatch breakpoint so that + * we can single-step over the watchpoint trigger. */ - if (is_default_overflow_handler(wp)) - enable_single_step(wp, instruction_pointer(regs)); + if (!is_default_overflow_handler(wp)) + goto unlock; +step: + enable_single_step(wp, instruction_pointer(regs)); unlock: rcu_read_unlock(); }