Received: by 10.213.65.68 with SMTP id h4csp464803imn; Fri, 23 Mar 2018 08:21:07 -0700 (PDT) X-Google-Smtp-Source: AG47ELunDuV69nlFeE+4+Gn6c7uI2qfbRoujAYibQs56JPEU3r55qJPFpjxlMkPowBoc1ZIBC0Ur X-Received: by 10.99.122.80 with SMTP id j16mr21436434pgn.5.1521818467547; Fri, 23 Mar 2018 08:21:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521818467; cv=none; d=google.com; s=arc-20160816; b=0ECOPT86R5tAntJCCcbWCUj68uYr/1626Na0lj/oFqhdtMTB+rryQZKdUY7oIhe03Z ru/pojtzmTFj707ciapRnFE6wLwAH8JUI2HFh8rN7h33XWuK8qmxgaoLRhFGeBvEmHJT L26BJ7q8jbRFKh2h3NgY7DtVxhetZ8thf1uTihvXzPAW6oTys9OnabZWh0Q++hzvzAIt hi5wZ7KodoDMPXKpOrfpcb6cTe4Otm00IUr4z507tCfqTbpfWxm0JWKEx+D5v425xMxW Z7Vhiy9/wUO2Wbt85b78O4YMSyUezRfoSzY9gPmTzDX7F9ewBMPBcpnScqF/hz/17kBa 5SRA== 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=9tgoOFogqXOUR3JWhHYAnhPqLfcCxqTBuccbFRATm3M=; b=Wo1Ns89z7J+B5zMMaIpcwR9NOJrL+hLtrDgL8UoYHJ1h77uKkdtA96SlSPFz6ScL5u P+UWJgVp+986bPyOfrBNXnPG7UWWtt4Ju9/ZyFQPpUU1sBfAGR5OenimkEKK1bhJeWQk qk9FD8NNHYn9z6i8VAeW7p/Jx/BnixRCjkk5gIwmAdySDHYP+8ao8x/u9BAI/DdCRrkV x9ZndzZTB7I81NrSHf+pUFje80TLBHx5WbCClFAgxwecpsJnd1PodH43UQ6axZB79NSW t7eENhNBjYz+Ugzk7thuQD+T8s3hCXM6Hgkq9OOUN/2e/OVHdYpVx4qs4mwvqQ4u9sHM 3SEw== 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 f5si1789901pgp.684.2018.03.23.08.20.52; Fri, 23 Mar 2018 08:21:07 -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 S1751921AbeCWPTU (ORCPT + 99 others); Fri, 23 Mar 2018 11:19:20 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:41854 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751717AbeCWPTS (ORCPT ); Fri, 23 Mar 2018 11:19:18 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id w2NFJDKQ015635; Fri, 23 Mar 2018 16:19:13 +0100 Date: Fri, 23 Mar 2018 16:19:13 +0100 From: Willy Tarreau To: Maurice R Volaski Cc: "linux-kernel@vger.kernel.org" Subject: Re: Did kernel 3.11 never work? Message-ID: <20180323151913.GG15012@1wt.eu> References: <20180323145428.GF15012@1wt.eu> <8BF385DA-7EB8-446D-9005-64509D7C7CB8@einstein.yu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8BF385DA-7EB8-446D-9005-64509D7C7CB8@einstein.yu.edu> 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:58:46PM +0000, Maurice R Volaski wrote: > I'm trying to build a computer with network diagnostic tool, > https://software.internet2.edu/ndt/ and it requires patches to the kernel, > https://www.web10g.org/. The latest kernel for which there are patches, 3.17, > doesn't compile with the patches, so I had to progressively retrogress until > I can found one that did. In my opinion you'd waste much less time trying to port these patches to a more recent, still maintained kernel. 3.16 is still maintained by Ben, and not too far from 3.17 (less than 3.11). You may have more luck there and also more luck to get it to boot on a recent machine. Also on web10g I'm seeing patches for kernels 3.2 to 3.4. 3.2 is also still maintained by Ben. You can try this one, maybe it'll work, who knows. Willy