[Bug 1953261] Re: kernel >= 5.13 BUG: kernel NULL pointer dereference

2022-02-05 Thread Cédric Cabessa
Can it be backported to the latest LTS? Using `tlp` to control the laptop charge trigger a reboot every time. This is quite critical I believe. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1905064] [NEW] "+" suffix in 3.9.0+ breaks pip

2020-11-20 Thread Cédric Cabessa
Public bug reported: python3.9 in focal is versioned as 3.9.0+ According to pip this is considered as a "LegacyVersion", which break comparison https://github.com/pypa/pip/blob/20.2.4/src/pip/_vendor/packaging/version.py#L48 Here is a snippet that show the "+" break comparison ``` >>> from