Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp2486645ybd; Mon, 24 Jun 2019 07:16:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqwxSWBpnXzR3uRpaq0lPDnrIqTcxr0HwnjqsWqzjz8wDfUxNQwiz/18vyJkI8ZHdhx4pDdI X-Received: by 2002:a63:cc41:: with SMTP id q1mr2128749pgi.328.1561385782414; Mon, 24 Jun 2019 07:16:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561385782; cv=none; d=google.com; s=arc-20160816; b=g2esuQ6CgTWBei+KrEpm5iPbI+xiGtmsILRVq79PtJqleED95giiEZOk6LVB1YybcS YeVrd651wgpQ0JmRwGRSzbclLBg9FN0Q4046cUYz7bhFYpUrXCUcbLw78gl/NRnuQ4R3 82K5azbRsDZZAaVoTuOaUOYxcz8MxHv050hiwWWz9YCsqjBVjXzx/u32DNLmCX6EjAZB SBJnW0xaseNf+tPWgOgyJfSK3zFWjT/fXk/KCpKqdLUyVqwLn8EZfbmgApE3IzjTiLWP ohVcF35KP7ADsQcunAONP9e2CZVjPOCZ3SgdTxyOf9hrYlQhoJWHKjHc2GnVKKiVxc6o i0Hg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Y0TYtdl2fOgq3gWJSZrWoDE+yQyNME3AYoRW715lC44=; b=wU8P41NiGwlb3fSXqNbqicXymQ9hIJvi9m1EKwHuCmgxLuBIRXI+AVshkyZ+r7T1TV JXwZ7U2mVaycWD/x27gB2AVzYenVn3f9FV0DtX854Z65rGz/pJnzD9I+PC/g47whaQbM +UbF8vpSsiLjANjYTRLL3RvWg9NOP4hYRRCcNdoILPA2oDn1eBYNECoGoChFZa6EfyIj +wu/Df3qJCy7ZVWQs2RHC/81niv8p4g1g6csBXzzrF/RqdrZSXOZt+SZAOlhV8nfvCGP Bsbn0cNCwZqBtA/MFVE9TMPFiPlPb8XlHqrNhxa/B1pNOTXsF4IIf4Pak0mXjjRyfq52 XRxw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h194si11558249pfe.214.2019.06.24.07.16.06; Mon, 24 Jun 2019 07:16:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731039AbfFXN1y (ORCPT + 99 others); Mon, 24 Jun 2019 09:27:54 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:36861 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729392AbfFXN1x (ORCPT ); Mon, 24 Jun 2019 09:27:53 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1hfP0e-0002mg-W3; Mon, 24 Jun 2019 15:27:49 +0200 Date: Mon, 24 Jun 2019 15:27:48 +0200 From: Sebastian Andrzej Siewior To: Pavel Machek Cc: Jan Kiszka , linux-rt-users@vger.kernel.org, kernel list , mwhitehe@redhat.com Subject: Re: PREEMPT_RT_FULL on x86-32 machine Message-ID: <20190624132748.n4lgg4swj4nzirdb@linutronix.de> References: <20190622081954.GA10751@amd> <2804bc5b-18c1-2793-171c-045c0725a6a7@siemens.com> <20190624105340.GA21414@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190624105340.GA21414@amd> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-06-24 12:53:40 [+0200], Pavel Machek wrote: > Hi! Hi, > > >Is full preemption supposed to work on x86-32 machines? > > > > > >Because it does not work for me. It crashes early in boot, no messages > > >make it to console. Similar configuration for x86-64 boots ok. > > > > > > > Maybe you can also tell which version(s) you tried, and in which > > configuration(s), and how the crash looked like. > > I wanted to know if the configuration is supposed to work at all > before starting heavy debugging. From your reply I assume that it > should work. > > I tried 4.19.13-rt1-cip1 among others. Crash is early in boot, I can > try some early printing... The latest is v4.19.50-rt22 I would suggest that one. There was a bug which was fixed either in 4.19.23-rt14 or in the following version. If the latest one does not work please let me know and I will have a look. > Best regards, > Pavel Sebastian