Releases: sbwml/kernel-latest-centos
Releases · sbwml/kernel-latest-centos
kernel-6.12.34
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 <admin@cooluc.com>
kernel-6.12.33
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 <admin@cooluc.com>
kernel-6.12.32
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 <admin@cooluc.com>
kernel-6.12.31
refresh patches Signed-off-by: sbwml <admin@cooluc.com>
kernel-6.12.30
config: zram: enable lz4 & zstd compression algorithm Signed-off-by: sbwml <admin@cooluc.com>
kernel-6.12.29
config: zram: enable lz4 & zstd compression algorithm Signed-off-by: sbwml <admin@cooluc.com>
kernel-6.12.28
config: zram: enable lz4 & zstd compression algorithm Signed-off-by: sbwml <admin@cooluc.com>
kernel-6.12.27
config: zram: enable lz4 & zstd compression algorithm Signed-off-by: sbwml <admin@cooluc.com>
kernel-6.12.26
config: zram: enable lz4 & zstd compression algorithm Signed-off-by: sbwml <admin@cooluc.com>
kernel-6.12.25
refresh patches Signed-off-by: sbwml <admin@cooluc.com>