Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6116840ybi; Sun, 7 Jul 2019 20:56:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqzN+Ejxn6uq4Lqdfa7QjPT0K3I3M/byrcK1LSfC8sdPhu4kdEGTVUQHx8bXpX3P1O9SRCU4 X-Received: by 2002:a65:4348:: with SMTP id k8mr15687491pgq.219.1562558186746; Sun, 07 Jul 2019 20:56:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562558186; cv=none; d=google.com; s=arc-20160816; b=cPBNSlOp91yZbNGl5aCUDO0ROWsMh/ZN3EjBw53JKrWBZWzq+wvtWXBDVsUTYsItG8 uhfSLt5h7nUR6pKskjuKhmKMENfzA3o88uO1fhO1+LT8b4xTwPGl6JYTL+pNlngGdCvW ZUgD98xHjoyWBeuyGhud1gTqHsz6JfMGoUYLXUvbFzo2x9gbceNYryusyYPFpMj4jUnw UTDJ7NBU58pElmd9zYNv+AbmngpcqFqVjL5pF+nHfpAw+OLBvU044NN8QhHZfOQ5M42y l/o6inaP8WhFXTkK6tAdkio8PKon/of1/VXvLKol/wbBsC8GF023Aug5V/v2hPtbpKJd 9OGQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=WkWAqa2XmoARyMdW/r8H91IErWmlhDtnXmDCFr6C6lA=; b=Nd8ZCNjrLjtaGkus0HbtvezeoG3TYkY8nTfHEYrr6iFNLrTDXzpxjxbNElXsI68ha3 0yfJQrrnImjsHXm9eRNHVrDocQzZn/GE8voeOB+xCmyaORy9t9oGuSbbSmVXJnLGFJtO z65iDRafwU5ud7MT2Jo959S/aifi9L+p1bpN83FaffPLADDdmzpqcnM2Urd821gDybF8 iNVME0OdhE05qAodfFwd18n5CJQ3w4f8thhOtxzHMmVYEmmUm6/3PYtnyLI3mLVQeXDI EXY7RPXdP0qoXUiVBiWOgOTGjVVLRIh6T6LcZC0h91hEflTKsFAN85ACTVapbGbHhoQ7 6D/A== 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 s124si17269477pgs.103.2019.07.07.20.56.12; Sun, 07 Jul 2019 20:56:26 -0700 (PDT) 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 S1728291AbfGHBUG (ORCPT + 99 others); Sun, 7 Jul 2019 21:20:06 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:39111 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728123AbfGHBTm (ORCPT ); Sun, 7 Jul 2019 21:19:42 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 45hng06LbNz9sP0; Mon, 8 Jul 2019 11:19:40 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: fbded57c962e7c42c932e1a46c8d801441726662 In-Reply-To: <1b4946c9e580b51b6ca2ddc5963d66406c013c2d.1560507284.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/3] powerpc/boot: don't force gzipped uImage Message-Id: <45hng06LbNz9sP0@ozlabs.org> Date: Mon, 8 Jul 2019 11:19:40 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2019-06-14 at 10:16:23 UTC, Christophe Leroy wrote: > This patch modifies the generation of uImage by handing over > the selected compression type instead of forcing gzip > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/fbded57c962e7c42c932e1a46c8d801441726662 cheers