[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1398147810-26414-1-git-send-email-laijs@cn.fujitsu.com>
Date: Tue, 22 Apr 2014 14:23:22 +0800
From: Lai Jiangshan <laijs@...fujitsu.com>
To: <linux-kernel@...r.kernel.org>
CC: Andrew Morton <akpm@...ux-foundation.org>,
Tejun Heo <tj@...nel.org>,
"Lai Jiangshan" <laijs@...fujitsu.com>
Subject: [PATCH 0/7 V3] idr: fix & cleanup
Patch1 fix a bug caused by overflow.
Patch2,3 add checks for unallocated_id.
Patch4 changes to returned error code
Patch5-7 cleanup.
All patches are acked by Tejun.
Thanks
Lai
Lai Jiangshan (7):
idr: fix overflow bug during maximum ID calculation at maximum height
idr: fix unexpected ID-removal when idr_remove(unallocated_id)
idr: fix NULL pointer dereference when ida_remove(unallocated_id)
idr: fix idr_replace()'s returned error code
idr: don't need to shink the free list when idr_remove()
idr: reduce the unneeded check in free_layer()
idr: remove useless #ifndef TEST
lib/idr.c | 42 +++++++++++++++---------------------------
1 files changed, 15 insertions(+), 27 deletions(-)
--
1.7.4.4
--
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