<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4b53a3c7 - ocxl: fix kconfig dependency warning for OCXL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/ocxl/Kconfig#4b53a3c7</link>
        <description>ocxl: fix kconfig dependency warning for OCXLWhen OCXL is enabled and HOTPLUG_PCI is disabled, it results in thefollowing Kbuild warning:WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV  Depends on [n]: PCI [=y] &amp;&amp; HOTPLUG_PCI [=n] &amp;&amp; PPC_POWERNV [=y] &amp;&amp; EEH [=y]  Selected by [y]:  - OCXL [=y] &amp;&amp; PPC_POWERNV [=y] &amp;&amp; PCI [=y] &amp;&amp; EEH [=y]The reason is that OCXL selects HOTPLUG_PCI_POWERNV without depending onor selecting HOTPLUG_PCI while HOTPLUG_PCI_POWERNV is subordinate toHOTPLUG_PCI.HOTPLUG_PCI_POWERNV is a visible symbol with a set of dependencies.Selecting it will lead to overlooking its other dependencies as well.Let OCXL depend on HOTPLUG_PCI_POWERNV instead to avoid Kbuild issues.Fixes: 49ce94b8677c (&quot;ocxl: Add PCI hotplug dependency to Kconfig&quot;)Acked-by: Frederic Barrat &lt;fbarrat@linux.ibm.com&gt;Signed-off-by: Necip Fazil Yildiran &lt;fazilyildiran@gmail.com&gt;Link: https://lore.kernel.org/r/20200918094148.20525-1-fazilyildiran@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/ocxl/Kconfig</description>
        <pubDate>Fri, 18 Sep 2020 09:41:49 +0000</pubDate>
        <dc:creator>Necip Fazil Yildiran &lt;fazilyildiran@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dde6f18a - ocxl: Don&apos;t return trigger page when allocating an interrupt</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/ocxl/Kconfig#dde6f18a</link>
        <description>ocxl: Don&apos;t return trigger page when allocating an interruptExisting users of ocxl_link_irq_alloc() have been converted to obtainthe trigger page of an interrupt through xive directly, we thereforehave no need to return the trigger page when allocating an interrupt.It also allows ocxl to use the xive native interface to allocateinterrupts, instead of its custom service.Signed-off-by: Frederic Barrat &lt;fbarrat@linux.ibm.com&gt;Reviewed-by: C&#233;dric Le Goater &lt;clg@kaod.org&gt;Reviewed-by: Greg Kurz &lt;groug@kaod.org&gt;Acked-by: Andrew Donnellan &lt;ajd@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20200403153838.29224-4-fbarrat@linux.ibm.com

            List of files:
            /linux-6.15/drivers/misc/ocxl/Kconfig</description>
        <pubDate>Fri, 03 Apr 2020 15:38:37 +0000</pubDate>
        <dc:creator>Frederic Barrat &lt;fbarrat@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>07497137 - ocxl: Replace HTTP links with HTTPS ones</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/ocxl/Kconfig#07497137</link>
        <description>ocxl: Replace HTTP links with HTTPS onesRationale:Reduces attack surface on kernel devs opening the links for MITMas HTTPS traffic is much harder to manipulate.Deterministic algorithm:For each file:  If not .svg:    For each line:      If doesn&apos;t contain `\bxmlns\b`:        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:	  If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:            If both the HTTP and HTTPS versions            return 200 OK and serve the same content:              Replace HTTP with HTTPS.Signed-off-by: Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;Acked-by: Andrew Donnellan &lt;ajd@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20200713175506.36676-1-grandmaster@al2klimov.de

            List of files:
            /linux-6.15/drivers/misc/ocxl/Kconfig</description>
        <pubDate>Mon, 13 Jul 2020 17:55:06 +0000</pubDate>
        <dc:creator>Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;</dc:creator>
    </item>
<item>
        <title>49ce94b8 - ocxl: Add PCI hotplug dependency to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/ocxl/Kconfig#49ce94b8</link>
        <description>ocxl: Add PCI hotplug dependency to KconfigThe PCI hotplug framework is used to update the devices when a newimage is written to the FPGA.Reviewed-by: Alastair D&apos;Silva &lt;alastair@d-silva.org&gt;Reviewed-by: Andrew Donnellan &lt;ajd@linux.ibm.com&gt;Signed-off-by: Frederic Barrat &lt;fbarrat@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20191121134918.7155-12-fbarrat@linux.ibm.com

            List of files:
            /linux-6.15/drivers/misc/ocxl/Kconfig</description>
        <pubDate>Thu, 21 Nov 2019 13:49:18 +0000</pubDate>
        <dc:creator>Frederic Barrat &lt;fbarrat@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>dc3e0aa5 - misc: remove redundant &apos;default n&apos; from Kconfig-s</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/ocxl/Kconfig#dc3e0aa5</link>
        <description>misc: remove redundant &apos;default n&apos; from Kconfig-s&apos;default n&apos; is the default value for any bool or tristate Kconfigsetting so there is no need to write it explicitly.Also since commit f467c5640c29 (&quot;kconfig: only write &apos;# CONFIG_FOOis not set&apos; for visible symbols&quot;) the Kconfig behavior is the sameregardless of &apos;default n&apos; being present or not:    ...    One side effect of (and the main motivation for) this change is making    the following two definitions behave exactly the same:        config FOO                bool        config FOO                bool                default n    With this change, neither of these will generate a    &apos;# CONFIG_FOO is not set&apos; line (assuming FOO isn&apos;t selected/implied).    That might make it clearer to people that a bare &apos;default n&apos; is    redundant.    ...Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;Acked-by: Frederic Barrat &lt;fbarrat@linux.ibm.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/ocxl/Kconfig</description>
        <pubDate>Mon, 20 May 2019 14:10:46 +0000</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/ocxl/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-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/misc/ocxl/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>b97f0224 - ocxl: Add Makefile and Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/ocxl/Kconfig#b97f0224</link>
        <description>ocxl: Add Makefile and KconfigOCXL_BASE triggers the platform support needed by the driver.Signed-off-by: Frederic Barrat &lt;fbarrat@linux.vnet.ibm.com&gt;Signed-off-by: Andrew Donnellan &lt;andrew.donnellan@au1.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/drivers/misc/ocxl/Kconfig</description>
        <pubDate>Tue, 23 Jan 2018 11:31:45 +0000</pubDate>
        <dc:creator>Frederic Barrat &lt;fbarrat@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
