Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Oct 2013 20:55:04 +0000 (16:55 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Oct 2013 20:55:04 +0000 (16:55 -0400)
commitafb14c7cb66c0401237b181131fd3d6bd4810909
treee87dec56dd5b20926aa4a35449e1c463d1d2db00
parent320437af954cbe66478f1f5e8b34cb5a8d072191
parentb416c144f46af1a30ddfa4e4319a8f077381ad63
Merge branch 'master' of git://git./linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
The following patchset contains three netfilter fixes for your net
tree, they are:

* A couple of fixes to resolve info leak to userspace due to uninitialized
  memory area in ulogd, from Mathias Krause.

* Fix instruction ordering issues that may lead to the access of
  uninitialized data in x_tables. The problem involves the table update
 (producer) and the main packet matching (consumer) routines. Detected in
  SMP ARMv7, from Will Deacon.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>