<?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>a365023a - net: qrtr: combine nameservice into main module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/qrtr/Makefile#a365023a</link>
        <description>net: qrtr: combine nameservice into main modulePreviously with CONFIG_QRTR=m a separate ns.ko would be built whichwasn&apos;t done on purpose and should be included in qrtr.ko.Rename qrtr.c to af_qrtr.c so we can build a qrtr.ko with both af_qrtr.cand ns.c.Signed-off-by: Luca Weiss &lt;luca@z3ntu.xyz&gt;Reviewed-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Tested-By: Steev Klimaszewski &lt;steev@kali.org&gt;Reviewed-by: Manivannan Sadhasivam &lt;mani@kernel.org&gt;Link: https://lore.kernel.org/r/20210928171156.6353-1-luca@z3ntu.xyzSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/net/qrtr/Makefile</description>
        <pubDate>Tue, 28 Sep 2021 17:11:57 +0000</pubDate>
        <dc:creator>Luca Weiss &lt;luca@z3ntu.xyz&gt;</dc:creator>
    </item>
<item>
        <title>6e728f32 - net: qrtr: Add MHI transport layer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/qrtr/Makefile#6e728f32</link>
        <description>net: qrtr: Add MHI transport layerMHI is the transport layer used for communicating to the external modems.Hence, this commit adds MHI transport layer support to QRTR fortransferring the QMI messages over IPC Router.Reviewed-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/qrtr/Makefile</description>
        <pubDate>Thu, 07 May 2020 12:53:05 +0000</pubDate>
        <dc:creator>Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>0c2204a4 - net: qrtr: Migrate nameservice to kernel from userspace</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/qrtr/Makefile#0c2204a4</link>
        <description>net: qrtr: Migrate nameservice to kernel from userspaceThe QRTR nameservice has been maintained in userspace for some time. Thiscommit migrates it to Linux kernel. This change is required in order toeliminate the need of starting a userspace daemon for making the WiFifunctional for ath11k based devices. Since the QRTR NS is not usuallypacked in most of the distros, users need to clone, build and install itto get the WiFi working. It will become a hassle when the user doesn&apos;thave any other source of network connectivity.Signed-off-by: Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/qrtr/Makefile</description>
        <pubDate>Thu, 20 Feb 2020 15:13:26 +0000</pubDate>
        <dc:creator>Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&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/net/qrtr/Makefile#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/net/qrtr/Makefile</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>28fb4e59 - net: qrtr: Expose tunneling endpoint to user space</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/qrtr/Makefile#28fb4e59</link>
        <description>net: qrtr: Expose tunneling endpoint to user spaceThis implements a misc character device named &quot;qrtr-tun&quot; for the purposeof allowing user space applications to implement endpoints in the qrtrnetwork.This allows more advanced (and dynamic) testing of the qrtr code as wellas opens up the ability of tunneling qrtr over a network or USB link.Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/qrtr/Makefile</description>
        <pubDate>Fri, 27 Apr 2018 05:28:49 +0000</pubDate>
        <dc:creator>Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>a986a05d - net: qrtr: fix build problems</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/qrtr/Makefile#a986a05d</link>
        <description>net: qrtr: fix build problemsHaving multiple loadable modules with the same name cannot workwith modprobe, and having both net/qrtr/smd.ko and drivers/soc/qcom/smd.koresults in a (somewhat cryptic) build error:ERROR: &quot;qcom_smd_driver_unregister&quot; [net/qrtr/smd.ko] undefined!ERROR: &quot;qcom_smd_driver_register&quot; [net/qrtr/smd.ko] undefined!ERROR: &quot;qcom_smd_set_drvdata&quot; [net/qrtr/smd.ko] undefined!ERROR: &quot;qcom_smd_send&quot; [net/qrtr/smd.ko] undefined!ERROR: &quot;qcom_smd_get_drvdata&quot; [net/qrtr/smd.ko] undefined!ERROR: &quot;qcom_smd_driver_unregister&quot; [drivers/soc/qcom/wcnss_ctrl.ko] undefined!ERROR: &quot;qcom_smd_driver_register&quot; [drivers/soc/qcom/wcnss_ctrl.ko] undefined!ERROR: &quot;qcom_smd_set_drvdata&quot; [drivers/soc/qcom/wcnss_ctrl.ko] undefined!ERROR: &quot;qcom_smd_send&quot; [drivers/soc/qcom/wcnss_ctrl.ko] undefined!ERROR: &quot;qcom_smd_get_drvdata&quot; [drivers/soc/qcom/wcnss_ctrl.ko] undefined!Also, the qrtr driver uses the SMD interface and has a Kconfig dependency,but also allows for compile-testing when SMD is disabled. However, ifwith QCOM_SMD=m and COMPILE_TEST=y we can end up with QRTR_SMD=y andthat fails with a related link error.The changes the dependency so we can still compile-test the driver butnot have it built-in if SMD is a module, to avoid running in the brokenconfiguration, and changes the Makefile to provide the driver undera different module name.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Fixes: bdabad3e363d (&quot;net: Add Qualcomm IPC router&quot;)Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/qrtr/Makefile</description>
        <pubDate>Fri, 13 May 2016 13:09:58 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>bdabad3e - net: Add Qualcomm IPC router</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/qrtr/Makefile#bdabad3e</link>
        <description>net: Add Qualcomm IPC routerAdd an implementation of Qualcomm&apos;s IPC router protocol, used tocommunicate with service providing remote processors.Signed-off-by: Courtney Cavin &lt;courtney.cavin@sonymobile.com&gt;Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@sonymobile.com&gt;[bjorn: Cope with 0 being a valid node id and implement RTM_NEWADDR]Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/qrtr/Makefile</description>
        <pubDate>Fri, 06 May 2016 14:09:08 +0000</pubDate>
        <dc:creator>Courtney Cavin &lt;courtney.cavin@sonymobile.com&gt;</dc:creator>
    </item>
</channel>
</rss>
