Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10945538imu; Thu, 6 Dec 2018 09:07:05 -0800 (PST) X-Google-Smtp-Source: AFSGD/VcU2pXFD+EAzTe0C3EDnpaT/Wcny4KZXl1ogZzWrgOJG31sRw42Hia4GAVEhjZqie/iP0Q X-Received: by 2002:a17:902:968d:: with SMTP id n13mr29558938plp.109.1544116025034; Thu, 06 Dec 2018 09:07:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544116025; cv=none; d=google.com; s=arc-20160816; b=Vj+fVrgGFLHOtbSj849G1sty8NB3Q73g9ZoQnIR2c/Lyo0HmqLFVHUFN2fqW5VBifo BhCwkKgkjb7jInK4nIM3LL4PMKfOI8lj9vvoJTk9VDzY+LoOuaGVOtCOnG8R1D8RctNG s4St/nyOkavaP+NNAsKWqc1uU7p57os/ftv5C4qSnSm9TPo8TEYUHtW7+Vwdpz25RDyA DfcJg+6IBgUXLjJmlXbc3Y6w/wtgsfnLcGsPDAagiiK5lregHiiYBJax51SItZtNGAEj RaVq2VeuyXWkSJH/LSq2bBISFCehb4E6y+qMpG5k7iQLRe4BHhfsD9oJvy8XpgpYNWRi G1Zg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=Av65R8JdWy3zYQAaHRtgB1RQwuhhiSIcuKHhFtRZgss=; b=WXXt58K1+zmpOfgJE3X1oK06I5xJFGjmf1flIMydsNlYL+HuBCS3AQgDhUxvevrsqB MhjtJKal4+yB4qPIWL56iFqSQK1cPagfwc6obLfgoUolxchNsk3sWLTqRAyKXxXPRuLz txTq8bkx2vAbJUWyZXEAdkcMtwKRsSzFyZYdWq4YIKmrPchubrgyzuZW3LizzoHkc7pM uMTsoP8QMO+Em5u4nPiUIyjVdYqv/Izryy9GRz8edzsr+10gwIh11Z3Nt/LdUR6rTGVH vjZxsdmFpG/D7tdkFsdySPCwEM5R5j46JXyrRWR8ei2fyvZMV/TnE3ZiyD6HN3jhfAd9 3jDw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f1si661193pld.92.2018.12.06.09.06.33; Thu, 06 Dec 2018 09:07:04 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725952AbeLFREJ (ORCPT + 99 others); Thu, 6 Dec 2018 12:04:09 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:39946 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725889AbeLFREJ (ORCPT ); Thu, 6 Dec 2018 12:04:09 -0500 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S23990824AbeLFRC2KGuYc (ORCPT + 1 other); Thu, 6 Dec 2018 18:02:28 +0100 Date: Thu, 6 Dec 2018 17:02:28 +0000 (GMT) From: "Maciej W. Rozycki" To: Joseph Myers cc: Paul Burton , Firoz Khan , "open list:RALINK MIPS ARCHITECTURE" , Ralf Baechle , James Hogan , Greg Kroah-Hartman , Philippe Ombredanne , Thomas Gleixner , Kate Stewart , y2038 Mailman List , Arnd Bergmann , Linux Kernel Mailing List , Linux-Arch , Deepa Dinamani , Marcin Juszkiewicz , libc-alpha@sourceware.org Subject: Re: [PATCH v3 0/6] mips: system call table generation support In-Reply-To: Message-ID: References: <1543481016-18500-1-git-send-email-firoz.khan@linaro.org> <20181205063436.kzxgnvgexcgq572k@pburton-laptop> User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 6 Dec 2018, Joseph Myers wrote: > > I believe this file is used by the glibc build process to retrieve > > syscall numbers for glibc's own use as well for . Has the > > change been verified not to break this process? > > > > Cc-ing for information and possible further > > input. > > I'm not sure what "this file" is. The glibc build uses the installed > (the results of #including it, not any other kind of > processing the file). So how are `SYS_' macros generated that land in ? Maciej