<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in build_OID_registry</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2fe29fe9 - lib/build_OID_registry: avoid non-destructive substitution for Perl &lt; 5.13.2 compat</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/build_OID_registry#2fe29fe9</link>
        <description>lib/build_OID_registry: avoid non-destructive substitution for Perl &lt; 5.13.2 compatOn a system with Perl 5.12.1, commit 5ef6dc08cfde(&quot;lib/build_OID_registry: don&apos;t mention the full path of the script inoutput&quot;) causes the build to fail with the error below.     Bareword found where operator expected at ./lib/build_OID_registry line 41, near &quot;s#^\Q$abs_srctree/\E##r&quot;     syntax error at ./lib/build_OID_registry line 41, near &quot;s#^\Q$abs_srctree/\E##r&quot;     Execution of ./lib/build_OID_registry aborted due to compilation errors.     make[3]: *** [lib/Makefile:352: lib/oid_registry_data.c] Error 255Ahmad Fatoum analyzed that non-destructive substitution is only supported sincePerl 5.13.2. Instead of dropping `r` and having the side effect of modifying`$0`, introduce a dedicated variable to support older Perl versions.Link: https://lkml.kernel.org/r/20240702223512.8329-2-pmenzel@molgen.mpg.deLink: https://lkml.kernel.org/r/20240701155802.75152-1-pmenzel@molgen.mpg.deFixes: 5ef6dc08cfde (&quot;lib/build_OID_registry: don&apos;t mention the full path of the script in output&quot;)Link: https://lore.kernel.org/all/259f7a87-2692-480e-9073-1c1c35b52f67@molgen.mpg.de/Signed-off-by: Paul Menzel &lt;pmenzel@molgen.mpg.de&gt;Suggested-by: Ahmad Fatoum &lt;a.fatoum@pengutronix.de&gt;Cc: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Cc: Nicolas Schier &lt;nicolas@fjasle.eu&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Ahmad Fatoum &lt;a.fatoum@pengutronix.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/build_OID_registry</description>
        <pubDate>Mon, 01 Jul 2024 15:58:01 +0000</pubDate>
        <dc:creator>Paul Menzel &lt;pmenzel@molgen.mpg.de&gt;</dc:creator>
    </item>
<item>
        <title>5ef6dc08 - lib/build_OID_registry: don&apos;t mention the full path of the script in output</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/build_OID_registry#5ef6dc08</link>
        <description>lib/build_OID_registry: don&apos;t mention the full path of the script in outputThis change strips the full path of the script generatinglib/oid_registry_data.c to just lib/build_OID_registry.  The motivationfor this change is Yocto emitting a build warning	File /usr/src/debug/linux-lxatac/6.7-r0/lib/oid_registry_data.c in package linux-lxatac-src contains reference to TMPDIR [buildpaths]So this change brings us one step closer to make the build resultreproducible independent of the build path.Link: https://lkml.kernel.org/r/20240313211957.884561-2-u.kleine-koenig@pengutronix.deSigned-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Reviewed-by: Nicolas Schier &lt;nicolas@fjasle.eu&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/build_OID_registry</description>
        <pubDate>Wed, 13 Mar 2024 21:19:56 +0000</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>b4d0d230 - treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/build_OID_registry#b4d0d230</link>
        <description>treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Based on 1 normalized pattern(s):  this program is free software you can redistribute it and or modify  it under the terms of the gnu general public licence as published by  the free software foundation either version 2 of the licence or at  your option any later versionextracted by the scancode license scanner the SPDX license identifier  GPL-2.0-or-laterhas been chosen to replace the boilerplate/reference in 114 file(s).Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Reviewed-by: Allison Randal &lt;allison@lohutok.net&gt;Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Cc: linux-spdx@vger.kernel.orgLink: https://lkml.kernel.org/r/20190520170857.552531963@linutronix.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/lib/build_OID_registry</description>
        <pubDate>Mon, 20 May 2019 17:08:01 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>a857c6e7 - X.509: do not emit any informational output</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/build_OID_registry#a857c6e7</link>
        <description>X.509: do not emit any informational outputWhen building a kernel using &apos;make -s&apos;, I expect to see an empty output,except for build warnings and errors. The build_OID_registry codealways prints one line when run, which is not helpful to most peoplebuilding the kernels, and which makes it harder to automaticallycheck for build warnings.Let&apos;s just remove the one line output.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: David Howells &lt;dhowells@redhat.com&gt;Cc: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

            List of files:
            /linux-6.15/lib/build_OID_registry</description>
        <pubDate>Tue, 08 Jan 2013 19:09:14 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>a77ad6ea - X.509: Implement simple static OID registry</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/build_OID_registry#a77ad6ea</link>
        <description>X.509: Implement simple static OID registryImplement a simple static OID registry that allows the mapping of an encodedOID to an enum value for ease of use.The OID registry index enum appears in the:	linux/oid_registry.hheader file.  A script generates the registry from lines in the header filethat look like:	&lt;sp*&gt;OID_foo,&lt;sp*&gt;/*&lt;sp*&gt;1.2.3.4&lt;sp*&gt;*/The actual OID is taken to be represented by the numbers with interpolateddots in the comment.All other lines in the header are ignored.The registry is queries by calling:	OID look_up_oid(const void *data, size_t datasize);This returns a number from the registry enum representing the OID if found orOID__NR if not.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

            List of files:
            /linux-6.15/lib/build_OID_registry</description>
        <pubDate>Fri, 21 Sep 2012 22:30:46 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
