From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758179AbZKER4y (ORCPT ); Thu, 5 Nov 2009 12:56:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758158AbZKER4w (ORCPT ); Thu, 5 Nov 2009 12:56:52 -0500 Received: from sj-iport-5.cisco.com ([171.68.10.87]:55736 "EHLO sj-iport-5.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757974AbZKER4t (ORCPT ); Thu, 5 Nov 2009 12:56:49 -0500 Authentication-Results: sj-iport-5.cisco.com; dkim=neutral (message not signed) header.i=none X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEADOh8kqrR7H+/2dsb2JhbADJAJdzhD0E X-IronPort-AV: E=Sophos;i="4.44,687,1249257600"; d="scan'208";a="102612714" From: Roland Dreier To: Linus Torvalds Cc: Jiri Kosina , Michael Gilbert , Michael Buesch , Jack Steiner , linux-kernel@vger.kernel.org, stable@kernel.org Subject: Re: CVE-2009-2584 References: <20091104170542.e40b12ec.michael.s.gilbert@gmail.com> X-Message-Flag: Warning: May contain useful information Date: Thu, 05 Nov 2009 09:56:53 -0800 In-Reply-To: (Linus Torvalds's message of "Thu, 5 Nov 2009 09:38:21 -0800 (PST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 05 Nov 2009 17:56:54.0210 (UTC) FILETIME=[5BF44220:01CA5E41] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > So here's a second try. I guess the 'return count/-EFAULT' lines were > actually correct after all. So it wasn't _all_ buggy or insane. The blank lines seem fine too. - R.