* Fwd: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate [not found] <503361AF.8030707@cape-horn-eng.com> @ 2012-09-19 11:18 ` Richard Ems 2012-09-19 12:52 ` Greg KH 2012-09-19 13:16 ` Myklebust, Trond 0 siblings, 2 replies; 4+ messages in thread From: Richard Ems @ 2012-09-19 11:18 UTC (permalink / raw) To: Myklebust, Trond; +Cc: linux-nfs, linux-kernel, gregkh Hi all, I still don't see this patch in the 3.5.x series. Will it make it into 3.5.5? Thanks, Richard -------- Original Message -------- Subject: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate Date: Tue, 21 Aug 2012 12:23:43 +0200 From: Richard Ems <richard.ems@cape-horn-eng.com> To: Trond Myklebust <Trond.Myklebust@netapp.com> CC: linux-nfs@vger.kernel.org On 08/15/2012 10:49 PM, Trond Myklebust wrote: > This Oops affects 3.5 kernels and older, and is due to lookup_one_len() > calling down to the dentry revalidation code with a NULL pointer > to struct nameidata. > > It is fixed upstream by commit 0b728e1911c (stop passing nameidata * > to ->d_revalidate()) > > Reported-by: Richard Ems <richard.ems@cape-horn-eng.com> > Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Hi Trond, I don't see this patch going into 3.5.3 at http://www.kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.5.3-rc1.gz . Shouldn't it be included in 3.5.3 ? Thanks, Richard -- Richard Ems mail: Richard.Ems@Cape-Horn-Eng.com Cape Horn Engineering S.L. C/ Dr. J.J. Dómine 1, 5º piso 46011 Valencia Tel : +34 96 3242923 / Fax 924 http://www.cape-horn-eng.com ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fwd: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate 2012-09-19 11:18 ` Fwd: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate Richard Ems @ 2012-09-19 12:52 ` Greg KH 2012-09-19 13:16 ` Myklebust, Trond 1 sibling, 0 replies; 4+ messages in thread From: Greg KH @ 2012-09-19 12:52 UTC (permalink / raw) To: Richard Ems; +Cc: Myklebust, Trond, linux-nfs, linux-kernel On Wed, Sep 19, 2012 at 01:18:08PM +0200, Richard Ems wrote: > Hi all, > > I still don't see this patch in the 3.5.x series. > Will it make it into 3.5.5? I can not guarantee any release number, but it will show up eventually, don't worry. thanks, greg "buried under email" k-h ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate 2012-09-19 11:18 ` Fwd: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate Richard Ems 2012-09-19 12:52 ` Greg KH @ 2012-09-19 13:16 ` Myklebust, Trond 2012-09-28 0:21 ` gregkh 1 sibling, 1 reply; 4+ messages in thread From: Myklebust, Trond @ 2012-09-19 13:16 UTC (permalink / raw) To: Richard Ems; +Cc: linux-nfs, linux-kernel, gregkh > -----Original Message----- > From: linux-nfs-owner@vger.kernel.org [mailto:linux-nfs- > owner@vger.kernel.org] On Behalf Of Richard Ems > Sent: Wednesday, September 19, 2012 7:18 AM > To: Myklebust, Trond > Cc: linux-nfs@vger.kernel.org; linux-kernel@vger.kernel.org; > gregkh@linuxfoundation.org > Subject: Fwd: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and > nfs4_lookup_revalidate > > Hi all, > > I still don't see this patch in the 3.5.x series. > Will it make it into 3.5.5? > > Thanks, > Richard Hi Greg, I believe you said that you would take this patch. Do you want me to resend? Cheers, Trond > -------- Original Message -------- > Subject: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and > nfs4_lookup_revalidate > Date: Tue, 21 Aug 2012 12:23:43 +0200 > From: Richard Ems <richard.ems@cape-horn-eng.com> > To: Trond Myklebust <Trond.Myklebust@netapp.com> > CC: linux-nfs@vger.kernel.org > > On 08/15/2012 10:49 PM, Trond Myklebust wrote: > > This Oops affects 3.5 kernels and older, and is due to > > lookup_one_len() calling down to the dentry revalidation code with a > > NULL pointer to struct nameidata. > > > > It is fixed upstream by commit 0b728e1911c (stop passing nameidata * > > to ->d_revalidate()) > > > > Reported-by: Richard Ems <richard.ems@cape-horn-eng.com> > > Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> > > > Hi Trond, > > I don't see this patch going into 3.5.3 at > http://www.kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.5.3- > rc1.gz > . > Shouldn't it be included in 3.5.3 ? > > Thanks, > Richard > > > -- > Richard Ems mail: Richard.Ems@Cape-Horn-Eng.com > > Cape Horn Engineering S.L. > C/ Dr. J.J. Dómine 1, 5º piso > 46011 Valencia > Tel : +34 96 3242923 / Fax 924 > http://www.cape-horn-eng.com > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the > body of a message to majordomo@vger.kernel.org More majordomo info at > http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate 2012-09-19 13:16 ` Myklebust, Trond @ 2012-09-28 0:21 ` gregkh 0 siblings, 0 replies; 4+ messages in thread From: gregkh @ 2012-09-28 0:21 UTC (permalink / raw) To: Myklebust, Trond; +Cc: Richard Ems, linux-nfs, linux-kernel On Wed, Sep 19, 2012 at 01:16:41PM +0000, Myklebust, Trond wrote: > > -----Original Message----- > > From: linux-nfs-owner@vger.kernel.org [mailto:linux-nfs- > > owner@vger.kernel.org] On Behalf Of Richard Ems > > Sent: Wednesday, September 19, 2012 7:18 AM > > To: Myklebust, Trond > > Cc: linux-nfs@vger.kernel.org; linux-kernel@vger.kernel.org; > > gregkh@linuxfoundation.org > > Subject: Fwd: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and > > nfs4_lookup_revalidate > > > > Hi all, > > > > I still don't see this patch in the 3.5.x series. > > Will it make it into 3.5.5? > > > > Thanks, > > Richard > > Hi Greg, > > I believe you said that you would take this patch. Do you want me to resend? I have it now, thanks, am finally catching up on stable patches... greg k-h ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-09-28 0:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <503361AF.8030707@cape-horn-eng.com>
2012-09-19 11:18 ` Fwd: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate Richard Ems
2012-09-19 12:52 ` Greg KH
2012-09-19 13:16 ` Myklebust, Trond
2012-09-28 0:21 ` gregkh
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
Powered by JetHome