Re: [Lzip-bug] I have some practical question about lzip patch for linux kernel (about lzip-ed kernel modules)

2018-04-16 Thread Matias Fonzo
Hello, On Mon, 16 Apr 2018 16:06:11 +0200 "Mioljub Ivanović" wrote: > I just compiled linux-4.14.33 kernel patched with aufs and lzip patch > with following .config file - I used lzip compression also to > compress kernel modules. You can see this in my .config file. I > compiled kmod with exper

Re: [Lzip-bug] I have some practical question about lzip patch for linux kernel (about lzip-ed kernel modules)

2018-04-16 Thread Antonio Diaz Diaz
Thanks Matias. Matias Fonzo wrote: Yes. It is true that you can patch the kernel against aufs, and also there is an available patch from the Lzip project to add support of lzip into the kernel, this support is currently limited for compressed initramfs. Lzip won't work for the kernel modules,

Re: [Lzip-bug] I have some practical question about lzip patch for linux kernel (about lzip-ed kernel modules)

2018-04-16 Thread Antonio Diaz Diaz
Mioljub Ivanović wrote: Please would You send me script for recursively uncompressing lzipped kernel modules in kernel modules folder. My machine does not have a /proc/modules directory, so I'm not sure if the following command will work for you: 'lzip -d /*.lz' I will wait for Your unoff

Re: [Lzip-bug] I have some practical question about lzip patch for linux kernel (about lzip-ed kernel modules)

2018-04-16 Thread Matias Fonzo
On Mon, 16 Apr 2018 23:56:18 +0200 Antonio Diaz Diaz wrote: > Mioljub Ivanović wrote: > > Please would You send me script for recursively uncompressing > > lzipped kernel modules in kernel modules folder. > > My machine does not have a /proc/modules directory, so I'm not sure > if the followin