From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A1B20C04AB1 for ; Sat, 11 May 2019 05:52:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 690712173B for ; Sat, 11 May 2019 05:52:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557553934; bh=h2hwiaTD8KSp2XlyHTp3rmWJSFEDfvytaV4vBlaT30c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NMFufs8YjtT1VC6tkor8mJtn2+G+WZYm7WWQWue8pNfCSzpmMIFteTkmgVJbgo/NB 5L44ZQFQ/0NNnSFFl1SY08tR/JOGnzP1TQvb7DChLPuHF6mlyOaxR0I62gnm2B/H4R zMQGM34SyFmjyLrx6FU/Ttm4+GKsG6uDd6QaAlo0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726339AbfEKFwN (ORCPT ); Sat, 11 May 2019 01:52:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:47364 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726130AbfEKFwN (ORCPT ); Sat, 11 May 2019 01:52:13 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 4AA8B2173B; Sat, 11 May 2019 05:52:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557553932; bh=h2hwiaTD8KSp2XlyHTp3rmWJSFEDfvytaV4vBlaT30c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=msPnFv7yJpO489IwLhFJAlOBF/5aTICXpFa4KBVh/uE8ATK0+eMTpjA9eecoDCsdl dXJf71yinKLBp34gPyLGVQz+QUrnQbY3N5oC1Rm9zrT7vJxeRrhWYWToesWFZuZ3j0 Xrcyk+vW/D4UZH+z5QhRtqquRXuZevKo8JcpD1RA= Date: Sat, 11 May 2019 07:52:10 +0200 From: Greg Kroah-Hartman To: Sedat Dilek Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Sasha Levin Subject: Re: Linux v5.1.1 Message-ID: <20190511055210.GF14153@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, May 10, 2019 at 09:47:14PM +0200, Sedat Dilek wrote: > Hi Greg, > > I have seen that all other Linux-stable Git branches got a new release. > > What happened to Linux-stable-5.1.y and v5.1.1 release? Dinner happened before I could get to them all :) > Is there a show-stopper? Nope, nothing was "supposed" to be released until today, according to the -rc announcement, so there's no real issue. Dealing with 5 stable trees at once is not trivial, please give us a chance... greg k-h