From: Borislav Petkov <bp@alien8.de> To: Thomas Gleixner <tglx@linutronix.de> Cc: "Richard W.M. Jones" <rjones@redhat.com>, Chuck Ebbert <cebbert.lkml@gmail.com>, linux-kernel@vger.kernel.org, x86@kernel.org, Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com> Subject: Re: [BUG 4.2-rc8] Interrupt occurs while apply_alternatives() is patching the handler Date: Fri, 4 Sep 2015 14:02:38 +0200 [thread overview] Message-ID: <20150904120238.GB23550@nazgul.tnic> (raw) In-Reply-To: <alpine.DEB.2.11.1509031232340.15006@nanos> On Thu, Sep 03, 2015 at 12:41:47PM +0200, Thomas Gleixner wrote: > Nah. I rather put the local_irq_save into optimize_nops(). All other > callers of add_nops() are operating on a buffer and use text_poke > after that. Aside of that optimize_nops() is missing a sync_core(). Whoops. > Updated patch below. Looks good, thanks. Hrrm, maybe optimize_nops() should work on a buffer and do text_poke_early() too at the end, so that it doesn't differ from all the other paths changing kernel text. So as to stuff like that doesn't get missed next time I'm touching it. But with your way we don't need the additional buffer. I guess your solution is better resource-wise. Thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --
next prev parent reply other threads:[~2015-09-04 12:02 UTC|newest] Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top 2015-08-31 2:37 Chuck Ebbert 2015-09-01 6:20 ` Richard W.M. Jones 2015-09-02 9:11 ` Thomas Gleixner 2015-09-02 19:05 ` Richard W.M. Jones 2015-09-03 7:53 ` Richard W.M. Jones 2015-09-03 8:50 ` Borislav Petkov 2015-09-03 10:41 ` Thomas Gleixner 2015-09-03 12:43 ` Josh Boyer 2015-09-03 13:01 ` Thomas Gleixner 2015-09-03 15:48 ` Richard W.M. Jones 2015-09-03 19:30 ` [tip:x86/urgent] x86/alternatives: Make optimize_nops() interrupt safe and synced tip-bot for Thomas Gleixner 2015-09-04 7:40 ` [BUG 4.2-rc8] Interrupt occurs while apply_alternatives() is patching the handler Richard W.M. Jones 2015-09-04 12:02 ` Borislav Petkov [this message] 2015-09-04 13:37 ` Thomas Gleixner 2015-09-05 15:25 ` Borislav Petkov
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=20150904120238.GB23550@nazgul.tnic \ --to=bp@alien8.de \ --cc=cebbert.lkml@gmail.com \ --cc=hpa@zytor.com \ --cc=linux-kernel@vger.kernel.org \ --cc=mingo@redhat.com \ --cc=rjones@redhat.com \ --cc=tglx@linutronix.de \ --cc=x86@kernel.org \ --subject='Re: [BUG 4.2-rc8] Interrupt occurs while apply_alternatives() is patching the handler' \ /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
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.