From c5489f3983f29f2f97724686eea0892a4c892415 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 15 May 2013 17:46:40 -0400 Subject: [PATCH] Linux v3.10-rc1-185-gc240a53 --- kernel.spec | 11 ++--- sources | 2 +- tglx.patch | 129 ---------------------------------------------------- 3 files changed, 6 insertions(+), 136 deletions(-) delete mode 100644 tglx.patch diff --git a/kernel.spec b/kernel.spec index 4af7aeb1e..396169ade 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 2 +%global baserelease 1 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -95,7 +95,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 1 # The git snapshot level -%define gitrev 4 +%define gitrev 5 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -728,8 +728,6 @@ Patch22001: selinux-apply-different-permission-to-ptrace-child.patch #rhbz 927469 Patch23006: fix-child-thread-introspection.patch -Patch25016: tglx.patch - #rhbz 961527 Patch25021: radeon-use-max_bus-speed-to-activate-gen2-speeds.patch @@ -1410,8 +1408,6 @@ ApplyPatch 0001-kmsg-Honor-dmesg_restrict-sysctl-on-dev-kmsg.patch #rhbz 927469 ApplyPatch fix-child-thread-introspection.patch -ApplyPatch tglx.patch - #rhbz 961527 ApplyPatch radeon-use-max_bus-speed-to-activate-gen2-speeds.patch @@ -2231,6 +2227,9 @@ fi # ||----w | # || || %changelog +* Wed May 15 2013 Josh Boyer - 3.10.0-0.rc1.git5.1 +- Linux v3.10-rc1-185-gc240a53 + * Wed May 15 2013 Josh Boyer - Add patch from Harald Hoyer to migrate to using kernel-install diff --git a/sources b/sources index 7cb4e06a5..2088f7941 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 4348c9b6b2eb3144d601e87c19d5d909 linux-3.9.tar.xz d008b8a2a1dd16b88014d7c223a12ce9 patch-3.10-rc1.xz -bb3c201dfc44790861cc6442ee821751 patch-3.10-rc1-git4.xz +711e2f448a16aeffa7e1b9c0960293d2 patch-3.10-rc1-git5.xz diff --git a/tglx.patch b/tglx.patch deleted file mode 100644 index ffceb92b6..000000000 --- a/tglx.patch +++ /dev/null @@ -1,129 +0,0 @@ - -Delivered-To: jwboyer@gmail.com -Received: by 10.76.92.6 with SMTP id ci6csp75137oab; - Fri, 3 May 2013 11:33:29 -0700 (PDT) -X-Received: by 10.66.146.74 with SMTP id ta10mr15901145pab.60.1367606009492; - Fri, 03 May 2013 11:33:29 -0700 (PDT) -Return-Path: -Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) - by mx.google.com with ESMTP id h1si8624725pad.114.2013.05.03.11.33.22 - for ; - Fri, 03 May 2013 11:33:29 -0700 (PDT) -Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; -Authentication-Results: mx.google.com; - spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mail=linux-kernel-owner@vger.kernel.org -Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand - id S1763285Ab3ECSdI (ORCPT - + 99 others); Fri, 3 May 2013 14:33:08 -0400 -Received: from www.linutronix.de ([62.245.132.108]:46407 "EHLO - Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org - with ESMTP id S1759070Ab3ECSdH (ORCPT - ); - Fri, 3 May 2013 14:33:07 -0400 -Received: from localhost ([127.0.0.1]) - by Galois.linutronix.de with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) - (Exim 4.72) - (envelope-from ) - id 1UYKmx-0005xg-JP; Fri, 03 May 2013 20:32:59 +0200 -Date: Fri, 3 May 2013 20:32:58 +0200 (CEST) -From: Thomas Gleixner -To: Dave Jones -cc: Yinghai Lu , - Linux Kernel -Subject: Re: clockevents_program_event WARN_ON preventing boot. -In-Reply-To: <20130503144912.GB1283@redhat.com> -Message-ID: -References: <20130430212007.GB18598@redhat.com> <20130430213719.GA14988@redhat.com> <20130502154621.GA23990@redhat.com> - <20130503144912.GB1283@redhat.com> -User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) -MIME-Version: 1.0 -Content-Type: TEXT/PLAIN; charset=US-ASCII -X-Linutronix-Spam-Score: -1.0 -X-Linutronix-Spam-Level: - -X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 -Sender: linux-kernel-owner@vger.kernel.org -Precedence: bulk -List-ID: -X-Mailing-List: linux-kernel@vger.kernel.org - -On Fri, 3 May 2013, Dave Jones wrote: -> On Fri, May 03, 2013 at 12:49:20AM +0200, Thomas Gleixner wrote: -> -> > I'm fundamentally confused and Daves observation about slub debug does -> > not make it less confusing. -> > -> > It'd be nice if you could add some more instrumentation or bisect the -> > issue. -> -> Here's what I ended up with.. -> b352bc1cbc29134a356b5c16ee2281807a7b984e is the first bad commit -> commit b352bc1cbc29134a356b5c16ee2281807a7b984e -> Author: Thomas Gleixner -> Date: Tue Mar 5 14:25:32 2013 +0100 -> -> tick: Convert broadcast cpu bitmaps to cpumask_var_t -> -> Signed-off-by: Thomas Gleixner -> Link: http://lkml.kernel.org/r/20130306111537.366394000@linutronix.de -> Cc: Rusty Russell -> - -I bet you have CONFIG_CPUMASK_OFFSTACK enabled. - -/me is a moron and rumages for a brown paperbag. - -Patch below. - -Thanks, - - tglx - -------------> - -Subject: tick: Use zalloc_cpumask_var for allocating offstack cpumasks -From: Thomas Gleixner -Date: Fri, 03 May 2013 20:22:36 +0200 - -commit b352bc1cbc (tick: Convert broadcast cpu bitmaps to -cpumask_var_t) broke CONFIG_CPUMASK_OFFSTACK in a very subtle way. - -Instead of allocating the cpumasks with zalloc_cpumask_var it uses -alloc_cpumask_var, so we can get random data there, which of course -confuses the logic completely and causes random failures. - -Reported-by: Dave Jones -Reported-by: Yinghai Lu -Signed-off-by: Thomas Gleixner ---- - kernel/time/tick-broadcast.c | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -Index: linux-2.6/kernel/time/tick-broadcast.c -=================================================================== ---- linux-2.6.orig/kernel/time/tick-broadcast.c -+++ linux-2.6/kernel/time/tick-broadcast.c -@@ -785,11 +785,11 @@ bool tick_broadcast_oneshot_available(vo - - void __init tick_broadcast_init(void) - { -- alloc_cpumask_var(&tick_broadcast_mask, GFP_NOWAIT); -- alloc_cpumask_var(&tmpmask, GFP_NOWAIT); -+ zalloc_cpumask_var(&tick_broadcast_mask, GFP_NOWAIT); -+ zalloc_cpumask_var(&tmpmask, GFP_NOWAIT); - #ifdef CONFIG_TICK_ONESHOT -- alloc_cpumask_var(&tick_broadcast_oneshot_mask, GFP_NOWAIT); -- alloc_cpumask_var(&tick_broadcast_pending_mask, GFP_NOWAIT); -- alloc_cpumask_var(&tick_broadcast_force_mask, GFP_NOWAIT); -+ zalloc_cpumask_var(&tick_broadcast_oneshot_mask, GFP_NOWAIT); -+ zalloc_cpumask_var(&tick_broadcast_pending_mask, GFP_NOWAIT); -+ zalloc_cpumask_var(&tick_broadcast_force_mask, GFP_NOWAIT); - #endif - } - - - --- -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/