1. 22 Jan, 2019 2 commits
  2. 05 Mar, 2018 1 commit
  3. 24 Nov, 2017 1 commit
  4. 27 Jun, 2016 1 commit
  5. 01 Dec, 2015 1 commit
  6. 20 Nov, 2015 3 commits
  7. 04 Nov, 2015 2 commits
    • Adam Wujek's avatar
      kernel: remove variable comparison type warning · c09879b1
      Adam Wujek authored
      Remove following warning when comparing variables:
      In file included from include/linux/cache.h:4:0,
                       from include/linux/time.h:4,
                       from include/linux/stat.h:18,
                       from include/linux/sysfs.h:20,
                       from include/linux/kobject.h:21,
                       from include/linux/device.h:17,
                       from
      /nfs/cs-ccr-nfsdev/vol1/u1/awujek/coht/fmc/svec-sw/kernel/svec-sysfs.c:11:
      /nfs/cs-ccr-nfsdev/vol1/u1/awujek/coht/fmc/svec-sw/kernel/svec-sysfs.c:
      In function ‘__next_token’:
      include/linux/kernel.h:724:17: warning: comparison of distinct pointer
      types lacks a cast [enabled by default]
        (void) (&_min1 == &_min2);  \
                       ^
      /nfs/cs-ccr-nfsdev/vol1/u1/awujek/coht/fmc/svec-sw/kernel/svec-sysfs.c:297:8:
      note: in expansion of macro ‘min’
        len = min(p - tok + 1, buf_length - 1);
              ^
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      c09879b1
    • Adam Wujek's avatar
  8. 03 Nov, 2015 7 commits
  9. 19 Oct, 2015 1 commit
  10. 15 Oct, 2015 1 commit
  11. 25 Aug, 2015 1 commit
  12. 26 May, 2015 1 commit
  13. 27 Apr, 2015 2 commits
  14. 07 Apr, 2015 2 commits
  15. 30 Mar, 2015 1 commit
  16. 06 Oct, 2014 2 commits
  17. 19 Sep, 2014 9 commits
  18. 14 Jul, 2014 1 commit
  19. 07 Jul, 2014 1 commit
    • Federico Vaga's avatar
      kernel: incompatibility: partial revert 335e1019 · 9d2a241c
      Federico Vaga authored
      The patch 355e1019 move two fields in the spec_dev structure, but other
      drivers may include this header and use this structure, so it breakes
      all the fields's offset.
      
      Revert this modification in order to make the modification more backward
      compatible. It will not fix all the situations (sizeof) but some of them
      yes.
      Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
      9d2a241c