8000 Releases · sbwml/kernel-latest-centos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: sbwml/kernel-latest-centos

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 <admin@cooluc.com>

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 <admin@cooluc.com>

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 <admin@cooluc.com>

kernel-6.12.31

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

Signed-off-by: sbwml <admin@cooluc.com>

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 <admin@cooluc.com>

kernel-6.12.29

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

Signed-off-by: sbwml <admin@cooluc.com>

kernel-6.12.28

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

Signed-off-by: sbwml <admin@cooluc.com>

kernel-6.12.27

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

Signed-off-by: sbwml <admin@cooluc.com>

kernel-6.12.26

04 May 14:15
7FBD Compare
Choose a tag to compare
config: zram: enable lz4 & zstd compression algorithm

Signed-off-by: sbwml <admin@cooluc.com>

kernel-6.12.25

26 Apr 02:08
Compare
Choose a tag to compare
refresh patches

Signed-off-by: sbwml <admin@cooluc.com>
0