Re: [PATCH/RFCv4 0/6] The Contiguous Memory Allocator framework

2010-08-25 Thread Daniel Walker
On Wed, 2010-08-25 at 15:58 -0700, Andrew Morton wrote: That would be good. Although I expect that the allocation would need to be 100% rock-solid reliable, otherwise the end user has a non-functioning device. Could generic core VM provide the required level of service? Anyway, these

Re: [PATCH] fix lock imbalances in /drivers/media/video/cafe_ccic.c

2009-09-10 Thread Daniel Walker
On Thu, 2009-09-10 at 18:37 +, iceberg wrote: In ./drivers/media/video/cafe_ccic.c, in function cafe_pci_probe: Mutex must be unlocked before exit 1. On paths starting with mutex lock in line 1912, then continuing in lines: 1929, 1936 (goto unreg) and 1940 (goto iounmap) .