torvalds@linux-foundation.org said:Tossing a prink in like so: ide_startstop_t do_rw_taskfile (ide_drive_t *drive, ide_task_t *task) { ide_hwif_t *hwif = HWIF(drive); struct ide_taskfile *tf = &task->tf; ide_handler_t *handler = NULL; printk("do_rw_taskfile(task->data_phase=%i, tf->command=%i\n",task->data_phase,tf->command); if (task->data_phase == TASKFILE_MULTI_IN || Yields: Mar 17 21:57:29 tippex smartd[5810]: smartd version 5.37 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen Mar 17 21:57:29 tippex smartd[5810]: Home page is http://smartmontools.sourceforge.net/ Mar 17 21:57:29 tippex smartd[5810]: Opened configuration file /etc/smartd.conf Mar 17 21:57:29 tippex do_rw_taskfile(task->data_phase=32, tf->command=37 Mar 17 21:57:29 tippex do_rw_taskfile(task->data_phase=1, tf->command=236 Mar 17 21:57:29 tippex smartd[5810]: Configuration file /etc/smartd.conf parsed. Mar 17 21:57:29 tippex smartd[5810]: Device: /dev/hda, opened Mar 17 21:57:29 tippex do_rw_taskfile(task->data_phase=0, tf->command=176 Mar 17 21:57:29 tippex smartd[5810]: Device: /dev/hda, found in smartd database. Mar 17 21:57:29 tippex do_rw_taskfile(task->data_phase=0, tf->command=176 Mar 17 21:57:30 tippex do_rw_taskfile(task->data_phase=1, tf->command=176 Mar 17 21:57:30 tippex do_rw_taskfile(task->data_phase=1, tf->command=176 Mar 17 21:57:30 tippex do_rw_taskfile(task->data_phase=1, tf->command=236 Mar 17 21:57:30 tippex smartd[5810]: Device: /dev/hda, can't monitor Current Pending Sector count - no Attribute 197 Mar 17 21:57:30 tippex smartd[5810]: Device: /dev/hda, can't monitor Offline Uncorrectable Sector count - no Attribute 198 Mar 17 21:57:30 tippex smartd[5810]: Device: /dev/hda, can't monitor Temperature, ignoring -W Directive Mar 17 21:57:30 tippex smartd[5810]: Device: /dev/hda, appears to lack SMART Self-Test log; disabling -l selftest (override with -T permissive Directive) Mar 17 21:57:30 tippex smartd[5810]: Device: /dev/hda, appears to lack SMART Error log; disabling -l error (override with -T permissive Directive) Mar 17 21:57:30 tippex smartd[5810]: Device: /dev/hda, is SMART capable. Adding to "monitor" list. Mar 17 21:57:30 tippex smartd[5810]: Device: /dev/hda, opened Mar 17 21:57:30 tippex smartd[5810]: Device: /dev/hda, found in smartd database. Mar 17 21:57:30 tippex do_rw_taskfile(task->data_phase=0, tf->command=176 Mar 17 21:57:30 tippex do_rw_taskfile(task->data_phase=1, tf->command=176 Mar 17 21:58:00 tippex hda: lost interrupt And the usual freeze. This is on -rc5 with Barts latest suggestion. next? /A --
| Zhang, Yanmin | AIM7 40% regression with 2.6.26-rc1 |
| Con Kolivas | [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2 |
| Nick Piggin | [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear) |
| Andrew Morton | -mm merge plans for 2.6.23 |
git: | |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Natalie Protasevich | [BUG] New Kernel Bugs |
