On Wed, Jun 28, 2023 at 09:41:15PM +0200, Florian Obser wrote: > Yes, good idea, let's ship 7.4 with the leak!
The backout replaced a crash with a leak. We don't want to ship 7.4 with a potential kernel crash either. > I'm getting a bit annoyed with unlocking this and rewriting that and then > complete silence when shit breaks. It took some time to figure out the cause of your hangs. Sorry for that. And then the first fix triggered a kernel crash and broke regress. Kn@ has tested the cause for the crash. I think a quick backout for a crashing diff is justified. Sashan@ has fixed the crash, that was introduced independenly but has been triggered by claudio@'s fix. Now we are working on something that does not crash, fixes the leak, and passes regress. But that takes a little time. bluhm