Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2614724imu; Mon, 17 Dec 2018 05:09:02 -0800 (PST) X-Google-Smtp-Source: AFSGD/UBR32xP5xqD9hjX+U6l3YbTjN/dbQ4Y2FzFfkfYnxVe60QULoKzYFYv6LUlyyWHl9zz/ue X-Received: by 2002:a63:e20a:: with SMTP id q10mr11760983pgh.206.1545052142893; Mon, 17 Dec 2018 05:09:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545052142; cv=none; d=google.com; s=arc-20160816; b=Q0gySvQu5mDyoryMQf0NGwd2V6TR/Byph10Im0M6KBpIZKXVix0Ncm4DrvM2ohxbal VPrBsTjyG3TTo363v3VolJiUfqHjYyXXFlw92/+624Fogqa5ltvC++sD3XpVuf1giuvi Zmjb/RQM6qzxp3uTxXjkuKwd1GmDPhehQe57XUqhdg7I2OaZVk++qI85hWnaHooy/Mm2 mERyx8px/43STga13LRj3RkbTMoNFUMD6jogX8S1JknfImTM307WHGB6mff93QhQQ4B8 Khc50WX11OBc9U8SlHKRGXdMSQPOh/F6KcXB8pFxoGmsPgXZ70ISIdJp0qrhuPnOvt8X f1pw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=1QIXasbYFFSUHdafXGGHPWbhBEuI1k3Ma0SafToz8jw=; b=BS5nRBCoS2WEBNqw90TOoZr5x8wZzb/9OWf+IraNG9NXYkQYCYZqkcGl/3GJH+rg1B O28O/X6mCzFSc8ZsVqarMk37ednIrLXCkgGf4cDb4CmT6HioW9mNQTy8MUj25tAV/Vr5 DCt5r8foRRiTOksA0HEHmggZf1etS8BZY80XfNwIP6qcUWrpQztk4jSJ5J+jFPButyos FKlFAK7JOrTefAYxxLtJ1E49/qJnWgs/UPjic6+f/vX+5CUVldSkbeQMp7auvlGXBMdN 5rwzTeLDZrL77BU/mBSGthe+kdmoVTFNrgLyeZtiNdfA98y71jUTU8IT2hPDj2VKygQ2 0i4g== 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 p189si11245758pfb.0.2018.12.17.05.08.46; Mon, 17 Dec 2018 05:09:02 -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 S1732670AbeLQNHC (ORCPT + 99 others); Mon, 17 Dec 2018 08:07:02 -0500 Received: from ozlabs.org ([203.11.71.1]:42267 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732604AbeLQNHC (ORCPT ); Mon, 17 Dec 2018 08:07:02 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 43JLyp4dPQz9sCh; Tue, 18 Dec 2018 00:06:58 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Firoz Khan Cc: Satheesh Rajendran , linuxppc-dev , Benjamin Herrenschmidt , Paul Mackerras , Arnd Bergmann , Geert Uytterhoeven , Ram Pai , Mathieu Desnoyers , Boqun Feng , Breno Leitao , Greg Kroah-Hartman , Philippe Ombredanne , Thomas Gleixner , Kate Stewart , Linux-Arch , y2038 Mailman List , Linux Kernel Mailing List , Marcin Juszkiewicz , Deepa Dinamani Subject: Re: [PATCH v5 0/5] powerpc: system call table generation support In-Reply-To: References: <1544691770-8938-1-git-send-email-firoz.khan@linaro.org> <20181217080846.GA28424@sathnaga86.in.ibm.com> <877eg8v40t.fsf@concordia.ellerman.id.au> Date: Tue, 18 Dec 2018 00:06:53 +1100 Message-ID: <87ftuwti8i.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Firoz Khan writes: > Hi Michael, > > On Mon, 17 Dec 2018 at 16:01, Michael Ellerman wrote: >> No it's fine if it applies on next. >> >> I can also fix up minor merge conflicts if there are any. > > Ohh. I already rebased and sent v6. That's OK. cheers