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: <1357959574-13113-1-git-send-email-jasowang@redhat.com> Date: Sat, 12 Jan 2013 10:59:31 +0800 From: Jason Wang <jasowang@...hat.com> To: davem@...emloft.net, mst@...hat.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Cc: edumazet@...gle.com, stefanha@...hat.com, Jason Wang <jasowang@...hat.com> Subject: [PATCH V2 0/3] some fixes of tuntap Hi all: There series fixes two issues: - Don't allow calling TUNSETIFF when a file is detached which may cause kernel data structure corrupt. - Fix the reference count leaking of sock and module. Plus a suggestion from Eric to use rtnl_dereference() instead of the open code. Changes from v1: - don't use rcu to dereference tfile->detached as it was already protected by rtnl lock. - add a patch of switching to use rtnl_dereference(). Jason Wang (3): tuntap: switch to use rtnl_dereference() tuntap: forbid calling TUNSETIFF when detached tuntap: fix leaking reference count drivers/net/tun.c | 44 ++++++++++++++++++++++---------------------- 1 files changed, 22 insertions(+), 22 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists