Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753021Ab0BVN3q (ORCPT ); Mon, 22 Feb 2010 08:29:46 -0500 Received: from ey-out-2122.google.com ([74.125.78.25]:64489 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752260Ab0BVN3o (ORCPT ); Mon, 22 Feb 2010 08:29:44 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; b=pH/xrTDn+bGVMd7leX0XB4F8Eu8qknWLFDI8fX4Oeh+AgwlKfDDiWIax7PVjUTu+0K yCmBl976TMEaIxwdcXmvI+wIhqAEqbFAwSzwGetRa2gjC89b1xhmAYC93UOexE9wtNYa tQtRXISnnAKer2WpZ0Tku/rwJrCt3FIKwlT8s= Date: Mon, 22 Feb 2010 16:29:27 +0300 From: Dan Carpenter To: Thomas Gleixner Cc: LKML , rt-users , Ingo Molnar , Steven Rostedt , Peter Zijlstra , Carsten Emde , Clark Williams , Frank Rowand , Robin Gareus , Gregory Haskins , Philippe Reynes , Fernando Lopez-Lezcano , Will Schmidt , Darren Hart , Jan Blunck , Sven-Thorsten Dietrich , Jon Masters , Mark Knecht , John Kacur , Nick Piggin Subject: Re: [ANNOUNCE] 2.6.33-rc8-rt1 Message-ID: <20100222132927.GC5416@bicker> Mail-Followup-To: Dan Carpenter , Thomas Gleixner , LKML , rt-users , Ingo Molnar , Steven Rostedt , Peter Zijlstra , Carsten Emde , Clark Williams , Frank Rowand , Robin Gareus , Gregory Haskins , Philippe Reynes , Fernando Lopez-Lezcano , Will Schmidt , Darren Hart , Jan Blunck , Sven-Thorsten Dietrich , Jon Masters , Mark Knecht , John Kacur , Nick Piggin References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 538 Lines: 16 kernel/trace/latency_hist.c 373 static ssize_t 374 latency_hist_show_maxlatproc(struct file *filp, char __user *ubuf, 375 size_t cnt, loff_t *ppos) 376 { 377 char buf[1024]; This is a large buffer to put on the stack. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/