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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2654DC433EF for ; Sun, 3 Apr 2022 12:27:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357878AbiDCM3D (ORCPT ); Sun, 3 Apr 2022 08:29:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357503AbiDCM3B (ORCPT ); Sun, 3 Apr 2022 08:29:01 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 973D32F032; Sun, 3 Apr 2022 05:27:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 50675B80D2F; Sun, 3 Apr 2022 12:27:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9F5D3C340ED; Sun, 3 Apr 2022 12:27:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1648988825; bh=zgNS5JeSbvVeyXlQEZUIkye/6ihd4vVdw1KPp14kaTs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n+N8X/elFnsdYCqzpfMNBDMYvA5W1lReaL39kP7Wp5RJXJ3FyskXLre8avFb4JFj/ U6HN5f1ABQTY6yTniQ+8+pdyVjJOWMZK5VBQmmWq88jQVx/4oZIh8dKfCYi5Vo3QIe SupHOqxiqpE3OMChHVS4FlSF4exL826aoe7p13JQ= Date: Sun, 3 Apr 2022 14:26:34 +0200 From: Greg KH To: Christophe Leroy Cc: "stable@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , Chen Jingwen , Michael Ellerman Subject: Re: [PATCH] [Rebased for 5.4] powerpc/kasan: Fix early region not updated correctly Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 03, 2022 at 11:54:55AM +0000, Christophe Leroy wrote: > > > Le 03/04/2022 à 12:25, Greg KH a écrit : > > On Sat, Apr 02, 2022 at 06:13:31PM +0200, Christophe Leroy wrote: > >> From: Chen Jingwen > >> > >> This is backport for 5.4 > >> > >> Upstream commit 5647a94a26e352beed61788b46e035d9d12664cd > > > > This is not a commit in Linus's tree :( > > > > Oops. Don't know what I did, that's indeed the commit after I > cherry-picked it on top of 5.4.188 and before I modified it. > > According to the mail you sent me yesterday to tell it FAILED to apply > on 5.4, the upstream commit is dd75080aa8409ce10d50fb58981c6b59bf8707d3 Can you resend with this fixed up please? thanks, greg k-h