Prev: linux-next: manual merge of the net tree with Linus' tree
Next: tracing: reduce latency and remove percpu trace_seq
From: Jens Axboe on 20 Jul 2010 22:10 On 07/19/2010 12:44 PM, Stephen M. Cameron wrote: > The following series implements mostly cleanups to the initialization > code in cciss along the same lines as what's already been done in hpsa. > > There are also a few bug fixes. The SCSI tape code was not setting the > performant mode bits in commands, which caused a hang. The code to > reset controllers via PCI power management methods only works on old > controllers, so an alternate method is used for newer controllers. > > There are a couple of big patches to make cciss use more consistent > variable names (always h for hba, and c for command, rather than a > mishmash of various things names) and to generally use dev_warn, etc. > instead of printk. > > These patches apply to the 'for-2.6.36' branch of Jens Axboe's git > tree: http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git;a=summary > (there are many changes to cciss in that tree on which these patches depend.) I have applied these, but please next time don't duplicate in the body what you already put in the subject. We end up with logs like: cciss: change printks to dev_warn, etc. cciss: change printks to dev_warn, etc. Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> which is not too pretty. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |