From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 10 Jun 2013 14:13:50 -0700 From: Greg Kroah-Hartman To: Li Zefan Cc: Namhyung Kim , Frederic Weisbecker , Steven Rostedt , Ingo Molnar , LKML , stable Subject: Re: [PATCH 3.0-stable 1/2] tracing: Fix possible NULL pointer dereferences Message-ID: <20130610211350.GE1602@kroah.com> References: <51B1A131.9090206@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51B1A131.9090206@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Fri, Jun 07, 2013 at 05:00:33PM +0800, Li Zefan wrote: > commit 6a76f8c0ab19f215af2a3442870eeb5f0e81998d upstream. > > Currently set_ftrace_pid and set_graph_function files use seq_lseek > for their fops. However seq_open() is called only for FMODE_READ in > the fops->open() so that if an user tries to seek one of those file > when she open it for writing, it sees NULL seq_file and then panic. You lost the original authorship of this patch, which is a very bad thing to do. Ugh, time to edit emails by hand, not my favorite pasttime, someone owes me a drink... greg k-h