Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp3911350ima; Tue, 23 Oct 2018 13:21:04 -0700 (PDT) X-Google-Smtp-Source: ACcGV62Fc7PsqH8SD3bZnSXLcXyr75nqhFsCGH938KpD+AV6slchK7PcQEdbPH3amU69JA0Wh2gC X-Received: by 2002:a62:5fc5:: with SMTP id t188-v6mr42007455pfb.84.1540326064848; Tue, 23 Oct 2018 13:21:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540326064; cv=none; d=google.com; s=arc-20160816; b=0m6o8JNL7qa28TKCCZQcAuZLd2mknwJ8qJRuYLTkUI5Wj0RV8DgBYzPrhW09EgoERy hfU6UgwlFHTdRGl6WE7kv+wM8Kzv+H39GFuqX0QjSUNplSKbgtM71Z87LggejJMXj4KW Z8/I+LdoWjS8alS3K2OtkJsgWiXybBrlGjsTJ0FumVIB4urawt+TEkbrvn6CszlyBHm5 g8HkBgy79RTvwGHdicp2DkEayE7G72KD8OvubqTqxNmOTgZJkNiCMPTMISbpqFSp3iWm NI/YHQuURZchjIkRFvNEefyd2sZH95dyWb7qz2zEkRm5I0cA1xElwsI55sF915G3p2by A0Fw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:references:cc:to:from:subject; bh=CaAKVCuAYyiSWeSLiadx7r4GXV4ntzelAK/jFgrHqZA=; b=ODkzng/P3VIvtuSHF3u5LMhKN1W7EaZBznV7Ay7jbUB6uT1fyWJMJwFGszJRHrBwll 4FBa6jXoDJcgFNTcwxhCeesVRBzTXSBXB2F2lSUHTmFA2nbH0uFxRHSrMjgQw+Cgtixo Wn3o5/9EoNdoFXWP6h86RDxM72kEZj3ZYfTCD7YMhc7ZZaun3NEccyvcRUzdYW2CkTRz sRYJgwNki+JZau4tv7o63Z0exEeRqGojWAgkoU/f+W2IN5Cix/t7uZVKdzxkZdOiFMDH 6m343OAi4vVDaI1xIU8R491G//dKMOHlOuLe3P34DELSWbHZmN3ll7OfDy/uEYDkKE4x PTug== 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 b59-v6si2246146plb.206.2018.10.23.13.20.49; Tue, 23 Oct 2018 13:21:04 -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 S1728789AbeJXEkO (ORCPT + 99 others); Wed, 24 Oct 2018 00:40:14 -0400 Received: from terminus.zytor.com ([198.137.202.136]:38459 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727674AbeJXEkO (ORCPT ); Wed, 24 Oct 2018 00:40:14 -0400 Received: from hanvin-mobl2.amr.corp.intel.com ([192.55.54.42]) (authenticated bits=0) by mail.zytor.com (8.15.2/8.15.2) with ESMTPSA id w9NKEvJh3162800 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 23 Oct 2018 13:14:58 -0700 Subject: Re: [PATCH stable v2 1/2] termios, tty/tty_baudrate.c: fix buffer overrun From: "H. Peter Anvin" To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Jiri Slaby , Al Viro , Richard Henderson , Ivan Kokshaysky , Matt Turner , Thomas Gleixner , Kate Stewart , Philippe Ombredanne , Eugene Syromiatnikov , linux-alpha@vger.kernel.org, Alan Cox , stable@vger.kernel.org References: <20181022161905.26589-1-hpa@zytor.com> <20181023145351.GA28516@kroah.com> Message-ID: <93f9d420-99e4-b84a-930f-a459f53a5ef7@zytor.com> Date: Tue, 23 Oct 2018 13:14:57 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/23/18 09:02, hpa@zytor.com wrote: >> >> As I think Al's big termios cleanups are going to be hitting Linus's >> tree soon, do you know how these patches interact with that? >> >> This patch seems like it will not, so I'll be glad to queue that up >> after my first round of patches get merged to Linus later this week, >> but >> the second one worries me. >> >> thanks, >> >> greg k-h > > I have been working with Al; we had approached much the same problems but from different directions. Mine ended up being a bit more comprehensive as a result, so I think we're going to end up using my code with Al's reviews. > > So bottom line is that it should be all good. > [Al: Feel free to yell at me if I got that wrong.] -hpa