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=-5.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 940B9C433DF for ; Sat, 6 Jun 2020 00:50:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 50907206A2 for ; Sat, 6 Jun 2020 00:50:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="lfkkMYR9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728506AbgFFAuA (ORCPT ); Fri, 5 Jun 2020 20:50:00 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:41287 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728353AbgFFAuA (ORCPT ); Fri, 5 Jun 2020 20:50:00 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 49f1BX1WpMz9sPF; Sat, 6 Jun 2020 10:49:56 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1591404598; bh=bpz89eaW2nodXZsziinGBtDvy2HqL3ahKn1/V/FFoQg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=lfkkMYR9ta/gv5TFJjtrQEC8a8XmvWYaxu1udQreNWFEiovWa5hqfxX1/GkNas9Jb 353UR7g42BQnlkRNxq+dLf+Krax6hZenJ/w8DCede5c5a6ueCGAu+BIeeun3UgCuTh THB64aOM7w/RyfJlxpp5cVVImWQ274o/DDXqPglIJaBOoVMR8AA3eQwpAfjFhtmoCz YPNHWcS0xAySPVmHcT5FgsM+qenQfehzI4Z7VU/aNTMyu9LlFtM5yA/wtM5Ol/irC8 8w51uT9sez3I0LiF+T68/LXhAdE8CZyJsNbEP3FOwTROQVu95OpZK/zz0brfVC98kH rbamWSCf12F+g== From: Michael Ellerman To: Linus Torvalds Cc: Andrew Morton , ajd@linux.ibm.com, alistair@popple.id.au, "Aneesh Kumar K.V" , Arnd Bergmann , Qian Cai , chenzhou10@huawei.com, Christophe JAILLET , Christophe Leroy , christophe.leroy@csgroup.eu, clg@kaod.org, Dmitry Torokhov , ego@linux.vnet.ibm.com, Markus Elfring , emmanuel.nicolet@gmail.com, fbarrat@linux.ibm.com, geoff@infradead.org, "Gustavo A. R. Silva" , haren@linux.ibm.com, hbathini@linux.ibm.com, Herbert Xu , huhai@tj.kylinos.cn, jniethe5@gmail.com, kernelfans@gmail.com, kjain@linux.ibm.com, leobras.c@gmail.com, leonardo@linux.ibm.com, Linux Kernel Mailing List , linuxppc-dev , linuxram@us.ibm.com, mahesh@linux.ibm.com, michal.simek@xilinx.com, mikey@neuling.org, Nathan Chancellor , "Naveen N. Rao" , Nick Piggin , Oliver O'Halloran , Ravi Bangoria , rzinsly@linux.ibm.com, sbobroff@linux.ibm.com, Segher Boessenkool , Stephen Rothwell , st5pub@yandex.ru, Takashi Iwai , wangxiongfeng2@huawei.com, wsa@kernel.org Subject: Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.8-1 tag In-Reply-To: References: <87eeqth3hi.fsf@mpe.ellerman.id.au> Date: Sat, 06 Jun 2020 10:50:22 +1000 Message-ID: <877dwlggq9.fsf@mpe.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 Linus Torvalds writes: > On Fri, Jun 5, 2020 at 12:01 PM Linus Torvalds > wrote: >> >> ..and then when I actually compared whether I otherwise got the same >> result as you, I realized that this all depends on the module tree. >> >> I'll go merge that first, and then re-do this all. Oh well. > > Ok, redone and pushed out. Can you check that the end result makes sense? Yep, looks good to me. Has passed all my basic build & boot tests. cheers