1. 12 11月, 2005 1 次提交
  2. 11 11月, 2005 11 次提交
  3. 09 11月, 2005 1 次提交
    • O
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering 提交于
      This patch removes almost all inclusions of linux/version.h.  The 3
      #defines are unused in most of the touched files.
      
      A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
      unfortunatly in linux/version.h.
      
      There are also lots of #ifdef for long obsolete kernels, this was not
      touched.  In a few places, the linux/version.h include was move to where
      the LINUX_VERSION_CODE was used.
      
      quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
      
      search pattern:
      /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      733482e4
  4. 07 11月, 2005 3 次提交
  5. 05 11月, 2005 1 次提交
  6. 04 11月, 2005 2 次提交
  7. 03 11月, 2005 4 次提交
  8. 02 11月, 2005 1 次提交
  9. 31 10月, 2005 4 次提交
    • R
      [IPoIB] cleanups: fix comment, remove useless variables · 3bc12e75
      Roland Dreier 提交于
      Minor cleanups: fix a misleading comment, and get rid of attr_mask
      variables that are only used to hold constants (just use the constants
      directly).
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      3bc12e75
    • R
      [IB] mthca: Avoid SRQ free WQE list corruption · e5b251a2
      Roland Dreier 提交于
      Fix wqe_to_link() to use a structure field that we know is definitely
      always unused for receive work requests, so that it really avoids the
      free list corruption bug that the comment claims it does.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      e5b251a2
    • R
      [IB] uverbs: Avoid NULL pointer deref on CQ async event · 7162a3e0
      Roland Dreier 提交于
      Userspace CQs that have no completion event channel attached end up
      with their cq_context set to NULL.  However, asynchronous events like
      "CQ overrun" can still occur on such CQs, so add a uverbs_file member
      to struct ib_ucq_object that we can follow to deliver these events.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      7162a3e0
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
  10. 30 10月, 2005 2 次提交
  11. 29 10月, 2005 6 次提交
  12. 28 10月, 2005 4 次提交