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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 1065BC2D0A3 for ; Thu, 29 Oct 2020 11:07:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A561420738 for ; Thu, 29 Oct 2020 11:07:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603969646; bh=R92KNs8S38MZTxidNQ/KELDDBq80do4lAJlTlaY7shs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=lE9b1j0BGK3ClcqLz5WPDbrov0egRnf6WtvQWqhgisudKMY+AKnvQY3ZykiRNMzVW HgTeyLXPZhgnUKApfG/ZXpUqlMJHaNLdzq5eImxVID/w6bYUVi1P6BPNnMvfJ0R9dS IDjGa78VwOkI+O3yHDarfeXwVOY6mXFnKQmRWKx0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727449AbgJ2LHZ (ORCPT ); Thu, 29 Oct 2020 07:07:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:41680 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727445AbgJ2LHX (ORCPT ); Thu, 29 Oct 2020 07:07:23 -0400 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 204CF20727; Thu, 29 Oct 2020 11:01:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603969263; bh=R92KNs8S38MZTxidNQ/KELDDBq80do4lAJlTlaY7shs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vkGu2R5XbT1ery9DxQP4CncywLf46MpkH8l+MZPgbWeL8TWh1rXnL9Ogv3nZe7cS2 BOr68XfGWSeYQ6TUKApn6Q+xjJyO1R7MFCHBQl4f0XtauJc8ArdXwmgUU0jZ0rzxMH oMxDMzkjJRH8SqDuQLmAfaNJWRMkAlNxDe3NVZOc= Date: Thu, 29 Oct 2020 12:01:53 +0100 From: Greg KH To: Jian Cai Cc: Sasha Levin , "# 3.4.x" , clang-built-linux , Nick Desaulniers , Manoj Gupta , Luis Lozano , arnd@arndb.de Subject: Re: Backport 44623b2818f4a442726639572f44fd9b6d0ef68c to kernel 5.4 Message-ID: <20201029110153.GA3840801@kroah.com> References: 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, Oct 26, 2020 at 06:17:00PM -0700, Jian Cai wrote: > Hello, > > I am working on assembling kernel 5.4 with LLVM's integrated assembler on > ChromeOS, and the following patch is required to make it work. Would you > please consider backporting it to 5.4? > > > commit 44623b2818f4a442726639572f44fd9b6d0ef68c > Author: Arnd Bergmann > Date: Wed May 27 16:17:40 2020 +0200 > > crypto: x86/crc32c - fix building with clang ias > > Link: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=44623b2818f4a442726639572f44fd9b6d0ef68c > It does not apply cleanly, can you please provide a properly backported and tested version? thanks, greg k-h