All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: Greg KH <gregkh@suse.de>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	David Howells <dhowells@redhat.com>,
	linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	stable-review@vger.kernel.org, akpm@linux-foundation.org,
	alan@lxorguk.ukuu.org.uk, Ian Kent <raven@themaw.net>,
	Al Viro <viro@zeniv.linux.org.uk>,
	Chuck Ebbert <cebbert@redhat.com>,
	Trond Myklebust <Trond.Myklebust@netapp.com>
Subject: Re: [22/27] VFS: Fix automount for negative autofs dentries
Date: Mon, 24 Oct 2011 16:22:05 +0200	[thread overview]
Message-ID: <20111024142205.GA2687@kroah.com> (raw)
In-Reply-To: <87pqhnifew.fsf@tucsk.pomaz.szeredi.hu>

On Sun, Oct 23, 2011 at 11:09:11PM +0200, Miklos Szeredi wrote:
> Greg KH <gregkh@suse.de> writes:
> 
> > On Sun, Oct 23, 2011 at 10:35:14AM +0300, Linus Torvalds wrote:
> >> This one is debatable.
> >> 
> >> I think it also wants
> >> 
> >>  - commit 0ec26fd0698285b31248e34bf1abb022c00f23d6 (with
> >> LOOKUP_PARENT->LOOKUP_CONTINUE too)
> >
> > Really?  I thought I dropped this one from the last stable release due
> > to problems with it, or does this patch here, and the one you mention
> > below, resolve those issues?
> >
> >>  - commit d94c177beeb4469cd4f6e83354ab0223353e98ed (to get the few
> >> other cases right too)
> >> 
> >> anything else I missed?
> >
> > Ok, that makes a bit more sense, I'll add these if David and Miklos
> > agree that they are ok to add here.  David and Miklos?
> 
> IMO they are OK to add as long as they are both added.
> 
> Last time the first one had to be backed out because Linus wasn't
> totally comfortable with the other one going into -stable until it got
> some testing in 3.1.  Or at least that's how I understood (or
> misunderstood).

Ok, I tried applying these patches, but they didn't apply.  I tried
digging the patches out of the suse kernel tree, but they didn't seem to
include all of the needed ones here.

So, I'm going to drop this patch from the 3.0.8 release, can someone
please send me the needed patches, backported to 3.0, so that I know
they are working properly?

thanks,

greg k-h

  reply	other threads:[~2011-10-24 14:28 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-23  6:28 [00/27] 3.0.8-stable review Greg KH
2011-10-23  6:24 ` [01/27] ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGES Greg KH
2011-10-23  6:24 ` [02/27] ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9 Greg KH
2011-10-23  6:24 ` [03/27] HID: usbhid: Add support for SiGma Micro chip Greg KH
2011-10-23  6:24 ` [04/27] hwmon: (w83627ehf) Properly report thermal diode sensors Greg KH
2011-10-23  6:24 ` [05/27] Avoid using variable-length arrays in kernel/sys.c Greg KH
2011-10-23  6:24 ` [06/27] drm/radeon/kms/atom: fix handling of FB scratch indices Greg KH
2011-10-23  6:24 ` [07/27] cputimer: Cure lock inversion Greg KH
2011-10-23  6:24 ` [08/27] fuse: fix memory leak Greg KH
2011-10-23  6:24 ` [09/27] Platform: fix samsung-laptop DMI identification for N150/N210/220/N230 Greg KH
2011-10-23  6:24 ` [10/27] HID: magicmouse: ignore ivalid report id while switching modes, v2 Greg KH
2011-10-23  6:24 ` [11/27] [media] uvcvideo: Fix crash when linking entities Greg KH
2011-10-23  6:24 ` [12/27] hfsplus: ensure bio requests are not smaller than the hardware sectors Greg KH
2011-10-23  6:24 ` [13/27] drm/ttm: ensure ttm for new node is bound before calling move_notify() Greg KH
2011-10-23  6:24 ` [14/27] drm/ttm: unbind ttm before destroying node in accel move cleanup Greg KH
2011-10-23  6:24 ` [15/27] CIFS: Fix ERR_PTR dereference in cifs_get_root Greg KH
2011-10-23  6:24 ` [16/27] xfs: start periodic workers later Greg KH
2011-10-23  6:24 ` [17/27] xfs: use a cursor for bulk AIL insertion Greg KH
2011-10-23  6:24 ` [18/27] xfs: do not update xa_last_pushed_lsn for locked items Greg KH
2011-10-23  6:24 ` [19/27] xfs: force the log if we encounter pinned buffers in .iop_pushbuf Greg KH
2011-10-23  6:24 ` [20/27] xfs: revert to using a kthread for AIL pushing Greg KH
2011-10-23  6:24 ` [21/27] firewire: sbp2: fix panic after rmmod with slow targets Greg KH
2011-10-23  6:24 ` [22/27] VFS: Fix automount for negative autofs dentries Greg KH
2011-10-23  7:35   ` Linus Torvalds
2011-10-23  8:36     ` Greg KH
2011-10-23 21:09       ` Miklos Szeredi
2011-10-24 14:22         ` Greg KH [this message]
2011-11-01 15:51       ` David Howells
2011-10-23 11:59     ` Ian Kent
2011-10-23 11:41   ` Ian Kent
2011-10-23 11:48     ` Greg KH
2011-10-23 12:07       ` Ian Kent
2011-10-23  6:24 ` [23/27] mm: fix race between mremap and removing migration entry Greg KH
2011-10-23  6:24 ` [24/27] x25: Prevent skb overreads when checking call user data Greg KH
2011-10-23  6:24 ` [25/27] crypto: ghash - Avoid null pointer dereference if no key is set Greg KH
2011-10-23  6:24 ` [26/27] ALSA: HDA: conexant support for Lenovo T520/W520 Greg KH
2011-10-23  6:24 ` [27/27] ALSA: hda - Add position_fix quirk for Dell Inspiron 1010 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111024142205.GA2687@kroah.com \
    --to=greg@kroah.com \
    --cc=Trond.Myklebust@netapp.com \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=cebbert@redhat.com \
    --cc=dhowells@redhat.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    --cc=raven@themaw.net \
    --cc=stable-review@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.