From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fr1.as29.net ([62.210.131.231]:51992 "EHLO toothrot.meleeweb.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751626AbaHPS7v (ORCPT ); Sat, 16 Aug 2014 14:59:51 -0400 From: Bertrand Jacquin Subject: [PATCH 0/3] handle module compression at install Date: Sat, 16 Aug 2014 20:50:13 +0200 Message-Id: <1408215016-1848-1-git-send-email-beber@meleeweb.net> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Rusty Russell , linux-kbuild@vger.kernel.org Cc: Bertrand Jacquin , linux-kernel@vger.kernel.org, Willy Tarreau 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 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 | 15 +++++++++++++++ init/Kconfig | 43 +++++++++++++++++++++++++++++++++++++++++++ scripts/Makefile.modinst | 7 ++++++- scripts/Makefile.modsign | 2 +- 4 files changed, 65 insertions(+), 2 deletions(-) -- 2.0.4