Jiri Slaby

Results 23 comments of Jiri Slaby

> > the latter is not defined with no_return attribute > > Maybe that is the root issue? > Why are these two cases "unsupported"? Unwanted, impossible or ToDo? >...

Or maybe it is the rework of the travis' build script? Do you enable assertions in LLVM now?

Yes, it's a false positive. I don't know why I didn't add a downstream link: https://bugzilla.suse.com/show_bug.cgi?id=1214249. See: https://build.opensuse.org/package/view_file/network/rsync/rsync-fortified-strlcpy-fix.patch?expand=1 how this was worked around. I think the proper fix is just...

Thanks, but it does not help completely. While it is fixed for a maximized window, I still see that with a non-maximized one. This is with 1.0.23 and 6d52a2b4095b1ee13fe9806c2f7a9b223c4ef489, 72bccad82d0605b7de2c553657fc90cfd7aa12af...

Hi, I was using our (openSUSE) kernel rpm tooling to build a "syzkaller" kernel (easy for me to build, transfer and install). The tooling uses `dwz` to compress the dwarf...

I think it's still #1476. It was not fixed, IMO -- I still have `/etc/systemd/system/sddm.service.d/override.conf` with: ``` [Service] TimeoutStopSec=5s ``` to let systemd kill it quite quickly.

Seeing the very same on 3005: ``` Setting: 10.50V, 0.015A (CC) Output (on) : 9.41V , 0.14A , 0.13W Input: 37.02V , protection: good Brightness: 4.0/5, key lock: off Model:...

> That would be surprising as it's the only way to accomplish tasks which firewalld doesn't support natively. It's an escape hatch for iptables and is very useful. I certainly...

This works around the issue: https://github.com/lsof-org/lsof/blob/0a979c5640e277aa403a4ffce48743b6a72bd033/lib/dialects/linux/tests/case-20-pidfd-pid.bash#L14 ```diff --- a/lib/dialects/linux/tests/case-20-pidfd-pid.bash +++ b/lib/dialects/linux/tests/case-20-pidfd-pid.bash @@ -11,7 +11,8 @@ $TARGET | ( exit 77 fi line=$($lsof -p $pid -a -d $fd -F pfn| tr...