[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAMOw1v6gc-NV8M8cHX9novwDv57zWMtoLHn6P22GGJ0QW2wFww@mail.gmail.com>
Date: Wed, 5 Dec 2012 01:52:57 -0200
From: Lucas De Marchi <lucas.demarchi@...fusion.mobi>
To: linux-modules <linux-modules@...r.kernel.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
linux-hotplug <linux-hotplug@...r.kernel.org>,
Rusty Russell <rusty@...tcorp.com.au>
Subject: [ANNOUNCE] kmod 12
kmod 12 is out:
ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-12.tar.xz
ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-12.tar.sign
Bug fix release only. Copying the NEWS section here for brevity:
- Fix removing vermagic from module when told to force load a module
- Fix removing __versions section when told to force load a module: we
need to mangle the section header, not the section.
- modinfo no longer fails while loading a module from file when path
contains ".ko" substring
Interesting that there was no previous bug report of "modprobe -f"
failing, yet before this release it was not working properly. Maybe
people are not tainting their kernel as frequently as I imagined.
Shortlog is below.
Cheers
Lucas De Marchi
---
Aleksey Makarov (1):
fix is_module_filename()
Lucas De Marchi (7):
depmod: fix hash lookup by relpath instead of uncrelpath
depmod: fix asserting mod->kmod == NULL
libkmod-module: Remove key+value vermagic from .modinfo section
libkmod-module: mangle the section header, not the section
Use bool instead of int
depmod: fix checking file extension
kmod 12
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists