The patch titled arm ssp: unlock when ssp tries to close an invalid port has been added to the -mm tree. Its filename is unlock-when-ssp-tries-to-close-an-invalid-port.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: arm ssp: unlock when ssp tries to close an invalid port From: Roel Kluin <12o3l@xxxxxxxxxx> Signed-off-by: Roel Kluin <12o3l@xxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mach-pxa/ssp.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/arm/mach-pxa/ssp.c~unlock-when-ssp-tries-to-close-an-invalid-port arch/arm/mach-pxa/ssp.c --- a/arch/arm/mach-pxa/ssp.c~unlock-when-ssp-tries-to-close-an-invalid-port +++ a/arch/arm/mach-pxa/ssp.c @@ -309,6 +309,7 @@ void ssp_exit(struct ssp_dev *dev) if (dev->port > PXA_SSP_PORTS || dev->port == 0) { printk(KERN_WARNING "SSP: tried to close invalid port\n"); + mutex_unlock(&mutex); return; } _ Patches currently in -mm which might be from 12o3l@xxxxxxxxxx are origin.patch git-arm-master.patch unlock-when-ssp-tries-to-close-an-invalid-port.patch dvb-dont-return-with-locks-held.patch lmc_ioctl-dont-return-with-locks-held.patch lmc_ioctl-dont-return-with-locks-held-fix.patch git-ocfs2.patch git-s390.patch itco_wdt_start-undo-locking-when-reboot-is-disabled.patch i4l-errors-with-assignments-in-if.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html