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=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 7C35CC433E2 for ; Sun, 21 Mar 2021 12:31:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A86F61944 for ; Sun, 21 Mar 2021 12:31:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229903AbhCUMbB (ORCPT ); Sun, 21 Mar 2021 08:31:01 -0400 Received: from ozlabs.org ([203.11.71.1]:58413 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229840AbhCUMa4 (ORCPT ); Sun, 21 Mar 2021 08:30:56 -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 4F3H6K5QSzz9sSC; Sun, 21 Mar 2021 23:30:49 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1616329854; bh=At0Z8aWmgu7qu0pmLP6lB84s/HhVQBTf0u8fIQCc9C0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=QCylja3G+/AIOHZlJ0VG3XhsXd0Or0z96nmg7md8Aobbqjf6yqN8jdkG8jWO76ghQ Mq1BdgFvd0zWSajzjLyPEu+763wRhFonN4mOnyp14bq/lcnYFfQAK509RtKCBz9XOZ gOaimDWVIjacoeYTFPi4mgotbvbjVJWAbZEv/g5eeroWidSI4q2HCjxNxW22jSc7C1 bqnCIjLECceT/m03/4ny2ewgwNlP5PM+qJ9fSAgGusXScQID0JzTqr8OCa+5Cu9FQi fLKqlcBDaq8XWEnnek4h4CivohSP9nSvjmpxhIWDvaZ4kMLFEm+hFh+Lp1+Jv7olhH JzfW1T0LQ6B3w== From: Michael Ellerman To: Miguel Ojeda , Stephen Rothwell Cc: Heiko Carstens , Stephen Rothwell , Alex Gaynor , Geoffrey Thomas , Finn Behrens , Wedson Almeida Filho , Adam Bratschi-Kaye , Miguel Ojeda , Linux Next Mailing List , Linux Kernel Mailing List , Vasily Gorbik , Christian Borntraeger , Daniel Axtens Subject: Re: linux-next: Tree for Mar 19 In-Reply-To: References: <20210319175950.509fcbd0@canb.auug.org.au> <20210320162734.1630cc55@elm.ozlabs.ibm.com> Date: Sun, 21 Mar 2021 23:30:44 +1100 Message-ID: <8735woit8r.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Miguel Ojeda writes: > On Sat, Mar 20, 2021 at 7:49 AM Miguel Ojeda > wrote: >> >> Reproduced on s390. However, under defconfig, one also needs to revert >> kernel/livepatch/core.c to avoid triggering the assert, i.e.: > > Stephen: I will put this in rust-next so that others don't see > problems on their side and test it with a allmodconfig for powerpc and > s390 -- is it Monday the next round, right? Yes. But Monday in UTC+11 :) cheers