From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 06FA71F463 for ; Thu, 2 Jan 2020 09:23:13 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=KrkOt 7iwDPguT2xwZVFchiteB/LsQ5W7Q15wj0kicmAFXjPuhUqKCuJpkS7p02dbbIuo3 F6WlIU1882OghBZnZhb+c3lhT3oQkG3PKMwmsMY8lAlKTH1NXldCpavnF2zR3LEs Y/lBObLvKeaE4lxDFvtNeMIcYjbe09Epsk7TTM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=jQZdiyfnM/G F6QBEkGelxuR0Qq4=; b=De9gHq9MLLiIp1XY3zcRPeWLsaSb5C/QoJZLdS+3EBm R64YSL50InE98XMeAk735zy8rIQK9khjJkzchglI/jt6tiKqqwc64tPSfWb1/Ju1 Lo9ry46nXmodGA/UcBUqjS0TQ1v3/r7pg7XPX7oqRAmDMI82omhjsx9CWhIsRsN8 = Received: (qmail 1146 invoked by alias); 2 Jan 2020 09:23:09 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 1136 invoked by uid 89); 2 Jan 2020 09:23:09 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: albireo.enyo.de From: Florian Weimer To: Siddhesh Poyarekar Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 1/5] Linux: Add tables with system call numbers References: <56247f60-bee7-9624-37bf-1453c06c7088@gotplt.org> <87zhf8n3j4.fsf@mid.deneb.enyo.de> <0b6f5557-e67f-b92f-269d-163c8df2d3c8@gotplt.org> <87woaclbwd.fsf@mid.deneb.enyo.de> <875zhwl7ax.fsf@mid.deneb.enyo.de> <1883b9f8-d818-fae1-f246-18b8bff70dc5@gotplt.org> Date: Thu, 02 Jan 2020 10:22:17 +0100 In-Reply-To: <1883b9f8-d818-fae1-f246-18b8bff70dc5@gotplt.org> (Siddhesh Poyarekar's message of "Thu, 2 Jan 2020 11:25:21 +0530") Message-ID: <87woaafc1i.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain * Siddhesh Poyarekar: > Thank you, this looks good to me. Please commit the patchset before end > of your day on Friday. > > Reviewed-by: Siddhesh Poyarekar Thanks, I've pushed the commits.