<?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>3efe891f - USB: add SPDX identifiers to all remaining Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Makefile#3efe891f</link>
        <description>USB: add SPDX identifiers to all remaining MakefilesIt&apos;s good to have SPDX identifiers in all files to make it easier toaudit the kernel tree for correct licenses.This updates the remaining drivers/usb/*Makefile* that were missing SPDXidentifiers.  They all get the following identifier:	SPDX-License-Identifier: GPL-2.0The SPDX identifier is a legally binding shorthand, which can be usedinstead of the full boiler plate text.Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Cc: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Cc: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;Cc: Thomas Winischhofer &lt;thomas@winischhofer.net&gt;Cc: Johan Hovold &lt;johan@kernel.org&gt;Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Makefile</description>
        <pubDate>Mon, 06 Nov 2017 15:34:07 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0a2b8a0d - usb: makefile cleanup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Makefile#0a2b8a0d</link>
        <description>usb: makefile cleanupFor all modules, change &lt;module&gt;-objs to &lt;module&gt;-y; removeif-statements and replace with lists using the kbuild idiom; moveflags to the top of the file; and fix alignment while trying tomaintain the original scheme in each file.None of the dependencies are modified.Signed-off-by: matt mooney &lt;mfm@muteddisk.com&gt;Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Acked-by: Felipe Balbi &lt;balbi@ti.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Makefile</description>
        <pubDate>Thu, 07 Oct 2010 02:03:26 +0000</pubDate>
        <dc:creator>matt mooney &lt;mfm@muteddisk.com&gt;</dc:creator>
    </item>
<item>
        <title>4e9e9200 - USB: usbmon: end ugly tricks with DMA peeking</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Makefile#4e9e9200</link>
        <description>USB: usbmon: end ugly tricks with DMA peekingThis patch fixes crashes when usbmon attempts to access GART aperture.The old code attempted to take a bus address and convert it into avirtual address, which clearly was impossible on systems with actualIOMMUs. Let us not persist in this foolishness, and use transfer_bufferin all cases instead.I think downsides are negligible. The ones I see are: - A driver may pass an address of one buffer down as transfer_buffer,   and entirely different entity mapped for DMA, resulting in misleading   output of usbmon. Note, however, that PIO based controllers would   do transfer the same data that usbmon sees here. - Out of tree drivers may crash usbmon if they store garbage in   transfer_buffer. I inspected the in-tree drivers, and clarified   the documentation in comments. - Drivers that use get_user_pages will not be possible to monitor.   I only found one driver with this problem (drivers/staging/rspiusb). - Same happens with with usb_storage transferring from highmem, but   it works fine on 64-bit systems, so I think it&apos;s not a concern.   At least we don&apos;t crash anymore.Why didn&apos;t we do this in 2.6.10? That&apos;s because back in those daysit was popular not to fill in transfer_buffer, so almost alltraffic would be invisible (e.g. all of HID was like that).But now, the tree is almost 100% PIO friendly, so we can do theright thing at last.Signed-off-by: Pete Zaitcev &lt;zaitcev@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Makefile</description>
        <pubDate>Thu, 11 Jun 2009 14:53:20 +0000</pubDate>
        <dc:creator>Pete Zaitcev &lt;zaitcev@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f150fa1a - USB: Allow usbmon as a module even if usbcore is builtin</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Makefile#f150fa1a</link>
        <description>USB: Allow usbmon as a module even if usbcore is builtinusbmon can only be built as a module if usbcore is a module too. Trivialchanges to the relevant Kconfig and Makefile (and a few trivial changeselsewhere) allow usbmon to be built as a module even if usbcore isbuiltin.This is verified to work in all 9 permutations (3 correctly prohibitedby Kconfig, 6 build a suitable result).Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Signed-off-by: Pete Zaitcev &lt;zaitcev@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Makefile</description>
        <pubDate>Fri, 14 Nov 2008 04:31:21 +0000</pubDate>
        <dc:creator>Pete Zaitcev &lt;zaitcev@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>d43a05fd - USB: Fix &quot;cut and paste&quot; booboo in usbmon Makefile.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Makefile#d43a05fd</link>
        <description>USB: Fix &quot;cut and paste&quot; booboo in usbmon Makefile.Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Makefile</description>
        <pubDate>Sun, 09 Mar 2008 17:55:01 +0000</pubDate>
        <dc:creator>Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;</dc:creator>
    </item>
<item>
        <title>6f23ee1f - USB: add binary API to usbmon</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Makefile#6f23ee1f</link>
        <description>USB: add binary API to usbmonThis patch adds a new, &quot;binary&quot; API in addition to the old, text API usbmonhad before. The new API allows for less CPU use, and it allows to captureall data from a packet where old API only captured 32 bytes at most. Thereare some limitations and conditions to this, e.g. in case someone constructsa URB with 1GB of data, it&apos;s not likely to be captured, because even thehuge buffers of the new reader are finite. Nonetheless, I expect this newcapability to capture all data for all real life scenarios.The downside is, a special user mode application is required where cat(1)worked before. I have sample code at http://people.redhat.com/zaitcev/linux/and Paolo Abeni is working on patching libpcap.This patch was initially written by Paolo and later I tweaked it, andwe had a little back-and-forth. So this is a jointly authored patch, butI am submitting this I am responsible for the bugs.Signed-off-by: Paolo Abeni &lt;paolo.abeni@email.it&gt;Signed-off-by: Pete Zaitcev &lt;zaitcev@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Makefile</description>
        <pubDate>Sun, 31 Dec 2006 06:43:10 +0000</pubDate>
        <dc:creator>Pete Zaitcev &lt;zaitcev@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>02568396 - [PATCH] usbmon in 2.6.13: peeking into DMA areas</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Makefile#02568396</link>
        <description>[PATCH] usbmon in 2.6.13: peeking into DMA areasThis code looks at urb-&gt;transfer_dma, maps the page and takes the data.I am looking for volunteers to contribute architectures other than i386or to develop an architecure-neutral API for it (or point me that itwas done already).Signed-off-by: Pete Zaitcev &lt;zaitcev@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Makefile</description>
        <pubDate>Mon, 15 Aug 2005 23:53:57 +0000</pubDate>
        <dc:creator>Pete Zaitcev &lt;zaitcev@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>003ba515 - [PATCH] USB: ub documentation update</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Makefile#003ba515</link>
        <description>[PATCH] USB: ub documentation updateThe patch which went in was correct, but not quite what I had in mind.Here is a patch to update that a little bit. Original patch is at: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4749f32da939d4e4160541b2cadc22492bb507ecSigned-off-by: Pete Zaitcev &lt;zaitcev@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Makefile</description>
        <pubDate>Fri, 05 Aug 2005 01:06:36 +0000</pubDate>
        <dc:creator>Pete Zaitcev &lt;zaitcev@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4749f32d - [PATCH] better USB_MON dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Makefile#4749f32d</link>
        <description>[PATCH] better USB_MON dependenciesThis makes the USB_MON less confusing.Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Makefile</description>
        <pubDate>Thu, 23 Jun 2005 09:36:56 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@stusta.de&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/usb/mon/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
