ChangeSet@1.1291, 2003-08-23 05:23:23-07:00, vinay-rc@naturesoft.net [PATCH] vx_entry.c: remove release timer sound/pcmcia/vx/vx_entry.c: This patch removes the PCMCIA timer release functionality which is no longer required. Without this the module does not compile. ChangeSet@1.1290, 2003-08-23 05:16:32-07:00, torvalds@home.osdl.org Input: typo in device matching. Too much cut-and-paste, noticed by Dmitry Torokhov ChangeSet@1.1289, 2003-08-23 19:33:49+10:00, paulus@samba.org PPC32: Update some of the example configs ChangeSet@1.1287, 2003-08-23 12:58:19+10:00, paulus@samba.org PPC32: Declare cpu_online_map and cpu_possible_map as cpumask_t. ChangeSet@1.1286, 2003-08-23 12:15:37+10:00, paulus@samba.org PPC32: Add the fadvise64_64 system call. On PPC32 we reorder the arguments so they fit into 6 registers. Glibc will need a two-line stub to change them from the standard order to the ordering used by the system call: (fd, advice, offset, len). ChangeSet@1.1276.1.41, 2003-08-22 18:29:33-07:00, andersen@codepoet.org [PATCH] Fix cdrom error handling in 2.6 In both 2.4 and in 2.6, error handling for bad cdrom media is wrong. And it is my fault I'm afraid, since I botched an earlier fix for the problem by putting the fix in the wrong spot. My kids have a "Jumpstart Toddlers" cd they have long since completely killed, which makes a great test disc. Without this fix, the best time projection I can get for completing a dd type sector copy is about 2 years... Most of that is spent thrashing about in kernel space trying to re-read sectors we already know are not correctable.... After the fix, I was able to rip a copy the CD (or rather muddle through it getting lots of EIO errors) in about 15 minutes. Attached is the fix for 2.6.x, ChangeSet@1.1276.1.40, 2003-08-22 16:38:56-07:00, torvalds@home.osdl.org Linux 2.6.0-test4 TAG: v2.6.0-test4