[all-commits] [llvm/llvm-project] 9d2461: workflows: Add a job for auditing release assets (...

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Jul 26 11:00:58 PDT 2024


  Branch: refs/heads/users/MaskRay/spr/elf-support-relocatable-files-using-crel
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d2461e71297899b3d23dcfa002fcabaf6709612
      https://github.com/llvm/llvm-project/commit/9d2461e71297899b3d23dcfa002fcabaf6709612
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2024-07-26 (Fri, 26 Jul 2024)

  Changed paths:
    A .github/workflows/release-asset-audit.py
    A .github/workflows/release-asset-audit.yml

  Log Message:
  -----------
  workflows: Add a job for auditing release assets (#92829)

This checks to ensure that uploads are only made by 'approved'
uploaders, which is just everyone who has uploaded a release asset in
the past.

We could do more, but this is just a simple implementation so we can put
something in place and see how it works.

For more discussion see:
https://discourse.llvm.org/t/rfc-improve-binary-security/78121


  Commit: bd80655da407c0becca2b7e6ac0264c625272b70
      https://github.com/llvm/llvm-project/commit/bd80655da407c0becca2b7e6ac0264c625272b70
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-07-26 (Fri, 26 Jul 2024)

  Changed paths:
    M llvm/test/Instrumentation/HWAddressSanitizer/pgo-opt-out.ll

  Log Message:
  -----------
  [NFC][hwasan] Remove duplicated checks



Reviewers: kstoimenov, thurstond

Reviewed By: thurstond

Pull Request: https://github.com/llvm/llvm-project/pull/100678


  Commit: 48260799a5e4eab59e7637ed8eea5034da4370e7
      https://github.com/llvm/llvm-project/commit/48260799a5e4eab59e7637ed8eea5034da4370e7
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-07-26 (Fri, 26 Jul 2024)

  Changed paths:
    M llvm/test/Transforms/lower-builtin-allow-check.ll

  Log Message:
  -----------
  [NFC][ubsan] Add mixed filter test case (#100679)

Currently "random" overrides "hotness",
we need to make them work together.


  Commit: 16975ad27c5cd36ed136a3de739221304da125d2
      https://github.com/llvm/llvm-project/commit/16975ad27c5cd36ed136a3de739221304da125d2
  Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
  Date:   2024-07-26 (Fri, 26 Jul 2024)

  Changed paths:
    M flang/lib/Semantics/check-cuda.cpp
    M flang/test/Lower/CUDA/cuda-data-transfer.cuf
    M flang/test/Lower/CUDA/cuda-kernel-loop-directive.cuf
    M flang/test/Parser/cuf-sanity-common
    M flang/test/Semantics/cuf09.cuf
    M flang/test/Semantics/reduce.cuf

  Log Message:
  -----------
  [flang][cuda] Emit error when host array is used in CUF kernel (#100693)

Restriction from the standard 2.11.2.

Arrays used or assigned in the loop must have the device, managed or
unifed attribute.


  Commit: b9f8a55eba00ce9e83d24414c69169d389385a81
      https://github.com/llvm/llvm-project/commit/b9f8a55eba00ce9e83d24414c69169d389385a81
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-07-26 (Fri, 26 Jul 2024)

  Changed paths:
    A .github/workflows/release-asset-audit.py
    A .github/workflows/release-asset-audit.yml
    M flang/lib/Semantics/check-cuda.cpp
    M flang/test/Lower/CUDA/cuda-data-transfer.cuf
    M flang/test/Lower/CUDA/cuda-kernel-loop-directive.cuf
    M flang/test/Parser/cuf-sanity-common
    M flang/test/Semantics/cuf09.cuf
    M flang/test/Semantics/reduce.cuf
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/OutputSections.cpp
    M lld/ELF/Relocations.cpp
    M llvm/test/Instrumentation/HWAddressSanitizer/pgo-opt-out.ll
    M llvm/test/Transforms/lower-builtin-allow-check.ll

  Log Message:
  -----------
  simplify

Created using spr 1.3.5-bogner


Compare: https://github.com/llvm/llvm-project/compare/39d924460990...b9f8a55eba00

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list