<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/scripts/package, branch linux-3.11.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.11.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.11.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2013-07-10T23:05:40Z</updated>
<entry>
<title>Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild</title>
<updated>2013-07-10T23:05:40Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2013-07-10T23:05:40Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=cb63fc26623ee38fd84d71ea5a98189240ec2e1b'/>
<id>urn:sha1:cb63fc26623ee38fd84d71ea5a98189240ec2e1b</id>
<content type='text'>
Pull kbuild updates from Michal Marek:
 - fix for make headers_install argv explosion with too long path
 - scripts/setlocalversion does not call git update-index needlessly
 - fix for the src.rpm produced by make rpm-pkg.  The new make
   image_name can be useful also for other packaging tools.
 - scripts/mod/devicetable-offsets.o is not rebuilt during each make run
 - make modules_install dependency fix
 - scripts/sortextable portability fix
 - fix for kbuild to generate the output directory for all object files
   in subdirs.
 - a couple of minor fixes

* 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
  kbuild: create directory for dir/file.o
  tools/include: use stdint types for user-space byteshift headers
  Makefile: Fix install error with make -j option
  Fix a build warning in scripts/mod/file2alias.c
  improve modalias building
  scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/
  kbuild: fix error when building from src rpm
  scripts/setlocalversion on write-protected source tree
  Makefile.lib: align DTB quiet_cmd
  kbuild: fix make headers_install when path is too long
</content>
</entry>
<entry>
<title>kbuild: fix error when building from src rpm</title>
<updated>2013-06-24T13:26:14Z</updated>
<author>
<name>Mike Marciniszyn</name>
<email>mike.marciniszyn@intel.com</email>
</author>
<published>2013-06-24T12:48:37Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c398ff00f55d56bec8eb116e9ad3d226998230fa'/>
<id>urn:sha1:c398ff00f55d56bec8eb116e9ad3d226998230fa</id>
<content type='text'>
The following issue can be reproduced with Linus' tree on
an x86_64 server.

&gt;+ cp /home/user/rpmbuild-test/BUILDROOT/kernel-3.9.2.x86_64/boot/vmlinuz-3.9.2
&gt;cp: missing destination file operand after
&gt;/home/user/rpmbuild-test/BUILDROOT/kernel-3.9.2-1.x86_64/boot/vmlinuz-3.9.2'
&gt;Try `cp --help' for more information.
&gt;error: Bad exit status from /var/tmp/rpm-tmp.R4o0iI (%install)

Here are the commands to reproduce:

make defconfig
make rpm-pkg

Use the resulting src rpm to build as follows:

mkdir ~/rpmbuild-test
cd ~/rpmbuild-test
rpmbuild --rebuild --define "_topdir `pwd`" -vv ~/rpmbuild/SRPMS/kernel-3.10.0_rc1+-1.src.rpm

The issue is because the %install script uses $KBUILD_IMAGE and it hasn't
been set since it is only available in the kbuild system and not in the
%install script.

This patch adds a Makefile target to emit the image_name that can be used
and modifies the mkspec to use the dynamic name in %install.

Signed-off-by: Mike Marciniszyn &lt;mike.marciniszyn@intel.com&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>package: Makefile: unbreak binrpm-pkg target</title>
<updated>2013-05-16T07:46:45Z</updated>
<author>
<name>Luiz Capitulino</name>
<email>lcapitulino@redhat.com</email>
</author>
<published>2013-05-15T16:06:26Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f66ba560943ae21f5d1e505bad0a3591823b2b37'/>
<id>urn:sha1:f66ba560943ae21f5d1e505bad0a3591823b2b37</id>
<content type='text'>
Commit 6501320311664e11ad5489fedb17ea1f817c2617 dropped the rpm spec as a
prerequisite for the binrpm-pkg target but forgot to update $&lt; usage,
which causes the rule to break.

This commit fixes that by replacing $&lt; with the spec name.

Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>rpm-pkg: Remove pointless set -e statements</title>
<updated>2013-04-18T12:56:54Z</updated>
<author>
<name>Michal Marek</name>
<email>mmarek@suse.cz</email>
</author>
<published>2013-04-15T20:13:08Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a0f9c6f202962d4ca8150730e55bc34021dfebcc'/>
<id>urn:sha1:a0f9c6f202962d4ca8150730e55bc34021dfebcc</id>
<content type='text'>
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>rpm-pkg: Always regenerate the specfile</title>
<updated>2013-04-18T12:56:54Z</updated>
<author>
<name>Michal Marek</name>
<email>mmarek@suse.cz</email>
</author>
<published>2013-04-13T19:21:15Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6501320311664e11ad5489fedb17ea1f817c2617'/>
<id>urn:sha1:6501320311664e11ad5489fedb17ea1f817c2617</id>
<content type='text'>
The *pkg targets are always run, so it makes no sense to cache the
generated specfile. This also fixes build errors when the specfile
becomes out of date, without the Makefile noticing it:

$ make rpm
  works
$ echo yadadada &gt;localversion-test
$ make rpm
  fails, because kernel.spec assumes the old kernel release string

Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>rpm-pkg: Do not write to the parent directory</title>
<updated>2013-04-18T12:56:53Z</updated>
<author>
<name>Michal Marek</name>
<email>mmarek@suse.cz</email>
</author>
<published>2013-04-12T12:22:46Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=403d3cc47307c78597d75e420f091cf4a2e7a56a'/>
<id>urn:sha1:403d3cc47307c78597d75e420f091cf4a2e7a56a</id>
<content type='text'>
Now that we only package explicitly listed files to the tarball, there
is no need to abuse the parent directory.

Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>rpm-pkg: Do not package the whole source directory</title>
<updated>2013-04-18T12:56:44Z</updated>
<author>
<name>Michal Marek</name>
<email>mmarek@suse.cz</email>
</author>
<published>2013-04-12T12:12:50Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6615d6c322a364be45324f553db57545a3b2e95f'/>
<id>urn:sha1:6615d6c322a364be45324f553db57545a3b2e95f</id>
<content type='text'>
The source tree can contain lots of uninteresting data like tag or
cscope files, packaging which slows down make rpm needlessly. It can
also break the build, if the tree contains an unrelated file named
*.spec. The downside of this change is that new subdirectories have to
be added to the KBUILD_ALLDIRS variable in the top-level Makefile. The
upside is that the behavior is more predictable.

Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>buildtar: Add ARCH to the archive name</title>
<updated>2013-04-08T14:04:28Z</updated>
<author>
<name>Borislav Petkov</name>
<email>bp@suse.de</email>
</author>
<published>2013-03-06T08:05:47Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6bc6c9409de03987736df58c411c3aa7b5aed051'/>
<id>urn:sha1:6bc6c9409de03987736df58c411c3aa7b5aed051</id>
<content type='text'>
When dealing with multiple sub-arches (like 32- and 64-bit on x86, for
example) generating a bunch of kernel tar archives with the same name
but for different sub-arches could get confusing and error-prone. Also,
the build process could overwrite otherwise unrelated builds and you
probably don't want that. So, add the architecture to the archive name
for more clarity and less shoot-yourself-in-the-foot practices.

Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT</title>
<updated>2013-04-08T11:04:17Z</updated>
<author>
<name>Bin Wang</name>
<email>wbin00@gmail.com</email>
</author>
<published>2013-02-25T03:05:24Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4c6e00cffcd478a369b6fd0ba61f5b0f9643ff43'/>
<id>urn:sha1:4c6e00cffcd478a369b6fd0ba61f5b0f9643ff43</id>
<content type='text'>
KBUILD_OUTPUT is always empty here, so it is useless to test it. But
while use O=.., objtree and srctree will be different. I compare them
instead.

Signed-off-by: Bin Wang &lt;wbin00@gmail.com&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>kbuild: clear KBUILD_SRC when calling 'make' in RPM spec</title>
<updated>2013-02-22T09:57:32Z</updated>
<author>
<name>David R. Bild</name>
<email>drbild@umich.edu</email>
</author>
<published>2013-01-12T15:19:19Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e0367a61567de103b1946bf87115e15253194195'/>
<id>urn:sha1:e0367a61567de103b1946bf87115e15253194195</id>
<content type='text'>
'make rpm-pkg' and 'make binrpm-pkg' fail when the kernel source is
read-only.  Specifically, when the RPM spec generated by
scripts/package/mkspec is run, KBUILD_SRC happens to be set to the
source location and thus the invocation of 'make headers_install'
fails when an internal call to 'filechk' tries to write a file into
the source tree.

The fix is to clear KBUILD_SRC for the 'make headers_install'
invocation in the spec file, as is already done for the 'make
modules_install' invocation.

Signed-off-by: David R. Bild &lt;drbild@umich.edu&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
</feed>
'/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=955154fa33df2b74f0fea8e7c84df6dfd954dab2'>net/mlx4_en: Don't reassign port mac address on firmware that supports it</a></td><td>Matan Barak</td></tr>
<tr><td><span title='2012-12-19 11:47:22 -0800'>2012-12-19</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=3c439b5586e9200f7e6287ee77c175c4d5b0eeed'>mlx4_core: Allow choosing flow steering mode</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-11-26 10:19:17 -0800'>2012-11-26</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=08ff32352d6ff7083533dc1c25618d42f92ec28e'>mlx4: 64-byte CQE/EQE support</a></td><td>Or Gerlitz</td></tr>
<tr><td><span title='2012-09-30 20:33:43 -0700'>2012-09-30</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=47605df953985c2b792ac9f3ddf70d270b89adb8'>mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculations</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-09-30 20:33:43 -0700'>2012-09-30</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=afa8fd1db9f295a0c4130bc6d87bf8b05bdd0523'>mlx4: Paravirtualize Node Guids for slaves</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-09-30 20:33:42 -0700'>2012-09-30</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=026149cbaada391d98f1cbec47c488cb548f753a'>mlx4: Activate SR-IOV mode for IB</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-09-30 20:33:40 -0700'>2012-09-30</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=efcd235d736ab05ef2b29d7fe1493a2f52b07b66'>net/mlx4_core: Adjustments to SET_PORT for IB SR-IOV</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-09-30 20:33:37 -0700'>2012-09-30</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=993c401e207946fa56f69c51e39f015e7108497b'>mlx4_core: Add IB port-state machine and port mgmt event propagation</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-09-30 20:33:33 -0700'>2012-09-30</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=54679e148287f0ca1bdd09264c908bacb9f19b3f'>mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoop</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-09-30 20:33:32 -0700'>2012-09-30</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=fc06573dfaf8a33bc0533bb70c49de13fa5232a4'>IB/mlx4: Initialize SR-IOV IB support for slaves in master context</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-09-30 20:33:31 -0700'>2012-09-30</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=e2c76824ca16a3e8443cc7b26abcb21af7c27b10'>mlx4_core: Add proxy and tunnel QPs to the reserved QP area</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-09-30 20:33:30 -0700'>2012-09-30</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=1ffeb2eb8be9936e9dc1f9af2d5f4c14d69a0d36'>IB/mlx4: SR-IOV IB context objects and proxy/tunnel SQP support</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-09-07 12:55:59 -0400'>2012-09-07</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=7fb40f87c4195ec1728527f30bc744c47a45b366'>net/mlx4_core: Add security check / enforcement for flow steering rules set f...</a></td><td>Hadar Hen Zion</td></tr>
<tr><td><span title='2012-09-07 12:55:59 -0400'>2012-09-07</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=a8edc3bf05a3465726afdf635a820761fae0d50b'>net/mlx4_core: Put Firmware flow steering structures in common header files</a></td><td>Hadar Hen Zion</td></tr>
<tr><td><span title='2012-07-24 13:56:26 -0700'>2012-07-24</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=5dedb9f3bd5bcb186313ea0c0cff8f2c525d4122'>Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...</a></td><td>Linus Torvalds</td></tr>
<tr><td><span title='2012-07-19 08:34:37 -0700'>2012-07-19</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=d9236c3f10490cd0b3fd4516af12ba62dcbae0b0'>{NET,IB}/mlx4: Add rmap support to mlx4_assign_eq</a></td><td>Amir Vadai</td></tr>
<tr><td><span title='2012-07-19 08:34:37 -0700'>2012-07-19</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=af22d9de45caf8b2a99f2b27a927169c029528b4'>net/mlx4: Move MAC_MASK to a common place</a></td><td>Amir Vadai</td></tr>
<tr><td><span title='2012-07-11 11:52:23 -0700'>2012-07-11</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=6634961c14d38ef64ec284c07aecb03d3dd03b4a'>mlx4: Put physical GID and P_Key table sizes in mlx4_phys_caps struct and par...</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-07-11 11:35:55 -0700'>2012-07-11</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=396f2feb05d7cc5549c611c05abfb4108cd1c6d6'>mlx4_core: Implement mechanism for reserved Q_Keys</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-07-10 09:57:06 -0700'>2012-07-10</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=2aca1172c2f5b27fbc37297574f716c1c15f4153'>net/mlx4_core: Initialize IB port capabilities for all slaves</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-07-10 09:47:10 -0700'>2012-07-10</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=00f5ce99dc6ee46c3113393cc8fa12173f9bbcd7'>mlx4: Use port management change event instead of smp_snoop</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-07-08 18:05:05 -0700'>2012-07-08</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=752a50cab600c6d46c5a1921c6a6d2fb116c8a4b'>mlx4_core: Pass an invalid PCI id number to VFs</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-07-07 16:23:06 -0700'>2012-07-07</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=592e49dda8122ab621cdc59cc429bdb968ee6364'>net/mlx4: Implement promiscuous mode with device managed flow-steering</a></td><td>Hadar Hen Zion</td></tr>
<tr><td><span title='2012-07-07 16:23:05 -0700'>2012-07-07</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=0ff1fb654bec0cff62ddf81a8a8edec4263604a0'>{NET, IB}/mlx4: Add device managed flow steering firmware API</a></td><td>Hadar Hen Zion</td></tr>
<tr><td><span title='2012-07-07 16:23:05 -0700'>2012-07-07</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=8fcfb4db74352d3d447b7a559ad54f7577074d19'>net/mlx4_core: Add firmware commands to support device managed flow steering</a></td><td>Hadar Hen Zion</td></tr>
<tr><td><span title='2012-07-07 16:23:05 -0700'>2012-07-07</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=c96d97f4d127b61def87b3ee056bec20cfc265d1'>net/mlx4: Set steering mode according to device capabilities</a></td><td>Hadar Hen Zion</td></tr>
<tr><td><span title='2012-05-31 18:18:16 -0400'>2012-05-31</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=3fc929e2d693185aac2686e5e64e24eae10642a4'>net/mlx4_core: Fix number of EQs used in ICM initialisation</a></td><td>Marcel Apfelbaum</td></tr>
<tr><td><span title='2012-05-21 17:54:55 -0700'>2012-05-21</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=c23ddf7857bdb2e8001b0a058603497c765a580d'>Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...</a></td><td>Linus Torvalds</td></tr>
<tr><td><span title='2012-05-08 11:54:32 -0700'>2012-05-08</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=b3416f4476f39f76fd5ca238e8332ba9b8f059d9'>mlx4_core: Add second capabilities flags field</a></td><td>Shlomo Pongratz</td></tr>
<tr><td><span title='2012-05-08 11:48:09 -0700'>2012-05-08</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=c0c1d3d761c32ece93b1c99d200591415e3cbf7c'>IB/mlx4: Put priority bits in WQE of IBoE MLX QP</a></td><td>Oren Duer</td></tr>
<tr><td><span title='2012-04-05 05:08:03 -0400'>2012-04-05</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=e5395e92a470769d67369c002a41e59619f5214b'>net/mlx4_core: set port QoS attributes</a></td><td>Amir Vadai</td></tr>
<tr><td><span title='2012-04-05 05:08:03 -0400'>2012-04-05</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=0e98b523c4a4119cbd17e58dff385cc329064694'>net/mlx4_en: Force user priority by QP attribute</a></td><td>Amir Vadai</td></tr>
<tr><td><span title='2012-03-24 10:41:37 -0700'>2012-03-24</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=250f6715a4112d6686670c5a62ceb9305da94616'>Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...</a></td><td>Linus Torvalds</td></tr>
<tr><td><span title='2012-03-21 10:33:42 -0700'>2012-03-21</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=0c2fe82a9b106f1c03719783134360586d718a69'>Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...</a></td><td>Linus Torvalds</td></tr>
<tr><td><span title='2012-03-16 10:38:24 -0400'>2012-03-16</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=313162d0b83836e2f57e51b9b8650fb4b9c396ea'>device.h: audit and cleanup users in main include dir</a></td><td>Paul Gortmaker</td></tr>
<tr><td><span title='2012-03-12 16:25:28 -0700'>2012-03-12</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=42872c7a5ed8d3ed49f51cb783978ca50369c564'>Merge branches 'misc' and 'mlx4' into for-next</a></td><td>Roland Dreier</td></tr>
<tr><td><span title='2012-03-12 16:24:59 -0700'>2012-03-12</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=096335b3f9830b90d13aee77252cf6f5f12a258c'>mlx4_core: Allow dynamic MTU configuration for IB ports</a></td><td>Or Gerlitz</td></tr>
<tr><td><span title='2012-03-12 16:24:59 -0700'>2012-03-12</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=5984be90046fa978d94a5ec08bbf8f760cff2b30'>mlx4_core: Report thermal error events</a></td><td>Jack Morgenstein</td></tr>
<tr><td><span title='2012-03-06 17:25:18 -0800'>2012-03-06</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=8154c07fe14e387c5a7c7f2eb70534813634e45e'>mlx4_core: Get rid of redundant ext_port_cap flags</a></td><td>Or Gerlitz</td></tr>
<tr><td><span title='2012-03-06 15:19:18 -0500'>2012-03-06</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=9a9a232a9295deb3b6b5f4ce4290a7d05ff061fa'>net/mlx4: fixing sparse warnings for not declared, functions</a></td><td>Yevgeny Petrilin</td></tr>
<tr><td><span title='2012-02-26 14:22:05 -0500'>2012-02-26</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=622121719934f60378279eb440d3cec2fc3176d2'>mlx4_en: dont change mac_header on xmit</a></td><td>Eric Dumazet</td></tr>
<tr><td><span title='2012-02-26 01:43:37 -0800'>2012-02-26</span></td><td><a href='/distro/kernel/commit/include/linux/mlx4?h=linux-3.9.y&amp;id=a5bbe892da9441835cb6fece26d9bbd95fc820be'>mlx4: Enforce device max FMR maps in FMR alloc</a></td><td>Eli Cohen</td></tr>
