diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-10-20 14:12:55 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-10-23 08:14:26 +0000 |
| commit | 35435979db6f1cc5a3a06c5c38ee1b931a4d6439 (patch) | |
| tree | 145e85aad0e4a191c74efec19e3b569a22f644a6 /dashboard/config/linux/bits/linux-next.yml | |
| parent | ed2a82f02302ff84d7e93281fc22632b7d8c35cd (diff) | |
dashboard/config: regenerate Linux configs
Use latest Linux mainline and -next versions.
Disable config options that were dropped.
Stop disabling PINCTRL for arm64_emu -- it's too tricky to ensure it's
not enabled + it's only possible to test it on qemu anyway.
Diffstat (limited to 'dashboard/config/linux/bits/linux-next.yml')
| -rw-r--r-- | dashboard/config/linux/bits/linux-next.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/linux-next.yml b/dashboard/config/linux/bits/linux-next.yml index 24777d405..584ff80d7 100644 --- a/dashboard/config/linux/bits/linux-next.yml +++ b/dashboard/config/linux/bits/linux-next.yml @@ -3,4 +3,9 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git - tag: next-20230630 + tag: next-20231020 + +config: + - BCACHEFS_FS + - BCACHEFS_QUOTA + - BCACHEFS_DEBUG |
