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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 45EEBC55ABD for ; Mon, 9 Nov 2020 17:36:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D799F20639 for ; Mon, 9 Nov 2020 17:36:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="RqL0L1rB" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732006AbgKIRgR (ORCPT ); Mon, 9 Nov 2020 12:36:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:39588 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732084AbgKIRgJ (ORCPT ); Mon, 9 Nov 2020 12:36:09 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C4E1E21D46; Mon, 9 Nov 2020 17:36:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604943369; bh=yh4PScNQuUl7xFxFinV4fz2Gyo7R1SZzA2V6WulMcZ8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RqL0L1rBwlujgxk26Rnrqmyh84uB2TbB/KkW1FIum4+KzSExmO7FMGgSyvoOq+Lkp LlGDh0aDo56XwBkNrr8K1IUn1TxE38lS191Y17POX4cgw1raaqCLTFV9Jv8fi6yNyC R/8obUM15r+BRH6pW/04dBuOYHFyXRqYhIY/zy5E= Date: Mon, 9 Nov 2020 18:37:07 +0100 From: Greg KH To: Christophe Leroy Cc: mpe@ellerman.id.au, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] powerpc/603: Always fault when _PAGE_ACCESSED is not set" failed to apply to 5.9-stable tree Message-ID: <20201109173707.GA2381714@kroah.com> References: <1604916596142143@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Nov 09, 2020 at 06:23:42PM +0100, Christophe Leroy wrote: > Hi, > > It does apply, but you have to increase your merge.renamelimit, that's > because the file name changed recently. I do not use git to apply patches this way, I use quilt, which does not handle renames :) Can you send a backported patch with the correct file rename? thanks, greg k-h