From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A9A9936C0B9 for ; Tue, 17 Mar 2026 16:31:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773765119; cv=none; b=cYpKU+qhmNcg+wOYPuUS7nQHc9mGx9iROwFJo7+n5xPFz3DQF291568lU6T2a1iWwhBCX0t2P2i/XvtyTYvZDRIoVVxApcFJf/u6uWkbwypeniXFtOu7OHWgL5YbZHEGJrxILKx3aK7rm9RNINkpA0jcpv4Evbihnoe72JYWXqw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773765119; c=relaxed/simple; bh=zquTNZu/l1FixYNVvBaedBoUjj3mjfpveT0rzLv4w9c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FUpFNw7PrUs5C+sb/2dfdBEDtrj4cExwfeZyhLO6cT1VvjrLYwvaLcXYdc9H4g53e28BxlBw0Klcc1GZhHiHRVVo4JuAKstVTD+b/S4y7sKmgfxsr3f6Qu1mv2f7MeH3xOUOHWtLucTZtffWEuY4SOOoWdDGyvIcWjq2OrlsNTo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=XdgAG40w; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="XdgAG40w" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF06BC4CEF7; Tue, 17 Mar 2026 16:31:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773765119; bh=zquTNZu/l1FixYNVvBaedBoUjj3mjfpveT0rzLv4w9c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XdgAG40w3NcCKjAzZ5sCT5ZpjTIbu6tZxN+BnJMTQhEHWfGkSe4b764dhyfoMBzFv hp+oKHmOjNifNtbpTlkvF8Ik7jgF1SBI6/IO33yVwQ/W+W4ybLIXmzRVFT8QqOvMsF IhnLH3avS4hPGG7idmMiR8KG5cli2InF0z6jLOBo= Date: Tue, 17 Mar 2026 17:31:54 +0100 From: "gregkh@linuxfoundation.org" To: "Lin, Shuicheng" Cc: "Brost, Matthew" , "Vivi, Rodrigo" , "stable@vger.kernel.org" Subject: Re: FAILED: patch "[PATCH] drm/xe/sync: Cleanup partially initialized sync on parse" failed to apply to 6.12-stable tree Message-ID: <2026031748-huskiness-autistic-5186@gregkh> References: <2026031732-size-unfasten-2bf3@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Mar 17, 2026 at 04:27:46PM +0000, Lin, Shuicheng wrote: > On Tue, Mar 17, 2026 4:48 AM gregkh wrote: > > The patch below does not apply to the 6.12-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-6.12.y git checkout FETCH_HEAD git cherry-pick -x > > 1bfd7575092420ba5a0b944953c95b74a5646ff8 > > # git commit -s git send-email --to > > '' --in-reply-to '2026031732-size-unfasten- > > 2bf3@gregkh' --subject-prefix 'PATCH 6.12.y' HEAD^.. > > I cannot reproduce the failure with upper cmd. > The patch could be applied successfully without conflict. > Anyway, I follow the instructions re-send the patch. > Let me know if it still has issue. Try building it after it is applied and notice how it breaks the build :( thanks, greg k-h