]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit39604ac90878462ba2de805fcd440e8ed2a1ea5b
treee87dec56dd5b20926aa4a35449e1c463d1d2db00
parent3bd5bacb1453a83f3586d19a86d162113e99b677
parent36a7db58672929557c3c8d8c0c0799b5808ea2a0
Merge branch 'master' of git://git.kernel.org/pub/scm/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>