From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vmicros1.altlinux.org (vmicros1.altlinux.org [194.107.17.57]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9B8FD277C88 for ; Tue, 10 Feb 2026 21:41:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.107.17.57 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770759707; cv=none; b=YFwaqk2J4WbcYMaDq/Xa8BWLy9LlwoEYvWHGjMvnPxs4AZFPQ6UHAcp172p/5+1VBcD+mqvl/+rhS1V624uP0rnq4QfBdO+NNkzxr9AX9sg0Yx4Q7qdj/jZjKWk7iF3ZjRa9uTtI6CtkkYzZEjZmPZV1a0zLeWDGnxs6lbDp8Hw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770759707; c=relaxed/simple; bh=D6PxlS2prVtTBoZrquA2rTnLUV0qbPQXcNbZRcvaPz4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iqLpt/6KWBifdmQqpI7z6vPnDfZ1w+YP1LM8+/cjYl0OXBq5DkBKqT8e3E1L6JQOAhLk3+TyZacjunhJtMB43Y228K4HZUs+5VU39UXK0CRU3/P/Ych5L4Zk+vGWHGp13pLrnNW1zb3xI5++IgUd2Rr4Ord0oxCgxoQHmDnB2RU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strace.io; spf=pass smtp.mailfrom=altlinux.org; arc=none smtp.client-ip=194.107.17.57 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strace.io Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=altlinux.org Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id B32F872C8CC; Wed, 11 Feb 2026 00:41:45 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id A79B57CCB3A; Tue, 10 Feb 2026 23:41:45 +0200 (IST) Date: Tue, 10 Feb 2026 23:41:45 +0200 From: "Dmitry V. Levin" To: Alejandro Colomar Cc: Marco Cavenati , linux-man@vger.kernel.org Subject: Re: [PATCH] man/man2/ptrace.2: Add PTRACE_SET_SYSCALL_INFO, update struct ptrace_syscall_info Message-ID: <20260210214145.GA1335@strace.io> References: <20260121155550.281916-1-Marco.Cavenati@eurecom.fr> <20260121165639.GB6261@strace.io> <20260210205347.GA31604@strace.io> Precedence: bulk X-Mailing-List: linux-man@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Feb 10, 2026 at 10:20:02PM +0100, Alejandro Colomar wrote: > Hi Dmitry, > > On 2026-02-10T22:53:47+0200, Dmitry V. Levin wrote: > > > > Looks good, thanks! > > > > > > Should I take that as a Reviewed-by? > > > > Feel free to add: > > > > Reviewed-by: Dmitry V. Levin > > Thanks! I'll quote it, if you don't mind, as name-addreess pairs can't > contain an unquoted '.' --git(1) misbehaves on the '.', unless they > fixed it recently--. > > Reviewed-by: "Dmitry V. Levin" > > Is that okay? I've been using the unquoted format for a while, but the quoted one is fine as well. Thanks, -- ldv