Blocked revisions 3789,3793-3794,3796-3798,3801-3817,3820-3822,3826-3827,3829-3830 via svnmerge

........
  r3789 | bvassche | 2011-07-29 08:58:13 -0400 (Fri, 29 Jul 2011) | 1 line
  
  Remove superfluous double quotes from around #warning messages because checkpatch 3.0 complains about these.
........
  r3793 | bvassche | 2011-08-03 05:05:05 -0400 (Wed, 03 Aug 2011) | 1 line
  
  scstadmin works fine with SCST 2.x too
........
  r3794 | bvassche | 2011-08-03 05:15:50 -0400 (Wed, 03 Aug 2011) | 1 line
  
  Fix a recently introduced compiler warning / remove more superfluous double quotes in a #warning statement
........
  r3796 | bvassche | 2011-08-03 08:34:31 -0400 (Wed, 03 Aug 2011) | 1 line
  
  ib_srpt: Avoid that removing ib_srpt while I/O is ongoing sometimes triggers a hang
........
  r3797 | bvassche | 2011-08-03 08:44:15 -0400 (Wed, 03 Aug 2011) | 1 line
  
  scst: Whitespace-only change - indent code properly
........
  r3798 | bvassche | 2011-08-03 08:46:13 -0400 (Wed, 03 Aug 2011) | 1 line
  
  ib_srpt: Function tracing output format fix
........
  r3801 | bvassche | 2011-08-13 10:10:16 -0400 (Sat, 13 Aug 2011) | 1 line
  
  Update kernel versions
........
  r3802 | bvassche | 2011-08-14 04:07:38 -0400 (Sun, 14 Aug 2011) | 1 line
  
  Update according to new kernel.org directory tree structure
........
  r3803 | bvassche | 2011-08-14 04:48:42 -0400 (Sun, 14 Aug 2011) | 1 line
  
  ib_srpt: Change __constant_cpu_... into cpu_... since the latter are also evaluated at compile time
........
  r3804 | bvassche | 2011-08-14 11:51:17 -0400 (Sun, 14 Aug 2011) | 1 line
  
  scst_local: Fix a recently introduced compiler warning.
........
  r3805 | bvassche | 2011-08-14 12:13:33 -0400 (Sun, 14 Aug 2011) | 1 line
  
  /etc/init.d/scst: Port to Gentoo
........
  r3806 | bvassche | 2011-08-14 15:03:03 -0400 (Sun, 14 Aug 2011) | 1 line
  
  Change __constant_cpu_... into cpu_... since the latter is also evaluated at compile time.
........
  r3807 | bvassche | 2011-08-16 03:47:32 -0400 (Tue, 16 Aug 2011) | 1 line
  
  scripts/specialize-patch: Remove #elif 0 sections from the output
........
  r3808 | bvassche | 2011-08-16 04:32:23 -0400 (Tue, 16 Aug 2011) | 1 line
  
  Follow-up for r3807: make the hunk headers match again.
........
  r3809 | bvassche | 2011-08-16 07:26:59 -0400 (Tue, 16 Aug 2011) | 1 line
  
  scripts/specialize-patch: Update comments next to #else and #endif directives.
........
  r3810 | bvassche | 2011-08-16 07:48:48 -0400 (Tue, 16 Aug 2011) | 1 line
  
  scripts/specialize-patch: Only emit "g1" debug output if debugging has been enabled.
........
  r3811 | bvassche | 2011-08-16 08:20:25 -0400 (Tue, 16 Aug 2011) | 1 line
  
  scripts/filter-trace-entry-exit: Filter out "return;" statements at the end of a function that are not preceeded by a label.
........
  r3812 | bvassche | 2011-08-16 08:22:31 -0400 (Tue, 16 Aug 2011) | 1 line
  
  scripts/specialize-patch: Make sure that checkpatch doesn't complain about space after operator \!
........
  r3813 | bvassche | 2011-08-17 02:58:21 -0400 (Wed, 17 Aug 2011) | 1 line
  
  nightly build: remove "pcbart" config, rename "cellbuzz" into "nightly" and restore previously removed kernel versions.
........
  r3814 | bvassche | 2011-08-17 03:51:08 -0400 (Wed, 17 Aug 2011) | 1 line
  
  srpt/Makefile: Use $(MAKE) instead of make when recursing. See also http://www.gnu.org/s/hello/manual/make/MAKE-Variable.html for more information about why this is important.
........
  r3815 | bvassche | 2011-08-17 04:21:08 -0400 (Wed, 17 Aug 2011) | 1 line
  
  ib_srpt: Builds again on 32-bit systems
........
  r3816 | bvassche | 2011-08-17 04:27:18 -0400 (Wed, 17 Aug 2011) | 1 line
  
  /etc/init.d/scst, Gentoo: do not require that /etc/scst.conf exists when starting SCST. Makes the init script behavior on Gentoo consistent with LSB-compliant distributions.
........
  r3817 | bvassche | 2011-08-17 10:51:48 -0400 (Wed, 17 Aug 2011) | 1 line
  
  nightly build config: Update kernel versions
........
  r3820 | vlnb | 2011-08-17 20:39:13 -0400 (Wed, 17 Aug 2011) | 8 lines
  
  The implementation of many tracing macros in scst_debug.h (like TRACE_DBG)
  requires that at least one more argument must be provided in addition to format
  which in some cases is an overkill. This patch fixes the issue and also unifies
  macro signatures for the cases when CONFIG_SCST_DEBUG is either on or off.
  
  Signed-off-by: Sergey Myasnikov <tigra564 at gmail.com>
........
  r3821 | bvassche | 2011-08-18 05:08:22 -0400 (Thu, 18 Aug 2011) | 1 line
  
  ib_srpt: Clean up tracing statements
........
  r3822 | bvassche | 2011-08-19 05:18:44 -0400 (Fri, 19 Aug 2011) | 1 line
  
  nightly build config: Update to kernel version 3.0.3
........
  r3826 | bvassche | 2011-08-21 04:21:31 -0400 (Sun, 21 Aug 2011) | 1 line
  
  Follow-up for r3816: make sure that /etc/init.d/scst restart works again
........
  r3827 | bvassche | 2011-08-22 15:09:59 -0400 (Mon, 22 Aug 2011) | 1 line
  
  /etc/init.d/scst: Let "scst start" proceed even if the config file is missing
........
  r3829 | vlnb | 2011-08-23 20:20:06 -0400 (Tue, 23 Aug 2011) | 3 lines
  
  Mode pages cleanup
........
  r3830 | vlnb | 2011-08-24 11:30:59 -0400 (Wed, 24 Aug 2011) | 3 lines
  
  Suppoert for rotational attribute added
........


git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3834 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-09-01 18:29:49 +00:00
parent 1313e29194
commit 206b744b87

Diff Content Not Available