lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 02 Sep 2009 23:02:24 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	torvalds@...ux-foundation.org
CC:	akpm@...ux-foundation.org, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT]: Networking


1) Packet scheduler classifier code can leak some uninitialized
   kernel bytes to userspace.  Fix from Eric Dumazet.

2) Revert tasklet_hrtimer conversions, naggling problems exist
   and -rcX is not the time to be tinkering with it.

3) Sockets can leak when sk_free()'d shortly after sk_alloc()
   with some protocols due to initialization order of
   sk->sk_mem_alloc.  Fix from Jarek Poplawski and Eric Dumazet.

4) gianfar frees netdev without unregistering it resulting in
   crashes on unload.  Fix from Toru UCHIYAMA.

5) ipw2200 uses large linear memory area (ie. high order allocation)
   for firmware loading via DMA, which easily can (and does) fail.
   Fix from Zhu Yi via John Linville.

Please pull, thanks a lot!

The following changes since commit 37d0892c5a94e208cf863e3b7bac014edee4346d:
  Ian Kent (1):
        autofs4 - fix missed case when changing to use struct path

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git master

David S. Miller (2):
      Merge branch 'master' of git://git.kernel.org/.../linville/wireless-2.6
      pkt_sched: Revert tasklet_hrtimer changes.

Eric Dumazet (1):
      tc: Fix unitialized kernel memory leak

Jarek Poplawski (1):
      net: sk_free() should be allowed right after sk_alloc()

Toru UCHIYAMA (1):
      gianfar: gfar_remove needs to call unregister_netdev()

Zhu Yi (1):
      ipw2200: firmware DMA loading rework

 drivers/net/gianfar.c                  |    1 +
 drivers/net/wireless/ipw2x00/ipw2200.c |  120 ++++++++++++++++++--------------
 include/net/pkt_sched.h                |    4 +-
 net/core/sock.c                        |    2 +-
 net/sched/sch_api.c                    |   12 ++--
 net/sched/sch_cbq.c                    |   25 +++----
 6 files changed, 89 insertions(+), 75 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists