1. 17 5月, 2023 1 次提交
    • Y
      config: make CLOCKSOURCE_VALIDATE_LAST_CYCLE not set by default · c4178985
      Yu Liao 提交于
      openeuler inclusion
      category: feature
      bugzilla: https://gitee.com/openeuler/kernel/issues/I7393E
      CVE: NA
      
      -------------------------------
      
      The ARM ARM states the following (where a CPU is a device):
      
      	The system counter must provide a uniform view of system time. More
      	precisely, it must be impossible for the following sequence of events
      	to show system time going backwards:
      
      	1) Device A reads the time from the system counter.
      
      	2) Device A communicates with another agent in the system, Device B.
      
      	3) After recognizing the communication from Device A, Device B reads
      	   the time from the system counter.
      
      So make CLOCKSOURCE_VALIDATE_LAST_CYCLE unset by default.
      Signed-off-by: NYu Liao <liaoyu15@huawei.com>
      c4178985
  2. 16 5月, 2023 1 次提交
  3. 27 4月, 2023 4 次提交
  4. 26 4月, 2023 24 次提交
  5. 25 4月, 2023 4 次提交
    • O
      !625 AMD: Fix build warning. · 143d2271
      openeuler-ci-bot 提交于
      Merge Pull Request from: @haochengxie 
       
      This PR fixes below build warnings:
      WARNING: modpost: EXPORT symbol "__SCT__perf_lopwr_cb" [vmlinux] version generation failed, symbol will not be versioned.
      WARNING: modpost: EXPORT symbol "__SCT__perf_lopwr_cb" [vmlinux] version generation failed, symbol will not be versioned. 
       
      Link:https://gitee.com/openeuler/kernel/pulls/625 
      
      Reviewed-by: Wei Li <liwei391@huawei.com> 
      Reviewed-by: Jialin Zhang <zhangjialin11@huawei.com> 
      Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
      143d2271
    • X
      kabi: Fix kabi breakage without build warning. · 600130a3
      Xie Haocheng 提交于
      amd inclusion
      category: bugfix
      bugzilla: https://gitee.com/openeuler/kernel/issues/I6XNL2
      CVE: NA
      
      -------------------------------------------------
      Error report detail:
      *** ERROR - ABI BREAKAGE WAS DETECTED ***
      
      The following symbols have been changed (this will cause an ABI breakage):
      new kabi:
      0x65d25289	__SCK__tp_func_xdp_exception	vmlinux	EXPORT_SYMBOL_GPL
      0x5e9265ee	__tracepoint_xdp_exception	vmlinux	EXPORT_SYMBOL_GPL
      old kabi:
      0x5e0fbbff	__SCK__tp_func_xdp_exception	vmlinux	EXPORT_SYMBOL_GPL
      0x017cc464	__tracepoint_xdp_exception	vmlinux	EXPORT_SYMBOL_GPL
      Signed-off-by: NXie Haocheng <haocheng.xie@amd.com>
      600130a3
    • X
      Revert "kabi: Fix kabi breakage caused by commit d5616bac." · fb465f68
      Xie Haocheng 提交于
      amd inclusion
      category: bugfix
      bugzilla: https://gitee.com/openeuler/kernel/issues/I6XNL2
      CVE: NA
      
      -------------------------------------------------
      
      This reverts commit a9cbff64.
      
      This patch could introduce build warnings, should be reverted.
      The build warning messages:
      WARNING: modpost: EXPORT symbol "__SCT__perf_lopwr_cb" [vmlinux] version generation failed, symbol will not be versioned.
          WARNING: modpost: EXPORT symbol "__SCT__perf_lopwr_cb" [vmlinux] version generation failed, symbol will not be versioned.
      Signed-off-by: NXie Haocheng <haocheng.xie@amd.com>
      fb465f68
    • O
      !593 Backport CVEs and bugfixes · 9797af6e
      openeuler-ci-bot 提交于
      Merge Pull Request from: @zhangjialin11 
       
      Pull new CVEs:
      CVE-2023-1829
      CVE-2022-36280
      CVE-2022-1015
      CVE-2023-1989
      CVE-2023-30456
      CVE-2023-1990
      
      xfs bugfixes from Long Li and yangerkun 
       
      Link:https://gitee.com/openeuler/kernel/pulls/593 
      
      Reviewed-by: Xie XiuQi <xiexiuqi@huawei.com> 
      Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com> 
      9797af6e
  6. 24 4月, 2023 6 次提交