1. 27 7月, 2022 3 次提交
  2. 19 7月, 2022 1 次提交
  3. 18 7月, 2022 1 次提交
  4. 06 7月, 2022 3 次提交
  5. 23 5月, 2022 4 次提交
  6. 19 5月, 2022 1 次提交
  7. 27 4月, 2022 3 次提交
  8. 08 3月, 2022 1 次提交
    • J
      kabi: fix split error of kABI reference checking tool · eb120c2a
      Jialin Zhang 提交于
      hulk inclusion
      category: bugfix
      bugzilla: https://gitee.com/openeuler/kernel/issues/I4JZ0H
      CVE: NA
      
      -------------------------------
      
      Use the kABI reference checking tool as follows:
      
        ./scripts/check-kabi -k Module.symvers.baseline -s Module.symvers
      
      A python error occurred, and the following traceback is printed:
      
      Traceback (most recent call last):
        File "./scripts/check-kabi", line 144, in <module>
          load_symvers(symvers,symvers_file)
        File "./scripts/check-kabi", line 45, in load_symvers
          checksum,symbol,directory,type = string.split(in_line)
      ValueError: too many values to unpack
      
      It is because the Module.symvers file change its line format in
      the following commits, and the namespace field may be empty:
      cb9b55d2 ("modpost: add support for symbol namespaces")
      5190044c ("modpost: move the namespace field in Module.symvers last")
      
      In order to solve this problem, use '\t' to split each line and
      add a variable to save namespace.
      
      Fixes: 9fc7fbaf ("kabi: add kABI reference checking tool")
      Signed-off-by: NJialin Zhang <zhangjialin11@huawei.com>
      Reviewed-by: NWei Li <liwei391@huawei.com>
      Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
      eb120c2a
  9. 22 2月, 2022 2 次提交
  10. 28 1月, 2022 1 次提交
  11. 14 1月, 2022 4 次提交
  12. 31 12月, 2021 3 次提交
  13. 30 12月, 2021 1 次提交
  14. 06 12月, 2021 2 次提交
  15. 15 11月, 2021 2 次提交
  16. 21 10月, 2021 2 次提交
  17. 15 10月, 2021 3 次提交
  18. 13 10月, 2021 2 次提交
  19. 12 10月, 2021 1 次提交