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: <1424933010-31003-1-git-send-email-erik.hugne@ericsson.com> Date: Thu, 26 Feb 2015 07:43:25 +0100 From: <erik.hugne@...csson.com> To: <netdev@...r.kernel.org> CC: <tipc-discussion@...ts.sourceforge.net>, <jon.maloy@...csson.com>, <richard.alpe@...csson.com>, <ying.xue@...driver.com>, Erik Hugne <erik.hugne@...csson.com> Subject: [PATCH net-next 0/5] tipc: bug fix and some improvements From: Erik Hugne <erik.hugne@...csson.com> Most important is a fix for a nullptr exception that would occur when name table subscriptions fail. The remaining patches are performance improvements and cosmetic changes. Erik Hugne (5): tipc: only create header copy for name distr messages tipc: fix nullpointer bug when subscribing to events tipc: purge links when bearer is disabled tipc: rename media/msg related definitions tipc: make media address offset a common define net/tipc/bearer.c | 2 +- net/tipc/bearer.h | 5 +++-- net/tipc/eth_media.c | 8 +++----- net/tipc/ib_media.c | 2 +- net/tipc/msg.h | 4 ++-- net/tipc/name_distr.c | 2 +- net/tipc/subscr.c | 24 +++++------------------- 7 files changed, 16 insertions(+), 31 deletions(-) -- 2.1.4 -- 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