From patchwork Thu Apr 4 16:16:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Schnelle X-Patchwork-Id: 10885895 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0121A17E1 for ; Thu, 4 Apr 2019 16:16:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DF6EC28A97 for ; Thu, 4 Apr 2019 16:16:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D3AD328AB6; Thu, 4 Apr 2019 16:16:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F391428A97 for ; Thu, 4 Apr 2019 16:16:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727310AbfDDQQO (ORCPT ); Thu, 4 Apr 2019 12:16:14 -0400 Received: from smtp.duncanthrax.net ([89.31.1.170]:49152 "EHLO smtp.duncanthrax.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727053AbfDDQQO (ORCPT ); Thu, 4 Apr 2019 12:16:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=duncanthrax.net; s=dkim; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From; bh=JaNoaxbNsQuW5nTwSGjdhltpq7ZGHk+p7xYohCof6So=; b=IuqNErBTNJWmBg7fkoKyVehtiu aXgS+kyQMkkNqjPdivYxF4H4kWr6Wi2WcpXaKBh50EsshltggClGx/cCpoU+QOwZ8eN30plLgEJeg G98SEpTbbNQSPZRIV1yaHALURHGNmY2iQ45c8RUjn9KXKpa2FiWYtFYOVbDQtNHyMUiM=; Received: from [134.3.47.207] (helo=t470p.stackframe.org) by smtp.eurescom.eu with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1hC52D-0006MG-54; Thu, 04 Apr 2019 18:16:13 +0200 From: Sven Schnelle To: linux-parisc@vger.kernel.org Cc: Sven Schnelle Subject: [PATCH 0/2] small ptrace fixes Date: Thu, 4 Apr 2019 18:16:02 +0200 Message-Id: <20190404161604.6165-1-svens@stackframe.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, while working on kprobes i found two small issues in ptrace.h. Sven Schnelle (2): parisc: regs_return_value() should return gpr28 parisc: also set iaoq_b in instruction_pointer_set() arch/parisc/include/asm/ptrace.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)