Skip to content

Commit

Permalink
Merge pull request #213 from dtcccc/master
Browse files Browse the repository at this point in the history
contrib: bump version to v1.3.0
  • Loading branch information
dtcccc authored Jul 4, 2023
2 parents 29f1026 + abb51de commit 5dcb156
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
36 changes: 35 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
Release 1.3.0
---

## Features

- Move sidecar files to independent dir under mod/.
- Add conflict check with plugbpf.
- Improve Dockerfile and dependent libraries.
- Standardized spec of scheduler package.

## Bugfix

- Fix a bug when extern var inside a function.
- Prevent compiler optimization of static functions in sidecar.
- Fix a bug when building with multiple sidecar files.
- Fix a bug when handling multiple lines of EXPORT_SYMBOL in macro.
- Use the right rule to reference symbols in module.
- Fixed a bug with __mod_ symbol reference count.
- Set the default value for the new configs.
- Don't collect syscalls from sidecars.
- Don't keep inline function's code if it's not optimized.
- Fix the bug that tasks enqueue between clear_sched_state() and rebuild_sched_state().

## Docs

- Add SPDX to all source files.
- Update README about the location information of the RPM package storage and the
system versions that plugsched supports by default.

## Tests

- Rebuild the container image when test.
- Adapt to use colorlog (instead of coloredlogs) with main programs.

Release 1.2.0
---

Expand Down Expand Up @@ -105,4 +139,4 @@ Release 1.1.0
# Other improvements

- Simplify sched\_boundary.yaml by removing useless keys (sched\_outsider & force\_outsider). Now users won't be confused about them.
- Improve user experience when debugging by outputting `make` result to the screen. Now users locate compiling errors more easily.
- Improve user experience when debugging by outputting `make` result to the screen. Now users locate compiling errors more easily.
2 changes: 1 addition & 1 deletion module-contrib/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
plugsched version: 1.2.0
plugsched version: 1.3.0

0 comments on commit 5dcb156

Please sign in to comment.