I've prepared patch-set which i hope makes dm code safer and better :) - First tree patches fix various leaks. - Last five patches just convert kmalloc + memset couple to single kzalloc (probably it should be folded to one commit). - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 8/8] dm: dm-target.c Convert kmalloc + memset to kzalloc
- From: Dmitry Monakhov <[email protected]>
- [PATCH 7/8] dm: dm-path-selector.c Convert kmalloc + memset to kzalloc
- From: Dmitry Monakhov <[email protected]>
- [PATCH 6/8] dm: dm-emc.c Convert kmalloc + memset to kzalloc
- From: Dmitry Monakhov <[email protected]>
- [PATCH 4/8] dm:dm-hw-handler.c Convert kmalloc + memset to kzalloc
- From: Dmitry Monakhov <[email protected]>
- [PATCH 5/8] dm: dm-table.c Convert kmalloc + memset to kzalloc
- From: Dmitry Monakhov <[email protected]>
- [PATCH 3/8] dm: dm-raid1 resource leaks fixes.
- From: Dmitry Monakhov <[email protected]>
- [PATCH 2/8] dm: Fix workqueue leak for raid5
- From: Dmitry Monakhov <[email protected]>
- [PATCH 1/8] dm: Add missing 'kfree' to dm-crypt target constructor.
- From: Dmitry Monakhov <[email protected]>
- [PATCH 8/8] dm: dm-target.c Convert kmalloc + memset to kzalloc
- Prev by Date: Re: sysfs/udev broken in latest git?
- Next by Date: Re: [PATCH 0/3] readahead drop behind and size adjustment
- Previous by thread: [patch] mm: reduce pagetable-freeing latencies
- Next by thread: [PATCH 1/8] dm: Add missing 'kfree' to dm-crypt target constructor.
- Index(es):