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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 6BF12C433DB for ; Fri, 15 Jan 2021 09:34:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4000423440 for ; Fri, 15 Jan 2021 09:34:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727845AbhAOJdr (ORCPT ); Fri, 15 Jan 2021 04:33:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:45904 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727099AbhAOJdq (ORCPT ); Fri, 15 Jan 2021 04:33:46 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id B2D3723436; Fri, 15 Jan 2021 09:33:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1610703194; bh=jdDSlQzcN256HkCzv1rUypiOfBQkxV+eM9ugfAGfrHg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a28NGhTAnl0I3wlJFcLbh0+vZsef7MI0hA/vt1UhbiCx9r5TOB5JxVlwinHj8VRyK GLVxLEvujU9XOVK92kgryp1HCcAClK6KIFUz4rGdOucD2vHCYoT4THvDFtOdugiHwv bPqyYFwz7PZ1/ZPWYQf1db0WEpGWeLcjg1Y6cC4g= Date: Fri, 15 Jan 2021 10:33:11 +0100 From: Greg KH To: Sasha Levin Cc: Nick Desaulniers , "# 3.4.x" , Jiri Slaby , clang-built-linux , Borislav Petkov , "Rafael J. Wysocki" , Alistair Delva Subject: Re: 78762b0e79bc for linux-5.4.y Message-ID: References: <20210113175107.GT4035784@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210113175107.GT4035784@sasha-vm> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jan 13, 2021 at 12:51:07PM -0500, Sasha Levin wrote: > On Mon, Jan 11, 2021 at 03:41:37PM -0800, Nick Desaulniers wrote: > > Please consider applying the following patch for LLVM_IAS=1 support > > for Android's i386 cuttlefish virtual device: > > commit 78762b0e79bc ("x86/asm/32: Add ENDs to some functions and > > relabel with SYM_CODE_*") > > which first landed in v5.5-rc1. > > > > There was a small conflict in arch/x86/xen/xen-asm_32.S due to the > > order of backports that was trivial to resolve. You can see the list > > of commits to it in linux-5.7.y: > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/arch/x86/xen/xen-asm_32.S?h=linux-5.7.y > > as arch/x86/xen/xen-asm_32.S was removed in > > commit a13f2ef168cb ("x86/xen: remove 32-bit Xen PV guest support") in v5.9-rc1. > > Queued up, thanks! You stripped out the "commit XXX upstream" line from the patch :( I've fixed that up now. thanks, greg k-h