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 654D2EB64DC for ; Fri, 21 Jul 2023 13:28:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229684AbjGUN2Z (ORCPT ); Fri, 21 Jul 2023 09:28:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231548AbjGUN2F (ORCPT ); Fri, 21 Jul 2023 09:28:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B819330D0 for ; Fri, 21 Jul 2023 06:27:52 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 41CEB61A39 for ; Fri, 21 Jul 2023 13:27:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 518D7C433C7; Fri, 21 Jul 2023 13:27:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689946071; bh=bMprkDpE/C1FUUjuXPKgwCGyMikyrKZKvzNAqBwoHP4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XXYrlImQdjSCNLpZlpUWpYGdVKTsGrl/IAICf6nXvP+fmUH9ao9UHFLEQnwdd6kyv u36lO7VT65xl9FAtjJ3/rcN1UulmI0VotBwD48ldewFQQnOwBeKXzz+5EfSdMvxqsF Wn79tDmiyN8kUDjTYLDpDMcskGk/GwljadGnq65Q= Date: Fri, 21 Jul 2023 15:27:48 +0200 From: "gregkh@linuxfoundation.org" To: "Li, Yunxiang (Teddy)" Cc: "stable@vger.kernel.org" , "Koenig, Christian" Subject: Re: FAILED: patch "[PATCH] drm/ttm: fix bulk_move corruption when adding a entry" failed to apply to 6.4-stable tree Message-ID: <2023072136-laurel-tightwad-9492@gregkh> References: <2023072146-sports-deluge-22a1@gregkh> 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 Fri, Jul 21, 2023 at 12:51:26PM +0000, Li, Yunxiang (Teddy) wrote: > [Public] > > Hi Greg, > > I tried this out on my side, and it seems to apply cleanly, the same goes for the 6.1.y branch. > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.4.y git checkout FETCH_HEAD git cherry-pick -x 4481913607e58196c48a4fef5e6f45350684ec3c The build breaks when you attempt to build it with it applied :(