From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B4AAD3B79A for ; Mon, 11 Dec 2023 12:45:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="PPxTjzaW"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="3uTj8684" From: Anna-Maria Behnsen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1702298741; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/N+8pfdLHSmuLJvf/hxZ+4ADGQB0w0fCxukJ/K5OPJE=; b=PPxTjzaW7fp5SjO1crg1YQBYDIQJvdw8BH+JBoFco9nUAos/a8L+zhOeUaNOf2kHrDamir IVD2uAI6pjmS3WOz/Ma/LWRpO+Z9tW3cQ+wzT1cqSPrB66Iz+8zf5vbqXKZpZ5irDNocws fi2QYlcS8m4w74G4yEVkcgC07VQBuVwEoGEO8SzDee5EolZtlzqYDhYOTC+a5A8FIjvvkj zUBOLB3fgV13GFPRRANY10wrX5TMeyUJA3arioxBJZZjaYcOvvZQuXjpYdmx3KrjhVjJQc wwQ1Gr5mItMeKIpRz4JSqVcsLlwmo77UUSvLtiQX3l5+6hQ4cBGan+BZIcWJjA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1702298741; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/N+8pfdLHSmuLJvf/hxZ+4ADGQB0w0fCxukJ/K5OPJE=; b=3uTj8684Vi7picU+/MKCw77STBaYKt2C/o5XYiEpVlh6FzyS88s837qFkuoEOkU0IYmMr3 AVXfC1aIguLJUVBw== To: Julia Lawall , oe-kbuild-all@lists.linux.dev Subject: Re: [tglx-devel:timers/pushpull 30/32] kernel/time/timer_migration.c:1529:6-9: WARNING: Unsigned expression compared with zero: ret < 0 (fwd) In-Reply-To: References: Date: Mon, 11 Dec 2023 13:45:41 +0100 Message-ID: <87fs08ykju.fsf@somnus> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Hi Julia, Julia Lawall writes: > ---------- Forwarded message ---------- > Date: Sun, 10 Dec 2023 22:29:05 +0800 > From: kernel test robot > To: oe-kbuild@lists.linux.dev > Cc: lkp@intel.com, Julia Lawall > Subject: [tglx-devel:timers/pushpull 30/32] > kernel/time/timer_migration.c:1529:6-9: WARNING: Unsigned expression > compared with zero: ret < 0 > Thanks for forwarding. I already recieved this report on 6th of december and will fix it in the next version. Thanks, Anna-Maria