[all-commits] [llvm/llvm-project] da8cc0: [scudo] Restore Freelist when we fail on PageMap c...

ChiaHungDuan via All-commits all-commits at lists.llvm.org
Fri Jun 30 13:57:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da8cc061f2b0ebfc68dd0234f4aae8f4f4ed2345
      https://github.com/llvm/llvm-project/commit/da8cc061f2b0ebfc68dd0234f4aae8f4f4ed2345
  Author: Chia-hung Duan <chiahungduan at google.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/primary64.h

  Log Message:
  -----------
  [scudo] Restore Freelist when we fail on PageMap creation

Differential Revision: https://reviews.llvm.org/D154041


  Commit: 85c622b5978ff1209130aff0634aa770de5d86ef
      https://github.com/llvm/llvm-project/commit/85c622b5978ff1209130aff0634aa770de5d86ef
  Author: fernandosalas <fernandosalas at google.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/secondary.h

  Log Message:
  -----------
  [scudo] Improve Secondary Cache Dump

Exclude cached blocks with invalid start address. Mainly concerned with
cached blocks that are still available/unused.

Reviewed By: Chia-hungDuan, cferris

Differential Revision: https://reviews.llvm.org/D154148


Compare: https://github.com/llvm/llvm-project/compare/850daa51f0b7...85c622b5978f


More information about the All-commits mailing list