diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-04-27 14:28:04 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-04-27 18:07:02 +0200 |
| commit | c8a4c94efa5dd706580dd89801b802866dcff70e (patch) | |
| tree | b58a96cbe27eab2f6fe88137d4c88d3719cb1efc /dashboard/config/linux/bits | |
| parent | cc2b6c8b608a27ed89390bcdca8359388f3e52fa (diff) | |
dashboard/config/linux: update configs to latest kernels
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/arm64_emu.yml | 1 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/base.yml | 3 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/linux-next.yml | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/linux-upstream.yml | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 2 |
5 files changed, 6 insertions, 4 deletions
diff --git a/dashboard/config/linux/bits/arm64_emu.yml b/dashboard/config/linux/bits/arm64_emu.yml index 334704dc5..e9ad37c34 100644 --- a/dashboard/config/linux/bits/arm64_emu.yml +++ b/dashboard/config/linux/bits/arm64_emu.yml @@ -901,6 +901,7 @@ config: # Disable whole menu "PHY Subsystem" - GENERIC_PHY: n + - PHY_CAN_TRANSCEIVER: [n, v6.3] - PHY_LPC18XX_USB_OTG: n - PHY_PISTACHIO_USB: n - PHY_XGENE: n diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml index 7fee06569..be4bb45d1 100644 --- a/dashboard/config/linux/bits/base.yml +++ b/dashboard/config/linux/bits/base.yml @@ -140,7 +140,7 @@ config: # Some kernel oops'es are large. Largest observed for a stack overflow is ~42KB. # There are 2 such buffers per CPU (safe and nmi), so this adds 128KB per CPU. # The config was removed in "Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT". - - PRINTK_SAFE_LOG_BUF_SHIFT: [16, -linux-next] + - PRINTK_SAFE_LOG_BUF_SHIFT: [16, -v6.3] # Fault injection. - FAULT_INJECTION @@ -150,6 +150,7 @@ config: - FAIL_IO_TIMEOUT - FAIL_FUTEX - FAULT_INJECTION_DEBUG_FS + - FAULT_INJECTION_CONFIGFS: [v6.3] - FAULT_INJECTION_USERCOPY: [v5.10] # Options enabled to boot Debian Wheezy. diff --git a/dashboard/config/linux/bits/linux-next.yml b/dashboard/config/linux/bits/linux-next.yml index b3b7e54d1..faf44a988 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-20230331 + tag: next-20230426 diff --git a/dashboard/config/linux/bits/linux-upstream.yml b/dashboard/config/linux/bits/linux-upstream.yml index 3fb63b910..c8203ccbd 100644 --- a/dashboard/config/linux/bits/linux-upstream.yml +++ b/dashboard/config/linux/bits/linux-upstream.yml @@ -3,4 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git - tag: v6.3-rc4 + tag: 6e98b09da931a00bf4e0477d0fa52748bf28fcce diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 5f5a756f0..8f6ec6353 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -18,7 +18,7 @@ config: - TASK_XACCT - TASK_IO_ACCOUNTING - PSI - - CPU_ISOLATION: n + - CPU_ISOLATION - IKCONFIG - IKCONFIG_PROC - LOG_BUF_SHIFT: 18 |
