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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65262C433EF for ; Tue, 16 Nov 2021 00:54:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F7A161AFF for ; Tue, 16 Nov 2021 00:54:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244738AbhKPA4w (ORCPT ); Mon, 15 Nov 2021 19:56:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:44602 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245683AbhKOTVA (ORCPT ); Mon, 15 Nov 2021 14:21:00 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0E9F56358C; Mon, 15 Nov 2021 18:39:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637001563; bh=YzSe0P+m40ENZCo39sw8HHQr+SXp95G+GuFq3/eFA8k=; h=Date:From:To:Cc:Subject:From; b=Ikd3/hhwRUjxc4xM/BsQdL+SUDq3+dUIH4NghxmT11mZp5U5p6tDeUhm4udNlk3x5 bOAoc24xLhfB2McIMUUKt9MAxZnl0jg+QmVFkle22RqW9IdFNWMKyJf3Ng0taXCkQV o2qIkByhc8LfW5MxZbbqmqJ0jI6YIIGo8X9La70PW6y4E5HOfnsibCXKgR9fa/Z6il yZ0l2RHkI4cRznu9ZC5rIxpRg8NwJwMIM02E7IoHLYQmr4FvZBD6dcrIM79nrpVlmM a3Zrf5al1u/ylvvpHy8o7MCjGEp8DI7tqcWUa1Lq4JukQ3BpwtcqlvBn7g8OxcoapE xCaF/x/6JuWjA== Date: Mon, 15 Nov 2021 11:39:18 -0700 From: Nathan Chancellor To: Greg Kroah-Hartman , Sasha Levin , Kees Cook , Nick Desaulniers Cc: stable@vger.kernel.org, llvm@lists.linux.dev Subject: Apply a52f8a59aef46b59753e583bf4b28fccb069ce64 to 5.15 through 4.19 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Greg and Sasha, There is a build error with newer versions of clang due to a broken FORTIFY_SOURCE implementation, which has never worked: https://github.com/ClangBuiltLinux/linux/issues/1496 https://github.com/ClangBuiltLinux/continuous-integration2/actions/runs/1457787760 Please apply upstream commit a52f8a59aef4 ("fortify: Explicitly disable Clang support") to 5.15 through 4.19 to resolve this. It should apply cleanly. Cheers, Nathan