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-next>] [day] [month] [year] [list]
Date:	Fri,  8 Jul 2016 11:49:15 +0200
From:	Simon Wunderlich <sw@...onwunderlich.de>
To:	davem@...emloft.net
Cc:	netdev@...r.kernel.org, b.a.t.m.a.n@...ts.open-mesh.org,
	Simon Wunderlich <sw@...onwunderlich.de>
Subject: [PATCH 0/7] pull request for net: batman-adv 2016-07-08

Hi David,

here are some more bugfix patches which we would like to have integrated
into net, if that is still possible!

Please pull or let me know of any problem!

Thank you,
      Simon

Sven Eckelmann (7):
  batman-adv: Avoid nullptr dereference in bla after vlan_insert_tag
  batman-adv: Avoid nullptr dereference in dat after vlan_insert_tag
  batman-adv: Fix orig_node_vlan leak on orig_node_release
  batman-adv: Fix non-atomic bla_claim::backbone_gw access
  batman-adv: Fix reference leak in batadv_find_router
  batman-adv: Free last_bonding_candidate on release of orig_node
  batman-adv: Fix speedy join in gateway client mode

 net/batman-adv/bridge_loop_avoidance.c | 116 ++++++++++++++++++++++++++-------
 net/batman-adv/distributed-arp-table.c |  10 ++-
 net/batman-adv/originator.c            |  15 +++++
 net/batman-adv/routing.c               |  52 +++++++++++----
 net/batman-adv/send.c                  |   4 +-
 net/batman-adv/types.h                 |   6 +-
 6 files changed, 161 insertions(+), 42 deletions(-)

-- 
2.8.1

The following changes since commit 5b4d10f5e0369ed79434593b7cd8e85eebbe473f:

  qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag() (2016-06-29 05:46:16 -0400)

are available in the git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batadv-net-for-davem-20160708

for you to fetch changes up to d1fe176ca51fa3cb35f70c1d876d9a090e9befce:

  batman-adv: Fix speedy join in gateway client mode (2016-07-06 16:03:40 +0200)

----------------------------------------------------------------
Here are a couple batman-adv bugfix patches, all by Sven Eckelmann:

 - Fix possible NULL pointer dereference for vlan_insert_tag (two patches)

 - Fix reference handling in some features, which may lead to reference
   leaks or invalid memory access (four patches)

 - Fix speedy join: DHCP packets handled by the gateway feature should
   be sent with 4-address unicast instead of 3-address unicast to make
   speedy join work. This fixes/speeds up DHCP assignment for clients
   which join a mesh for the first time. (one patch)

----------------------------------------------------------------
Sven Eckelmann (7):
      batman-adv: Avoid nullptr dereference in bla after vlan_insert_tag
      batman-adv: Avoid nullptr dereference in dat after vlan_insert_tag
      batman-adv: Fix orig_node_vlan leak on orig_node_release
      batman-adv: Fix non-atomic bla_claim::backbone_gw access
      batman-adv: Fix reference leak in batadv_find_router
      batman-adv: Free last_bonding_candidate on release of orig_node
      batman-adv: Fix speedy join in gateway client mode

 net/batman-adv/bridge_loop_avoidance.c | 116 ++++++++++++++++++++++++++-------
 net/batman-adv/distributed-arp-table.c |  10 ++-
 net/batman-adv/originator.c            |  15 +++++
 net/batman-adv/routing.c               |  52 +++++++++++----
 net/batman-adv/send.c                  |   4 +-
 net/batman-adv/types.h                 |   6 +-
 6 files changed, 161 insertions(+), 42 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ