<?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>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/usbip/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/usbip/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1ec13aba - USBIP: add config dependency for SGL_ALLOC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/usbip/Kconfig#1ec13aba</link>
        <description>USBIP: add config dependency for SGL_ALLOCUSBIP uses lib/scatterlist.hHence it needs to set CONFIG_SGL_ALLOCSigned-off-by: Oliver Neukum &lt;oneukum@suse.com&gt;Cc: stable &lt;stable@vger.kernel.org&gt;Acked-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20191112154939.21217-1-oneukum@suse.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/usbip/Kconfig</description>
        <pubDate>Tue, 12 Nov 2019 15:49:39 +0000</pubDate>
        <dc:creator>Oliver Neukum &lt;oneukum@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cae8dc3b - USB: add missing SPDX lines to Kconfig and Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/usbip/Kconfig#cae8dc3b</link>
        <description>USB: add missing SPDX lines to Kconfig and MakefilesThere are a few remaining drivers/usb/ files that do not have SPDXidentifiers in them, all of these are either Kconfig or Makefiles.  Addthe correct GPL-2.0 identifier to them to make scanning tools happy.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/usbip/Kconfig</description>
        <pubDate>Thu, 17 Jan 2019 08:23:50 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>351a8d48 - usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/usbip/Kconfig#351a8d48</link>
        <description>usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTSNow that usbip supports USB3, the maximum number of ports allowedon a hub is 15 (USB_SS_MAXPORTS), not 31 (USB_MAXCHILDREN).Reported-by: Gianluigi Tiesi &lt;sherpya@netfarm.it&gt;Reported-by: Borissh1983 &lt;borissh1983@gmail.com&gt;References: https://bugs.debian.org/878866Fixes: 1c9de5bf4286 (&quot;usbip: vhci-hcd: Add USB3 SuperSpeed support&quot;)Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/usbip/Kconfig</description>
        <pubDate>Mon, 29 Jan 2018 00:04:18 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;ben@decadent.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>cb9c1cfc - usb: Kconfig: using select for USB_COMMON dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/usbip/Kconfig#cb9c1cfc</link>
        <description>usb: Kconfig: using select for USB_COMMON dependencyAccording to (badf6d47f8a9 &quot;usb: common: rework CONFIG_USB_COMMON logic&quot;)we should select USB_COMMON at Kconfig when usb common stuffs are needed,but some of Kconfig enties have not followed it, update them.Cc: Felipe Balbi &lt;balbi@kernel.org&gt;Cc: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/usbip/Kconfig</description>
        <pubDate>Wed, 14 Sep 2016 01:49:30 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>0775a9cb - usbip: vhci extension: modifications to vhci driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/usbip/Kconfig#0775a9cb</link>
        <description>usbip: vhci extension: modifications to vhci driverModification to Kconfig, vhci_hc.c, vhci.h and vhci_sysfs.c.1. kernel configFollowings are added.USBIP_VHCI_HC_PORTS: Number of ports per USB/IP virtual hostcontroller. The default is 8 - same as current VHCI_NPORTS.USBIP_VHCI_NR_HCS: Number of USB/IP virtual host controllers. Thedefault is 1. This paratmeter is replaced with USBIP_VHCI_INIT_HCS andUSBIP_VHCI_MAX_HCS included in succeeding dynamic extension patch.2. the_controller to controllersthe_controller is changed to vhci_pdevs: array of structplatform_device.3. vhci_sysfs.cSysfs structure is changed as following.BEFORE:    /sys/devices/platform        +-- vhci            +-- status            +-- attach            +-- detach            +-- usbip_debugAFTER: example for CONFIG_USBIP_NR_HCS=4    /sys/devices/platform        +-- vhci        |   +-- nports        |   +-- status        |   +-- status.1        |   +-- status.2        |   +-- status.3        |   +-- attach        |   +-- detach        |   +-- usbip_debug        +-- vhci.1        +-- vhci.2        +-- vhci.3vhci[.N] is shown for each host controller kobj. vhch.1, vhci.2, ...are shown only when CONFIG_USBIP_NR_HCS is more than 1. Only &apos;vhci&apos;(without number) has user space interfaces. &apos;nports&apos; is newly added togive ports-per-controller and number of controlles. Before that, numberof ports is acquired by reading status lines. Status is divided foreach controller to avoid page size (4KB) limitation.Old userspace tool binaries work with the first status within the firstcontroller.Inconsistency between status header and content is fixed.4th and 5th column areheader:          &quot;dev bus&quot;content(unused): &quot;000 000&quot;content(used):   &quot;%08x&quot;, devidOnly 1st and 2nd column are used by program. In old version, sscanf()in parse_status expect no bus column. And bus_id string is shown in thelast column. Then bus in the header is removed and unused content isreplaced with 8 zeros. The sscanf() expects more than 5 columns and newhas 6 columns so there&apos;s no compatibility issue in this change.Signed-off-by: Nobuo Iwata &lt;nobuo.iwata@fujixerox.co.jp&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/usbip/Kconfig</description>
        <pubDate>Mon, 13 Jun 2016 02:33:40 +0000</pubDate>
        <dc:creator>Nobuo Iwata &lt;nobuo.iwata@fujixerox.co.jp&gt;</dc:creator>
    </item>
<item>
        <title>b5a2a8ec - usbip: vudc: fix Kconfig dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/usbip/Kconfig#b5a2a8ec</link>
        <description>usbip: vudc: fix Kconfig dependenciesWith the addition of VUDC, the USBIP stack can now be used onconfigurations without USB host support, but trying to buildit with USB gadget support disabled fails withdrivers/usb/built-in.o: In function `vep_dequeue&apos;:vudc_main.c:(.text+0xa6ddc): undefined reference to `usb_gadget_giveback_request&apos;drivers/usb/built-in.o: In function `nuke&apos;:vudc_main.c:(.text+0xa6ea8): undefined reference to `usb_gadget_giveback_request&apos;drivers/usb/built-in.o: In function `vudc_device_reset&apos;:vudc_main.c:(.text+0xa720c): undefined reference to `usb_gadget_udc_reset&apos;drivers/usb/built-in.o: In function `vudc_probe&apos;:This addresses both issues, by changing the dependency for USBIP_COREto USB_COMMON, and adding additional dependencies on USB or USB_GADGETfor the individual portions as needed.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Fixes: 9360575c5837 (&quot;usbip: vudc: Add vudc to Kconfig&quot;)Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/usbip/Kconfig</description>
        <pubDate>Thu, 28 Apr 2016 12:42:50 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>9360575c - usbip: vudc: Add vudc to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/usbip/Kconfig#9360575c</link>
        <description>usbip: vudc: Add vudc to KconfigAdd the driver to Kconfig to make it visible in menuconfigand allow people to compile it.This commit is a result of cooperation between Samsung R&amp;D InstitutePoland and Open Operating Systems Student Society at Universityof Warsaw (O2S3@UW) consisting of:    Igor Kotrasinski &lt;ikotrasinsk@gmail.com&gt;    Karol Kosik &lt;karo9@interia.eu&gt;    Ewelina Kosmider &lt;3w3lfin@gmail.com&gt;    Dawid Lazarczyk &lt;lazarczyk.dawid@gmail.com&gt;    Piotr Szulc &lt;ps347277@students.mimuw.edu.pl&gt;Tutor and project owner:    Krzysztof Opasiak &lt;k.opasiak@samsung.com&gt;Signed-off-by: Igor Kotrasinski &lt;i.kotrasinsk@samsung.com&gt;Signed-off-by: Krzysztof Opasiak &lt;k.opasiak@samsung.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/usbip/Kconfig</description>
        <pubDate>Tue, 08 Mar 2016 20:49:07 +0000</pubDate>
        <dc:creator>Igor Kotrasinski &lt;i.kotrasinsk@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>96c27377 - usbip: move usbip kernel code out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/usbip/Kconfig#96c27377</link>
        <description>usbip: move usbip kernel code out of stagingAt this point, USB/IP kernel code is fully functionaland can be moved out of staging.Signed-off-by: Valentina Manea &lt;valentina.manea.m@gmail.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/usbip/Kconfig</description>
        <pubDate>Wed, 20 Aug 2014 04:31:00 +0000</pubDate>
        <dc:creator>Valentina Manea &lt;valentina.manea.m@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
