diff options
| author | Marco Elver <elver@google.com> | 2023-06-30 16:20:31 +0200 |
|---|---|---|
| committer | Marco Elver <elver@google.com> | 2023-06-30 15:06:06 +0000 |
| commit | af3053d2643582378a817d3c9d6a96dd1623c862 (patch) | |
| tree | 1b50a144a8ad5acf426ac15671b498df356360ac /dashboard/config/linux/bits/linux-next.yml | |
| parent | 77fea9231d86fc49b057fc23851653f880d6db0f (diff) | |
dashboard/config/linux: update to latest upstream
Update mainline tag and linux-next version.
Notable changes:
- SLAB is being deprecated. To still be able to test it we need
to set SLAB_DEPRECATED.
Due to SLAB deprecation, the kcsan and leak instances are switched to
SLUB to avoid tripping over issues due to SLAB not being supported
properly anymore.
Diffstat (limited to 'dashboard/config/linux/bits/linux-next.yml')
| -rw-r--r-- | dashboard/config/linux/bits/linux-next.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/linux-next.yml b/dashboard/config/linux/bits/linux-next.yml index faf44a988..24777d405 100644 --- a/dashboard/config/linux/bits/linux-next.yml +++ b/dashboard/config/linux/bits/linux-next.yml @@ -3,4 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git - tag: next-20230426 + tag: next-20230630 |
