From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v2 8/9] pps: Use a single cdev Date: Wed, 13 Feb 2013 10:20:26 -0800 Message-ID: <20130213182026.GA3996@kroah.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: George Spelvin Cc: linux-serial@vger.kernel.org, peter@hurleysoftware.com, linux-kernel@vger.kernel.org, giometti@linux.it List-Id: linux-serial@vger.kernel.org On Tue, Feb 12, 2013 at 02:02:42AM -0500, George Spelvin wrote: > One per device just seems wasteful, when we already manintain a > data structure to map minor numbers to devices, and we already have > a PPS_MAX_SOURCES #define. > > This is also a more comprehensive fix to the use-after-free bug > that has already received a minimal patch. > --- > drivers/pps/pps.c | 66 ++++++++++++++++++++++++---------------------- > include/linux/pps_kernel.h | 1 - > 2 files changed, 34 insertions(+), 33 deletions(-) You forgot a Signed-off-by: line for this patch, so I can't apply it, or the 9/9 patch :( Care to resend just these two after fixing this up? thanks, greg k-h