All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Mathias Krause <minipli@googlemail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
	linux-kernel@vger.kernel.org, x86@kernel.org
Subject: Re: [PATCH 0/5] x86: __ref / __refdata cleanup
Date: Mon, 20 Jul 2015 09:39:39 +0200	[thread overview]
Message-ID: <20150720073939.GA10802@gmail.com> (raw)
In-Reply-To: <1437322974-11081-1-git-send-email-minipli@googlemail.com>


* Mathias Krause <minipli@googlemail.com> wrote:

> This series drops quite a few -- relatively speaking -- __ref /
> __refdata annotations in the x86 code. They used to be needed in
> __cpuinit times but those are long gone. Now those annotations may
> only serve as an additional error source, hiding legitimate section
> mismatches. So we better get rid of them.
> 
> Please apply.
> 
> 
> Mathias Krause (5):
>   x86, ACPI: Get rid of the acpi_map_cpu() wrapper
>   x86, apic: Drop bogus __refdata annotation of cpu notifier
>   x86, cpuid: Drop bogus __refdata annotation of cpu notifier
>   x86, smpboot: Drop bogus __ref annotation from remove_cpu_from_maps()
>   x86, topology: Drop bogus __ref annotations
> 
>  arch/x86/kernel/acpi/boot.c           |    8 +-------
>  arch/x86/kernel/apic/x2apic_cluster.c |    2 +-
>  arch/x86/kernel/cpuid.c               |    2 +-
>  arch/x86/kernel/smpboot.c             |    2 +-
>  arch/x86/kernel/topology.c            |    4 ++--
>  5 files changed, 6 insertions(+), 12 deletions(-)

Please send a single patch - there's absolutely zero reason to use 5 patches.

Thanks,

	Ingo

      parent reply	other threads:[~2015-07-20  7:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-19 16:22 [PATCH 0/5] x86: __ref / __refdata cleanup Mathias Krause
2015-07-19 16:22 ` [PATCH 1/5] x86, ACPI: Get rid of the acpi_map_cpu() wrapper Mathias Krause
2015-07-19 16:22 ` [PATCH 2/5] x86, apic: Drop bogus __refdata annotation of cpu notifier Mathias Krause
2015-07-19 16:22 ` [PATCH 3/5] x86, cpuid: " Mathias Krause
2015-07-19 16:22 ` [PATCH 4/5] x86, smpboot: Drop bogus __ref annotation from remove_cpu_from_maps() Mathias Krause
2015-07-19 16:22 ` [PATCH 5/5] x86, topology: Drop bogus __ref annotations Mathias Krause
2015-07-20  7:39 ` Ingo Molnar [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=20150720073939.GA10802@gmail.com \
    --to=mingo@kernel.org \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=minipli@googlemail.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /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.