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>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 16 Oct 2008 22:29:19 -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: Re: [GIT]: Networking


Sorry, finger slipped, here is the real content :-)

1) A few networking driver fixes via Jeff Garzik.  The Kconfig
   fixup for myri10ge and ixgbe should fix the powerpc allyesconfig
   et al. build failures.

2) Missing rcu_assign() in ipv4 routing cache, from Eric Dumazet.

3) Getting rid of CONFIG_KMOD under net/, from Johannes Berg and
   Rusty.

I'll get a fix to you for that netfilter build failure BenH reported
soon.

Please pull, thanks a lot.

The following changes since commit 8fa0b315fc0c1a414da1371f1fc39523a657c192:
  David S. Miller (1):
        decnet: Fix compiler warning in dn_dev.c

are available in the git repository at:

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

Alan Cox (2):
      lmc: copy_*_user under spinlock
      [netdrvr] ibmtr: PCMCIA IBMTR is ok on 64bit

Eric Dumazet (1):
      ipv4: Add a missing rcu_assign_pointer() in routing cache.

Isaku Yamahata (1):
      xen-netfront: Avoid unaligned accesses to IP header

Jeff Garzik (1):
      [netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMA

Johannes Berg (1):
      net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)

 drivers/net/Kconfig                  |   12 ++++++++++--
 drivers/net/ixgbe/ixgbe.h            |    4 ++--
 drivers/net/ixgbe/ixgbe_main.c       |   32 ++++++++++++++++----------------
 drivers/net/myri10ge/myri10ge.c      |   26 +++++++++++++-------------
 drivers/net/pcmcia/Kconfig           |    2 +-
 drivers/net/wan/lmc/lmc_main.c       |   31 ++++++++++++++++++++++++-------
 drivers/net/xen-netfront.c           |    5 ++++-
 net/bluetooth/af_bluetooth.c         |    8 +-------
 net/bridge/netfilter/ebtables.c      |   15 +++------------
 net/can/af_can.c                     |    4 ++--
 net/core/dev.c                       |    2 --
 net/core/rtnetlink.c                 |    4 ++--
 net/dccp/ccid.c                      |    2 +-
 net/decnet/dn_dev.c                  |    2 --
 net/ipv4/devinet.c                   |    2 --
 net/ipv4/inet_diag.c                 |    2 --
 net/ipv4/route.c                     |    7 ++++++-
 net/ipv4/tcp_cong.c                  |    4 ++--
 net/netfilter/nf_conntrack_netlink.c |    2 +-
 net/netfilter/nfnetlink.c            |    2 +-
 net/netlink/af_netlink.c             |    2 +-
 net/phonet/af_phonet.c               |    3 +--
 net/sched/act_api.c                  |    2 +-
 net/sched/cls_api.c                  |    2 +-
 net/sched/ematch.c                   |    2 +-
 net/sched/sch_api.c                  |    2 +-
 net/socket.c                         |    2 +-
 net/sunrpc/auth.c                    |    2 --
 28 files changed, 96 insertions(+), 89 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ