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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 CC480C4CEC7 for ; Mon, 16 Sep 2019 06:07:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A329D214D9 for ; Mon, 16 Sep 2019 06:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568614067; bh=iIAk2GnDHvnSCDAdd9xHtJ5zIkbFHqPbLjU7KLI8Rqo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HtirUMtHNrefyrGpLDACBeFqEKIstM2lKHnPsx2LJq7ue8pDbTydcnG19EmjAXzu9 sieZqZEvpI8QesFN3U+kEVSRgq7YHCtmhSbKQvrVo3JpLXrbxb+7u56RDmb9Q9ZK0V zW3pFEZXGa7GUwv1ejJShUjVmSFvMnu8R/en361U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729512AbfIPGHr (ORCPT ); Mon, 16 Sep 2019 02:07:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:34470 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725270AbfIPGHq (ORCPT ); Mon, 16 Sep 2019 02:07:46 -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 5960720890; Mon, 16 Sep 2019 06:07:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568614064; bh=iIAk2GnDHvnSCDAdd9xHtJ5zIkbFHqPbLjU7KLI8Rqo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wBiyiBrGHsGhGpZa2ms0CRYdWKlhL7YSFCnDiu/6Jv8BlXjQ4Cbc+bWinzVzfKtio f73toQVkjPZstQFOBA/kbTkp/19M7LFKxiDe+fdjpo5ZCcCN5TGxfVOdtJxKEtofi5 8bDbCfy9fHcw4wtbM9mM2wGLsbiDVxgKe7d5lI34= Date: Mon, 16 Sep 2019 08:07:42 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org, "Michael S. Tsirkin" , Jason Wang Subject: Re: [PATCH 4.9 00/14] 4.9.193-stable review Message-ID: <20190916060742.GA605430@kroah.com> References: <20190913130440.264749443@linuxfoundation.org> <20190914083126.GA523517@kroah.com> <353c2b75-290e-c796-4cc6-88681936210f@roeck-us.net> <20190915125824.GA528036@kroah.com> <8f402489-c8e8-38b2-88d1-d5eafe491492@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f402489-c8e8-38b2-88d1-d5eafe491492@roeck-us.net> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 15, 2019 at 09:09:24AM -0700, Guenter Roeck wrote: > On 9/15/19 5:58 AM, Greg Kroah-Hartman wrote: > > On Sat, Sep 14, 2019 at 05:49:32PM -0700, Guenter Roeck wrote: > > > Hi Greg, > > > > > > On 9/14/19 1:31 AM, Greg Kroah-Hartman wrote: > > > > On Sat, Sep 14, 2019 at 01:28:39AM -0700, Guenter Roeck wrote: > > > > > On 9/13/19 6:06 AM, Greg Kroah-Hartman wrote: > > > > > > This is the start of the stable review cycle for the 4.9.193 release. > > > > > > There are 14 patches in this series, all will be posted as a response > > > > > > to this one. If anyone has any issues with these being applied, please > > > > > > let me know. > > > > > > > > > > > > Responses should be made by Sun 15 Sep 2019 01:03:32 PM UTC. > > > > > > Anything received after that time might be too late. > > > > > > > > > > > > > > > > Is it really only me seeing this ? > > > > > > > > > > drivers/vhost/vhost.c: In function 'translate_desc': > > > > > include/linux/compiler.h:549:38: error: call to '__compiletime_assert_1879' declared with attribute error: BUILD_BUG_ON failed: sizeof(_s) > sizeof(long) > > > > > > > > > > i386:allyesconfig, mips:allmodconfig and others, everywhere including > > > > > mainline. Culprit is commit a89db445fbd7f1 ("vhost: block speculation > > > > > of translated descriptors"). > > > > > > > > Nope, I just got another report of this on 5.2.y. Problem is also in > > > > Linus's tree :( > > > > > > > > > > Please apply upstream commit 0d4a3f2abbef ("Revert "vhost: block speculation > > > of translated descriptors") to v4.9.y-queue and later to fix the build problems. > > > Or maybe just drop the offending commit from the stable release queues. > > > > I'm just going to drop the offending commit from everywhere and push out > > new -rcs in a bit... > > > > A quick rebuild of previously failed builds now passes, so looks like we are good. Wonderful, thanks for checking! greg k-h