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
| ||
|
Message-ID: <20100316232247.4185.19426.stgit@decadence> Date: Wed, 17 Mar 2010 00:29:34 +0100 From: Pablo Neira Ayuso <pablo@...filter.org> To: netdev@...r.kernel.org Cc: kaber@...sh.net, davem@...emloft.net Subject: [PATCH 0/3] several minor Netlink fixes Hi! This patchset contains a couple of fixes for Netlink related stuff. More relevantly, a path that allows to set ENOBUFS when NETLINK_NO_ENOBUFS is set (that should not happen). It follows the corresponding fix for ctnetlink. This patchset closes with one fix for a unaligned access. Please apply! Thanks! --- Pablo Neira Ayuso (3): netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err() netfilter: ctnetlink: fix reliable event delivery if message building fails netlink: fix unaligned access in nla_get_be64() include/linux/netfilter/nfnetlink.h | 2 +- include/linux/netlink.h | 2 +- include/net/netlink.h | 6 +++++- net/netfilter/nf_conntrack_netlink.c | 4 +++- net/netfilter/nfnetlink.c | 4 ++-- net/netlink/af_netlink.c | 13 +++++++++++-- 6 files changed, 23 insertions(+), 8 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