From patchwork Sun May 31 01:04:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Viro X-Patchwork-Id: 1301307 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=sparclinux-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=zeniv.linux.org.uk Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 49ZKnw0f7zz9sSc for ; Sun, 31 May 2020 11:04:20 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729534AbgEaBET (ORCPT ); Sat, 30 May 2020 21:04:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729356AbgEaBET (ORCPT ); Sat, 30 May 2020 21:04:19 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43FCFC03E969; Sat, 30 May 2020 18:04:19 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.93 #3 (Red Hat Linux)) id 1jfCOc-000ge8-Rx; Sun, 31 May 2020 01:04:14 +0000 Date: Sun, 31 May 2020 02:04:14 +0100 From: Al Viro To: David Miller Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git pull] a couple of sparc ptrace fixes Message-ID: <20200531010414.GW23230@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Disposition: inline Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-davem for you to fetch changes up to cf51e129b96847f969bfb8af1ee1516a01a70b39: sparc32: fix register window handling in genregs32_[gs]et() (2020-05-20 13:29:37 -0400) ---------------------------------------------------------------- Al Viro (2): sparc64: fix misuses of access_process_vm() in genregs32_[sg]et() sparc32: fix register window handling in genregs32_[gs]et() arch/sparc/kernel/ptrace_32.c | 228 ++++++++++++++++++------------------------ arch/sparc/kernel/ptrace_64.c | 17 +--- 2 files changed, 101 insertions(+), 144 deletions(-)