]> git.proxmox.com Git - mirror_spl-debian.git/commit
SLES10 Fixes (part 7)
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 May 2009 22:30:13 +0000 (15:30 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 May 2009 22:30:13 +0000 (15:30 -0700)
commit124ca8a5a98a5e64e6a221b5f30c48361dac6f24
tree8e7fdafa9a1bd995ba0f6e55ee3474143f01553d
parent5232d256b45b3c48dd96d30b5907c0205192197b
SLES10 Fixes (part 7)
- Initial SLES testing uncovered a long standing bug in the debug
  tracing.  The tcd_for_each() macro expected a NULL to terminate
  the trace_data[i] array but this was only ever true due to luck.
  All trace_data[] iterators are now properly capped by TCD_TYPE_MAX.
- SPLAT_MAJOR 229 conflicted with a 'hvc' device on my SLES system.
  Since this was always an arbitrary choice I picked something else.
- The HAVE_PGDAT_LIST case should set pgdat_list_addr to the value stored
  at the address of the memory location returned by kallsyms_lookup_name().
include/splat-ctl.h
include/sys/debug.h
module/spl/spl-debug.c
module/spl/spl-kmem.c