The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* fs/cifs/connect.c fix missing in latest stable
@ 2009-04-27 20:57 Chris Frey
  2009-04-27 22:11 ` Chris Wright
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Frey @ 2009-04-27 20:57 UTC (permalink / raw)
  To: chrisw, linux-kernel

Hi Chris,

The latest stable release 2.6.29.2 appears to be missing Jeff Layton's
fix in commit f083def68f84b04fe3f97312498911afce79609e (in Linus's tree).

I'm not the expert... I just noticed that this was mentioned on
full-disclosure: http://marc.info/?l=full-disclosure&m=123936563230145&w=2
(near the end of Andreas's post)

Thanks,
- Chris


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fs/cifs/connect.c fix missing in latest stable
  2009-04-27 20:57 fs/cifs/connect.c fix missing in latest stable Chris Frey
@ 2009-04-27 22:11 ` Chris Wright
  2009-04-27 23:44   ` Jeff Layton
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Wright @ 2009-04-27 22:11 UTC (permalink / raw)
  To: Chris Frey; +Cc: chrisw, linux-kernel, jlayton

* Chris Frey (cdfrey@foursquare.net) wrote:
> Hi Chris,
> 
> The latest stable release 2.6.29.2 appears to be missing Jeff Layton's
> fix in commit f083def68f84b04fe3f97312498911afce79609e (in Linus's tree).
> 
> I'm not the expert... I just noticed that this was mentioned on
> full-disclosure: http://marc.info/?l=full-disclosure&m=123936563230145&w=2
> (near the end of Andreas's post)

Yes, I think cifs developers are still doing cleanups in that area.
Jeff?

thanks,
-chris

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fs/cifs/connect.c fix missing in latest stable
  2009-04-27 22:11 ` Chris Wright
@ 2009-04-27 23:44   ` Jeff Layton
  2009-04-27 23:47     ` Chris Wright
  2009-04-27 23:48     ` Steve French
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff Layton @ 2009-04-27 23:44 UTC (permalink / raw)
  To: Chris Wright; +Cc: Chris Frey, chrisw, linux-kernel, smfrench

On Mon, 27 Apr 2009 15:11:21 -0700
Chris Wright <chrisw@sous-sol.org> wrote:

> * Chris Frey (cdfrey@foursquare.net) wrote:
> > Hi Chris,
> > 
> > The latest stable release 2.6.29.2 appears to be missing Jeff Layton's
> > fix in commit f083def68f84b04fe3f97312498911afce79609e (in Linus's tree).
> > 
> > I'm not the expert... I just noticed that this was mentioned on
> > full-disclosure: http://marc.info/?l=full-disclosure&m=123936563230145&w=2
> > (near the end of Andreas's post)
> 
> Yes, I think cifs developers are still doing cleanups in that area.
> Jeff?
> 

Yes, we are but they're pretty close. Some have already gone in and
some are still outstanding. Suresh J. has done the bulk of the work,
but there are a few additional fixes for other areas too.

I've been traveling for the last week, and took today off. My plan is
to get with Steve French tomorrow and finalize a set of fixes for his
tree that he can push to mainline and stable.

-- 
Jeff Layton <jlayton@redhat.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fs/cifs/connect.c fix missing in latest stable
  2009-04-27 23:44   ` Jeff Layton
@ 2009-04-27 23:47     ` Chris Wright
  2009-04-27 23:48     ` Steve French
  1 sibling, 0 replies; 5+ messages in thread
From: Chris Wright @ 2009-04-27 23:47 UTC (permalink / raw)
  To: Jeff Layton; +Cc: Chris Wright, Chris Frey, linux-kernel, smfrench

* Jeff Layton (jlayton@redhat.com) wrote:
> Yes, we are but they're pretty close. Some have already gone in and
> some are still outstanding. Suresh J. has done the bulk of the work,
> but there are a few additional fixes for other areas too.
> 
> I've been traveling for the last week, and took today off. My plan is
> to get with Steve French tomorrow and finalize a set of fixes for his
> tree that he can push to mainline and stable.

Sounds good, thanks for the update.
-chris

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fs/cifs/connect.c fix missing in latest stable
  2009-04-27 23:44   ` Jeff Layton
  2009-04-27 23:47     ` Chris Wright
@ 2009-04-27 23:48     ` Steve French
  1 sibling, 0 replies; 5+ messages in thread
From: Steve French @ 2009-04-27 23:48 UTC (permalink / raw)
  To: Jeff Layton; +Cc: Chris Wright, Chris Frey, linux-kernel

On Mon, Apr 27, 2009 at 6:44 PM, Jeff Layton <jlayton@redhat.com> wrote:
> On Mon, 27 Apr 2009 15:11:21 -0700
> Chris Wright <chrisw@sous-sol.org> wrote:
>
>> * Chris Frey (cdfrey@foursquare.net) wrote:
>> > Hi Chris,
>> >
>> > The latest stable release 2.6.29.2 appears to be missing Jeff Layton's
>> > fix in commit f083def68f84b04fe3f97312498911afce79609e (in Linus's tree).
>> >
>> > I'm not the expert... I just noticed that this was mentioned on
>> > full-disclosure: http://marc.info/?l=full-disclosure&m=123936563230145&w=2
>> > (near the end of Andreas's post)
>>
>> Yes, I think cifs developers are still doing cleanups in that area.
>> Jeff?
>>
>
> Yes, we are but they're pretty close. Some have already gone in and
> some are still outstanding. Suresh J. has done the bulk of the work,
> but there are a few additional fixes for other areas too.
>
> I've been traveling for the last week, and took today off. My plan is
> to get with Steve French tomorrow and finalize a set of fixes for his
> tree that he can push to mainline and stable.

I think Suresh has been out too.  I am only waiting to get some
minor clarifications before I ack the fixes from Suresh.

-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-27 23:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 20:57 fs/cifs/connect.c fix missing in latest stable Chris Frey
2009-04-27 22:11 ` Chris Wright
2009-04-27 23:44   ` Jeff Layton
2009-04-27 23:47     ` Chris Wright
2009-04-27 23:48     ` Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox