From: Thomas Gleixner <tglx@linutronix.de>
To: maninder1.s@samsung.com,
"fweisbec@gmail.com" <fweisbec@gmail.com>,
"mingo@kernel.org" <mingo@kernel.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Vaneet Narang <v.narang@samsung.com>,
AMIT SAHRAWAT <a.sahrawat@samsung.com>,
Chung-Ki Woo <chungki0201.woo@samsung.com>
Subject: Re: [Issue] timer callback registered with mod_timer is getting called beforetime
Date: Fri, 24 Sep 2021 14:08:50 +0200 [thread overview]
Message-ID: <87mto2dvl9.ffs@tglx> (raw)
In-Reply-To: <20210924065310epcms5p69dd47a510faaa6bf68c243e02f2d0186@epcms5p6>
On Fri, Sep 24 2021 at 12:23, Maninder Singh wrote:
?
> As we checekd code if CPU responsible for updating jiffies value(lets
> say CPU0) has interrupts disabled for 60 ms and in mean time other
> CPU(CPU1) registers new timer for (jiffies + x) value. its callback
> will be called before time.
So you run some stuff for 60ms with interrupts disabled and now you are
asking what's wrong?
The answer is simply: Keeping interrupts disabled for 60ms is wrong.
Anything else is just a symptom.
Thanks,
tglx
prev parent reply other threads:[~2021-09-24 12:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20210924065310epcms5p69dd47a510faaa6bf68c243e02f2d0186@epcms5p6>
2021-09-24 6:53 ` [Issue] timer callback registered with mod_timer is getting called beforetime Maninder Singh
2021-09-24 10:38 ` Frederic Weisbecker
2021-09-24 14:04 ` Maninder Singh
2021-09-24 12:08 ` Thomas Gleixner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mto2dvl9.ffs@tglx \
--to=tglx@linutronix.de \
--cc=a.sahrawat@samsung.com \
--cc=chungki0201.woo@samsung.com \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maninder1.s@samsung.com \
--cc=mingo@kernel.org \
--cc=v.narang@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.