Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp3962175ybg; Sun, 7 Jun 2020 16:42:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwoX/ZVzSAxjsWHp4etvorJb3jZlTof9b2Hav72oz4MSqyLl2pirjeMHoXuXX9tlUnj3JXx X-Received: by 2002:aa7:d5c7:: with SMTP id d7mr19922401eds.11.1591573358198; Sun, 07 Jun 2020 16:42:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591573358; cv=none; d=google.com; s=arc-20160816; b=nYmaTRkPOx0eznj0L8LWQDOA/QhIJShHnsKsLvpbKcu043BHjhDeqCpv9PfXRnVm7p E14rtVA48E3Tsz1nfEOpuB305C8gHIh5eMR71d8OL9cRQ5ig8c5xdlL3bPncTX35WSgy NbEXnMCjUWHO7GAt7iV1h+kXQMIQ5UecHbMa7gGA2xkh31kjwAwVOeoX5aeD7XOpn9E6 jNrT6QGvJjp5NgnS4JUzHAvO1tIsfrbOyN6tYAI//ScjjdVlOLMw9CNZTAR2jYI9hdlj KKyvJSZVrhQrK4jSJca/c66sUnzWya5Tx335KbMRFQYycRpm0Iq6ZsLsEktVBKvGscnk r4sg== 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:from:subject:cc:to:message-id:date; bh=gbSuHR7ZLY9zuqhtvMrZ0N+s6/5eO2az/r9idVyMLBQ=; b=q3vW0+pZlsZM8He9qxWYuKmhcClsX1okVhVdi0lAiwyv5xBg2q3WTy1o1XIfboDx6E a+Ho6tUwibsbVRDOHDIjfXJzIOGycoUu2nAPr7E/ud7L6ssB5boFfudNh1xFBBvkM7kt GpZRSiZlvgsGH0WCNRTbErSDBl1jRlC3HzrL+Ud0TFwpuDDs9XOPVclNMLPX0+qEIfGh zLP/xHj3z5dewcfaKzDaUXO5MCvyH6K62Gr3iGGsKELPB9S1tTViMxs9Ff/xGAw+MGgo U78/5p4LynXh1wTnyFeyWnH4iyHQ/yZF73JqAEGeRlE+W+6qF5pVDwH0DJInHf934Qt3 PqKw== ARC-Authentication-Results: i=1; mx.google.com; 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 ha3si2171800ejb.563.2020.06.07.16.42.15; Sun, 07 Jun 2020 16:42:38 -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; 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 S1727940AbgFGXkb (ORCPT + 99 others); Sun, 7 Jun 2020 19:40:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727794AbgFGXka (ORCPT ); Sun, 7 Jun 2020 19:40:30 -0400 Received: from shards.monkeyblade.net (shards.monkeyblade.net [IPv6:2620:137:e000::1:9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A629C061A0E; Sun, 7 Jun 2020 16:40:30 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:601:9f00:477::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 3BD7E127385FC; Sun, 7 Jun 2020 16:40:30 -0700 (PDT) Date: Sun, 07 Jun 2020 16:40:29 -0700 (PDT) Message-Id: <20200607.164029.2024393765839829686.davem@davemloft.net> To: viro@zeniv.linux.org.uk Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [git pull] a couple of sparc ptrace fixes From: David Miller In-Reply-To: <20200607144152.GM23230@ZenIV.linux.org.uk> References: <20200531010414.GW23230@ZenIV.linux.org.uk> <20200607144152.GM23230@ZenIV.linux.org.uk> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 07 Jun 2020 16:40:30 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Al Viro Date: Sun, 7 Jun 2020 15:41:52 +0100 > On Sun, May 31, 2020 at 02:04:14AM +0100, Al Viro wrote: >> 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(-) > > Grrr... > > sparc32 fix had breakage of its own; I've pushed a fix into #for-davem. Fixup > follows. Could you pull it? Done.