From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:42897 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751494AbdFLNDx (ORCPT ); Mon, 12 Jun 2017 09:03:53 -0400 Date: Mon, 12 Jun 2017 15:03:47 +0200 From: Greg KH To: Kristina Martsenko Cc: stable@vger.kernel.org, Will Deacon , Catalin Marinas Subject: Re: [PATCH v4.4.y 1/2] arm64: hw_breakpoint: fix watchpoint matching for tagged pointers Message-ID: <20170612130347.GC12197@kroah.com> References: <1496776431-8684-1-git-send-email-kristina.martsenko@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1496776431-8684-1-git-send-email-kristina.martsenko@arm.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Jun 06, 2017 at 08:13:50PM +0100, Kristina Martsenko wrote: > commit 7dcd9dd8cebe9fa626af7e2358d03a37041a70fb upstream. > > This backport has a few small differences from the upstream commit: > - The address tag is removed in watchpoint_handler() instead of > get_distance_from_watchpoint(), because 4.4 does not have commit > fdfeff0f9e3d ("arm64: hw_breakpoint: Handle inexact watchpoint > addresses"). > - A macro is backported (untagged_addr), as it is not present in 4.4. Both now applied, thanks. greg k-h