Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756057AbbGTHjr (ORCPT ); Mon, 20 Jul 2015 03:39:47 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:37507 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755290AbbGTHjp (ORCPT ); Mon, 20 Jul 2015 03:39:45 -0400 Date: Mon, 20 Jul 2015 09:39:39 +0200 From: Ingo Molnar To: Mathias Krause Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH 0/5] x86: __ref / __refdata cleanup Message-ID: <20150720073939.GA10802@gmail.com> References: <1437322974-11081-1-git-send-email-minipli@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437322974-11081-1-git-send-email-minipli@googlemail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1375 Lines: 36 * Mathias Krause 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/