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=-0.5 required=3.0 tests=FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 E981BC433DF for ; Sat, 20 Jun 2020 10:10:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB04F20757 for ; Sat, 20 Jun 2020 10:10:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727955AbgFTKKP (ORCPT ); Sat, 20 Jun 2020 06:10:15 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:13371 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727861AbgFTKKP (ORCPT ); Sat, 20 Jun 2020 06:10:15 -0400 Received: from zimbra35-e6.priv.proxad.net (unknown [172.20.243.185]) by smtp2-g21.free.fr (Postfix) with ESMTP id 712A92003F2 for ; Sat, 20 Jun 2020 12:09:43 +0200 (CEST) Date: Sat, 20 Jun 2020 12:09:43 +0200 (CEST) From: ycollette.nospam@free.fr Cc: linux-rt-users Message-ID: <238119586.495839939.1592647783365.JavaMail.root@zimbra35-e6.priv.proxad.net> In-Reply-To: <1581058605.7924.15.camel@gmx.de> Subject: v5.4.17-rt10 does not boot on intel MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [79.83.134.110] X-Mailer: Zimbra 7.2.0-GA2598 (ZimbraWebClient - FF3.0 (Win)/7.2.0-GA2598) X-Authenticated-User: ycollette.nospam@free.fr To: unlisted-recipients:; (no To-header on input) Sender: linux-rt-users-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Hello, I am trying to build the last RT kernel on Fedora. So, I've downloaded linux-5.6.17 and the last rt patch from kernel.org I apply the RT patch to the linux sources. I clone https://src.fedoraproject.org/rpms/kernel.git and checked out to f32 branch I run $ ./build_configs.sh linux-5.6.17 I copy linux-5.6.17.x86_64-fedora.config as .config in the linux-5.6.17 directory. Then, I do a make xconfig I check "General Setup -> Configure standard kernel features (expert users)" to be able to check "Fully preemptible kernel". I save the conf and copy the .config file to be able to build the kernel via a spec file. I used to build regularly the RT kernel via this procedure (the check "General Setup -> Configure standard kernel features (expert users) is new to 5.6) and it was working fine with 5.4 kernels. Now, the installed kernel doesn't boot. Is there something new I am missing to be able to boot the kernel ? Maybe it's the options selected by the fedora script which have a problem. I doesn't apply any patches to the RT kernel. I just wanted a "vanilla RT kernel" with fedora options but without fedora patches. Best regards, YC