From patchwork Tue Jun 20 14:44:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 106003 Delivered-To: patches@linaro.org Received: by 10.140.91.2 with SMTP id y2csp1410237qgd; Tue, 20 Jun 2017 07:44:48 -0700 (PDT) X-Received: by 10.223.130.162 with SMTP id 31mr19139705wrc.202.1497969888724; Tue, 20 Jun 2017 07:44:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1497969888; cv=none; d=google.com; s=arc-20160816; b=Lxp0yCCG3Mh8OQwdAjgKQ1Mwy2NRoZWDYig7TvGIf8qJGF7LTw93l9CsZwhnc7rX6y ZzCgnTa+xgd8RgfiCB8GyBCwI3AUKBHsTdwbi6G+hkHza+3EPqjkwWCrtbXMnMAwFX2p oU2pEE+DyRG3wCUQGeZfuDOwnXpXZVWCr7u/BsMblrgX3CRhEQCFE3Ifv3IOIYiN4a+p JKmXFcebch0kmSNf3Fl9bFKUmSqdZni7dXpQ45IYB9phikxM3mvyoSP7xM0z949NvbXZ q6sWJPp8WMbhHdVKDF8ZMbUdpRA69pDVXUph4s5dNiseB+tAJBjAyYbX3tSCaJTvQzV4 iQ7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=EBB20wSBk/cNTCQCbqgyQbsqt5TEsVBVexYE15fAs2M=; b=v3qxdcrgTHrQ9Jz5c0zJQcbm3IJwiJJF2wutGGpx1qa/9keGWMT6RMoTjRB9NxrFBM JH0EIDDTsCUbSTBQj6rXJ/X7x+8ncTn3NsLTWuqjL3VvA9wRYfRK5bniu+zmDQxlo4Kb qUl/EtzoIFqxWBq7rYc8FGzinZrGxjkSmGmrDVabgD3ZH3I2lOvkQcY/PAqLDK5ZiEtp FNJKa2lpsl3qcwcXrjMj95TZFVYS2747epYNom58TUiKeH4SezBpjVrtgVoTZt/isPMD b5fRlPWE7H2ewvstQJLCfSZNzu6UxPvi+EstINUcwqlRDjgDxhmZEEM31gQAGBduk/5R SE9w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from orth.archaic.org.uk (orth.archaic.org.uk. [2001:8b0:1d0::2]) by mx.google.com with ESMTPS id 7si14534270wrc.13.2017.06.20.07.44.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Jun 2017 07:44:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) client-ip=2001:8b0:1d0::2; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from pm215 by orth.archaic.org.uk with local (Exim 4.84_2) (envelope-from ) id 1dNKOd-0006jw-DY; Tue, 20 Jun 2017 15:44:47 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: =?utf-8?q?Alex_Benn=C3=A9e?= , patches@linaro.org Subject: [PATCH risu 0/2] risu: Fix handling of ARM sigframe Date: Tue, 20 Jun 2017 15:44:44 +0100 Message-Id: <1497969886-17773-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 2.7.4 This patchset has two patches: the major one fixes bugs in our code for parsing the VFP parts of the ARM signal frame structures. These weren't causing a practical problem because of the way the kernel happens to lay out the sigframe, but I noticed them while looking at the code for another reason. The second is just moving an orphan comment to somewhere more appropriate. thanks -- PMM Peter Maydell (2): risu_reginfo_arm.c: Fix handling of size values in sigframe risu_reginfo_arm.c: Move orphan comment to risu.h. risu.h | 5 +++++ risu_reginfo_arm.c | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) -- 2.7.4