| Submitter | Tim Gardner |
|---|---|
| Date | Aug. 22, 2012, 8:12 p.m. |
| Message ID | <50353D13.9000809@canonical.com> |
| Download | mbox |
| Permalink | /patch/179402/ |
| State | New |
| Headers | show |
Pull-request
git://kernel.ubuntu.com/rtg/ubuntu-oneiric.git CVE-2012-3412Comments
On Wed, Aug 22, 2012 at 02:12:03PM -0600, Tim Gardner wrote: > The following changes since commit 94541d9707b3e99a60a82b9367f2f49195c47307: > > eCryptfs: Revert to a writethrough cache model (2012-08-20 07:36:05 -0600) > > are available in the git repository at: > > git://kernel.ubuntu.com/rtg/ubuntu-oneiric.git CVE-2012-3412 > > for you to fetch changes up to f6f455256a9e2d5d4225f11e323458030adff3dd: > > sfc: Fix maximum number of TSO segments and minimum TX queue size > (2012-08-22 13:39:22 -0600) > > ---------------------------------------------------------------- > Ben Hutchings (4): > net: Allow driver to limit number of GSO segments per skb > tcp: Apply device TSO segment limit earlier > sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE > sfc: Fix maximum number of TSO segments and minimum TX queue size > > Neal Cardwell (1): > tcp: do not scale TSO segment size with reordering degree BugLink/CVE header are missing from the tcp and net patches, otherwise Ack.
On 08/22/2012 01:12 PM, Tim Gardner wrote:
> git://kernel.ubuntu.com/rtg/ubuntu-oneiric.git CVE-2012-3412
Only two of the commits have the CVE number and the buglink in
them.
7c53d5454c7573f90f39bce87f4933513d67536a looks like a backport
Brad
The following changes since commit 94541d9707b3e99a60a82b9367f2f49195c47307: eCryptfs: Revert to a writethrough cache model (2012-08-20 07:36:05 -0600) are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-oneiric.git CVE-2012-3412 for you to fetch changes up to f6f455256a9e2d5d4225f11e323458030adff3dd: sfc: Fix maximum number of TSO segments and minimum TX queue size (2012-08-22 13:39:22 -0600) ---------------------------------------------------------------- Ben Hutchings (4): net: Allow driver to limit number of GSO segments per skb tcp: Apply device TSO segment limit earlier sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE sfc: Fix maximum number of TSO segments and minimum TX queue size Neal Cardwell (1): tcp: do not scale TSO segment size with reordering degree drivers/net/sfc/efx.c | 6 ++++++ drivers/net/sfc/efx.h | 14 ++++++++++---- drivers/net/sfc/ethtool.c | 16 +++++++++++----- drivers/net/sfc/nic.c | 5 +---- drivers/net/sfc/nic.h | 5 +++++ drivers/net/sfc/tx.c | 21 ++++++++++++++++++++- include/linux/netdevice.h | 2 ++ include/net/sock.h | 2 ++ include/net/tcp.h | 8 ++++++++ net/core/dev.c | 4 ++++ net/core/sock.c | 1 + net/ipv4/tcp.c | 4 +++- net/ipv4/tcp_cong.c | 7 ++++--- net/ipv4/tcp_output.c | 27 +++++++++++++++------------ 14 files changed, 92 insertions(+), 30 deletions(-)