1. 23 3月, 2011 1 次提交
  2. 03 1月, 2011 1 次提交
  3. 27 12月, 2010 1 次提交
  4. 12 12月, 2010 1 次提交
  5. 10 12月, 2010 1 次提交
    • J
      HID: Add and use hid_<level>: dev_<level> equivalents · 4291ee30
      Joe Perches 提交于
      Neaten current uses of dev_<level> by adding and using
      hid specific hid_<level> macros.
      
      Convert existing uses of dev_<level> uses to hid_<level>.
      Convert hid-pidff printk uses to hid_<level>.
      
      Remove err_hid and use hid_err instead.
      
      Add missing newlines to logging messages where necessary.
      Coalesce format strings.
      
      Add and use pr_fmt(fmt) KBUILD_MODNAME ": " fmt
      
      Other miscellaneous changes:
      
      Add const struct hid_device * argument to hid-core functions
      extract() and implement() so hid_<level> can be used by them.
      Fix bad indentation in hid-core hid_input_field function
      that calls extract() function above.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      4291ee30
  6. 08 12月, 2010 1 次提交
  7. 06 8月, 2010 2 次提交
  8. 13 7月, 2010 3 次提交
  9. 12 7月, 2010 1 次提交
  10. 17 5月, 2010 1 次提交
    • J
      HID: picolcd: Eliminate use after free · aeacb6fd
      Julia Lawall 提交于
      The skip label frees resp, which has not been allocated at the point of
      this goto and then does a break, based on the fact that err is non-zero.
      This is replaced by a break directly.
      
      A simplified version of the semantic match that finds this problem is as
      follows: (http://coccinelle.lip6.fr/)
      
      // <smpl>
      @free@
      expression E;
      position p;
      @@
      kfree@p(E)
      
      @@
      expression free.E, subE<=free.E, E1;
      position free.p;
      @@
      
        kfree@p(E)
        ...
      (
        subE = E1
      |
      * E
      )
      // </smpl>
      Signed-off-by: NJulia Lawall <julia@diku.dk>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      aeacb6fd
  11. 03 5月, 2010 1 次提交
  12. 27 4月, 2010 1 次提交
  13. 26 4月, 2010 1 次提交
  14. 12 4月, 2010 1 次提交
  15. 01 4月, 2010 1 次提交
  16. 31 3月, 2010 6 次提交