Bug#772628: Patch for kmod package to support compression

2016-01-26 Thread debian
Problem still exists with kmod_22-1.

Bug#772628: Patch for kmod package to support compression

2015-08-14 Thread Tong Zhang
I am running linux on an embedded system with 2GB flash drive. Kernel modules installed on this system are gzip format. But I found that kmod shipped with debian does not support .ko.gz format yet. I have to recompile kmod to make it work.

Bug#772628: Patch for kmod package to support compression

2015-06-04 Thread Andreas Mohr
Since I managed to mess up things by telling my own new story rather than having stumbled upon this detailed pre-existing item (via proper research, that is...), I now see it as my duty to at least reference the new discussion's URL here: "[PATCH] modules: CONFIG_MODULE_COMPRESS: add hint that user

Bug#772628: Patch for kmod package to support compression

2015-03-01 Thread Zephaniah E. Loss-Cutler-Hull
On 03/01/2015 11:30 AM, Marco d'Itri wrote: > On Feb 28, "Zephaniah E. Loss-Cutler-Hull" wrote: > >> Is there anything blocking this being applied that I could help with? > I just do not seen a big use case for enabling this feature. > Well, enabling an option to compress things and then finding o

Bug#772628: Patch for kmod package to support compression

2015-03-01 Thread Marco d'Itri
On Feb 28, "Zephaniah E. Loss-Cutler-Hull" wrote: > Is there anything blocking this being applied that I could help with? I just do not seen a big use case for enabling this feature. -- ciao, Marco pgpyP3rhuuVZe.pgp Description: PGP signature

Bug#772628: Patch for kmod package to support compression

2015-02-28 Thread Zephaniah E. Loss-Cutler-Hull
I can confirm that the patch works here, and that I need it as well. Is there anything blocking this being applied that I could help with? Regards, Zephaniah E. Loss-Cutler-Hull. signature.asc Description: OpenPGP digital signature

Bug#772628: Patch for kmod package to support compression

2014-12-15 Thread Tomas Janousek
Hi, On Mon, Dec 15, 2014 at 02:45:21AM +0100, Marco d'Itri wrote: > On Dec 15, Tomas Janousek wrote: > > I'm attaching a patch for the Debian package which enables building > > with xz/zlib. > > Why enable support for both? Because we don't know what the users will use. I used xz as I don't mi

Bug#772628: Patch for kmod package to support compression

2014-12-14 Thread Marco d'Itri
On Dec 15, Tomas Janousek wrote: > I'm attaching a patch for the Debian package which enables building > with xz/zlib. Why enable support for both? -- ciao, Marco pgpt4WvyNERhc.pgp Description: PGP signature

Bug#772628: Patch for kmod package to support compression

2014-12-14 Thread Tomas Janousek
Hi, I'm attaching a patch for the Debian package which enables building with xz/zlib. -- Tomáš Janoušek, a.k.a. Liskni_si, http://work.lisk.in/ From 6230f6eda014bc2c2f13d11943cb72187e65695e Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sun, 14 Dec 2014 23:55:39 +0100 Subject: [PATCH] ena