From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8EBFCC636CC for ; Wed, 8 Feb 2023 15:23:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231206AbjBHPXH (ORCPT ); Wed, 8 Feb 2023 10:23:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229895AbjBHPXF (ORCPT ); Wed, 8 Feb 2023 10:23:05 -0500 Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87FBC43910 for ; Wed, 8 Feb 2023 07:23:04 -0800 (PST) Received: by mail-ej1-x636.google.com with SMTP id lu11so52087706ejb.3 for ; Wed, 08 Feb 2023 07:23:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=bMUk0/YknGV0FUEQlxokCIXTwLEkw3yvGRzYLDxYwaU=; b=DJ89by036xjN7BfAosB90Z3bWkNh0HsqjzrBVJfJIglX1YmCbjdbZ8oZ27Kh+o84oo NfVn17wG2vLQwo9aqvtyHzfGUEW/eY9j2V2DbN6+4RqWltYx3tjprykAIegQJvpIphd0 ycjAPICfj0m7y4yqVZdn4RJWYfloM05ytr8tI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=bMUk0/YknGV0FUEQlxokCIXTwLEkw3yvGRzYLDxYwaU=; b=zAtLLGByYD4aKdpNwb/AUojRs0HUj0QXeBbwszHy06+062uUgQMvrKqabF6prPubKB MjhG1Ir66BOQGjC8ciIwqAVX5dzsDZNGfHK+1KUKn1Tgk0oNTfEx9loXFO0DSF0u1Dtt KeAnRO0JMNfMxvSRZ/NCaIUPvfD7Mn9Bs6L8NjY4tdJ/H0rWUVeg5UYmhYwZj0pR41z3 9njPQvaGJhe1zSeJ55N9WApF5lvy/96BEw4LorNTnwMDRUJRAV9dct59k7q6RLKKC7ie D6LuzNSEvs//UxaD2HecwgpGOvURrkEOAABJqyG8TG52zBTP62BQnPlVzEoFEWDxxe4s K0QA== X-Gm-Message-State: AO0yUKV9JnNOxfA1rHz+eMH1gHKzUHcQ1h0JgGLJ9FnnmBTKTUJfGqC6 yE+7eVL1+hicA2td0AYxiPCwXQ== X-Google-Smtp-Source: AK7set9QR96GEEhyMo917lRX2JN+T/zHuUdEJIFFVGxCw9BII/m4oYbevoVPtmB4rGUUWP8IlrERgQ== X-Received: by 2002:a17:906:af6a:b0:88a:7408:384c with SMTP id os10-20020a170906af6a00b0088a7408384cmr7855540ejb.47.1675869783086; Wed, 08 Feb 2023 07:23:03 -0800 (PST) Received: from panicking (mob-37-180-45-5.net.vodafone.it. [37.180.45.5]) by smtp.gmail.com with ESMTPSA id m5-20020a1709062b8500b00872c0bccab2sm8411525ejg.35.2023.02.08.07.23.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Feb 2023 07:23:02 -0800 (PST) Date: Wed, 8 Feb 2023 16:23:00 +0100 From: Michael Trimarchi To: Thomas Gleixner Cc: Michael , Alexandre Belloni , linux-rtc@vger.kernel.org, John Stultz , Stephen Boyd , linux-kernel@vger.kernel.org Subject: Re: Problem when function alarmtimer_suspend returns 0 if time delta is zero Message-ID: References: <08fbdf25-faa1-aa13-4f13-d30acbf27dda@mipisi.de> <20190902074917.GA21922@piout.net> <4fc3a016-ec2f-a15e-5fd1-6794a001e2d9@mipisi.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas On Wed, Sep 04, 2019 at 12:49:21AM +0200, Thomas Gleixner wrote: > On Tue, 3 Sep 2019, Michael wrote: > > > Thomas, > > > > thank you very much for your patch. Unfortunately currently I can only test it > > with a kernel 4.1.52 but i've tried to patch > > your new logic into my older kernel version. > Is this patch valid on mainline too? because apply it was let rtc working 100% of the time Michael > > > https://people.kernel.org/tglx/notes-about-netiquette > > >