[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. v19-3-g08762d8

Dave Reisner dreisner at archlinux.org
Thu Jun 30 11:08:28 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official mkinitcpio repository".

The branch, master has been updated
       via  08762d8401ff8e01a3c7a1558e69d5c30c983d20 (commit)
       via  73189f9515cc40015381a24731205c493107f04f (commit)
       via  97ac4d37aae084a050be512f6d8f4489054668ad (commit)
      from  730bf42e4ce461c654598effcc04b7bde4367de7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 08762d8401ff8e01a3c7a1558e69d5c30c983d20
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jun 26 12:41:09 2016 -0400

    add f2fs quirk for libcrc32c
    
    ref: https://bugs.archlinux.org/task/49380

commit 73189f9515cc40015381a24731205c493107f04f
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jun 26 12:28:39 2016 -0400

    handle the case of modinfo returning multiple modules
    
    This is true of more and more modules with the advent of aliases, e.g.
    
      $ modinfo -F filename crc32c
      /lib/modules/4.6.2-rampage/kernel/arch/x86/crypto/crc32c-intel.ko.gz
      /lib/modules/4.6.2-rampage/kernel/crypto/crc32c_generic.ko.gz

commit 97ac4d37aae084a050be512f6d8f4489054668ad
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jun 26 09:26:03 2016 -0400

    Handle softdeps in modules
    
    modinfo outputs softdeps which we can add if they exist (failing
    quietly on not-found). this obviates the need for some of our own
    module quirks.
    
    The output of modinfo can take many forms, as it's nearly freeform text
    in the  .modinfo section of the kernel module. The basic form is:
    
      softdep:        pre: foo
    
    But it might also be:
    
      softdep:        pre: foo bar post: baz
    
    Or:
    
      softdep:        pre: foo
      softdep:        post: bar
    
    So just parse the entire line, discarding anything that ends with a ':'.

-----------------------------------------------------------------------

Summary of changes:
 functions | 43 ++++++++++++++++++++++++-------------------
 1 file changed, 24 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list