<?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>8d674357 - usb: collapse USB_STORAGE Kconfig comment</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#8d674357</link>
        <description>usb: collapse USB_STORAGE Kconfig commentThe two Kconfig &quot;comment&quot; calls render in /proc/config.gz as splitsections: # # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may # # # also be needed; see USB_STORAGE Help for more info #&quot;make menuconfig&quot; renders the comments as: *** NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may *** *** also be needed; see USB_STORAGE Help for more info ***Kconfig doesn&apos;t support splitting a comment cleanly over two lines, sojust collapse it into a single oversize comment.Signed-off-by: David Disseldorp &lt;ddiss@suse.de&gt;Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Link: https://lore.kernel.org/r/20241127232830.26923-2-ddiss@suse.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Wed, 27 Nov 2024 23:28:31 +0000</pubDate>
        <dc:creator>David Disseldorp &lt;ddiss@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e46d8cb5 - USB: storage: replace HTTP links with HTTPS ones</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#e46d8cb5</link>
        <description>USB: storage: 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;Link: https://lore.kernel.org/r/20200708184903.17350-1-grandmaster@al2klimov.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Wed, 08 Jul 2020 18:49:03 +0000</pubDate>
        <dc:creator>Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;</dc:creator>
    </item>
<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/storage/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/storage/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>cae8dc3b - USB: add missing SPDX lines to Kconfig and Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/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/storage/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>2ccaabeb - usb storage: remove inherited SCSI dependency for USB_STORAGE_ENE_UB6250</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#2ccaabeb</link>
        <description>usb storage: remove inherited SCSI dependency for USB_STORAGE_ENE_UB6250Because USB_STORAGE build symbol strictly depends on SCSI buildsymbol, there is no need to specify it again.In addition USB_STORAGE_ENE_UB6250 entry description repeats a noteabout SCSI dependency from the parent USB_STORAGE entry description,hence the change removes this duplication.Signed-off-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Thu, 09 Aug 2018 15:30:14 +0000</pubDate>
        <dc:creator>Vladimir Zapolskiy &lt;vz@mleia.com&gt;</dc:creator>
    </item>
<item>
        <title>d1e34849 - usb storage: group dependent USB storage Kconfig entries together</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#d1e34849</link>
        <description>usb storage: group dependent USB storage Kconfig entries togetherInstead of explicit setting of USB_STORAGE dependency for everyunderlying build entries, exploit if USB_STORAGE / endif block.The change is a trivial non-functional cleanup, it shortensthe Kconfig file and it is expected to reduce zconf parserworkload a little.Dependencies of USB_UAS build option are left aside deliberately.Signed-off-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Thu, 09 Aug 2018 15:30:13 +0000</pubDate>
        <dc:creator>Vladimir Zapolskiy &lt;vz@mleia.com&gt;</dc:creator>
    </item>
<item>
        <title>1b3e3aa6 - PM / Kconfig: Replace PM_RUNTIME with PM in dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#1b3e3aa6</link>
        <description>PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesAfter commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP isselected) PM_RUNTIME is always set if PM is set, so Kconfig optionsdepending on CONFIG_PM_RUNTIME may now be changed to depend onCONFIG_PM.Replace PM_RUNTIME with PM in Kconfig dependencies throughout thetree.Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Acked-by: Felipe Balbi &lt;balbi@ti.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Tejun Heo &lt;tj@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Fri, 12 Dec 2014 23:44:04 +0000</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>16fae052 - staging: keucr: remove driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#16fae052</link>
        <description>staging: keucr: remove driverThe driver hasn&apos;t been fully cleaned up and it doesn&apos;t look like anyoneis working on it anymore (including the original author). So remove thedriver and all references to it. If someone wants to finish cleaningthe driver up and moving it out of staging, this commit can be reverted.Signed-off-by: Kristina Mart&#353;enko &lt;kristina.martsenko@gmail.com&gt;Cc: Cho, Yu-Chen &lt;acho@novell.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Thu, 24 Jul 2014 01:34:38 +0000</pubDate>
        <dc:creator>Kristina Mart&#353;enko &lt;kristina.martsenko@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c309b351 - scsi: Remove CONFIG_SCSI_MULTI_LUN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#c309b351</link>
        <description>scsi: Remove CONFIG_SCSI_MULTI_LUNObsolete; either use &apos;max_lun&apos; if the host supports only alimited number of LUNs or BLIST_NOLUN if the target hasproblems addressing more than one LUN.Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;Reviewed-by: Ewan Milne &lt;emilne@redhat.com&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Tue, 03 Jun 2014 08:58:52 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>dc88608d - uas: remove BROKEN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#dc88608d</link>
        <description>uas: remove BROKENxhci streams support is fixed, unblock usb attached scsi.Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Sarah Sharp &lt;sarah.a.sharp@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Fri, 13 Sep 2013 11:27:15 +0000</pubDate>
        <dc:creator>Gerd Hoffmann &lt;kraxel@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>97172a66 - uas: Honor no-uas quirk set in usb-storage&apos;s quirks module parameter</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#97172a66</link>
        <description>uas: Honor no-uas quirk set in usb-storage&apos;s quirks module parameterFalling back from uas to usb-storage requires coordination between uas andusb-storage, so use usb-storage&apos;s quirks module parameter, rather thenrequiring the user to pass a param to 2 different modules.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Sarah Sharp &lt;sarah.a.sharp@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Sat, 16 Nov 2013 11:19:36 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>823d12c9 - usb-storage: enable multi-LUN scanning when needed</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#823d12c9</link>
        <description>usb-storage: enable multi-LUN scanning when neededPeople sometimes create their own custom-configured kernels and forgetto enable CONFIG_SCSI_MULTI_LUN.  This causes problems when they plugin a USB storage device (such as a card reader) with more than oneLUN.Fortunately, we can tell fairly easily when a storage device claims tohave more than one LUN.  When that happens, this patch asks the SCSIlayer to probe all the LUNs automatically, regardless of the configsetting.The patch also updates the Kconfig help text for usb-storage,explaining that CONFIG_SCSI_MULTI_LUN may be necessary.Signed-off-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Reported-by: Thomas Raschbacher &lt;lordvan@lordvan.com&gt;CC: Matthew Dharm &lt;mdharm-usb@one-eyed-alien.net&gt;CC: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;Cc: stable &lt;stable@vger.kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Thu, 30 Jan 2014 15:43:22 +0000</pubDate>
        <dc:creator>Alan Stern &lt;stern@rowland.harvard.edu&gt;</dc:creator>
    </item>
<item>
        <title>25e11ec4 - USB: regroup all depends on USB within an if USB block</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#25e11ec4</link>
        <description>USB: regroup all depends on USB within an if USB blockThis patch removes the depends on USB from all config symbols indrivers/usb/host/Kconfig and replace that with an if USB / endif blockas suggested by Alan Stern. Some source ... Kconfig lines have beenshuffled around to permit a better regroupment of the Kconfig filesdepending on &quot;config USB&quot; item. No functionnal change is introduced.Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Tue, 09 Apr 2013 12:29:25 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;florian@openwrt.org&gt;</dc:creator>
    </item>
<item>
        <title>fb37ef98 - USB: mark uas driver as BROKEN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#fb37ef98</link>
        <description>USB: mark uas driver as BROKENAs reported https://bugzilla.kernel.org/show_bug.cgi?id=51031, the UASdriver causes problems and has been asked to be not built into any ofthe major distributions.  To prevent users from running into problemswith it, and for distros that were not notified, just mark the wholething as broken.Cc: stable &lt;stable@vger.kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Sarah Sharp &lt;sarah.a.sharp@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Wed, 28 Nov 2012 18:19:16 +0000</pubDate>
        <dc:creator>Greg KH &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f61870ee - usb: remove libusual</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#f61870ee</link>
        <description>usb: remove libusualThe &quot;Low Performance USB Block driver&quot; has been removed which a user oflibusual. Now we have only the usb-storage driver as the only driver intree. This makes libusual needless.This patch removes libusal, fixes up all users. The usual-table is nowlinked into usb-storage.usb_usual.h remains in public include directory because some stagingusers seem to need it.Signed-off-by: Sebastian Andrzej Siewior &lt;sebastian@breakpoint.cc&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Tue, 28 Aug 2012 20:37:13 +0000</pubDate>
        <dc:creator>Sebastian Andrzej Siewior &lt;sebastian@breakpoint.cc&gt;</dc:creator>
    </item>
<item>
        <title>970e2486 - Documentation: remove references to /etc/modprobe.conf</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#970e2486</link>
        <description>Documentation: remove references to /etc/modprobe.confUsage of /etc/modprobe.conf file was deprecated by module-init-tools andis no longer parsed by new kmod tool. References to this file arereplaced in Documentation, comments and Kconfig according to thecontext.There are also some references to the old /etc/modules.conf from 2.4kernels that are being removed.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;Acked-by: Takashi Iwai &lt;tiwai@suse.de&gt;Acked-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Fri, 30 Mar 2012 20:37:16 +0000</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;</dc:creator>
    </item>
<item>
        <title>839f245f - usb-storage: fix realtek cr configuration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#839f245f</link>
        <description>usb-storage: fix realtek cr configurationA typo in the configuration variable name prevents from activating theUSB autosuspend on the device.Signed-off-by: Vincent Palatin &lt;vpalatin@chromium.org&gt;Cc: stable &lt;stable@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Thu, 01 Sep 2011 21:05:15 +0000</pubDate>
        <dc:creator>Vincent Palatin &lt;vpalatin@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>33842ced - Staging: Merge ENE UB6250 MS card codes from keucr to drivers/usb/storage/ene_ub6250.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#33842ced</link>
        <description>Staging: Merge ENE UB6250 MS card codes from keucr to drivers/usb/storage/ene_ub6250.cMerge ENE UB6250 MS card codes from keucr to drivers/usb/storage/ene_ub6250.c.Signed-off-by: Cho, Yu-Chen &lt;acho@novell.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Thu, 07 Jul 2011 03:27:13 +0000</pubDate>
        <dc:creator>Cho, Yu-Chen &lt;acho@novell.com&gt;</dc:creator>
    </item>
<item>
        <title>e931830b - Realtek cr: Add autosuspend function.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#e931830b</link>
        <description>Realtek cr: Add autosuspend function.The autosuspend function can be disabled by unchecking the MacroCONFIG_REALTEK_AUTOPM in kernel config file, by default, this macro isturned on.Signed-off-by: edwin_rong &lt;edwin_rong@realsil.com.cn&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Fri, 17 Jun 2011 11:35:11 +0000</pubDate>
        <dc:creator>edwin_rong &lt;edwin_rong@realsil.com.cn&gt;</dc:creator>
    </item>
<item>
        <title>e49c459c - usb-storage: fix menu ordering</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/storage/Kconfig#e49c459c</link>
        <description>usb-storage: fix menu orderingMove the USB_STORAGE_ENE_UB6250 entry so that it stays under theUSB_STORAGE menu.Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/storage/Kconfig</description>
        <pubDate>Fri, 11 Mar 2011 00:49:56 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;randy.dunlap@oracle.com&gt;</dc:creator>
    </item>
</channel>
</rss>
