Received: by 10.213.65.68 with SMTP id h4csp442388imn; Fri, 23 Mar 2018 07:56:06 -0700 (PDT) X-Google-Smtp-Source: AG47ELtlKtnXz8VcSeNKYd58GHaX1wpuxfh6R5jb0dFKexSSIysUqhn+yEEiMMGw8a+YJr5SgzuI X-Received: by 2002:a17:902:22a:: with SMTP id 39-v6mr30212278plc.128.1521816966784; Fri, 23 Mar 2018 07:56:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521816966; cv=none; d=google.com; s=arc-20160816; b=KDT3BOtGg6izFLsp0cYgkmRQaYNJc2W/T4VKOvZQ40dC4VuEqXUkKr8gwLhr+oDeTP dNyxrZk1t1EdENynf95PmM44YIbqS7SQv5C8CIvlnfzbHpLEgZJK940HbQEuPpdWRDm/ 6BhgocimfJNmYH53MepZsPlezc3aGI2MWciTRLmc0sbjKAZyo57uuVBVVHaDyP5lCipP BZcIdDvDo6QWR7KFBAQf6VrYX6x9GTWBnGFOBGIdBQdCPkhzmD/LDgRNWxq9L6TMEr+X 2hEqY+zHUtdorUmsNSV+HIleBI3FASIttOzKwa1QCNu6FBcJhPDW5UZNEsh2g7HERk6X AnFg== 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:arc-authentication-results; bh=0n+BrwLUCNDfbJVsAkDwLbXOm+mI1WqOlOI7jRLz4Ns=; b=YzFYBrOA1sPLtNls+Mz5xm+EySDeQgFBB3My61bYfIbxc/MuHpS1pkyhLkOtRxj5E8 xxS1+nDY4VMlPqoZtddS4vQOMSci2POE5Zd9LfgXI/bpt66M40DyqQd2i95GJ4HlVMG/ lw1nDxPcjfb1fRoXzzj5l++slOQK0eFN5RpyGi8Z9EbxJkW5wL8o/8EVYWlaMVQoiZsV 1uOSysKzkpqss4pZriGWG/PwC9jJyiHJOsA+hagKzGYBlFABcY6XHyj1kn2WX0m4W70g meSXLfrjFAc3OLzHhY3BAYpV36nQSqXlYSmIBms+NokWzQk25n0vj5q0wMqFVQBht1x7 yFkg== 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 y12-v6si9024926pln.298.2018.03.23.07.55.52; Fri, 23 Mar 2018 07:56:06 -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 S1751889AbeCWOyf (ORCPT + 99 others); Fri, 23 Mar 2018 10:54:35 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:41851 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751821AbeCWOye (ORCPT ); Fri, 23 Mar 2018 10:54:34 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id w2NEsSC5015591; Fri, 23 Mar 2018 15:54:28 +0100 Date: Fri, 23 Mar 2018 15:54:28 +0100 From: Willy Tarreau To: Maurice R Volaski Cc: "linux-kernel@vger.kernel.org" Subject: Re: Did kernel 3.11 never work? Message-ID: <20180323145428.GF15012@1wt.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 23, 2018 at 02:37:17PM +0000, Maurice R Volaski wrote: > I am trying to use kernel 3.11 on VirtualBox or VMWare, but it hangs at boot > right after the message "Booting the kernel". Under VMWare, VMWare gives a > message that it received an instruction to halt the CPU. > > I have tried different editions of 3.11 and they all are affected the same > way. Does anyone know why this and a way to fix it? Not that many memories about this one, but why would anyone try to figure what was wrong on a kernel that's been dead for 4 years now and after which thousands of bugs have been fixed, possibly the one that affects you ? Willy