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 AE562EB64DD for ; Tue, 4 Jul 2023 00:26:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229870AbjGDA0E (ORCPT ); Mon, 3 Jul 2023 20:26:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36668 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229534AbjGDA0D (ORCPT ); Mon, 3 Jul 2023 20:26:03 -0400 Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6A9C1E6 for ; Mon, 3 Jul 2023 17:26:02 -0700 (PDT) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 537FC3200A1D; Mon, 3 Jul 2023 20:25:58 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 03 Jul 2023 20:25:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; t=1688430357; x=1688516757; bh=LhbkLrJztIBep p3f1gSekAL/a18YnQCCcSzp8By4dYk=; b=F04FJufsi2ufwTbCWHNbvBpZdLUWw fd9/eXjhiEHU0Yk16gn2BceE7yi1E02XF/joBHDO83sPvQKowfcmILmflZTCbhn0 DZh/0efF6ve8uq/RtJ6g9ji6o9hq3kZ5Aa2dEX6A6JMVUdSaENE3Rim16sAB5rcN tCGcfjvZa5ebM8lFmdwv2yjpAAq5N7SLQ0qA55z2itY+Kt7uUHNbu9SEuUYDDS/a yoMoCWIzNx3mhYWdfeS6ToreDy43z6x5+7F7tF0iZg5P37RiZjO+XCTpDezZRh/v tLLFiNT5VjCHdXsydJdDaiYpjsS43EPpYviYw+ayziY+52S7JhWcACcHA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrudefgdefhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepfffhvfevufgjkfhfgggtsehttdertd dttddvnecuhfhrohhmpefhihhnnhcuvfhhrghinhcuoehfthhhrghinheslhhinhhugidq mheikehkrdhorhhgqeenucggtffrrghtthgvrhhnpeefieehjedvtefgiedtudethfekie elhfevhefgvddtkeekvdekhefftdekvedvueenucffohhmrghinhepkhgvrhhnvghlrdho rhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepfh hthhgrihhnsehlihhnuhigqdhmieekkhdrohhrgh X-ME-Proxy: Feedback-ID: i58a146ae:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 3 Jul 2023 20:25:54 -0400 (EDT) Date: Tue, 4 Jul 2023 10:26:59 +1000 (AEST) From: Finn Thain To: gregkh@linuxfoundation.org cc: geert@linux-m68k.org, hch@lst.de, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] nubus: Partially revert proc_create_single_data() conversion" failed to apply to 5.10-stable tree In-Reply-To: <2023070300-copious-unhidden-592f@gregkh> Message-ID: <28f12be1-7fa1-8de4-b8a9-0dba199ff7d8@linux-m68k.org> References: <2023070300-copious-unhidden-592f@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, 3 Jul 2023, gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 5.10-stable tree. > If someone wants it applied there, or to any other stable or longterm > tree, then please email the backport, including the original git commit > id to . > > To reproduce the conflict and resubmit, you may use the following commands: > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-5.10.y > git checkout FETCH_HEAD > git cherry-pick -x 0e96647cff9224db564a1cee6efccb13dbe11ee2 > # > git commit -s > git send-email --to '' --in-reply-to '2023070300-copious-unhidden-592f@gregkh' --subject-prefix 'PATCH 5.10.y' HEAD^.. > Thanks for the notification, Greg. I will prepare backports and test them.