lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 22 Dec 2013 19:50:00 -0200
From:	Lucas De Marchi <lucas.de.marchi@...il.com>
To:	linux-modules <linux-modules@...r.kernel.org>
Cc:	Rusty Russell <rusty@...tcorp.com.au>,
	lkml <linux-kernel@...r.kernel.org>
Subject: [ANNOUNCE] kmod 16

kmod 16 is out:

ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-16.tar.xz
ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-16.tar.sign

Most important change besides the bug fixes are:

 * we don't have an option in rmmod to wait module removal anymore.
This is gone from kernel and now is gone from kmod too. The constant
KMOD_REMOVE_NOWAIT in libkmod is still there for backward
compatibility but it's always enforced, passing O_NONBLOCK to
delete_module(2).

 * warn on wrong devname specification in depmod to help kernel
developers catch the bug earlier.

Shortlog is below.


Lucas De Marchi

---

Anders Olofsson (1):
      build: Allow disabling maintainer mode

John Spencer (1):
      testsuite: fix usage of reserved names

Lucas De Marchi (19):
      Fix usage of readdir_r()
      build: remove check for typeof
      util: Add ALIGN_POWER2
      libkmod-hash: always align n_buckets to power of 2
      libkmod: always pass O_NONBLOCK to kernel
      rmmod: remove --wait option
      NEWS: add entries
      build-sys: enable colored diagnostics if available
      testsuite: Move test-alias to test-util
      util: Add cleanup attribute
      config: Use _cleanup_free_
      util: use _cleanup_free_ on path_make_absolute_cwd()
      testsuite: add basic test for getline_wrapped
      util: Be OOM-safe and use _cleanup_free_
      array: avoid duplicate code to reallocate
      file: use _cleanup_free_
      module: use _cleanup_free and remove useless call to free()
      Use C11's noreturn
      kmod 16

Saul Wold (2):
      Makefile.am: Add target to all cross-compilation of testsuite
      Makefile.am: add mkdir testsuite

Thomas Petazzoni (1):
      Add configure check for _Static_assert()

Tom Gundersen (1):
      depmod: warn on invalid devname specification
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ