Received: by 10.223.185.116 with SMTP id b49csp3802801wrg; Tue, 13 Feb 2018 08:01:11 -0800 (PST) X-Google-Smtp-Source: AH8x225lGW+2PjZMSkXzMA9Xkt//MtIhOVeryYcH363m+RxQr3dtxa3WvQSIjkdgCOjApqbI7s4Y X-Received: by 10.98.22.65 with SMTP id 62mr1664930pfw.211.1518537671158; Tue, 13 Feb 2018 08:01:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518537671; cv=none; d=google.com; s=arc-20160816; b=aMPeyvPf8L9+WY898fDOCzLvJrbZJ3JFZmO+Y9NzhffoiB1O3L22Id1cqvyyR5Dcpf k/RRjnIqHcSeRoOTWZJR2cJLm0+UVb82UQbgWbB4s80kig1V82aKPbwHOPFNklaewOkg GekEKOEuxLBoxQDoR6sWrhRBH+vASX3lysWnVvgBwTZwvFq/jLmH5HauiuxaRolyt9kV BZI3WTIbJyRHM8Fxc8lhTYZfLy4DQ569KGcHjWffQnAwaaV2VacpmFJOTcFcJxgZdQSY 6Dyz8gSvbAs4i6E5EXUq0JZVTthGZYcQoxgkfUmhKBqpvdviAqu5hc4ENcPFwuKWuJh9 IigA== 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:arc-authentication-results; bh=9Ips1eBuKDKFlA8wrM27P2vjA76tw4RkzcdyBz/mFEc=; b=XAw176GNHuzhzDdXF5tDG3h7VnlcOUAljg0Ve3xjiNvHO3eP5FhGnNposch7iU7PnI T8N+OENkvwrSAuX+BshGWhoc4LRY57HZPripQ/Do7z2aDL+kuNa6wSfz1D7RfPrf0jwD CKPVt6fnzZ1KP3BH7mwMTMVJ6dxUHAprHfQgvUjWhvmX/1VwGoZ5WTclUrrIx9vY8keX X8bMnbzSAeiJu4790c7tXgQrLHC57hhNteUlxYtSEEDzp/o7aa/+3zQnKODgJqof+6X2 MZ0fRiOHiR7lKhSaqin6mE3gVrwq/DFh8xpRUVqlu+63+ul0LJ08PvXDNLAEjmgTPnex 76RQ== ARC-Authentication-Results: i=1; mx.google.com; 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 u2-v6si6071250plr.50.2018.02.13.08.00.54; Tue, 13 Feb 2018 08:01:11 -0800 (PST) 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; 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 S934526AbeBMQAB (ORCPT + 99 others); Tue, 13 Feb 2018 11:00:01 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54752 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933698AbeBMP77 (ORCPT ); Tue, 13 Feb 2018 10:59:59 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 80ED81052; Tue, 13 Feb 2018 15:59:58 +0000 (UTC) Date: Tue, 13 Feb 2018 17:00:00 +0100 From: Greg KH To: Shuah Khan Cc: valentina.manea.m@gmail.com, shuah@kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 3.18 0/9] Backports for security and critical bug fixes Message-ID: <20180213160000.GH14300@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 07, 2018 at 02:20:23PM -0700, Shuah Khan wrote: > As I started backporting security fixes, found a few problems > that prevent tools to build on newer gcc releases, deadlock bug, > and another bug that prevents client from being able to use > imported devices. > > This patch series consists of security fixes and fixes to critical > bugs. All now applied, thanks! greg k-h