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: <CA+xc3O3TCCD4cabkoB2+yU-7Xe+VUzpOAyWPrhjZSXfecjxcOA@mail.gmail.com>
Date:	Tue, 18 Dec 2012 17:08:49 +0100
From:	Ulf Magnusson <ulfalizer.lkml2@...il.com>
To:	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [ANNOUNCE] Kconfiglib: a flexible Python Kconfig parser and library -
 now on GitHub

Hi,

Kconfiglib is a flexible Python Kconfig parser and library, first introduced in
https://lkml.org/lkml/2011/2/1/439. I have updated it for Linux 3.7.0 and put
it on GitHub at https://github.com/ulfalizer/Kconfiglib, making some
improvements in the process:

 - The installation has been simplified. No need to copy anything anywhere now,
   and just a trivial single-block Makefile patch to apply. (The patch adds a
   few convenient make targets that also help us pick up ARCH, SRCARCH, and
   KERNELVERSION from the environment.)

 - The API has been cleaned up and made more consistent by renaming a few
   functions.

 - The entire API is now covered by an extensive suite of selftests in addition
   to the automatic compatibility tests.

The only failures in the test suite as of 3.7.0 (848b81415c42ff) are due to a
bug that makes scripts/kconfig/conf generate an incorrect configuration for
some Blackfin defconfigs (https://lkml.org/lkml/2012/12/5/458). This causes
failures in the Kconfiglib test suite since it automatically compares the
output from Kconfiglib with that from scripts/kconfig/conf and Kconfiglib does
not have the same bug.

Note: I do not have plans to get this into the kernel.

Feedback welcome!
/Ulf
--
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