Received: by 10.213.65.68 with SMTP id h4csp868718imn; Wed, 4 Apr 2018 08:35:18 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+YzX7eLl9rJiRlSjFrhOCRn7KbhE21IW6rFIZIurFgF9LFqGVcAtrO6gKXdmtJL6NYb6BG X-Received: by 2002:a17:902:6c4f:: with SMTP id h15-v6mr19471313pln.33.1522856118952; Wed, 04 Apr 2018 08:35:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522856118; cv=none; d=google.com; s=arc-20160816; b=GE8XDhQno0q7Ft8bzGbG4T3CYov3ZidVkVwDVf3WwWge3YhshBXIkRc0bmslE0Qb69 Nvhku8RKlWeWpTD0AGcaRhXBro+VtqYywQTOwvP5Y5vxQGNF5CaxXTiVOM6CcIoRZvaf CKft/FKt3n47u7tSPW8C3AXaM6PAShY3LUOcxE3ti7ce3nc5KjqF2bboY30lg1cCyt8P hueW2/q8cH44UNbSmZNeCrAByRnNAtM+NroAYyLBnDTOkTqerQewQ1B32sAygGQkX8fx flil6OyFYpUs6U0MlaPpERX322S0vTLl7gOmBwp7N9a7W7xFkpczaAVhnnV26Usb7lS3 fBjA== 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=Wug41hFt2aU6/jmM7e/jIwR7puq9bAEuHSbmJwwpoYA=; b=utpGaGe9KDzn5maXx+QkBIiajkDlHmixy4KMLIWChS9/ahnXZzQCtxy12f1H/FtBCF whJiDz4h91ZQ+zD1Cnc+SdD4PlvmUx1hfHro1Lcz7UP7sq0/NCSw2vgAVwKoTbgtfA19 iF2ng5SRVd924UK3zfLsFjDaA14r7j5DZwceEaPOwnY0/HALYgTobkCXpmH2ov+lBSPl 3VcNqM2zG+M8yYsJiEOLxXHcnG2kpKJFQVgiszKfH3X7JxrxOU3cO+L/UQ7X0MFDYbIr a6ulkIQdn4EYDMbOTqAZuiwCtSSX+po4+9W2tr0Q6GLw5hTs3uoDupY4STbyNzvvJZXO jUAw== 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 d17-v6si3282925pll.460.2018.04.04.08.35.05; Wed, 04 Apr 2018 08:35:18 -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; 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 S1752423AbeDDPd1 (ORCPT + 99 others); Wed, 4 Apr 2018 11:33:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44060 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751772AbeDDPdX (ORCPT ); Wed, 4 Apr 2018 11:33:23 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 2C782ABC; Wed, 4 Apr 2018 15:33:23 +0000 (UTC) Date: Wed, 4 Apr 2018 17:33:08 +0200 From: Greg KH To: Mauro Carvalho Chehab Cc: Linux Media Mailing List , stable@vger.kernel.org, Mauro Carvalho Chehab , Linux Kernel Mailing List , Seung-Woo Kim , Inki Dae , Brian Warner Subject: Re: [PATCH for v3.18 00/18] Backport CVE-2017-13166 fixes to Kernel 3.18 Message-ID: <20180404153308.GA20086@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.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 28, 2018 at 03:12:19PM -0300, Mauro Carvalho Chehab wrote: > Hi Greg, > > Those are the backports meant to solve CVE-2017-13166 on Kernel 3.18. > > It contains two v4l2-ctrls fixes that are required to avoid crashes > at the test application. > > I wrote two patches myself for Kernel 3.18 in order to solve some > issues specific for Kernel 3.18 with aren't needed upstream. > one is actually a one-line change backport. The other one makes > sure that both 32-bits and 64-bits version of some ioctl calls > will return the same value for a reserved field. > > I noticed an extra bug while testing it, but the bug also hits upstream, > and should be backported all the way down all stable/LTS versions. > So, I'll send it the usual way, after merging upsream. I've queued these all up now, thanks. greg k-h