From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1FE4AC43334 for ; Tue, 14 Jun 2022 17:18:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343765AbiFNRSy (ORCPT ); Tue, 14 Jun 2022 13:18:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237731AbiFNRSw (ORCPT ); Tue, 14 Jun 2022 13:18:52 -0400 Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 647172AC66 for ; Tue, 14 Jun 2022 10:18:51 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 76508400C1F; Tue, 14 Jun 2022 13:18:50 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id AJVlPABmggB2; Tue, 14 Jun 2022 13:18:49 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id BEC7F4005FA; Tue, 14 Jun 2022 13:18:49 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com BEC7F4005FA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=efficios.com; s=default; t=1655227129; bh=TwOb5ojeSJ+VgbFyhjgDgfy81dWqmovTQ/a0GTTMmX8=; h=Date:From:To:Message-ID:MIME-Version; b=SYd0NkktM4WFSD/HKIZFJzuQqPgyp6swn41U8ZmuAdkAi3HkKXZUGFwXzoJlTDIm3 Q3YsYfBfODusX/qdDNYDaojQ0ZcbqX2Iur6r8wS7fqWarbFTnYfeMQv+3Rrzr8rOjW 7e3tIsw68aRkzWemjzO+Fh5v+lx0jg5D2SLWni+TamrtSnjTDPdGt7+YH0THFq80qU 29gyOih1C1ohZk5x0YuYz0++9y4G0kZKlYx79N/6IHWdWTR4BRwfRVpumvy1fS2z3A 7HQrSYAW4rXRhng/dhFR1uUnaKwZ1GjQ7JwbmV+v2uvOzxya6Zxl3FZ/bz9QzZeeWs XDXtSBDZ6ntQQ== X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id k2zvfGIivrK1; Tue, 14 Jun 2022 13:18:49 -0400 (EDT) Received: from mail03.efficios.com (mail03.efficios.com [167.114.26.124]) by mail.efficios.com (Postfix) with ESMTP id B0DAB40077A; Tue, 14 Jun 2022 13:18:49 -0400 (EDT) Date: Tue, 14 Jun 2022 13:18:49 -0400 (EDT) From: Mathieu Desnoyers To: Michael Jeanson , Peter Zijlstra Cc: "Paul E . McKenney" , Boqun Feng , linux-kernel , linux-riscv Message-ID: <581392317.60476.1655227129623.JavaMail.zimbra@efficios.com> In-Reply-To: <20220614154830.1367382-1-mjeanson@efficios.com> References: <20220614154830.1367382-1-mjeanson@efficios.com> Subject: Re: [PATCH 0/3] selftests/rseq: fixes for RISC-V and Glibc 2.35 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [167.114.26.124] X-Mailer: Zimbra 8.8.15_GA_4272 (ZimbraWebClient - FF100 (Linux)/8.8.15_GA_4257) Thread-Topic: selftests/rseq: fixes for RISC-V and Glibc 2.35 Thread-Index: tWfOWsblzTKx9asw8dZkMp8iDEA/BQ== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- On Jun 14, 2022, at 11:48 AM, Michael Jeanson mjeanson@efficios.com wrote: > The patch series allows running the rseq selftests on a Glibc 2.35 > system which has rseq support but no RSEQ_SIG defined for the RISC-V > architecture. > > The patches were tested on both Glibc 2.33 and 2.35. For the whole series: Reviewed-by: Mathieu Desnoyers Peter, can you pick them up through your tree ? Thanks, Mathieu > > Michael Jeanson (3): > selftests/rseq: riscv: use rseq_get_abi() helper > selftests/rseq: riscv: fix 'literal-suffix' warning > selftests/rseq: check if libc rseq support is registered > > tools/testing/selftests/rseq/rseq-riscv.h | 50 +++++++++++------------ > tools/testing/selftests/rseq/rseq.c | 3 +- > 2 files changed, 27 insertions(+), 26 deletions(-) > > -- > 2.34.1 -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com