Bug#886329: [Filesystems-devel] Bug#886329: Bug#886329: Bug#886329: aufs-dkms: Cannot use aufs union mount with Linux 4.14.7-1: kernel BUG at /var/lib/dkms/aufs/4.14+20171218/build/fs/aufs/finfo.c:113

2018-02-22 Thread sfjro
sf...@users.sourceforge.net: > Thanx for the interesting bug report. > Although I could not reproduce the bug, I'm afraid it is an aufs > problem. I will try more and investigate it, but it may take some time. On the report, I can see that you use aufs in qemu. Would you kindly tell me how you

Bug#886329: [Filesystems-devel] Bug#886329: Bug#886329: Bug#886329: aufs-dkms: Cannot use aufs union mount with Linux 4.14.7-1: kernel BUG at /var/lib/dkms/aufs/4.14+20171218/build/fs/aufs/finfo.c:113

2018-02-22 Thread sfjro
intrigeri: > OK, sorry. I got confused by: > >I am interested in why you set '1' to the aufs module parameter "debug". >If you had not set, this bug would not appear I guess. Did you see >something wrong without setting "debug"? > > =E2=80=A6 which seemed to refer to that module

Bug#886329: [Filesystems-devel] Bug#886329: Bug#886329: Bug#886329: aufs-dkms: Cannot use aufs union mount with Linux 4.14.7-1: kernel BUG at /var/lib/dkms/aufs/4.14+20171218/build/fs/aufs/finfo.c:113

2018-02-22 Thread sfjro
intrigeri: > Same problem without debug=1: That is not what I meant. -- As you might know, LOCKDEP is a kernel debugging feature and AuRwDestroy() macro is enabled only when CONFIG_AUFS_DEBUG is enabled. So I guess if you

Bug#886329: [Filesystems-devel] Bug#886329: Bug#886329: Bug#886329: aufs-dkms: Cannot use aufs union mount with Linux 4.14.7-1: kernel BUG at /var/lib/dkms/aufs/4.14+20171218/build/fs/aufs/finfo.c:113

2018-02-21 Thread sfjro
Jan Luca Naumann: > I could reproduce the bug using a 4.15 kernel. Could you please take a > look into this? Thanx for the interesting bug report. Although I could not reproduce the bug, I'm afraid it is an aufs problem. I will try more and investigate it, but it may take some time. I am

Bug#884008: aufs4 GIT release (linux-v4.15-rc3)

2017-12-17 Thread sfjro
o minor - remove a harmless warning about the internal file-close, reported by Ralf Jung. J. R. Okajima - aufs4-linux.git aufs: remove a warning about the internal file-close - aufs4-standalone.git ditto - aufs-util.git nothing

Bug#884008: [Filesystems-devel] Bug#884008: aufs-dkms: aufs triggers kernel WARN during boot

2017-12-14 Thread sfjro
Hi, Ralf Jung: > I am only getting this warning during a boot, it disappears after a > while -- no idea why. I guess the reason is the kernel thread who releases the internal file object asynchronously. During the boot, the thread might not be prepared yet. J. R. Okajima

Bug#884008: [Filesystems-devel] Bug#884008: aufs-dkms: aufs triggers kernel WARN during boot

2017-12-13 Thread sfjro
(removed aufs-users ML from Cc:) Ralf Jung: > Oh wow, that's a long list... Thanx for the report, anyway. > > - linux kernel version > > if your kernel is not plain, for example modified by distributor, > > the url where i can download its source is necessary too. > > Linux

Bug#884008: [Filesystems-devel] Bug#884008: aufs-dkms: aufs triggers kernel WARN during boot

2017-12-10 Thread sfjro
Hello Jan, Jan Luca Naumann: > the following Debian bug (see also webpage [1]) seems to be a upstream > problem of the aufs-kernel-module. Could you take a look into it? Please provide me these necessary info. (from aufs README file)

Bug#843846: [Filesystems-devel] Bug#843846: aufs for 4.8: "../fs/mount.h not found" when enabling NFS export

2016-11-21 Thread sfjro
_FUSE only. So it should be refined by "#ifdef CONFIG_AUFS_BR_FUSE". Reported-by: Jan Luca Naumann <j.naum...@fu-berlin.de> See-also: https://github.com/sfjro/aufs4-standalone/pull/1 Reported-by: Philipp Marek <philipp.ma...@linbit.com> See-also: https://bugs.debian.o

Bug#843846: [Filesystems-devel] Bug#843846: aufs for 4.8: "../fs/mount.h not found" when enabling NFS export

2016-11-10 Thread sfjro
Jan Luca Naumann: > Caution: linux/mount.h is not the same as fs/mount.h, see > https://github.com/torvalds/linux/blob/master/fs/mount.h > vs. > https://github.com/torvalds/linux/blob/master/include/linux/mount.h Exactly. How about specifying EXTRA_CFLAGS in your "make" cmdline? J. R. Okajima

Bug#554120: aufs2 in Debian

2009-11-04 Thread sfjro
Ben Hutchings: The code says: BUILD_BUG_ON(sizeof(ino_t) !=3D sizeof(long)); return ALIGN(sizeof(struct au_vdir_de) + nlen, sizeof(ino_t)); but on alpha, sizeof(ino_t) =3D=3D 4 but sizeof(long) =3D=3D 8. I decided to remove the BUILD_BUG_ON() line simply. If you want to

Bug#554120: aufs2 in Debian

2009-11-02 Thread sfjro
Hello Ben, Ben Hutchings: The code says: BUILD_BUG_ON(sizeof(ino_t) !=3D sizeof(long)); return ALIGN(sizeof(struct au_vdir_de) + nlen, sizeof(ino_t)); but on alpha, sizeof(ino_t) =3D=3D 4 but sizeof(long) =3D=3D 8. Is it really necessary that these types have the same