[PATCH] kernel: backport Mediatek SoC EEE support

2025-03-05 Thread Qingfang Deng
Backport Mediatek SoC EEE support from net-next upstream. Signed-off-by: Qingfang Deng --- ...et-ethernet-mediatek-add-EEE-support.patch | 139 ++ 1 file changed, 139 insertions(+) create mode 100644 target/linux/generic/backport-6.6/753-v6.15-net-ethernet-mediatek-add-EEE-supp

Re: BPI-R4 with Filogic 880 (Arm Cortex-A73): Spectre-BHB.

2025-03-05 Thread Daniel Golle
On Wed, Mar 05, 2025 at 02:13:04PM +0100, Martin Schiller wrote: > CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY was disabled with commit > 6b007d2512ad (treewide: disable spectre mitigation on unaffected Arm64 > targets) for all targets in target/linux/mediatek/filogic folder, but > the Arm Cortex-A73 in

Re: BPI-R4 with Filogic 880 (Arm Cortex-A73): Spectre-BHB.

2025-03-05 Thread Martin Schiller
On 2025-03-05 14:33, Daniel Golle wrote: On Wed, Mar 05, 2025 at 02:13:04PM +0100, Martin Schiller wrote: CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY was disabled with commit 6b007d2512ad (treewide: disable spectre mitigation on unaffected Arm64 targets) for all targets in target/linux/mediatek/filog

[PATCH] buildsystem: add generation possibilty of compile_commands.json for cmake

2025-03-05 Thread Florian Eckert
Redmine-patch-id: 9284 The cmake compilation tool offers the option of creating a 'compile_commands.json' file. This file is mainly used in C and C++ development environments to provide information about how each source file in a project is compiled. This is especially useful for LSP during develo

Re: BPI-R4 with Filogic 880 (Arm Cortex-A73): Spectre-BHB.

2025-03-05 Thread Robert Marko
On Wed, 5 Mar 2025 at 14:43, Martin Schiller wrote: > > CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY was disabled with commit > 6b007d2512ad (treewide: disable spectre mitigation on unaffected Arm64 > targets) for all targets in target/linux/mediatek/filogic folder, but > the Arm Cortex-A73 in the Filog

BPI-R4 with Filogic 880 (Arm Cortex-A73): Spectre-BHB.

2025-03-05 Thread Martin Schiller
CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY was disabled with commit 6b007d2512ad (treewide: disable spectre mitigation on unaffected Arm64 targets) for all targets in target/linux/mediatek/filogic folder, but the Arm Cortex-A73 in the Filogic 880 are affected [0]. So should we enable CONFIG_MITIGATE_