[PATCH 3/3] modsign: lookup lines ending in .ko in .mod files

2014-08-19 Thread Bertrand Jacquin
modules) ? Reviewed-by: Willy Tarreau Signed-off-by: Bertrand Jacquin --- scripts/Makefile.modsign | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.modsign b/scripts/Makefile.modsign index abfda62..b6ac708 100644 --- a/scripts/Makefile.modsign +++ b/scripts

[PATCH 2/3] kbuild: handle module compression while running 'make modules_install'.

2014-08-19 Thread Bertrand Jacquin
with signed modules while the signed module is compressed. module-init-tools or kmod handles decompression and provide to other layer the uncompressed but signed payload. Reviewed-by: Willy Tarreau Signed-off-by: Bertrand Jacquin --- Makefile | 15 +++ init/Kcon

[PATCH 1/3] modinst: wrap long lines in order to enhance cmd_modules_install

2014-08-19 Thread Bertrand Jacquin
Note: shouldn't we use 'install -D $(2)/$@ $@' instead of mkdir and cp ? Reviewed-by: Willy Tarreau Signed-off-by: Bertrand Jacquin --- scripts/Makefile.modinst | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.modinst b/scripts/Makefil

[PATCHv2 0/3] handle module compression at install

2014-08-19 Thread Bertrand Jacquin
prove no gain is made using them. Bertrand Jacquin (3): modinst: wrap long lines in order to enhance cmd_modules_install kbuild: handle module compression while running 'make modules_install'. modsign: lookup lines ending in .ko in .mod files Makefile

Re: [PATCH 2/3] kbuild: handle module compression while running 'make modules_install'.

2014-08-19 Thread Bertrand Jacquin
Hi, D'ar meurzh 19 a viz Eost 2014 e 19 eur 55, « Rusty Russell » he deus skrivet : > Andi Kleen writes: > > Bertrand Jacquin writes: > >> > >> +# CONFIG_MODULE_COMPRESS, if defined, will cause module to be compressed > >> +# a

Re: [PATCH 2/3] kbuild: handle module compression while running 'make modules_install'.

2014-08-19 Thread Bertrand Jacquin
Hi, D'ar meurzh 19 a viz Eost 2014 e 15 eur 17, « Andi Kleen » he deus skrivet : > Bertrand Jacquin writes: > > > > +# CONFIG_MODULE_COMPRESS, if defined, will cause module to be compressed > > +# after they are installed in agreement with CONFIG_MODU

[PATCH 1/3] modinst: wrap long lines in order to enhance cmd_modules_install

2014-08-16 Thread Bertrand Jacquin
Note: shouldn't we use 'install -D $(2)/$@ $@' instead of mkdir and cp ? Reviewed-by: Willy Tarreau Signed-off-by: Bertrand Jacquin --- scripts/Makefile.modinst | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.modinst b/scripts/Makefil

[PATCH 0/3] handle module compression at install

2014-08-16 Thread Bertrand Jacquin
Hi, Here is patchset based on tag v3.17-rc1 that aims to handle kernel modules compression while running make modules_install. Details about this operation are present in patch 2/3. Please Cc me, as I'm not subscribed to LKML. Bertrand Jacquin (3): modinst: wrap long lines in ord

[PATCH 3/3] modsign: lookup lines ending in .ko in .mod files

2014-08-16 Thread Bertrand Jacquin
modules) ? Reviewed-by: Willy Tarreau Signed-off-by: Bertrand Jacquin --- scripts/Makefile.modsign | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.modsign b/scripts/Makefile.modsign index abfda62..b6ac708 100644 --- a/scripts/Makefile.modsign +++ b/scripts

[PATCH 2/3] kbuild: handle module compression while running 'make modules_install'.

2014-08-16 Thread Bertrand Jacquin
d. module-init-tools or kmod handles decompression and provide to other layer the uncompressed but signed payload. Reviewed-by: Willy Tarreau Signed-off-by: Bertrand Jacquin --- Makefile | 15 +++ init/Kconfig | 43