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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 990AFC07E96 for ; Thu, 8 Jul 2021 18:25:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8625B616EB for ; Thu, 8 Jul 2021 18:25:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229566AbhGHS2M (ORCPT ); Thu, 8 Jul 2021 14:28:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:58504 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbhGHS2L (ORCPT ); Thu, 8 Jul 2021 14:28:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3A7C961629; Thu, 8 Jul 2021 18:25:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1625768729; bh=VUhbS0aYRE7upz1xPCGxNxW9HBlQrZArAtQjjBRnc/I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fEdMAJiq9aHgBecPV0p8Gd2VC4qOBebyWxcn53QnlQEn6FbLcmlKEkqpeGNTGNv/z PM45mZ1N+OegOMndyICvp9n6zJIu5wtBlM86V/2VwPVf8U4BohO3PP/0jOW34cu9BQ PBLjSeAvaPh3um9BagllbtY149eeIWZpOgi/bpb0= Date: Thu, 8 Jul 2021 20:25:27 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable , Sasha Levin , Brian Cain Subject: Re: patches for stable releases (hexagon related) Message-ID: References: <7ea73971-13db-cd24-29e0-7910de3c5b49@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7ea73971-13db-cd24-29e0-7910de3c5b49@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jul 05, 2021 at 09:27:34PM -0700, Guenter Roeck wrote: > Hi, > > please consider applying the following patches to v5.10.y and v5.12.y > stable branches. > > 788dcee0306e Hexagon: fix build errors > f1f99adf05f2 Hexagon: add target builtins to kernel > 6fff7410f6be Hexagon: change jumps to must-extend in futex_atomic_* > > The patches are needed to enable hexagon build tests using clang > in v5.10.y and v5.12.y. Now queued up. thanks. greg k-h