Descriptions:
* ac20-redundant-cpp-directive.patch: in
arch/i386/kernel/irq.c:irq_affinity_write_proc, there was a redundant #if
CONFIG_SMP .. #endif directive. This patch removes it.
* ac20-lockdoor-ioctl.patch: in drivers/ide/ide-floppy.c:idefloppy_ioctl,
this patch adds the CDROM_LOCKDOOR ioctl. Based on drivers/cdrom/cdrom.c for
policy about said ioctl for drive usage stuff.
* ac20-spurious-assignment.patch: in mm/vmalloc.c:vmalloc_area_pages, ret is
set twice to -ENOMEM whereas once would be enough. What's more, the loop in
which this spurious assignment appears runs with the kernel lock held. This
patch fixes this.
Have fun,
-- Francis Galiegue, fg@mandrakesoft.com - Normand et fier de l'être "Programming is a race between programmers, who try and make more and more idiot-proof software, and universe, which produces more and more remarkable idiots. Until now, universe leads the race" -- R. Cook- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/