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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7874AC433EF for ; Thu, 10 Mar 2022 09:19:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240729AbiCJJUB (ORCPT ); Thu, 10 Mar 2022 04:20:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240703AbiCJJTz (ORCPT ); Thu, 10 Mar 2022 04:19:55 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B52AC11AA26; Thu, 10 Mar 2022 01:18:54 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4E23F61CD7; Thu, 10 Mar 2022 09:18:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4332C340E8; Thu, 10 Mar 2022 09:18:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646903933; bh=1kXsgB9RV7owj+bfYobvcObXKkekftRuOqeuY/yo8YM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NhQUyrve6zFpPyG4bg/VdpU3KoaIm93JG6oJhIPk//76LOrevyQ0Iv1Nw3tuaiLLK y/C61OIIhmyNvMuFbSOYHiy4bDWVEtFUYlc/HUNK4Ib9dlsPQGa+002L4l3carbMCX UiPIgUbhVbgOZN5LAABOArb+URxAQGvKfPDXtj9I= Date: Wed, 9 Mar 2022 19:24:31 +0100 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: linux-kernel , Stable , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jonathan Hunter , Florian Fainelli , slade@sladewatkins.com Subject: Re: [PATCH 4.19 00/18] 4.19.234-rc1 review Message-ID: References: <20220309155856.155540075@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 09, 2022 at 06:08:19PM +0000, Sudip Mukherjee wrote: > Hi Greg, > > On Wed, Mar 9, 2022 at 4:03 PM Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 4.19.234 release. > > There are 18 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Fri, 11 Mar 2022 15:58:48 +0000. > > Anything received after that time might be too late. > > My tests are still running, but just an initial result for you, > > x86_64 defconfig fails with: > arch/x86/kernel/cpu/bugs.c: In function 'spectre_v2_select_mitigation': > arch/x86/kernel/cpu/bugs.c:973:41: error: implicit declaration of > function 'unprivileged_ebpf_enabled' > [-Werror=implicit-function-declaration] > 973 | if (mode == SPECTRE_V2_EIBRS && unprivileged_ebpf_enabled()) It's in a .h file, how can it be undefined? Must be a include path somewhere, let me dig...