Re: [PATCH] spec: Do not disable some systemd units of newly split package

2023-06-14 Thread Jim Fehlig
On 6/9/23 03:05, Andrea Bolognani wrote: On Thu, Jun 08, 2023 at 12:35:45PM -0600, Jim Fehlig wrote: On 6/8/23 08:52, Andrea Bolognani wrote: On Wed, Jun 07, 2023 at 04:31:36PM +0200, Martin Kletzander wrote: +# Since this was split into a different package, a transparent update for the +# vir

[PATCH] conf/nwfilter: Initialize size_t attr to zero

2023-06-14 Thread Martin Kletzander
Newer GCC (13.1.1 in my case) wrongly reports "maybe uninitialized" warning for this variable inside the next condition. Even though this accusation is wrong (the condition is guarded by the same condition as the for cycle initializing it), initialize it during the declaration so compilation error

Re: [PATCH 1/4] util: Parse RSS into ullp

2023-06-14 Thread Martin Kletzander
On Mon, Jun 12, 2023 at 10:25:26AM +0200, Michal Prívozník wrote: On 6/12/23 09:55, Martin Kletzander wrote: It is used to fill an unsigned long long anyway and if it is negative than there is really an issue somewhere. Signed-off-by: Martin Kletzander --- src/qemu/qemu_driver.c | 2 +- src/