Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4089701ybi; Mon, 3 Jun 2019 05:37:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqx9yrR7VsIJ+qElUHOBw/4Qk0hxOwYovoCRFIBB58bVkx7xY3Xn7hLGWdd71Gv/6fe/Bn57 X-Received: by 2002:a62:7641:: with SMTP id r62mr6379898pfc.35.1559565436730; Mon, 03 Jun 2019 05:37:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559565436; cv=none; d=google.com; s=arc-20160816; b=z1WqPmZkd9aolwN1YOfXWqg/MDY2Xu0JW/gZX/BdB/saBzMJ6EikeIhRw+LZQNhpUu 70l8W2sAvuONw56ODoRmeimZ8n2ln8DOeKNs9Ut0pzUIzND1s4lVzZUvlG+T1U6E0ufb mEEKimk9ZK5yIlhwbz+r6R5EJ/kq0lC6wrIGMZQOm9s1LAkF8P443V03a9XkPFJ7uleH AQlKqGZzNZbydoTSIcuHm+LtGebkZtFSUTeNkDxi4dkR5SQ/ENzw0RgxHx0mFNZH1wyK hJQv3zCEmOGjI+86jAoE/suOowFDHKNdovtrwxiHlyQw8+VQusfnjTpt60pECE6U9uPn NqMQ== 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=hr8QrAW4QsIGfh2FpCaa4Qk6fIY/SYv3DMMJcKxKaLg=; b=RcMlZGIzQz7wCkV6jZoxgUAy87ZrB/Wm/sdR5U2m8BShRu245rdIoaJmPaCcBLxEtq QoA/YgAAQg/hap9jvhQSPHeVNd8xpgln5D8inzOEKPzg0McZMCCCKuEK9aH4vj55RLDH XgSxm4hK1o0fkIem67LmElUNTVyFbPv8PhaVftVeuVQ0k2ek9hQ+18RMQKzaEhZZUuaA ykLPbJWRwNE1ibd+CIOZaSNwbIOTAUejqpBoKgnZuE/uQWEJ7apIcpgDkc49Z/VkaKkX GGQz8t1vv8t0WWhFNNaFeyNwVYuT+1MjuH2vDSp89RP3sJurgKouaaLfpSl9kC198wDi PcZQ== 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 m19si16940046pgj.149.2019.06.03.05.36.58; Mon, 03 Jun 2019 05:37:16 -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 S1727456AbfFCMcx (ORCPT + 99 others); Mon, 3 Jun 2019 08:32:53 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:59073 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726270AbfFCMcw (ORCPT ); Mon, 3 Jun 2019 08:32:52 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 45HZFt61Ynz9sNl; Mon, 3 Jun 2019 22:32:49 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: f8e0d0fddf87f26aed576983f752329de4c0900f X-Patchwork-Hint: ignore Content-Type: text/plain; charset="utf-8"; In-Reply-To: <7496da89e027e563cb8e62dc89548525cf53b57e.1557741292.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 1/2] powerpc/lib: fix redundant inclusion of quad.o Message-Id: <45HZFt61Ynz9sNl@ozlabs.org> Date: Mon, 3 Jun 2019 22:32:49 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2019-05-13 at 10:00:14 UTC, Christophe Leroy wrote: > quad.o is only for PPC64, and already included in obj64-y, > so it doesn't have to be in obj-y > > Fixes: 31bfdb036f12 ("powerpc: Use instruction emulation infrastructure to handle alignment faults") > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f8e0d0fddf87f26aed576983f752329d cheers