From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8B5D8481A2 for ; Thu, 7 Dec 2023 16:34:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="RuFkf7Uq"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="SpZtmGgu" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1701966883; 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=TZZRTAGsbxpCLCT0Tjc7lz8XNJGX1CN0KzENj38zzU0=; b=RuFkf7Uq2CoPdMPkgz9UYVqlOkarrxqc5XQ6FrSQrqFCtd2Z75hGmhmiqlFKY56nFkV0ll 9iVtT9u5FgESZlcYx1cnMMd9Uy2Wn+rXKR1czS1aNKUnqFl0vy1LcrNc6uBxJBtGZELV2b EfRkVfDws9U7uB+L1lzu6//ZEB97AG/tfRm6SypfCy7ONMnSpxhil0lETLBmj/hrlxJSRy WNEIDfa/HtnJenIwOwDOKJg0Nh/FvqIibkv06qsqaVyEoWqgJbWwg+3IaZd+iYQR5Ct9t4 rPmp7D8z8qXBEGDUXoTu8MNsSY4F/YPEJK5RBW6yNuO2ZPQ1lYASxgg91lnvbw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1701966883; 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=TZZRTAGsbxpCLCT0Tjc7lz8XNJGX1CN0KzENj38zzU0=; b=SpZtmGguv8BGZ/OSAOe1A3xr+G9Vo3utlaBLfM0y06MowtLkvSFYkp9GSxD8NOTMCoWeBK p0mmhNGZIHHtAwBQ== To: Paul Gortmaker Cc: "Linux regression tracking (Thorsten Leemhuis)" , bp@alien8.de, linux-kernel@vger.kernel.org, peterz@infradead.org, richard.purdie@linuxfoundation.org, x86@kernel.org, Linux kernel regressions list Subject: Re: 32 bit qemu regression from v6.5 tip pull [6c480f222128 x86/alternative: Rewrite optimize_nops() some] In-Reply-To: References: <0adb772c-e8d2-4444-92b0-00cbfdaf1fac@leemhuis.info> <87r0k9ym0y.ffs@tglx> Date: Thu, 07 Dec 2023 17:34:42 +0100 Message-ID: <87h6kut1i5.ffs@tglx> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Wed, Dec 06 2023 at 10:46, Paul Gortmaker wrote: > The config file and both "good" and "bad" files are there now: > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=15230 > > There are a lot more debug lines in the good/working output! > > $ grep alternatives: dmesg-debug-alt-good.txt | wc -l > 4868 > $ grep alternatives: dmesg-debug-alt.txt | wc -l > 19 Unsurprisingly so. The failing one dies right at the start of alternative patching....