All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] kmod 6
@ 2012-03-03  4:39 ` Lucas De Marchi
  0 siblings, 0 replies; 4+ messages in thread
From: Lucas De Marchi @ 2012-03-03  4:39 UTC (permalink / raw)
  To: linux-modules, LKML, linux-hotplug

Hey!! kmod 6 is out:

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

The first noticeable change is that we are now hosting kmod on
kernel.org. The new repository can be found here:

http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary

This version is very shorter than previous and this only indicates we
are reaching a maintenance phase. Everyone is advised to upgrade from
previous versions (including distros packaging kmod 5 and wanting to
freeze in that version). There were some important bugs fixed. Check
NEWS file for more information:
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=blob;f=NEWS;h=4181097b8334e6145e556fc12ee42922d5751fb3;hb=HEAD


Shortlog is below. Thanks for everyone that helped with this release.

Lucas De Marchi


Dan McGee (1):
      testsuite: libtestsuite depends on individual components

Dave Reisner (5):
      testsuite: add .path member to test struct
      libkmod/module: add kmod_module_apply_filter method
      modinfo: use new apply_filter method to avoid builtins
      find builtins by property, not initstate
      modprobe: show builtin label on --show-depends

Lucas De Marchi (30):
      libkmod-module: probe: Fix ignore-loaded flag not being applied
      testsuite: macronify main function
      testsuite: macronify test definitions
      testsuite: update README file
      testsuite: add tests to modprobe --show-depends
      build-sys: add rule to pack rootfs
      Check if libc has __xstat
      Mark functions with attribute noreturn
      test: remove test-state
      libkmod-module: probe: fix infinite loop with softdeps
      libkmod-index: don't print an error if index doesn't exist
      TODO: add tasks and bug fixes
      testsuite: add test for builtins with modprobe
      kmod-module: lookup: search modules.builtin file too
      testsuite: fix color of unexpected failure
      Downgrade log level when modules.dep{,.bin} don't exist
      Add missing newlines
      libkmod-module: probe: check if module exists for install cmds
      TODO: update and organize items
      libkmod-module: don't treat "coming" as in-kernel
      Move repository to kernel.org
      libkmod-module: fill builtin's name
      libkmod-index: free node when we have only partial match
      man: detail modprobe.blacklist in kcmdline
      Downgrade log message: refcnt file may not exist
      libkmod-index: do not pre-populate mmap
      Fix wrong printf format string
      Add kmod_module_apply_filter() to doc-sections file
      Use upper case after Deprecated in doc
      kmod 6

Wouter van Kesteren (1):
      Fix path.c's function pointer defenitions.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ANNOUNCE] kmod 6
@ 2012-03-03  4:39 ` Lucas De Marchi
  0 siblings, 0 replies; 4+ messages in thread
From: Lucas De Marchi @ 2012-03-03  4:39 UTC (permalink / raw)
  To: linux-modules, LKML, linux-hotplug

Hey!! kmod 6 is out:

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

The first noticeable change is that we are now hosting kmod on
kernel.org. The new repository can be found here:

http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary

This version is very shorter than previous and this only indicates we
are reaching a maintenance phase. Everyone is advised to upgrade from
previous versions (including distros packaging kmod 5 and wanting to
freeze in that version). There were some important bugs fixed. Check
NEWS file for more information:
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=blob;f=NEWS;hA81097b8334e6145e556fc12ee42922d5751fb3;hb=HEAD


Shortlog is below. Thanks for everyone that helped with this release.

Lucas De Marchi


Dan McGee (1):
      testsuite: libtestsuite depends on individual components

Dave Reisner (5):
      testsuite: add .path member to test struct
      libkmod/module: add kmod_module_apply_filter method
      modinfo: use new apply_filter method to avoid builtins
      find builtins by property, not initstate
      modprobe: show builtin label on --show-depends

Lucas De Marchi (30):
      libkmod-module: probe: Fix ignore-loaded flag not being applied
      testsuite: macronify main function
      testsuite: macronify test definitions
      testsuite: update README file
      testsuite: add tests to modprobe --show-depends
      build-sys: add rule to pack rootfs
      Check if libc has __xstat
      Mark functions with attribute noreturn
      test: remove test-state
      libkmod-module: probe: fix infinite loop with softdeps
      libkmod-index: don't print an error if index doesn't exist
      TODO: add tasks and bug fixes
      testsuite: add test for builtins with modprobe
      kmod-module: lookup: search modules.builtin file too
      testsuite: fix color of unexpected failure
      Downgrade log level when modules.dep{,.bin} don't exist
      Add missing newlines
      libkmod-module: probe: check if module exists for install cmds
      TODO: update and organize items
      libkmod-module: don't treat "coming" as in-kernel
      Move repository to kernel.org
      libkmod-module: fill builtin's name
      libkmod-index: free node when we have only partial match
      man: detail modprobe.blacklist in kcmdline
      Downgrade log message: refcnt file may not exist
      libkmod-index: do not pre-populate mmap
      Fix wrong printf format string
      Add kmod_module_apply_filter() to doc-sections file
      Use upper case after Deprecated in doc
      kmod 6

Wouter van Kesteren (1):
      Fix path.c's function pointer defenitions.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] kmod 6
  2012-03-03  4:39 ` Lucas De Marchi
@ 2012-03-03  4:56   ` Lucas De Marchi
  -1 siblings, 0 replies; 4+ messages in thread
From: Lucas De Marchi @ 2012-03-03  4:56 UTC (permalink / raw)
  To: Lucas De Marchi; +Cc: linux-modules, LKML, linux-hotplug

On Sat, Mar 3, 2012 at 01:39, Lucas De Marchi
<lucas.demarchi@profusion.mobi> wrote:
> Hey!! kmod 6 is out:
>
> ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-6.tar.xz
> ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-6.tar.sign
>
> The first noticeable change is that we are now hosting kmod on
> kernel.org. The new repository can be found here:
>
> http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
>
> This version is very shorter than previous and this only indicates we
> are reaching a maintenance phase. Everyone is advised to upgrade from
> previous versions (including distros packaging kmod 5 and wanting to
> freeze in that version). There were some important bugs fixed. Check
> NEWS file for more information:
> http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=blob;f=NEWS;h=4181097b8334e6145e556fc12ee42922d5751fb3;hb=HEAD

This link is wrong, it should be the following one:

http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=blob;f=NEWS;h=809cfaf90526e0579b08ad3661ca4593e726a6ba;hb=26906fe73eb8ca40761c0378ccdc1f2ed9a15a08

Lucas De Marchi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] kmod 6
@ 2012-03-03  4:56   ` Lucas De Marchi
  0 siblings, 0 replies; 4+ messages in thread
From: Lucas De Marchi @ 2012-03-03  4:56 UTC (permalink / raw)
  To: Lucas De Marchi; +Cc: linux-modules, LKML, linux-hotplug

On Sat, Mar 3, 2012 at 01:39, Lucas De Marchi
<lucas.demarchi@profusion.mobi> wrote:
> Hey!! kmod 6 is out:
>
> ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-6.tar.xz
> ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-6.tar.sign
>
> The first noticeable change is that we are now hosting kmod on
> kernel.org. The new repository can be found here:
>
> http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
>
> This version is very shorter than previous and this only indicates we
> are reaching a maintenance phase. Everyone is advised to upgrade from
> previous versions (including distros packaging kmod 5 and wanting to
> freeze in that version). There were some important bugs fixed. Check
> NEWS file for more information:
> http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=blob;f=NEWS;hA81097b8334e6145e556fc12ee42922d5751fb3;hb=HEAD

This link is wrong, it should be the following one:

http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=blob;f=NEWS;h€9cfaf90526e0579b08ad3661ca4593e726a6ba;hb&906fe73eb8ca40761c0378ccdc1f2ed9a15a08

Lucas De Marchi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-03  4:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-03  4:39 [ANNOUNCE] kmod 6 Lucas De Marchi
2012-03-03  4:39 ` Lucas De Marchi
2012-03-03  4:56 ` Lucas De Marchi
2012-03-03  4:56   ` Lucas De Marchi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.