Commit 70f9bbd3 authored by Ramon Nou's avatar Ramon Nou
Browse files

Merge branch 'revert-5863e6ae' into 'master'

Revert "Merge branch 'jathenst/328-update-capstone-to-5-0-0' into 'master'"

This reverts merge request !215

See merge request !217
parents 5863e6ae 78c25d42
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### New
### Changed
- Unify dependency scripts (dl and compile): Unify `-d` and `-p` flags ([!174](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/174)).
- Support for `close_range` syscall. ([!201](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/201)).
  - Removal of `O_PATH` check in `gkfs_open`, allows cp with asterisk. This is for newer kernels.
  - Support to print newer syscall (although not implemented). Added syscall number to log for easy capture missing ones.
@@ -15,7 +16,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Increased merge assert for files with size 0, specific for DLIO with GekkoFS in Debug ([!208])(https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/208)).
- Added code to correct fork issues. `pthread_at_fork` cleans and starts GekkoFS ([!210](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/210)).
- Updated mochi to solve ucx corruption issues ([!211])(https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/211)).
- Update capstone to version 5.0.5 ([!215](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/215)).
### Fixed

## [0.9.3] - 2024-07
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ comment="All dependencies (except transport-specific and experimental)"
# Dependencies that must be downloaded directly
wgetdeps=(
    ["lz4"]="1.9.4"
    ["capstone"]="5.0.5"
    ["capstone"]="4.0.2"
    ["argobots"]="1.2"
    ["rocksdb"]="8.10.0"
    ["json-c"]="0.17-20230812"
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ comment="Dependencies for PowerPC supercomputer"
# Dependencies that must be downloaded directly
wgetdeps=(
    ["lz4"]="1.9.4"
    ["capstone"]="5.0.5"
    ["capstone"]="4.0.2"
    ["argobots"]="1.2"
    ["rocksdb"]="8.10.0"
    ["json-c"]="0.17-20230812"
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ comment="All dependencies"
# Dependencies that must be downloaded directly
wgetdeps=(
    ["lz4"]="1.9.4"
    ["capstone"]="5.0.5"
    ["capstone"]="4.0.2"
    ["argobots"]="1.2"
    ["rocksdb"]="8.10.0"
    ["json-c"]="0.17-20230812"
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ comment="All dependencies"
# Dependencies that must be downloaded directly
wgetdeps=(
    ["lz4"]="1.9.4"
    ["capstone"]="5.0.5"
    ["capstone"]="4.0.2"
    ["argobots"]="1.2"
    ["rocksdb"]="8.10.0"
    ["json-c"]="0.17-20230812"
Loading