login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
19
Re: ftrace introduces instability into kernel 2.6.27(-rc2,-rc3)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Benjamin Herrenschmidt
Subject:
Re: ftrace introduces instability into kernel 2.6.27(-rc2,-rc3)
Date: Monday, August 18, 2008 - 6:53 pm
On Mon, 2008-08-18 at 14:27 -0400, Steven Rostedt wrote:
quoted text
> > On Mon, 18 Aug 2008, Scott Wood wrote: > > > Mathieu Desnoyers wrote: > > > asm volatile ( > > > "1: lwz %1, 0(%2)\n" > > > " cmpw %1, %5\n" > > > " bne 2f\n" > > > " stwu %3, 0(%2)\n" > > > "2:\n" > > > ".section .fixup, \"ax\"\n" > > > "3: li %0, 1\n" > > > " b 2b\n" > > > ".previous\n" > > > ".section __ex_table,\"a\"\n" > > > _ASM_ALIGN "\n" > > > _ASM_PTR "1b, 3b\n" > > > ".previous" > > > : "=r"(faulted), "=r"(replaced) > > > : "r"(ip), "r"(new), > > > "0"(faulted), "r"(old) > > > : "memory"); > > > > Some (most likely unrelated) nits in the above inline asm:
Why not use __get_user/__put_user ? Cheers, Ben. --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
2.6.24-rc4: pci_remove_bus_device() => pci_scan_child_bus( ...
, Eran Liberty
, (Wed Jun 18, 7:18 am)
[PATCH 2.6.24-rc4] PCI: refuse to re-add a device to a bus ...
, Eran Liberty
, (Sun Jul 20, 3:31 am)
Re: [PATCH 2.6.24-rc4] PCI: refuse to re-add a device to a ...
, Eran Liberty
, (Sun Jul 20, 9:48 am)
[PATCH 2.6.26] PCI: refuse to re-add a device to a bus upo ...
, Eran Liberty
, (Mon Jul 21, 12:18 pm)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Matthew Wilcox
, (Mon Jul 21, 12:49 pm)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, eran liberty
, (Tue Jul 22, 1:21 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Matthew Wilcox
, (Tue Jul 22, 4:49 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Eran Liberty
, (Tue Jul 22, 6:08 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Eran Liberty
, (Tue Jul 22, 6:14 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Matthew Wilcox
, (Tue Jul 22, 7:13 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Eran Liberty
, (Tue Jul 22, 8:25 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Matthew Wilcox
, (Tue Jul 22, 9:52 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Eran Liberty
, (Tue Jul 22, 10:41 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Matthew Wilcox
, (Tue Jul 22, 11:11 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Eran Liberty
, (Wed Jul 23, 11:31 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Eran Liberty
, (Sun Jul 27, 4:01 am)
Re: [PATCH 2.6.26] PCI: refuse to re-add a device to a bus ...
, Matthew Wilcox
, (Sun Jul 27, 8:08 am)
ftrace introduces instability into kernel 2.6.27(-rc2,-rc3)
, Eran Liberty
, (Mon Aug 18, 1:08 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 8:07 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Mathieu Desnoyers
, (Mon Aug 18, 8:47 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 9:12 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Mathieu Desnoyers
, (Mon Aug 18, 10:04 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Scott Wood
, (Mon Aug 18, 10:21 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Eran Liberty
, (Mon Aug 18, 11:25 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 11:27 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Scott Wood
, (Mon Aug 18, 11:29 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Mathieu Desnoyers
, (Mon Aug 18, 11:41 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 11:47 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 11:50 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Scott Wood
, (Mon Aug 18, 11:56 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 12:28 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Mon Aug 18, 6:51 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Mon Aug 18, 6:53 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Mon Aug 18, 6:54 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 7:28 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Mon Aug 18, 7:39 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 7:41 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Mathieu Desnoyers
, (Mon Aug 18, 7:47 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Mon Aug 18, 7:56 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 8:12 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 8:32 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Mathieu Desnoyers
, (Mon Aug 18, 8:36 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Mon Aug 18, 9:00 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Mon Aug 18, 9:17 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Eran Liberty
, (Tue Aug 19, 2:56 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Eran Liberty
, (Tue Aug 19, 5:09 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Mathieu Desnoyers
, (Tue Aug 19, 6:02 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Mathieu Desnoyers
, (Tue Aug 19, 6:05 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Eran Liberty
, (Tue Aug 19, 7:21 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Mathieu Desnoyers
, (Tue Aug 19, 7:42 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Tue Aug 19, 9:47 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Mathieu Desnoyers
, (Tue Aug 19, 10:34 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Tue Aug 19, 1:15 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Tue Aug 19, 2:08 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Tue Aug 19, 2:46 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Tue Aug 19, 2:47 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Jeremy Fitzhardinge
, (Tue Aug 19, 4:58 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Tue Aug 19, 6:17 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Wed Aug 20, 12:18 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Nick Piggin
, (Wed Aug 20, 2:40 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Eran Liberty
, (Wed Aug 20, 4:18 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Wed Aug 20, 6:12 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Wed Aug 20, 6:14 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Wed Aug 20, 6:19 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Eran Liberty
, (Wed Aug 20, 6:36 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Wed Aug 20, 6:43 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Eran Liberty
, (Wed Aug 20, 7:02 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Josh Boyer
, (Wed Aug 20, 7:16 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Wed Aug 20, 7:22 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Josh Boyer
, (Wed Aug 20, 7:50 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Jon Smirl
, (Wed Aug 20, 7:55 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Wed Aug 20, 8:23 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Wed Aug 20, 8:27 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Eran Liberty
, (Wed Aug 20, 11:23 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Wed Aug 20, 11:33 am)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Wed Aug 20, 2:36 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Benjamin Herrenschmidt
, (Wed Aug 20, 2:37 pm)
Re: ftrace introduces instability into kernel 2.6.27(-rc2, ...
, Steven Rostedt
, (Wed Aug 20, 2:44 pm)
[PATCH 2.6.26] SERIAL DRIVER: Handle Multiple consecutive ...
, Eran Liberty
, (Mon Sep 15, 9:30 am)
Re: [PATCH 2.6.26] SERIAL DRIVER: Handle Multiple consecut ...
, Andrew Morton
, (Wed Sep 17, 4:46 pm)
Re: [PATCH 2.6.26] SERIAL DRIVER: Handle Multiple consecut ...
, Eran Liberty
, (Wed Sep 17, 11:58 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate