mbox

[maverick/ti-omap4] More CVE fixes

Message ID 4E04BD1F.4070903@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/ppisati/ubuntu-maverick.git ti-omap4

Message

Paolo Pisati June 24, 2011, 4:36 p.m. UTC
The following changes since commit fc1fce701213d8be9bbec3632638d22c925a4ad3:

  IB/uverbs: Handle large number of entries in poll CQ CVE-2010-4649
(2011-06-22 09:02:55 -0600)

are available in the git repository at:
  git://kernel.ubuntu.com/ppisati/ubuntu-maverick.git ti-omap4

Alex Elder (1):
      xfs: zero proper structure size for geometry calls CVE-2011-0711

Davide Libenzi (1):
      epoll: prevent creating circular epoll structures CVE-2011-1082

Timo Warns (1):
      ldm: corrupted partition table can cause kernel oops CVE-2011-1012

Vasiliy Kulikov (5):
      netfilter: ipt_CLUSTERIP: fix buffer overflow CVE-2011-2534
      netfilter: arp_tables: fix infoleak to userspace CVE-2011-1170
      netfilter: ip_tables: fix infoleak to userspace CVE-2011-1171
      ipv6: netfilter: ip6_tables: fix infoleak to userspace CVE-2011-1172
      econet: 4 byte infoleak to the network CVE-2011-1173

 fs/eventpoll.c                     |   95
++++++++++++++++++++++++++++++++++++
 fs/partitions/ldm.c                |    5 ++
 fs/xfs/linux-2.6/xfs_ioctl.c       |   11 +++-
 net/econet/af_econet.c             |    2 +-
 net/ipv4/netfilter/arp_tables.c    |    3 +
 net/ipv4/netfilter/ip_tables.c     |    3 +
 net/ipv4/netfilter/ipt_CLUSTERIP.c |    5 ++-
 net/ipv6/netfilter/ip6_tables.c    |    3 +
 8 files changed, 122 insertions(+), 5 deletions(-)

All commits cherry-picked from lucid/master, upstream sha, buglink
pointing to the real lp bug and kteam signoff included.

Comments

Tim Gardner June 27, 2011, 4:15 p.m. UTC | #1
On 06/24/2011 05:36 PM, Paolo Pisati wrote:
> The following changes since commit fc1fce701213d8be9bbec3632638d22c925a4ad3:
>
>    IB/uverbs: Handle large number of entries in poll CQ CVE-2010-4649
> (2011-06-22 09:02:55 -0600)
>
> are available in the git repository at:
>    git://kernel.ubuntu.com/ppisati/ubuntu-maverick.git ti-omap4
>
> Alex Elder (1):
>        xfs: zero proper structure size for geometry calls CVE-2011-0711
>
> Davide Libenzi (1):
>        epoll: prevent creating circular epoll structures CVE-2011-1082
>
> Timo Warns (1):
>        ldm: corrupted partition table can cause kernel oops CVE-2011-1012
>
> Vasiliy Kulikov (5):
>        netfilter: ipt_CLUSTERIP: fix buffer overflow CVE-2011-2534
>        netfilter: arp_tables: fix infoleak to userspace CVE-2011-1170
>        netfilter: ip_tables: fix infoleak to userspace CVE-2011-1171
>        ipv6: netfilter: ip6_tables: fix infoleak to userspace CVE-2011-1172
>        econet: 4 byte infoleak to the network CVE-2011-1173
>
>   fs/eventpoll.c                     |   95
> ++++++++++++++++++++++++++++++++++++
>   fs/partitions/ldm.c                |    5 ++
>   fs/xfs/linux-2.6/xfs_ioctl.c       |   11 +++-
>   net/econet/af_econet.c             |    2 +-
>   net/ipv4/netfilter/arp_tables.c    |    3 +
>   net/ipv4/netfilter/ip_tables.c     |    3 +
>   net/ipv4/netfilter/ipt_CLUSTERIP.c |    5 ++-
>   net/ipv6/netfilter/ip6_tables.c    |    3 +
>   8 files changed, 122 insertions(+), 5 deletions(-)
>
> All commits cherry-picked from lucid/master, upstream sha, buglink
> pointing to the real lp bug and kteam signoff included.