[PATCH] arm64: remove a redundancy in sysreg.h

2017-06-20 Thread Stefan Traby
This is really trivial; there is a dup (1 << 16) in the code Signed-off-by: Stefan Traby --- arch/arm64/include/asm/sysreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/include/asm/sysreg.h b/arch/arm64/include/asm/sysreg.h index 2d3e155b185f..580965

Re: reiser4 plugins

2005-07-11 Thread Stefan Traby
On Mon, Jul 11, 2005 at 10:33:24PM -0400, Horst von Brand wrote: > Hans Reiser <[EMAIL PROTECTED]> wrote: > > I chose '' (four dots) because it clashes with less, not three dots. > > Is this some kind of "My dots are more than yours" contest?! > > /None/ of them is safe. ".meta", "...", "

Re: loop device corruption in 2.4.6

2001-07-04 Thread Stefan Traby
On Wed, Jul 04, 2001 at 05:14:02PM -0400, Mark Swanson wrote: > I get repeatable errors with 2.4.6 patched with the international encryption > patch patch-int-2.4.3.1.bz2 when building loop device filesystems on top of > Reiserfs. Well, exactly this happens here on 2.4.5 and earlier too... I

Re: 2.4.5 data corruption

2001-06-18 Thread Stefan Traby
On Thu, Jun 14, 2001 at 07:20:06PM +0100, Alan Cox wrote: > > Folks, I believe I have a reproducible test case which corrupts data in > > 2.4.5. > > 2.4.5 has an out of date 3ware driver that is short > + 1.02.00.007 - Fix possible null pointer dereferences in tw_ioctl(). > + R

Re: bizarre TCP behavior

2001-04-20 Thread Stefan Traby
On Sat, Apr 14, 2001 at 03:27:53PM +0100, Alan Cox wrote: > > For example the Zyxel 681 SDSL-Router breaks ECN by > > stripping 0x80 (ECN Cwnd Reduced) but not 0x40 (ECN Echo) > > (TOS bits) on all SYN packets (!). > > > > I complained because of this two times more than a month ago > > but they

Re: bizarre TCP behavior

2001-04-14 Thread Stefan Traby
On Wed, Apr 11, 2001 at 02:21:42AM +0200, Andi Kleen wrote: > Try echo 0 > /proc/sys/net/ipv4/tcp_ecn > If it helps complain to the sites that their firewall is broken. Not always firewall related. There are companies like Zyxel that ship broken router too. For example the Zyxel 681 SDSL-Router

Re: [reiserfs-list] major security bug in reiserfs (may affect SuSE Linux)

2001-01-10 Thread Stefan Traby
On Wed, Jan 10, 2001 at 06:03:53PM +0100, Stefan Traby wrote: > Really, the 255-limit is essential as long as "struct dirent/64" has > d_name[255] hard coded. Somebody should send Drepper a patch; sorry, d_name[256], not 255 in both, glibc and kernel... -- Stefan - To

Re: [reiserfs-list] major security bug in reiserfs (may affect SuSE Linux)

2001-01-10 Thread Stefan Traby
f 4032 patch for reiserfs while knowing the hardcoded dirent limit. -- ciao - Stefan " ( cd /lib ; ln -s libBrokenLocale-2.2.so libNiedersachsen.so ) " Stefan TrabyLinux/ia32 fax: +43-3133-6107-9 Mitterlasznitzstr. 13 Linux/alp

Re: `rmdir .` doesn't work in 2.4

2001-01-08 Thread Stefan Traby
On Mon, Jan 08, 2001 at 03:28:29PM -0800, Linus Torvalds wrote: > But at least "rmdir `pwd`" is not _required_ to fail, like rmdir("."/".."). "rmdir `pwd`" is required to fail (at least under csh, bash, ksh) if the path component contains a white space and thereof it can't be a valid replacement

Re: `rmdir .` doesn't work in 2.4

2001-01-08 Thread Stefan Traby
On Mon, Jan 08, 2001 at 12:58:20PM -0500, Alexander Viro wrote: > Shell equivalent is rmdir `pwd`. Also portable. Very portable - not. rmdir "`pwd`" !!! -- ciao - Stefan " ( cd /lib ; ln -s libBrokenLocale-2.2.so libNiedersachsen.so ) " Stefan Tra

Re: ramfs problem... (unlink of sparse file in "D" state)

2001-01-08 Thread Stefan Traby
On Mon, Jan 08, 2001 at 01:33:50PM -0500, Alexander Viro wrote: > > On Mon, 8 Jan 2001, Stefan Traby wrote: > > > On Mon, Jan 08, 2001 at 01:22:49PM -0500, Alexander Viro wrote: > > > > > Here's another one: suppose that /foo is a mountpoint and you have >

Re: ramfs problem... (unlink of sparse file in "D" state)

2001-01-08 Thread Stefan Traby
path prefix. -- ciao - Stefan " ( cd /lib ; ln -s libBrokenLocale-2.2.so libNiedersachsen.so ) " Stefan TrabyLinux/ia32 fax: +43-3133-6107-9 Mitterlasznitzstr. 13 Linux/alphaphone: +43-3133-6

Re: ramfs problem... (unlink of sparse file in "D" state)

2001-01-08 Thread Stefan Traby
On Mon, Jan 08, 2001 at 01:05:49PM -0500, Alexander Viro wrote: > > > On Mon, 8 Jan 2001, Stefan Traby wrote: > > > On Mon, Jan 08, 2001 at 04:01:10PM +, Alan Cox wrote: > > > > I prefer SuS fpathconf(), pathconf() is just a wrapper to fpathconf(); > >

Re: ramfs problem... (unlink of sparse file in "D" state)

2001-01-08 Thread Stefan Traby
can't see the problem in this area. In which case is an emulation of pathconf by fpathconf impossible ? -- ciao - Stefan " ( cd /lib ; ln -s libBrokenLocale-2.2.so libNiedersachsen.so ) " Stefan TrabyLinux/ia32 fax: +43-3133-610

Re: ramfs problem... (unlink of sparse file in "D" state)

2001-01-08 Thread Stefan Traby
the easiest and best way and to add another syscall is a bad idea. -- ciao - Stefan " ( cd /lib ; ln -s libBrokenLocale-2.2.so libNiedersachsen.so ) " Stefan TrabyLinux/ia32 fax: +43-3133-6107-9 Mitterlasznitzstr. 13 Linux

Re: ramfs problem... (unlink of sparse file in "D" state)

2001-01-08 Thread Stefan Traby
On Mon, Jan 08, 2001 at 08:35:10AM -0500, Alexander Viro wrote: > On Mon, 8 Jan 2001, Stefan Traby wrote: > > Try 'getconf LINK_MAX /ramfs'. > > While the result (127) is in some way SuS/POSIXLY_CORRECT, > > it's not the truth. > > > > Why not st

Re: ramfs problem... (unlink of sparse file in "D" state)

2001-01-08 Thread Stefan Traby
lt (127) is in some way SuS/POSIXLY_CORRECT, it's not the truth. Why not start to fix this problem outside the funny switch/case in glibc ? The filesystem itself should able to handle this. -- ciao - Stefan " ( cd /lib ; ln -s libBrokenLocale-2.2.so libNiedersachsen

Re: Journaling: Surviving or allowing unclean shutdown?

2001-01-06 Thread Stefan Traby
last commited transaction. IMHO Chris Mason already wrote such code, at least he talked about it... -- ciao - Stefan " ( cd /lib ; ln -s libBrokenLocale-2.2.so libNiedersachsen.so ) " Stefan TrabyLinux/ia32 fax: +43-3133-6107-9 Mitterlas

modprobe ipv6 gives -1 usage count was [ramfs problem...]

2001-01-05 Thread Stefan Traby
On Sat, Jan 06, 2001 at 12:18:56AM -0500, Alexander Viro wrote: > > > On Sat, 6 Jan 2001, Stefan Traby wrote: > > > On Fri, Jan 05, 2001 at 11:52:31PM -0500, Alexander Viro wrote: > > > On Sat, 6 Jan 2001, Stefan Traby wrote: > > > > > > &g

Re: ramfs problem... (unlink of sparse file in "D" state)

2001-01-05 Thread Stefan Traby
On Fri, Jan 05, 2001 at 11:52:31PM -0500, Alexander Viro wrote: > On Sat, 6 Jan 2001, Stefan Traby wrote: > > > Then I tried to unlink the file by running rm lfs.file log. > > > > The rm process (and an ls process that I started after that) > > are now in "

ramfs problem... (unlink of sparse file in "D" state)

2001-01-05 Thread Stefan Traby
/lib ; ln -s libBrokenLocale-2.2.so libNiedersachsen.so ) " Stefan TrabyLinux/ia32 fax: +43-3133-6107-9 Mitterlasznitzstr. 13 Linux/alphaphone: +43-3133-6107-2 8302 Nestelbach Linux/sparc http://www.hello-penguin.com Austri

Re: Journaling: Surviving or allowing unclean shutdown?

2001-01-04 Thread Stefan Traby
on "ro" or by giving an invalid view by "noreplay") -- ciao - Stefan " ( cd /lib ; ln -s libBrokenLocale-2.2.so libNiedersachsen.so ) " Stefan TrabyLinux/ia32 fax: +43-3133-6107-9 Mitterlasznitzstr. 13 Linux/alpha

Re: Journaling: Surviving or allowing unclean shutdown?

2001-01-04 Thread Stefan Traby
cal on root filesystem, because there is IMHO no way to specify mount arguments to the "/" mount, except ro/rw. -- ciao - Stefan " ( cd /lib ; ln -s libBrokenLocale-2.2.so libNiedersachsen.so ) " Stefan TrabyLinux/ia32 f

Re: Chipsets, DVD-RAM, and timeouts....

2001-01-01 Thread Stefan Traby
|| (blksize != 512 && blksize != 1024)) goto out_fail; /* N.B. we should parse directly into the sb structure */ memcpy(&(sbi->options), &opts, sizeof(struct fat_mount_options)); -- ciao - Stefan " ( cd /lib ; ln -s

Re: test13-pre5

2000-12-29 Thread Stefan Traby
p, start); p = xdr_encode_hyper(p, len); -- ciao - Stefan " export PS1="rms# " " Stefan TrabyLinux/ia32 fax: +43-3133-6107-9 Mitterlasznitzstr. 13 Linux/alphaphone

Re: test13-pre5

2000-12-28 Thread Stefan Traby
nux-2.4.0-test13pre5/fs' make: *** [_mod_fs] Error 2 The question is: Is it worth to apply ? -- ciao - Stefan "export PS1="((((rms# " " Stefan TrabyLinux/ia32 fax: +43-3133-6107-9 Mitt

Re: What is up with Redhat 7.0?

2000-09-30 Thread Stefan Traby
o - Stefan " A standard that defines "bc" but not "dc" is broken by design - SUS " Stefan TrabyLinux/ia32 fax: +43-3133-6107-9 Mitterlasznitzstr. 13 Linux/alphaphone: +43-3133-6107-2