Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp2138055ybe; Sat, 14 Sep 2019 08:31:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqz9J1yUafrEyWDVdz39Itva3XeW4+V7PdWtXVV7ePQNOutX3YCTOQTllaJkid4hz4xnFWzd X-Received: by 2002:aa7:da59:: with SMTP id w25mr51496201eds.143.1568475081154; Sat, 14 Sep 2019 08:31:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568475081; cv=none; d=google.com; s=arc-20160816; b=0ojFxnUCoUog+BzziBENoDMEpyjyl5DLp2H3cTBu6BiNUTJcsA4bfOlW5KEhBU3xzo Ho1OmzRMtEnGMIEKluBxMPJRFQAv7BrRx+LBdVwAIXXaLEbr5shxZYjYuGjVQvF7rzWX bfMZdaLVv9Zf0CcpBf2nljrP5YMdQfh996PttrakmwduAqYOcOsUgLiMcoVfKT1DAPU/ GoEYh3gbe1m/mbvKfPFKyUZIaMG2xV73ELZ7IG3nK740m2zbm/cnPjdNzJUuyPcpiALk 0f0vd1lw97+mgGC6Ldd+X3lis4ml80GblUqjs+CqGg38G/XMFw0NLYfVRhnQOMwt/zZs hjGQ== 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:cc :to:from:date:dkim-signature; bh=xMQMdclZJR3u1Ya9j0vqt+XBcrKJIBIRol2xWPfV6gQ=; b=hCsBTE2FDp7J3LTtiIdG5WranrO0Vm4lyWp8yqGGjJ/doynbC7uOgwEbtHB1N936IN oOTmzKJ3yJw6TMrHlpwy2KGYjtgYta1wQTKv/F/+QupaIb+HOAhhpvyuii8zEu2VWH4j ojeXORFY8Rky10y4E+k5yF9IPoHg4Krxoq1oENXg3aIaUi74DFyCAjPs+r2y0BO8+cgT 9ZFgDO8iPErxHeO3rdHNWG2lxQJh2WegE00MchsC+C7RH6xuIr7+e9qUSpQ7Btv5LA4p dN/1khEDcWlCX2G6XwsKItpZe53gktsviO8vUu84iXf3HSCphuQrEvUQy0hMf7r4uDaw MzZw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=mQV3+L5O; 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 v2si1332429eju.3.2019.09.14.08.30.57; Sat, 14 Sep 2019 08:31:21 -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; dkim=pass header.i=@kernel.org header.s=default header.b=mQV3+L5O; 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 S1727498AbfINIbe (ORCPT + 99 others); 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 :(