From e6e4eafce1a2c5d2c90c73811323fd8f00403da5 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 9 Sep 2010 10:41:32 -0700 Subject: [PATCH] new --- meta | 5 +++-- patches/dapl-qp | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 patches/dapl-qp diff --git a/meta b/meta index aed68ee3..10a06598 100644 --- a/meta +++ b/meta @@ -1,7 +1,8 @@ Version: 1 -Previous: caac1386d7f165442abe35d74a72e5ae6404f607 -Head: e9c1b343b19845a7d00673615f476d10f6925942 +Previous: 0be131e61bea8aedd6b8cfef10d1444378342cda +Head: 1dd48d3a2863b80e7a25d9366fc7000d80c2d6a4 Applied: + dapl-qp: 1dd48d3a2863b80e7a25d9366fc7000d80c2d6a4 Unapplied: sync: 452ce3b051e10e10363baa77834962a89267e052 pre-af-ib: 73504ef1f812bea6d1fd59f194f90e5194ca2efa diff --git a/patches/dapl-qp b/patches/dapl-qp new file mode 100644 index 00000000..10420b71 --- /dev/null +++ b/patches/dapl-qp @@ -0,0 +1,18 @@ +Bottom: e0a336baf5ecfc37b867ad87df4aa629ac448200 +Top: e0a336baf5ecfc37b867ad87df4aa629ac448200 +Author: Sean Hefty +Date: 2010-09-09 10:41:28 -0700 + +dapl/ibal: wait for qp destroy callback before freeing ep + +Make QP destruction 'synchronous' to ensure that no callbacks are +in progress for a QP after dapl has destroyed it. This fixes a +use after free error accessing the dapl ep structure from a qp +callback that results in an application crash. + +Signed-off-by: Sean Hefty + + +--- + + -- 2.46.0