From: Greg KH <gregkh@suse.de>
To: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
torvalds@osdl.org, stable@kernel.org
Subject: Re: Linux 2.6.17.5
Date: Fri, 14 Jul 2006 20:01:12 -0700 [thread overview]
Message-ID: <20060715030112.GD11167@kroah.com> (raw)
In-Reply-To: <20060715030047.GC11167@kroah.com>
diff --git a/Makefile b/Makefile
index abcf2d7..cb8b93c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 17
-EXTRAVERSION = .4
+EXTRAVERSION = .5
NAME=Crazed Snow-Weasel
# *DOCUMENTATION*
diff --git a/fs/proc/base.c b/fs/proc/base.c
index 6cc77dc..5a8b89a 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -1404,6 +1404,7 @@ static int pid_revalidate(struct dentry
} else {
inode->i_uid = 0;
inode->i_gid = 0;
+ inode->i_mode = 0;
}
security_task_to_inode(task, inode);
return 1;
next prev parent reply other threads:[~2006-07-15 3:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-15 3:00 Linux 2.6.17.5 Greg KH
2006-07-15 3:01 ` Greg KH [this message]
2006-07-15 3:28 ` [stable] " Greg KH
2006-07-15 4:20 ` Greg KH
2006-07-15 23:59 ` Matthew Frost
2006-07-16 0:08 ` Marcel Holtmann
2006-07-15 5:21 ` Linus Torvalds
2006-07-15 7:55 ` Bastian Blank
2006-07-15 8:28 ` Daniel Drake
2006-07-15 15:46 ` Von Wolher
2006-07-15 18:48 ` Greg KH
2006-07-15 18:50 ` Miquel van Smoorenburg
2006-07-15 19:17 ` Marcel Holtmann
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=20060715030112.GD11167@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@kernel.org \
--cc=torvalds@osdl.org \
/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.