Skip to content

Releases: sbwml/kernel-latest-centos

kernel-6.12.39

18 Jul 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]>

kernel-6.12.38

15 Jul 00:49
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.37

11 Jul 00:48
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.36

07 Jul 00:45
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.35

28 Jun 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]>

kernel-6.12.34

20 Jun 00:45
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.33

11 Jun 00:51
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.32

05 Jun 00:49
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.31

31 May 19:31
Compare
Choose a tag to compare
refresh patches

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

kernel-6.12.30

23 May 00:57
Compare
Choose a tag to compare
config: zram: enable lz4 & zstd compression algorithm

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