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.5 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 C06BDC4CEC5 for ; Sat, 14 Sep 2019 08:31:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8EA572089F for ; Sat, 14 Sep 2019 08:31:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568449894; bh=VG9mm12lbjrvxc8zfvCezXa86P3B/4mOoNr56OD6yCg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=aIgvGpSIK9vEvmfNObq1BQ/1vUcySn3oIWHhWhsUfqMfmkFCiPfdSRKE+okaOb9qv gfeEKPxG4514bCTExD56Ab3EqcoIHVcDuj23ID5TO2z2f0n0eUzqfFNW/4iXin4P8U 9jOK8WtwiyRd0YI232hgvpccuWySR9kSOZ3jC60k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727509AbfINIbe (ORCPT ); Sat, 14 Sep 2019 04:31:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:51274 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726841AbfINIbd (ORCPT ); Sat, 14 Sep 2019 04:31:33 -0400 Received: from localhost (unknown [84.241.204.167]) (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 3D1562081B; Sat, 14 Sep 2019 08:31:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568449891; bh=VG9mm12lbjrvxc8zfvCezXa86P3B/4mOoNr56OD6yCg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mQV3+L5OigdA7ByFYeyjI5TzmTOg8YTmgno4KKzYNkDE1QwTuuOndoMJ16XUferLT x/We8K+fvvvKYaPruVmstvKWosVoDzomS/7kaY5LftOSRBB4Fgs1Pa7klP156rzWV/ SC96elI2UMSkLm4sHGsnmYFG2+/BQL+sbBI2LWxo= Date: Sat, 14 Sep 2019 09:31:26 +0100 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: <20190914083126.GA523517@kroah.com> References: <20190913130440.264749443@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 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 :(