Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755024AbbKRAXM (ORCPT ); Tue, 17 Nov 2015 19:23:12 -0500 Received: from mail-yk0-f170.google.com ([209.85.160.170]:35285 "EHLO mail-yk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754085AbbKRAXK (ORCPT ); Tue, 17 Nov 2015 19:23:10 -0500 MIME-Version: 1.0 From: Lucas De Marchi Date: Tue, 17 Nov 2015 22:22:49 -0200 Message-ID: Subject: [ANNOUNCE] kmod 22 To: linux-modules Cc: Rusty Russell , lkml Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1672 Lines: 56 kmod 22 is out: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-22.tar.xz ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-22.tar.sign Tiny release: - Tools: - Change defaul log level for tools to WARNING rather than ERROR and update some log levels for current messages - depmod doesn't fallback to uname if a bad version is passed in the command line anymore. We just exit with an error. - insmod was taught the -f flag, just like in modprobe. It was previously silently ignoring it. - libkmod - New kmod_get_dirname() API to get the module directory set in the context - Bug fixes: - Fix return code in error path of kmod_module_insert_module(). We were previously returning ENOSYS rather than ENOENT. Shortlog: Laura Abbott (5): README: Indicate cython requirements modprobe: Update error message when path is missing Change default log level depmod: Remove unprinted debug messages depmod: Don't fall back to uname on bad version Lucas De Marchi (4): Add README.md file with build details libkmod-module: fix return code in error path libkmod: export new kmod_get_dirname() function kmod 22 Natanael Copa (1): build: let sed use posix ERE instead of GNU extension Philippe De Swert (1): insmod: do support -f Lucas De Marchi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/