From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: [PATCH v3 0/2] Fix a use-after-free in ib_umad Date: Fri, 16 May 2014 13:03:48 +0200 Message-ID: <5375F094.30809@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Roland Dreier Cc: Yann Droneaud , Alex Chiang , linux-rdma List-Id: linux-rdma@vger.kernel.org Changes compared to version 2 of this patch series: * Converted explicit kobject() get calls into implicit calls by moving the kobj.parent assignments in front of the corresponding cdev_add() calls. Changes compared to version 1 of this patch series: * Folded the first patch into the second. * Implemented Yann's suggestion to drop the test of "ret" in the non-error path of ib_umad_sm_open(). * Simplified the implementation of ib_umad_open() and ib_umad_sm_open() further. This patch series consists of the following two patches: 0001-IB-umad-Fix-error-handling.patch 0002-IB-umad-Fix-a-use-after-free.patch -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html