Received: by 10.192.165.148 with SMTP id m20csp1467881imm; Fri, 27 Apr 2018 21:37:15 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoBlk3kI/ScMT42w95tCmi24i1SSm8T/jpLxEjZfeZPz7npYlSki5lPmdckUXi7hRUcqWYz X-Received: by 10.98.137.219 with SMTP id n88mr4505294pfk.11.1524890235290; Fri, 27 Apr 2018 21:37:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524890235; cv=none; d=google.com; s=arc-20160816; b=0kpzwTpkvjIydpG9mji1CgWERUUdjZRhbyKTtE7AKyXijnqSTAqIkqOm2JJ4Lj/ZEG xYtW1gBxRU4fpQdUgE1b1GR4w+iYVS+Cot/5FReJnYXEKe/lIfz4VDlTTjF/nm6fSdGG 3clt1xmLegp1ptqp3i25DEOh+Kiq4t0tFhYP9ZCrzlpvThYO+ufdOg6P5WOuTfFpxJvl 4J9mWNuxpn3MbnEbyqhYTm/amLEfp8QOHGARpRgO3jx9lUfG6iRBTZeoNcIkMAEYQwvD 9T9pbjWpdF48d5+xo5byZSQpNR7gYnmsTCYFYciWL9to60thK0t0MsxGmlPC2aIXxc6R 6wgg== 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:to :from:date:dmarc-filter:arc-authentication-results; bh=b0BAbj20zosjqaU2DVOqpufXE71WhwrnTjPQk51ruW4=; b=K/X3xF61rwVOllBIJp0GGDimovgKPQkeMsS1RSLMAYjEPPICOffTAQDq1IpwD7lF++ JNAL1II04or67m/DHZmQj6u4mhRBz/GRViLbV6fN5EUzb6JrEXd6TRsAEpe6bPNQexIg PXdxFRculdAlrvK1LnZtnoA2crFm5MGCY9hhvH8mThKFcm/BFNvevLrCCLzqQ78/vhvW xQplGFqdPQYZXgpHF+wL6X3ZAv0Xxjq8fbkjxUKfKig4TxZ4gjNEiNtBosACGpY3ch2G eLB7md1olJUUNbEsxz/zCxHDnVmPpsPxvZ2K+8aU1EBIt6CUAThco1Fd6gfxXd2wqbBm 7TgA== 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 t2-v6si2723355plz.27.2018.04.27.21.37.01; Fri, 27 Apr 2018 21:37:15 -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 S1751742AbeD1EgA (ORCPT + 99 others); Sat, 28 Apr 2018 00:36:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:40170 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751663AbeD1Ef6 (ORCPT ); Sat, 28 Apr 2018 00:35:58 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2082B21935; Sat, 28 Apr 2018 04:35:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2082B21935 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=gregkh@linuxfoundation.org Date: Sat, 28 Apr 2018 06:35:47 +0200 From: Greg Kroah-Hartman To: "Theodore Y. Ts'o" , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 3.18 00/24] 3.18.107-stable review Message-ID: <20180428043547.GA27835@kroah.com> References: <20180427135631.584839868@linuxfoundation.org> <20180427194128.GK5965@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180427194128.GK5965@thunk.org> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 27, 2018 at 03:41:28PM -0400, Theodore Y. Ts'o wrote: > On Fri, Apr 27, 2018 at 03:57:35PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.18.107 release. > > The kernel.org page currently lists 3.18 as EOL. I assume we released > an update for Spectre/Meltdown after we declared it end of life, but I > was surprised to see that there was going to be a 3.18.107. There are no patches for Spectre/Meltdown in the 3.18.y kernel tree that I know of. > Should we change how 3.18 is listed on kernel.org? Or should we just > keep peeople wondering whether will be updates after 3.18.107? :-) Keep people wondering. As I have stated before, I'm keeping it alive as there are still a few tens of millions of devices out there using this kernel, including one of my personal phones. I might get tired of keeping it semi-up-to-date and then will stop releasing updates, and reserve the right to do so at any point in time :) thanks, greg k-h