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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAKi4VAKaZPtGvT9gwTOmoTG8mpnn05ybSSeNde8VPOcczLuChg@mail.gmail.com>
Date:	Tue, 9 Jun 2015 02:49:21 -0300
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 21

kmod 21 is out:

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

Small release with just 3 changes worth mentioning. From the NEWS file:

- New features:
        - kmod tool started to learn the "insert" and "remove" commands that
          are the simplified versions of the older modprobe tool.  These
          commands are still work in progress so they are hidden behind a
          --enable-experimental flag during build.  It should not be enabled
          unless you know what you're doing.
        - kmod tool now prints the relevant configuration options it was built
          with when the "--version" argument is passed. This helps to mitigate
          problems for example when the user is trying to load a compressed
          module but kmod was built without support for the compression method.

- Improvements to testsuite:
        - Cache built modules so it is easier to run "make check" on build
          servers by distro maintainers. If kmod is configured with
          --disable-test-modules the modules from cache will be used by
          "make check". No changes to the tests are needed and all of them
          can run fine.

Shortlog:

Lucas De Marchi <lucas.demarchi@...el.com> (12):
      build: use dolt
      build: sync dolt with upstream
      util: use UINT64_MAX
      build: cache modules from playground
      tools: Hide new commands behind experimental flag
      tools: add PACKAGE definition in message
      build: add function to build string of features
      build: add relevant features to KMOD_FEATURES in config.h
      tools: display features in --version
      build: silence stderr on coverity rules
      build: add cache to distributed files
      kmod 21

Caio Marcelo de Oliveira Filho <caio.oliveira@...el.com> (3):
      testsuite: remove .gitignore files when populating rootfs
      testsuite: update README
      tools: add basic versions of insert and remove

Santiago Vila <sanvila@...x.es> (2):
      Fix spurious spaces in lsmod output
      kmod: fix small typo in rmmod(8)

-- 
Lucas De Marchi
--
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