1. 11 6月, 2008 26 次提交
  2. 10 6月, 2008 3 次提交
    • D
      power_supply: Fix race in power_supply_uevent · 56fa18e8
      Dmitry Baryshkov 提交于
      Commit 54d29ad3 (Power Supply: fix race
      in device_create) introduced a race in power_supply_uevent. Previously it
      checked that power_supply is available by checking for dev->driver_data.
      But now dev->driver_data is set before power_supply->dev is initialised.
      Signed-off-by: NDmitry Baryshkov <dbaryshkov@gmail.com>
      Signed-off-by: NAnton Vorontsov <cbouatmailru@gmail.com>
      56fa18e8
    • C
      [CPUFREQ] Fix format string bug. · 326f6a5c
      Chris Wright 提交于
      Format string bug.  Not exploitable, as this is only writable by root,
      but worth fixing all the same.
      Spotted-by: NIlja van Sprundel <ilja@netric.org>
      Signed-off-by: NDave Jones <davej@redhat.com>
      326f6a5c
    • R
      IB/core: Remove IB_DEVICE_SEND_W_INV capability flag · 4c0283fc
      Roland Dreier 提交于
      In 2.6.26, we added some support for send with invalidate work
      requests, including a device capability flag to indicate whether a
      device supports such requests.  However, the support was incomplete:
      the completion structure was not extended with a field for the key
      contained in incoming send with invalidate requests.
      
      Full support for memory management extensions (send with invalidate,
      local invalidate, fast register through a send queue, etc) is planned
      for 2.6.27.  Since send with invalidate is not very useful by itself,
      just remove the IB_DEVICE_SEND_W_INV bit before the 2.6.26 final
      release; we will add an IB_DEVICE_MEM_MGT_EXTENSIONS bit in 2.6.27,
      which makes things simpler for applications, since they will not have
      quite as confusing an array of fine-grained bits to check.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      4c0283fc
  3. 09 6月, 2008 2 次提交
  4. 07 6月, 2008 9 次提交