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=-3.9 required=3.0 tests=BAYES_00,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 BB442C4363A for ; Tue, 27 Oct 2020 08:22:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3807B21556 for ; Tue, 27 Oct 2020 08:22:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="dile8uqt"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="zMYphMDQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2894568AbgJ0IWu (ORCPT ); Tue, 27 Oct 2020 04:22:50 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:45590 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389898AbgJ0IWt (ORCPT ); Tue, 27 Oct 2020 04:22:49 -0400 Date: Tue, 27 Oct 2020 09:22:47 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1603786968; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/DnBGT2o3RmzLH6Jk+SiaKYgGhj2tONBcJBQJ4Z5h+M=; b=dile8uqtDV/sHjutdaTGsqHeNASd8kFpfs9SVjvfV/QOQo79JwTr0uWtEenEG48R/w14x+ dSh+XfPi7wd6NhpCa57zvFgIn6h+QruFIO54JHi8Jdoi5xeWzC8Qkt7qBZa48GjAnZ36ds yInDwBB4zIa5ejUYjoB4Adgse7jb6QwfHTOz+Oe8CKPgg8Yn1bwN7xgElKl8tuXhVwOzjo 5ny3eTAReoix0CcLLe+zlYAIgFdIpMSek4qrFJhKhinTiUZKUUoere3VODXoM+TXNdrrBs E/ITmvOWku3rbC+Z0ZE90CPIhFC2/JCdoCiLnnsX5+LcOphMkiAmRitjjaoWaA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1603786968; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/DnBGT2o3RmzLH6Jk+SiaKYgGhj2tONBcJBQJ4Z5h+M=; b=zMYphMDQPkj/3j4yQzIUfAZYfsJVOQ2LovKm+AryXAfyVmJd4JG2Ft6DPieP7hORBFCEl2 AyjDG5B6QfH21WAg== From: Sebastian Andrzej Siewior To: Fernando Lopez-Lezcano Cc: Thomas Gleixner , LKML , linux-rt-users , Steven Rostedt Subject: Re: [ANNOUNCE] v5.9.1-rt18 Message-ID: <20201027082247.rs2h7l3wdzxc5f7i@linutronix.de> References: <20201021125324.ualpvrxvzyie6d7d@linutronix.de> <20201021131449.qlwjiq2l6embaii3@linutronix.de> <54d33ca5-107e-e269-8c47-a1ae0dc60b0e@ccrma.stanford.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <54d33ca5-107e-e269-8c47-a1ae0dc60b0e@ccrma.stanford.edu> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-10-26 23:53:20 [-0700], Fernando Lopez-Lezcano wrote: > Maybe I'm doing something wrong but I get a compilation error (see below) > when trying to do a debug build (building rpm packages for Fedora). 5.9.1 + > rt19... > > Builds fine otherwise... If you could remove CONFIG_TEST_LOCKUP then it should work. I will think of something. > Thanks, > -- Fernando Sebastian