Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10623250imu; Thu, 6 Dec 2018 04:16:59 -0800 (PST) X-Google-Smtp-Source: AFSGD/Wzo5tim4ZyUD7yI0QLDzGGSRa9zk5Oa4JH3cWxZxmtCo5zg2SNKZyXlX75Urm0ARHK4Lyz X-Received: by 2002:a63:441e:: with SMTP id r30mr22873290pga.128.1544098619268; Thu, 06 Dec 2018 04:16:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544098619; cv=none; d=google.com; s=arc-20160816; b=hX087hD5uX/Q07QwuYwkDvCxonUDVwmjrA2hwjeR6FoEkASigHHgH6nh3sFrgfGAFc ED6biCNJRHP38vjbFt+NggM7KxuFNyOKRJP5sPCikFb04S3B2WgigZdzUjPal25epayo Lu9OBKRfpiRic+3+ko20+WXXpaqgTthT2Pjbeo4V9saUVxhrzz0LMeuwY2SQ+wBfn6a4 849favlGeCxD65oY/rPMk5GAgL5b3z8LNTDT6Rbcu/7ipHe3DoPgoJtDu65DidOAU7fI FeCi2vHJ7dCPIRNs6zte8WjzZ+6owpJgpPBM5+hLi67Ksbha9LLfk8tPIuoeyJxxMcnI LwHQ== 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=tC2PzFX5o6L/abUfuBLWkl/PuA3QL//kB36asuw0fVA=; b=w4L9xDOtdGcuF96oVI5O9tEM5MCd8y63il7t+nYJSD8qNxy3GGbXGowIbSJHw9p9Rd 1nG3yAQv+I186pXQYsgRHwAlQRo5+/ToxMAYL9P9mKlFfHsiZpHLOY2VXzF382xe5Uo5 6hnwzEzY1jU69ESFuHnLEDkngB6OjuylbwXlnubMuZk3S8smiJ2qlzJy35Jt3wN7CnGm 71/bbVMu3zQQ7RmbsRyw9DW+5tSXA1UNK1MecOc74fejDIMwbMVIMCSc+kKUJEKGlTRh y1DYmB3gSpw6wZfgLmWIL2KLN22uBKZwjaECCsjVeWZLKo85Egq3t5aXQQK0LLYTFiSc l6Pw== 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 g8si190030pfa.11.2018.12.06.04.16.36; Thu, 06 Dec 2018 04:16:59 -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 S1729069AbeLFMPo (ORCPT + 99 others); Thu, 6 Dec 2018 07:15:44 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:40850 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727908AbeLFMPo (ORCPT ); Thu, 6 Dec 2018 07:15:44 -0500 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S23990828AbeLFMPludY8u (ORCPT + 1 other); Thu, 6 Dec 2018 13:15:41 +0100 Date: Thu, 6 Dec 2018 12:15:41 +0000 (GMT) From: "Maciej W. Rozycki" To: Paul Burton cc: 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: <20181205063436.kzxgnvgexcgq572k@pburton-laptop> 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 Wed, 5 Dec 2018, Paul Burton wrote: > > Could you review this patch series. I would appreciate if you can > > perform the boot test on the actual platform. > > This is looking pretty good to me, so I look forward to v4 with Arnd's > comments addressed. > > I've verified that the sys call tables are identical for both > 32r2el_defconfig & 64r6el_defconfig before & after this series, and that > both still boot fine. 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. Maciej