Re: linux kernel version 5.15.0-69

2023-04-03 Thread Oliver Grawert
hi, Am Samstag, dem 01.04.2023 um 12:47 +0200 schrieb harald.font...@gmx.net: > Do you recommend upgrading the kernel manually? it does not ask you to "upgrade the kernel manually" it just tells you that the upgrade happened but the kernel will only be able to be used after a reboot of the

Re: torbrowser-launcher must be at least version="0.3.6" in repository

2023-04-03 Thread Thomas Ward
Jorgen, I'm already working on trying to get this approved for SRU.  The problem is it has to go through an MRE and the release and SRU teams have to approve it, and I have not yet gotten any response or acceptance from the Release Team or the SRU team and my multiple inquiries, if I don't

BUG: drivers/usb/host/xhci: memleak in alloc from xhci_disable_usb3_lpm_timeout()

2023-04-03 Thread Mirsad Goran Todorovac
Hi all! Here are again the good news and the bad news: BAD: another kernel memory leak detected (one more to hunt down and fix) GOOD: another kernel memory leak detected (one less unaccounted for) I tried to make some fun, but maintainers are busy folks, so let's get down to business: ---

Re: BUG: drivers/usb/host/xhci: memleak in alloc from xhci_disable_usb3_lpm_timeout()

2023-04-03 Thread Mirsad Goran Todorovac
On 27.3.2023. 11:41, Mathias Nyman wrote: On 25.3.2023 13.33, Mirsad Goran Todorovac wrote: On 25. 03. 2023. 12:27, Mirsad Goran Todorovac wrote: Hi all! Here are again the good news and the bad news: BAD:  another kernel memory leak detected (one more to hunt down and fix) GOOD: another

Re: [PATCH] xhci: Free the command allocated for setting LPM if we return early

2023-04-03 Thread Greg KH
On Mon, Mar 27, 2023 at 12:50:19PM +0300, Mathias Nyman wrote: > The command allocated to set exit latency LPM values need to be freed in > case the command is never queued. This would be the case if there is no > change in exit latency values, or device is missing. > > Fixes: 5c2a380a5aa8

Re: [PATCH] xhci: Free the command allocated for setting LPM if we return early

2023-04-03 Thread Mirsad Goran Todorovac
On 27. 03. 2023. 15:31, Mathias Nyman wrote: > On 27.3.2023 14.51, Greg KH wrote: >> On Mon, Mar 27, 2023 at 12:50:19PM +0300, Mathias Nyman wrote: >>> The command allocated to set exit latency LPM values need to be freed in >>> case the command is never queued. This would be the case if there is

Re: [PATCH] xhci: Free the command allocated for setting LPM if we return early

2023-04-03 Thread Mirsad Goran Todorovac
On 27. 03. 2023. 11:50, Mathias Nyman wrote: > The command allocated to set exit latency LPM values need to be freed in > case the command is never queued. This would be the case if there is no > change in exit latency values, or device is missing. > > Fixes: 5c2a380a5aa8 ("xhci: Allocate

Re: BUG: BISECTED: drivers/usb/host/xhci: memleak in alloc from xhci_disable_usb3_lpm_timeout()

2023-04-03 Thread Mirsad Goran Todorovac
On 27. 03. 2023. 11:41, Mathias Nyman wrote: > On 25.3.2023 13.33, Mirsad Goran Todorovac wrote: >> On 25. 03. 2023. 12:27, Mirsad Goran Todorovac wrote: >>> Hi all! >>> >>> Here are again the good news and the bad news: >>> >>> BAD:  another kernel memory leak detected (one more to hunt down and

torbrowser-launcher must be at least version="0.3.6" in repository

2023-04-03 Thread Jørgen Thomsen
The tor browser cannot be installed using the torbrowser-launcher 0.3.3 currently in the ubuntu repo. 1) A number of problems arising from the change of language (e.g. en-US) to ALL in various file and directory names. 2) A problem with broken signature verification is also present from gpgv

Re: [PATCH] xhci: Free the command allocated for setting LPM if we return early

2023-04-03 Thread Mathias Nyman
On 28.3.2023 1.25, Mirsad Goran Todorovac wrote: On 27. 03. 2023. 11:50, Mathias Nyman wrote: The command allocated to set exit latency LPM values need to be freed in case the command is never queued. This would be the case if there is no change in exit latency values, or device is missing.

Re: BUG: drivers/usb/host/xhci: memleak in alloc from xhci_disable_usb3_lpm_timeout()

2023-04-03 Thread Mathias Nyman
On 25.3.2023 13.33, Mirsad Goran Todorovac wrote: On 25. 03. 2023. 12:27, Mirsad Goran Todorovac wrote: Hi all! Here are again the good news and the bad news: BAD: another kernel memory leak detected (one more to hunt down and fix) GOOD: another kernel memory leak detected (one less

linux kernel version 5.15.0-69

2023-04-03 Thread harald.fontius
Dear all, I am new to managing servers – I “rented” a Linux Server from IONOS that I have to manage it myself. While installing some packages I got this warning: I ran “sudo apt-get dist-upgrade” but it didn’t do any upgrades. I am on Ubuntu 22.04.2 LTS and extended security

Re: [PATCH] xhci: Free the command allocated for setting LPM if we return early

2023-04-03 Thread Mirsad Goran Todorovac
On 28.3.2023. 9:57, Mathias Nyman wrote: On 28.3.2023 1.25, Mirsad Goran Todorovac wrote: On 27. 03. 2023. 11:50, Mathias Nyman wrote: The command allocated to set exit latency LPM values need to be freed in case the command is never queued. This would be the case if there is no change in exit

Re: [PATCH] xhci: Free the command allocated for setting LPM if we return early

2023-04-03 Thread Mathias Nyman
On 27.3.2023 14.51, Greg KH wrote: On Mon, Mar 27, 2023 at 12:50:19PM +0300, Mathias Nyman wrote: The command allocated to set exit latency LPM values need to be freed in case the command is never queued. This would be the case if there is no change in exit latency values, or device is missing.

[PATCH] xhci: Free the command allocated for setting LPM if we return early

2023-04-03 Thread Mathias Nyman
The command allocated to set exit latency LPM values need to be freed in case the command is never queued. This would be the case if there is no change in exit latency values, or device is missing. Fixes: 5c2a380a5aa8 ("xhci: Allocate separate command structures for each LPM command") Cc: