Messages in this thread Patch in this message |  | | | From | Tim Fairchild <> | | Subject | K3b and 2.6.9? | | Date | Mon, 30 Aug 2004 10:47:06 +1000 |
| |
Hi. Sorry for the silly question from a user who can't code their way out of a paper bag, but I have compiled 2.6.9-rc1-bk5 and currently running okay (the nvidia module will now compile) with no oops so far. But K3B still does not work - as with 2.6.8.1.
Am I right in assuming that this is the way things will be done in the kernel from now on and that we will need new versions of k3b/cdrecord to run with these newer kernels?
Without knowing a better way, I am currently using the same sort of quick patch as 2.6.8.1 to use k3b on 2.6.9-rc1-bk5 ie:
--- a/drivers/block/scsi_ioctl.c 2004-08-30 03:52:08.000000000 +1000 +++ b/drivers/block/scsi_ioctl.c 2004-08-30 09:31:44.955159390 +1000 @@ -220,9 +220,9 @@ return -EINVAL; if (copy_from_user(cmd, hdr->cmdp, hdr->cmd_len)) return -EFAULT; - if (verify_command(file, cmd)) +/* if (verify_command(file, cmd)) return -EPERM; - +*/ /* * we'll do that later */
--tim - 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/
|  |