* [2/3] x86/mcelog: Remove one mce_helper definition
@ 2018-10-17 17:05 Sebastian Andrzej Siewior
0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Andrzej Siewior @ 2018-10-17 17:05 UTC (permalink / raw)
To: linux-kernel
Cc: tglx, linux-kbuild, Sebastian Andrzej Siewior, Tony Luck,
Borislav Petkov, linux-edac, x86
Commit 5de97c9f6d85f ("x86/mce: Factor out and deprecate the /dev/mcelog
driver") moved the old interface into one file including mce_helper
definition as static and "extern".
Cc: Tony Luck <tony.luck@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: linux-edac <linux-edac@vger.kernel.org>
Cc: x86@kernel.org
Fixes: 5de97c9f6d85f ("x86/mce: Factor out and deprecate the /dev/mcelog driver")
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
arch/x86/kernel/cpu/mcheck/dev-mcelog.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/x86/kernel/cpu/mcheck/dev-mcelog.c b/arch/x86/kernel/cpu/mcheck/dev-mcelog.c
index 97685a0c31751..27f394ac983f6 100644
--- a/arch/x86/kernel/cpu/mcheck/dev-mcelog.c
+++ b/arch/x86/kernel/cpu/mcheck/dev-mcelog.c
@@ -38,9 +38,6 @@ static struct mce_log_buffer mcelog = {
static DECLARE_WAIT_QUEUE_HEAD(mce_chrdev_wait);
-/* User mode helper program triggered by machine check event */
-extern char mce_helper[128];
-
static int dev_mce_log(struct notifier_block *nb, unsigned long val,
void *data)
{
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [2/3] x86/mcelog: Remove one mce_helper definition
@ 2018-10-17 17:10 Boris Petkov
0 siblings, 0 replies; 3+ messages in thread
From: Boris Petkov @ 2018-10-17 17:10 UTC (permalink / raw)
To: Sebastian Andrzej Siewior
Cc: linux-kernel, tglx, linux-kbuild, Tony Luck, linux-edac, x86
On Wed, Oct 17, 2018 at 07:05:53PM +0200, Sebastian Andrzej Siewior wrote:
> Commit 5de97c9f6d85f ("x86/mce: Factor out and deprecate the /dev/mcelog
> driver") moved the old interface into one file including mce_helper
> definition as static and "extern".
>
> Cc: Tony Luck <tony.luck@intel.com>
> Cc: Borislav Petkov <bp@suse.de>
> Cc: linux-edac <linux-edac@vger.kernel.org>
> Cc: x86@kernel.org
> Fixes: 5de97c9f6d85f ("x86/mce: Factor out and deprecate the /dev/mcelog driver")
I'm not sure about the Fixes: tag - it'll trigger a flood of backporting
for no reason AFAICT.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [2/3] x86/mcelog: Remove one mce_helper definition
@ 2018-10-17 18:22 Thomas Gleixner
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Gleixner @ 2018-10-17 18:22 UTC (permalink / raw)
To: Borislav Petkov
Cc: Sebastian Andrzej Siewior, linux-kernel, linux-kbuild, Tony Luck,
linux-edac, x86
On Wed, 17 Oct 2018, Borislav Petkov wrote:
> On Wed, Oct 17, 2018 at 07:05:53PM +0200, Sebastian Andrzej Siewior wrote:
> > Commit 5de97c9f6d85f ("x86/mce: Factor out and deprecate the /dev/mcelog
> > driver") moved the old interface into one file including mce_helper
> > definition as static and "extern".
> >
> > Cc: Tony Luck <tony.luck@intel.com>
> > Cc: Borislav Petkov <bp@suse.de>
> > Cc: linux-edac <linux-edac@vger.kernel.org>
> > Cc: x86@kernel.org
> > Fixes: 5de97c9f6d85f ("x86/mce: Factor out and deprecate the /dev/mcelog driver")
>
> I'm not sure about the Fixes: tag - it'll trigger a flood of backporting
> for no reason AFAICT.
Not when there is no Cc: stable. If the stable folks pick up stuff
nevertheless, shrug.
The fixes tag is interesting even for stuff which does not go into stable
because you can extract it properly and look at relations between original
commit and fix.
Thanks,
tglx
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-10-17 18:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-17 17:10 [2/3] x86/mcelog: Remove one mce_helper definition Boris Petkov
-- strict thread matches above, loose matches on Subject: below --
2018-10-17 18:22 Thomas Gleixner
2018-10-17 17:05 Sebastian Andrzej Siewior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox