Re: [RFC] Rollback FS

2013-10-20 Thread Kristof Provost
On 2013-10-20 15:06:33 (+0800), jiaweiwei wrote: > We could implement a File System to record all the operations which > send to VFS. Then when you think you have done a mistake command, you > could rollback from this File System. > > This is just a RFC, I would give detail implementations. Would

Re: lockdep warnings in ipv6

2008-02-24 Thread Kristof Provost
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2008-02-24 13:10:58 (+0100), Jan Engelhardt <[EMAIL PROTECTED]> wrote: > Hi, > > > when doing IPv6 (ping6, ssh otherhost, etc.), lockdep spews a warning in > 2.6.25-rc2 on the target. CONFIG_..._FRAME_POINTER is off, I think that's the same bug I

Re: compile error in 2.6.24-rc1-git6 HEAD is on ea45d15394c57cb214aef8e6d40976c128995d43

2007-10-30 Thread Kristof Provost
On 2007-10-30 21:44:18 (+0100), Oliv?r Pint?r <[EMAIL PROTECTED]> wrote: > CHECK include/linux/tipc_config.h > /home/oliver/develop/kernel/v2.6.24-git1-git6+/usr/include/linux/tipc_config.h > requires linux/string.h, which does not exist in exported headers > make[3]: *** > [/home/oliver/devel

Re: [PATCH] several returns before unlocking in lmc_ioctl

2007-10-30 Thread Kristof Provost
On 2007-10-30 20:15:12 (+0100), Roel Kluin <[EMAIL PROTECTED]> wrote: > Kristof Provost wrote: > > I think you have an extra curly brace there. It breaks compile on my > > system. > > You are right. thanks for notifying me and sorry for the troubl

Re: [PATCH] several returns before unlocking in lmc_ioctl

2007-10-30 Thread Kristof Provost
On 2007-10-23 03:47:48 (+0200), Roel Kluin <[EMAIL PROTECTED]> wrote: > I think we should keep the lmc_tracing. Use this patch instead. > > -- > Several returns before unlocking in lmc_ioctl > > Signed-off-by: Roel Kluin <[EMAIL PROTECTED]> > --- > diff --git a/drivers/net/wan/lmc/lmc

Re: [BUG] memory leak in dm

2007-10-16 Thread Kristof Provost
On 2007-10-16 15:23:46 (+0200), Jan-Simon M?ller <[EMAIL PROTECTED]> wrote: > Am Dienstag 16 Oktober 2007 13:44:58 schrieb Jens Axboe: > > Please try with this patch from Neil. > Tried the patch. Now its usable - as far as i can say. Compiled a fresh > kernel > to "stress" the system (make -j3).

[BUG] memory leak in dm

2007-10-16 Thread Kristof Provost
Hi, I'm seeing a serious memory leak whenever I use my /home partition. It's an encrypted partition using dm-crypt. Simply running 'stress -d 5' is enough to exhaust the memory in a few minutes. When I stop 'stress' the memory isn't returned. This doesn't seem to happen when I run stress on a n

Re: No linux/module.h

2007-09-26 Thread Kristof Provost
On 2007-09-26 11:29:33 (+0100), mahamuni ashish <[EMAIL PROTECTED]> wrote: > I am writing simple kernel module. > I have included linux/module.h > compiler gives me error that no such file, I also > searched it on my machine. > It really doesn't exist. I am using fedora 6. > How do I install requir

Re: Multi kernel tree support on the same distro?

2007-01-04 Thread Kristof Provost
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 > Hello All, > > I am looking to use multiple kernel trees on the same distro. Example:- > > 2.6.19.1 for - software/tools development > 2.4.34for - embedded systems development. > > I do know that 2.6 supports embedded in a big waybut