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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 E159FC00A89 for ; Fri, 30 Oct 2020 08:48:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B9C22151B for ; Fri, 30 Oct 2020 08:48:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604047709; bh=EoamfXZEZdx3YAhsBX1sTng3tOL0F7DLpmSrdtkTeP4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Wm2zF860gCgTL/VW6xXhNLB7NrKrcS3V42G7MQagM/rlLJ+Plh53PSgQrF0uhppE7 /E09nZiPtQr+t9XGCJmZbrxTJNv0mZnVvYj/BIjoCHw/xJCI2tyR1nMn9gyjPz8G5c FhkBfWzoJWwOlX40vrsXwGmyrbC9YcyUuW4A+Fm4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726014AbgJ3Is2 (ORCPT ); Fri, 30 Oct 2020 04:48:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:53866 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725355AbgJ3Is2 (ORCPT ); Fri, 30 Oct 2020 04:48:28 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 C680A20704; Fri, 30 Oct 2020 08:48:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604047707; bh=EoamfXZEZdx3YAhsBX1sTng3tOL0F7DLpmSrdtkTeP4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OfMxO/rhyMJ79ZUGEYLTOIagmd8co1r2I3yZbdaBpsQmFpJE/F+RP+bhPV95J7nnt w4xdWSmju3P+GN11oGQD35d7/SAyXm+DrQOJUQh4PTeywSoyS582fQXF646YMIF+lt JTcDHXBDmdlT4vODjMhLLanaDXtxq7qwEz4nG1PY= Date: Fri, 30 Oct 2020 09:49:15 +0100 From: Greg Kroah-Hartman To: Pavel Machek Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net, jslaby@suse.cz Subject: Re: Linux 4.19.153 Message-ID: <20201030084915.GB1625087@kroah.com> References: <160396822019115@kroah.com> <20201030082653.GA29475@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201030082653.GA29475@amd> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 30, 2020 at 09:26:54AM +0100, Pavel Machek wrote: > Hi! > > > I'm announcing the release of the 4.19.153 kernel. > > > > All users of the 4.19 kernel series must upgrade. > > > > The updated 4.19.y git tree can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.y > > and can be browsed at the normal kernel.org git web browser: > > https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary > > Did something go seriously wrong here? > > The original 4.19.153-rc1 series had 264 patches. "powerpc/tau: Remove > duplicated set_thresholds() call" is 146/264 of the series, but it is > last one in 4.19.153 as released. "178/264 ext4: limit entries > returned when counting...", for example, is not present in > 4.19.153... as are others, for example "net: korina: cast KSEG0 > address to pointer in kfree". Looks like 118 or so patches are > missing. > > They are not in origin/queue/4.19, either. Wow, something did go wrong here, thanks for catching this. Let me dig and see what happened, the whole series did not apply, which makes me wonder if the same thing happened for other branches as well... thanks for checking up and finding this. Give me a bit... greg k-h