From: Jörn Engel on 21 Apr 2010 08:20 Another set of fixes. Two of them are security relevant. But given that an attacker needs mount access and few people have logfs compiled in, that's unlikely to be a huge issue. gc.c | 8 ++++++ journal.c | 29 ++++++++++++++--------- logfs.h | 15 ++++++++++-- readwrite.c | 75 +++++++++++++++++++++++++++++++++--------------------------- segment.c | 8 ------ super.c | 11 +++++++- 6 files changed, 91 insertions(+), 55 deletions(-) Jörn -- More computing sins are committed in the name of efficiency (without necessarily achieving it) than for any other single reason - including blind stupidity. -- W. A. Wulf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Daniel Walker on 21 Apr 2010 10:10 On Wed, 2010-04-21 at 14:19 +0200, Jörn Engel wrote: > Another set of fixes. Two of them are security relevant. But given > that an attacker needs mount access and few people have logfs compiled > in, that's unlikely to be a huge issue. > > gc.c | 8 ++++++ > journal.c | 29 ++++++++++++++--------- > logfs.h | 15 ++++++++++-- > readwrite.c | 75 +++++++++++++++++++++++++++++++++--------------------------- > segment.c | 8 ------ > super.c | 11 +++++++- > 6 files changed, 91 insertions(+), 55 deletions(-) Where is the url for your tree? There's a git command, "git request-pull" It spits out a form email with url , and all the needed info. Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jörn Engel on 21 Apr 2010 10:30 On Wed, 21 April 2010 07:09:22 -0700, Daniel Walker wrote: > On Wed, 2010-04-21 at 14:19 +0200, Jörn Engel wrote: > > Another set of fixes. Two of them are security relevant. But given > > that an attacker needs mount access and few people have logfs compiled > > in, that's unlikely to be a huge issue. > > > > gc.c | 8 ++++++ > > journal.c | 29 ++++++++++++++--------- > > logfs.h | 15 ++++++++++-- > > readwrite.c | 75 +++++++++++++++++++++++++++++++++--------------------------- > > segment.c | 8 ------ > > super.c | 11 +++++++- > > 6 files changed, 91 insertions(+), 55 deletions(-) > > Where is the url for your tree? There's a git command, Doh! git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs.git > "git request-pull" > > It spits out a form email with url , and all the needed info. Nice. Guess I'll use that from now on. Thanks! Jörn -- "Translations are and will always be problematic. They inflict violence upon two languages." (translation from German) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH 2.6.34-rc1] proc: fix badness in fs/proc/generic.c Next: [GIT PULL] jfs update |