From nobody Mon Dec 1 21:31:56 2025 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 5A4B728B7EA for ; Mon, 1 Dec 2025 06:51:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764571912; cv=none; b=lcdQdh6IBCHM0QQ1zXWb76ykccW2vQKkKXy6HirZo5yVdfNBjVJghpNrvXxOyZ+uLBWllRwR1hR1w8bfsBKT74h0Ws8//RlsOFhL+DyNGhRx5y9ZXtnvfcH8MUM2uVnJLfutbqO1BZNmGQLoYno0yzxle9gwBzzIfV/TG+HfvcQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764571912; c=relaxed/simple; bh=JUKGAqzNfVyO5xMxOGFuc663jxxnIvMtSZNdEJmhtyw=; h=From:To:Cc:Subject:References:Message-ID:Content-Type: MIME-Version:Date; b=mViCZvIdo99W4XxgVcfXZ9Wj4KU0rV1aVdFbyp8EbQFoosgqMGZvFJ4OruDaQsYa9LxVwGK2pYh1L9+C1ykBDKXbnIm8PzWjgAvdU4AZ84CfNpR9/B9IGU/HhzOB2b47k7+LL5CuzLjJScg+FjO53Bph/2eGSGUaeyreC7PNdow= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=xYi7lC74; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=Ddc7mHnb; arc=none smtp.client-ip=193.142.43.55 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="xYi7lC74"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="Ddc7mHnb" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1764571909; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: references:references; bh=15LaE2jRwBo8NbCmF9P1CfipC53y7yoqMwKjmx9YDPg=; b=xYi7lC74ob8oWym7lPlLsvTtWN+NsJc/55q6vaeB4w9QmK4ucR7prd+6AREe69TDsEpcFu 2Gs4FwlYfekRNfGbgYXPMynJZsTP++0Az+LNFLFFJWTZU4HtlpRzrTMzF/GrmtL66TBm01 5sum8+khWLunelpxX829wmtPXJWzN2r8uU4tZmz+oBpV4Mgzmvj4FNwtI6NQ9AS+oyWYp4 6LaTZWfy0JaveyS5nwUOp9ZWjt7SE/SpQ0FIVUwUCAX+yHfPhIb6RhQh5nbJhagQMUn54b 9ut2ir10qTEU/oh13zcsy56J9Q9QBYIvBU8llAjUkyNOUWlZh6dw9hyEZsPy9Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1764571909; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: references:references; bh=15LaE2jRwBo8NbCmF9P1CfipC53y7yoqMwKjmx9YDPg=; b=Ddc7mHnbZET3ShPMFzCK5q3NUfCvDr0axME/Q8LYyugPn/tez13tbW3JOkWmTIYBsUsWFs dSBxRShomQeCWhDQ== To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, x86@kernel.org Subject: [GIT pull] timers/urgent for v6.19-rc1 References: <176457119565.1888260.10012195384143368631.tglx@xen13> Message-ID: <176457122698.1888260.78925005455778579.tglx@xen13> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Date: Mon, 1 Dec 2025 07:51:44 +0100 (CET) Linus, please pull the latest timers/urgent branch from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-= 2025-12-01 up to: c7418164b463: timekeeping: Fix error code in tk_aux_sysfs_init() A delayed bugfix for the timekeeping code which makes the recent fix plugging the resource leak correct in terms of the returned error code. Thanks, tglx ------------------> Dan Carpenter (1): timekeeping: Fix error code in tk_aux_sysfs_init() kernel/time/timekeeping.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 08e0943b54da..4790da895203 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@ -3073,8 +3073,10 @@ static int __init tk_aux_sysfs_init(void) char id[2] =3D { [0] =3D '0' + i, }; struct kobject *clk =3D kobject_create_and_add(id, auxo); =20 - if (!clk) + if (!clk) { + ret =3D -ENOMEM; goto err_clean; + } =20 ret =3D sysfs_create_group(clk, &aux_clock_enable_attr_group); if (ret)