Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp597947imu; Thu, 13 Dec 2018 00:49:39 -0800 (PST) X-Google-Smtp-Source: AFSGD/U7wg60jF5OBDexfxY8gaxZnfcX6NQ43j9nan/GbdEMVWVT0rtYAodGZ9KfJ8XNBmOlVvwK X-Received: by 2002:a63:d604:: with SMTP id q4mr20826913pgg.175.1544690979633; Thu, 13 Dec 2018 00:49:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544690979; cv=none; d=google.com; s=arc-20160816; b=CoyVmqYAQqSD5Dlxq+cIJQixGjID6/FoGtNXcfS9Vq7U624kW3r1ovj1nJMtOBlf52 VeqG+kqv4LbaLdUxdR5S3NBOe5zZo1ZCYKUkAs2j/AW4daaIpK0RSUfJWHZnX5obNKk9 Co1x3ny4JjETHT9USBCysfVFJ3ZHte1NZr09FwVyBx0eNnE6sPC/AtcQ3h4PPMmsT7c8 EtIbQsz21BfZM9ND582mQc19FiUeOyGPMmQjVRPdkL7XNMbnZK1W/7gJdXHntkc2aK8x awla0HhPhDs5cKFPSkJmQz6FJwXomeGOUwY8pA/3DyZFvB0m1780mrNWWnXSq5dKz1z8 rgEA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:mail-followup-to:message-id:subject:cc:to:from:date; bh=VmuIRgmReGySUR6CWRyGdzaiJbsn1N/AOxjrpHfIpZ4=; b=IaYDmEXjiathjYEidtS9EXU2xW31AzfOHpBQu5Gd4FsAf1UXSxHoWTqt690mYL/FgR Z5RF1kyAbA9ogSsMGQ05w5ybV/7vifGczA9D0wc6Fdqya0JulDv/z7iE1uYnwOa6D02b g+WrdpuZ2IU03GeoeSiWY7U+h9pUPhI2eqIWA6sfBRPrcPi/7co6JT1z7pHSPBE2kCzl nK2br50iLzAGoCWDbbYvGLI2DtvHtHmSOvqnLVqIOUqpd3oUOszalsiY0WY1MsG8VT15 43yOpUR8Zmi8f4oNRjrwyyWjG04cI5Y0gziUuv6zHg1I+CUr4GynoodRkr3VIuNJyKPS pDLg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=orcon.net.nz Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z71si1018639pgd.490.2018.12.13.00.49.25; Thu, 13 Dec 2018 00:49:39 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=orcon.net.nz Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727398AbeLMIrH (ORCPT + 99 others); Thu, 13 Dec 2018 03:47:07 -0500 Received: from smtp-2.orcon.net.nz ([60.234.4.43]:56038 "EHLO smtp-2.orcon.net.nz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725949AbeLMIrG (ORCPT ); Thu, 13 Dec 2018 03:47:06 -0500 X-Greylist: delayed 1251 seconds by postgrey-1.27 at vger.kernel.org; Thu, 13 Dec 2018 03:47:06 EST Received: from [121.99.228.40] (port=12898 helo=tower) by smtp-2.orcon.net.nz with esmtpa (Exim 4.86_2) (envelope-from ) id 1gXMJx-0006YS-O0; Thu, 13 Dec 2018 21:26:13 +1300 Date: Thu, 13 Dec 2018 21:26:12 +1300 From: Michael Cree To: linux-alpha@vger.kernel.org, tj@kernel.org Cc: linux-kernel@vger.kernel.org, debian-alpha@lists.debian.org Subject: Generic kernel fails to boot on Alpha bisected to b38d08f3181c Message-ID: <20181213082612.bi2dcd6uhzp3t6iq@tower> Mail-Followup-To: Michael Cree , linux-alpha@vger.kernel.org, tj@kernel.org, linux-kernel@vger.kernel.org, debian-alpha@lists.debian.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) X-GeoIP: NZ X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A kernel built for generic UP Alpha had been noted to fail to boot for quite some time (since the release of 3.18). The kernel either locks up before printing any messages to the console or just falls back into the SRM with a HALT instruction again before any messages are printed to the console. A work around is to either use a kernel built for generic SMP or to build a machine specific kernel as these boot correctly. Because there were other compile errors at the time it proved difficult to bisect, but we are continuing to get complaints about it as it renders the Debian Alpha installer somewhat useless, so I returned to trying to find the problem and managed to bisect it to: commit b38d08f3181c5025a7ce84646494cc4748492a3b Author: Tejun Heo Date: Tue Sep 2 14:46:02 2014 -0400 percpu: restructure locking Any suggestions as to what might be the problem and a fix? Cheers, Michael.