<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b04b076f - crypto: nx - fix build warnings when DEBUG_FS is not enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#b04b076f</link>
        <description>crypto: nx - fix build warnings when DEBUG_FS is not enabledFix build warnings when DEBUG_FS is not enabled by using an emptydo-while loop instead of a value:In file included from ../drivers/crypto/nx/nx.c:27:../drivers/crypto/nx/nx.c: In function &apos;nx_register_algs&apos;:../drivers/crypto/nx/nx.h:173:33: warning: statement with no effect [-Wunused-value]  173 | #define NX_DEBUGFS_INIT(drv)    (0)../drivers/crypto/nx/nx.c:573:9: note: in expansion of macro &apos;NX_DEBUGFS_INIT&apos;  573 |         NX_DEBUGFS_INIT(&amp;nx_driver);../drivers/crypto/nx/nx.c: In function &apos;nx_remove&apos;:../drivers/crypto/nx/nx.h:174:33: warning: statement with no effect [-Wunused-value]  174 | #define NX_DEBUGFS_FINI(drv)    (0)../drivers/crypto/nx/nx.c:793:17: note: in expansion of macro &apos;NX_DEBUGFS_FINI&apos;  793 |                 NX_DEBUGFS_FINI(&amp;nx_driver);Also, there is no need to build nx_debugfs.o when DEBUG_FS is notenabled, so change the Makefile to accommodate that.Fixes: ae0222b7289d (&quot;powerpc/crypto: nx driver code supporting nx encryption&quot;)Fixes: aef7b31c8833 (&quot;powerpc/crypto: Build files for the nx device driver&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Breno Leit&#227;o &lt;leitao@debian.org&gt;Cc: Nayna Jain &lt;nayna@linux.ibm.com&gt;Cc: Paulo Flabiano Smorigo &lt;pfsmorigo@gmail.com&gt;Cc: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: linux-crypto@vger.kernel.orgCc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Nicholas Piggin &lt;npiggin@gmail.com&gt;Cc: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Cc: linuxppc-dev@lists.ozlabs.orgSigned-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Fri, 19 May 2023 22:33:34 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>7da00b0e - crypto/nx: Rename nx-842-pseries file name to nx-common-pseries</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#7da00b0e</link>
        <description>crypto/nx: Rename nx-842-pseries file name to nx-common-pseriesRename nx-842-pseries.c to nx-common-pseries.c to add code for newGZIP compression type. The actual functionality is not changed inthis patch.Signed-off-by: Haren Myneni &lt;haren@linux.ibm.com&gt;Acked-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Acked-by: Nicholas Piggin &lt;npiggin@gmail.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/1fcf672209a14ea8944bd3e49c8a7381c8f450f8.camel@linux.ibm.com

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Thu, 17 Jun 2021 20:37:42 +0000</pubDate>
        <dc:creator>Haren Myneni &lt;haren@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>32e091a6 - crypto/nx: Rename nx-842-powernv file name to nx-common-powernv</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#32e091a6</link>
        <description>crypto/nx: Rename nx-842-powernv file name to nx-common-powernvRename nx-842-powernv.c to nx-common-powernv.c to add code for setupand enable new GZIP compression type. The actual functionality is notchanged in this patch.Signed-off-by: Haren Myneni &lt;haren@linux.ibm.com&gt;Acked-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/1587114200.2275.1113.camel@hbabu-laptop

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Fri, 17 Apr 2020 09:03:20 +0000</pubDate>
        <dc:creator>Haren Myneni &lt;haren@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>03952d98 - crypto: nx - make platform drivers directly register with crypto</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#03952d98</link>
        <description>crypto: nx - make platform drivers directly register with cryptoRemove the common &apos;platform&apos; registration module, and move the cryptocompression driver registration into each of the pSeries and PowerNVplatform NX 842 drivers.  Change the nx-842.c code into simple commonfunctions that each platform driver uses to perform constraints-basedbuffer changes, i.e. realigning and/or resizing buffers to match thedriver&apos;s hardware requirements.The common &apos;platform&apos; module was my mistake to create - since eachplatform driver will only load/operate when running on its ownplatform (i.e. a pSeries platform or a PowerNV platform), they candirectly register with the crypto subsystem, using the same alg anddriver name.  This removes unneeded complexity.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Wed, 22 Jul 2015 18:26:38 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>174d66d4 - crypto: nx - rename nx-842-crypto.c to nx-842.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#174d66d4</link>
        <description>crypto: nx - rename nx-842-crypto.c to nx-842.cThe last commit merged nx-842.c&apos;s code into nx-842-crypto.c.  Itdid not rename nx-842-crypto.c to nx-842.c, in order to let thepatch more clearly show what was merged.  This just renamesnx-842-crypto.c to nx-842.c, with no changes to its code.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Wed, 22 Jul 2015 18:26:37 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>d31581a6 - crypto: nx - merge nx-compress and nx-compress-crypto</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#d31581a6</link>
        <description>crypto: nx - merge nx-compress and nx-compress-cryptoMerge the nx-842.c code into nx-842-crypto.c.This allows later patches to remove the &apos;platform&apos; driver, and insteadallow each platform driver to directly register with the cryptocompression api.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Wed, 22 Jul 2015 18:26:36 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>3e648cbe - crypto: nx - prevent nx 842 load if no hw driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#3e648cbe</link>
        <description>crypto: nx - prevent nx 842 load if no hw driverChange the nx-842 common driver to wait for loading of both platformdrivers, and fail loading if the platform driver pointer is not set.Add an independent platform driver pointer, that the platform driversset if they find they are able to load (i.e. if they find their platformdevicetree node(s)).The problem is currently, the main nx-842 driver will stay loaded evenif there is no platform driver and thus no possible way it can do anycompression or decompression.  This allows the crypto 842-nx driverto load even if it won&apos;t actually work.  For crypto compression users(e.g. zswap) that expect an available crypto compression driver toactually work, this is bad.  This patch fixes that, so the 842-nx cryptocompression driver won&apos;t load if it doesn&apos;t have the driver and hardwareavailable to perform the compression.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Thu, 28 May 2015 20:21:31 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>ed70b479 - crypto: nx - add hardware 842 crypto comp alg</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#ed70b479</link>
        <description>crypto: nx - add hardware 842 crypto comp algAdd crypto compression alg for 842 hardware compression and decompression,using the alg name &quot;842&quot; and driver_name &quot;842-nx&quot;.This uses only the PowerPC coprocessor hardware for 842 compression.  Italso uses the hardware for decompression, but if the hardware fails it willfall back to the 842 software decompression library, so that decompressionnever fails (for valid 842 compressed buffers).  A header must be used inmost cases, due to the hardware&apos;s restrictions on the buffers beingspecifically aligned and sized.Due to the header this driver adds, compressed buffers it creates cannot bedirectly passed to the 842 software library for decompression.  However,compressed buffers created by the software 842 library can be passed tothis driver for hardware 842 decompression (with the exception of bufferscontaining the &quot;short data&quot; template, as lib/842/842.h explains).Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Thu, 07 May 2015 17:49:21 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>99182a42 - crypto: nx - add PowerNV platform NX-842 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#99182a42</link>
        <description>crypto: nx - add PowerNV platform NX-842 driverAdd driver for NX-842 hardware on the PowerNV platform.This allows the use of the 842 compression hardware coprocessor onthe PowerNV platform.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Thu, 07 May 2015 17:49:19 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>7011a122 - crypto: nx - add NX-842 platform frontend driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#7011a122</link>
        <description>crypto: nx - add NX-842 platform frontend driverAdd NX-842 frontend that allows using either the pSeries platform orPowerNV platform driver (to be added by later patch) for the NX-842hardware.  Update the MAINTAINERS file to include the new filenames.Update Kconfig files to clarify titles and descriptions, and correctdependencies.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Thu, 07 May 2015 17:49:17 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>fdd05e4b - crypto: nx - rename nx-842.c to nx-842-pseries.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#fdd05e4b</link>
        <description>crypto: nx - rename nx-842.c to nx-842-pseries.cMove the entire NX-842 driver for the pSeries platform from the filenx-842.c to nx-842-pseries.c.  This is required by later patches thatadd NX-842 support for the PowerNV platform.This patch does not alter the content of the pSeries NX-842 driver atall, it only changes the filename.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Thu, 07 May 2015 17:49:16 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>0e16aafb - powerpc/crypto: add 842 hardware compression driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#0e16aafb</link>
        <description>powerpc/crypto: add 842 hardware compression driverThis patch adds the driver for interacting with the 842compression accelerator on IBM Power7+ systems.The device is a child of the Platform Facilities Option (PFO)and shows up as a child of the IBM VIO bus.The compression/decompression API takes the same argumentsas existing compression methods like lzo and deflate.  The 842hardware operates on 4K hardware pages and the driver breaks upinput on 4K boundaries to submit it to the hardware accelerator.Signed-off-by: Robert Jennings &lt;rcj@linux.vnet.ibm.com&gt;Signed-off-by: Seth Jennings &lt;sjenning@linux.vnet.ibm.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Thu, 19 Jul 2012 14:42:40 +0000</pubDate>
        <dc:creator>Seth Jennings &lt;sjenning@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>322cacce - powerpc/crypto: rework Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#322cacce</link>
        <description>powerpc/crypto: rework KconfigThis patch creates a new submenu for the NX cryptographichardware accelerator and breaks the NX options into their ownKconfig file under drivers/crypto/nx/Kconfig.This will permit additional NX functionality to be easilyand more cleanly added in the future without touchingdrivers/crypto/Makefile|Kconfig.Signed-off-by: Seth Jennings &lt;sjenning@linux.vnet.ibm.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Thu, 19 Jul 2012 14:42:38 +0000</pubDate>
        <dc:creator>Seth Jennings &lt;sjenning@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>aef7b31c - powerpc/crypto: Build files for the nx device driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Makefile#aef7b31c</link>
        <description>powerpc/crypto: Build files for the nx device driverThese files support configuring and building the nx device driver.Signed-off-by: Kent Yoder &lt;key@linux.vnet.ibm.com&gt;Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Makefile</description>
        <pubDate>Thu, 12 Apr 2012 05:39:26 +0000</pubDate>
        <dc:creator>Kent Yoder &lt;key@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
