1. 04 Nov, 2022 1 commit
    • Vaibhav Gupta's avatar
      driver: zio: Kbuild: Don't treat truncation warnings as errors · 83615054
      Vaibhav Gupta authored
      Linux being an object orientd code, reuses the code wherever possible.
      Thus, there are cases where two completely independent and different
      structures might have a member which has same structure template.
      
      For example, in objects.c, in function "__ti_create",
      	- trig->head.name, and
      	- cset->zdev->head.name
      
      are of same type, but belong to different structures. And when the code
      tries to copy/ write one into another, we get truncation warning.
      
      And in this case we cannot even increase the size of only one, because
      both the members are created from same structure.
      
      Thus, one good solution is to not to treat those warnings as errors.
      Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
      83615054
  2. 13 Oct, 2022 2 commits
  3. 25 Jul, 2022 1 commit
  4. 16 Jun, 2022 3 commits
  5. 28 Jul, 2021 5 commits
  6. 17 Dec, 2019 1 commit
  7. 02 Sep, 2019 1 commit
  8. 13 Aug, 2019 2 commits
  9. 18 Apr, 2019 1 commit
  10. 17 Apr, 2019 3 commits
  11. 15 Apr, 2019 10 commits
  12. 19 Dec, 2018 6 commits
  13. 22 Aug, 2018 4 commits