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 X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC14FC43387 for ; Mon, 24 Dec 2018 05:20:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 99CBA21773 for ; Mon, 24 Dec 2018 05:20:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linaro.org header.i=@linaro.org header.b="CCp7/0yb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726028AbeLXFUd (ORCPT ); Mon, 24 Dec 2018 00:20:33 -0500 Received: from mail-io1-f68.google.com ([209.85.166.68]:43885 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725879AbeLXFUb (ORCPT ); Mon, 24 Dec 2018 00:20:31 -0500 Received: by mail-io1-f68.google.com with SMTP id a2so103956ios.10 for ; Sun, 23 Dec 2018 21:20:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=72Mh85j+Uc+lE8eNVCxrkHugYlSzFpMqHXcIFddGW9E=; b=CCp7/0ybXcQQQygmL0q5+FdZUx3SuZNZO6dnaM/5apIApp0w5sjk59vLnYBRR8ddAA cDd6zeNkhyBdgmRDzQqcRy9UtMWvt7rRCjErFvwhlQBK5S08HcBWHTmlMp3OpTbGH62J xOTI21CObJ2JJPM2N2wQ9MBeZZ+5/L0PaJp9E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=72Mh85j+Uc+lE8eNVCxrkHugYlSzFpMqHXcIFddGW9E=; b=s7KMJR4pthj8RReuzZwwtTsn0qYrqgix2IyBr9TB+QYELlmjv/M+LHjOtf/aIbTaMH WCmr4SNoj/K3e/wKOEOGIX3gaZVx2NPOh3J04odiWNO4AFSKXaCzfEot3kf1IoSb1nsE MIRAMXU8C2FekGlRgxb5kK+udAMd/IOWmloV4CEbGEGC2LRWqBsviWa/Ke++wTMAMrTO 3gVRSMFhg8Mx/pLuGr/JFA0Nuk8mXwHf8aes/XbvP78/d7N99BmFYb5nqXZzK/oh2Pmn VG53sMpPXpzitNYjCZDBnLAkiLoV1zEsx7Z+kSjcafAxBbmLQinktc0FNzC5KL1eW0ab Vgrw== X-Gm-Message-State: AJcUukfkRwacUOHZhkSRXhlZvmKD+AWGmxp3pKw7V5hyM9WM6hbc6YkH 3mlz/ujdzvuE0YBvmX+8g+ATKganclq/TDfNV56R+Q== X-Google-Smtp-Source: ALg8bN5GTR/L/RwRzG+bDQReDw2EaJIT7Fo5/Yk7ysZwWejQihQXebNSKrSWm466qzT1DBiXjReSpZAsUGjvj0poplg= X-Received: by 2002:a6b:6919:: with SMTP id e25mr7660780ioc.119.1545628829948; Sun, 23 Dec 2018 21:20:29 -0800 (PST) MIME-Version: 1.0 References: <1544692059-9728-1-git-send-email-firoz.khan@linaro.org> <20181223162108.c6tzowjcgii5f3ev@pburton-laptop> In-Reply-To: <20181223162108.c6tzowjcgii5f3ev@pburton-laptop> From: Firoz Khan Date: Mon, 24 Dec 2018 10:50:21 +0530 Message-ID: Subject: Re: [PATCH v5 0/7] mips: system call table generation support To: Paul Burton Cc: "linux-mips@vger.kernel.org" , Ralf Baechle , James Hogan , Greg Kroah-Hartman , Philippe Ombredanne , Thomas Gleixner , Kate Stewart , "y2038@lists.linaro.org" , "linux-kernel@vger.kernel.org" , "linux-arch@vger.kernel.org" , "arnd@arndb.de" , "deepa.kernel@gmail.com" , "marcin.juszkiewicz@linaro.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Sun, 23 Dec 2018 at 21:51, Paul Burton wrote: > > Hi Firoz, > > On Sun, Dec 23, 2018 at 08:15:48AM -0800, Paul Burton wrote: > > Hello, > > > > Firoz Khan wrote: > > > The purpose of this patch series is, we can easily > > > add/modify/delete system call table support by cha- > > > nging entry in syscall.tbl file instead of manually > > > changing many files. The other goal is to unify the > > > system call table generation support implementation > > > across all the architectures. > >% > > Series applied to mips-fixes. > > > > Thanks, > > Paul > > > > [ This message was auto-generated; if you believe anything is incorrect > > then please email paul.burton@mips.com to report it. ] > > FYI this was actually applied to mips-next on the 14th & is part of the > pull request I'm about to send for 4.21, but running my ack-email script > is still a manual step & clearly still could be improved :) Thanks Paul! Firoz