Skip to content

Releases: sbwml/kernel-latest-centos

kernel-6.12.52

13 Oct 00:48
3c1681f
Compare
Choose a tag to compare
fixup config: add FQ-PIE module

kernel-6.12.51

07 Oct 00:52
3c1681f
Compare
Choose a tag to compare
fixup config: add FQ-PIE module

kernel-6.12.50

03 Oct 00:45
3c1681f
Compare
Choose a tag to compare
fixup config: add FQ-PIE module

kernel-6.12.49

26 Sep 00:49
3c1681f
Compare
Choose a tag to compare
fixup config: add FQ-PIE module

kernel-6.12.48

20 Sep 05:40
3c1681f
Compare
Choose a tag to compare
fixup config: add FQ-PIE module

kernel-6.12.47

12 Sep 00:54
1e54984
Compare
Choose a tag to compare
config: add FQ-PIE module

kernel-6.12.46

10 Sep 00:44
1e54984
Compare
Choose a tag to compare
config: add FQ-PIE module

kernel-6.12.45

05 Sep 00:44
Compare
Choose a tag to compare
bbr3: silence -Wconstant-logical-operand

The `ecn_thresh` and `ecn_factor` params are just consts in a public
version of BBRv3, so evaluating them in conditions as booleans triggers
`-Wconstant-logical-operand` with Clang.

Prepend relevant invocations with double negation to convert values to
booleans explicitly.

The values are always `true`, so these parts of conditions can also be
dropped. Keeping them instead since they are used in an internal version
of BBRv3 to stay as close to the original code as possible.

Signed-off-by: sbwml <[email protected]>

kernel-6.12.44

29 Aug 00:46
Compare
Choose a tag to compare
bbr3: silence -Wconstant-logical-operand

The `ecn_thresh` and `ecn_factor` params are just consts in a public
version of BBRv3, so evaluating them in conditions as booleans triggers
`-Wconstant-logical-operand` with Clang.

Prepend relevant invocations with double negation to convert values to
booleans explicitly.

The values are always `true`, so these parts of conditions can also be
dropped. Keeping them instead since they are used in an internal version
of BBRv3 to stay as close to the original code as possible.

Signed-off-by: sbwml <[email protected]>

kernel-6.12.43

21 Aug 00:47
Compare
Choose a tag to compare
bbr3: silence -Wconstant-logical-operand

The `ecn_thresh` and `ecn_factor` params are just consts in a public
version of BBRv3, so evaluating them in conditions as booleans triggers
`-Wconstant-logical-operand` with Clang.

Prepend relevant invocations with double negation to convert values to
booleans explicitly.

The values are always `true`, so these parts of conditions can also be
dropped. Keeping them instead since they are used in an internal version
of BBRv3 to stay as close to the original code as possible.

Signed-off-by: sbwml <[email protected]>