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 08B5EAD52 for ; Thu, 11 Jul 2024 20:02:28 +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=1720728150; cv=none; b=L/hgabYbtYqvRzIC3pFACUf6RI6QDnGJqCxUixrYUtUdEVB3OiHMZAlJVGo8GVWukUTRNVjqH6n0tZNV0tNDlXr2i8Mx6Qh0M3KGLLgC5qLqmp+PwN2VUwlmewSFV8wMvCkvCWaCf8cnTplO5OkyGEIqpDKzXlIX6FweI6RPvnI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720728150; c=relaxed/simple; bh=wAScpmwGVfHfvoRiXiXEGQSh4I9scCEkgRenotTcQ+4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=BDDaVWQp+nQB+kCRsi7GL/X/RGTRh3AM3j3SQ0cDRr7LbTRCGwXeO4b3tydoU/IvdparU0KvIwO7Q3/LBt0+EjQ+trSzIfq5gUjdxap7SGDWu7o9ty2CfCam2yBMzmKJa0pDXZu2pP6ZphrHBgo/Iy++v6Hhf3z6TmfFiAUUTR0= 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=dleP7CW4; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=9M1egNYD; 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="dleP7CW4"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="9M1egNYD" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1720728147; 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: in-reply-to:in-reply-to:references:references; bh=TSFuTTl5t/ZwVxGbfs6GxeCt0qfZsO0Wy+ISQx87Dek=; b=dleP7CW4LoPnuUUzJMElb9d/+P4E8TxqlN3tYL0qThas6krIw94L3nVIe7ptzDcFx9PYLq eYdyzuChgf0ui/ngi/OfRovwfkIHbFa4N/oB0MfOSywpaZgsUHccMVDcEhhM47UnT6tVg0 zt7oDXZwamIPkSrV5Lwfk3OTjtGWNcKcakLH80U3MaQ8MD718zHE0DNpPMBm2WYhNSqKzs adn3pMTBmGs+Eidk6GnQLwBeFEwwxxV6ktJW7o9gJK4DLnPcydMJsWHuI/yjNbGXpyeQT0 zJvFuICpqZ9HTeTtqEps2iJkhwtdQJkXeGlvZOSIUsJXETyazG9hhQqrMuaBOQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1720728147; 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: in-reply-to:in-reply-to:references:references; bh=TSFuTTl5t/ZwVxGbfs6GxeCt0qfZsO0Wy+ISQx87Dek=; b=9M1egNYDamHzsE5LPSz428AFl/prkqNJdOYPDcvrDWzhAjHLhf4yR9JUPyAnwaPil9JgOG +qgbdO+fqjUX5NAA== To: Daniel Lezcano Cc: Linux Kernel Mailing List , Chris Packham , Geert Uytterhoeven , Jiaxun Yang , Li kunyu , Niklas =?utf-8?Q?S=C3=B6derlund?= , Thomas Bonnefille Subject: Re: [GIT PULL] timer drivers for v6.11-rc1 In-Reply-To: References: Date: Thu, 11 Jul 2024 22:02:26 +0200 Message-ID: <87h6cvu27h.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Daniel, On Thu, Jul 11 2024 at 20:11, Daniel Lezcano wrote: > please consider pulling the following changes since commit > 746770499be55cf375a108a321a818b238182446: > > timers/migration: Fix grammar in comment (2024-07-04 20:24:57 +0200) Duh. I had to remove those commits as they had a problem. Can you please redo your stuff? In general please do not base it on timers/core unless there is a real dependency for the stuff you are applying. Sorry for the inconveniance. Thanks, tglx