login
Login
/
Register
Search
Header Space
Forums
News
Jobs
Blogs
Features
Man Pages
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
6
Re: [PATCH 11/19] UML - Track and make up lost ticks
view
thread
Score:
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Andrew Morton <akpm@...>
To: Jeff Dike <jdike@...>
Cc: <nix@...>, <linux-kernel@...>, <user-mode-linux-devel@...>
Subject:
Re: [PATCH 11/19] UML - Track and make up lost ticks
Date: Tuesday, May 6, 2008 - 4:46 pm
On Tue, 29 Apr 2008 16:29:25 -0400 Jeff Dike <jdike@addtoit.com> wrote:
quoted text
> On Tue, Apr 29, 2008 at 07:54:02PM +0100, Nix wrote: > > On 25 Apr 2008, Jeff Dike stated, in part: > > > Index: linux-2.6-git/arch/um/os-Linux/time.c > > > =================================================================== > > > --- linux-2.6-git.orig/arch/um/os-Linux/time.c 2008-04-25 10:42:12.000000000 -0400 > > > +++ linux-2.6-git/arch/um/os-Linux/time.c 2008-04-25 11:19:26.000000000 -0400 > > > + alarm_handler(SIGVTALRM, NULL); > > > + alarm_handler(SIGVTALRM, NULL); > > > -extern void alarm_handler(int sig, struct sigcontext *sc); > > > - alarm_handler(SIGVTALRM, NULL); > > > > Yet, in arch/um/include/process.h, we see, unchanged since the year dot, the > > obviously wrong prototype: > > > > extern void alarm_handler(int sig, struct sigcontext sc); > > > > Hence: > > > > CC arch/um/os-Linux/time.o > > arch/um/os-Linux/time.c: In function ‘deliver_alarm’: > > arch/um/os-Linux/time.c:119: error: incompatible type for argument 2 of ‘alarm_handler’ > > make[1]: *** [arch/um/os-Linux/time.o] Error 1 > > make: *** [arch/um/os-Linux] Error 2 > > > > Fix trivial: > > > > Signed-off-by: Nick Alcock <nix@esperi.org.uk> > > -- > > Index: linux/arch/um/include/process.h > > =================================================================== > > --- linux.orig/arch/um/include/process.h 2006-07-09 14:19:52.000000000 +0100 > > +++ linux/arch/um/include/process.h 2008-04-29 19:49:49.000000000 +0100 > > @@ -8,8 +8,8 @@ > > > > #include <signal.h> > > > > -extern void sig_handler(int sig, struct sigcontext sc); > > -extern void alarm_handler(int sig, struct sigcontext sc); > > +extern void sig_handler(int sig, struct sigcontext *sc); > > +extern void alarm_handler(int sig, struct sigcontext *sc); > > > > #endif > > Crap, I fixed that, but forgot to quilt add it, I guess. > > ACK. >
This fix was already present in your "[PATCH 4/19] UML - Random driver fixes". Perhaps we broke bisection? --
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:
[PATCH 11/19] UML - Track and make up lost ticks
, Jeff Dike
, (Fri Apr 25, 1:56 pm)
Re: [PATCH 11/19] UML - Track and make up lost ticks
, Nix
, (Tue Apr 29, 2:54 pm)
Re: [PATCH 11/19] UML - Track and make up lost ticks
, Jeff Dike
, (Tue Apr 29, 4:29 pm)
Re: [PATCH 11/19] UML - Track and make up lost ticks
, Andrew Morton
, (Tue May 6, 4:46 pm)
Re: [uml-devel] [PATCH 11/19] UML - Track and make up lost t...
, Jeff Dike
, (Tue May 6, 5:44 pm)
Re: [uml-devel] [PATCH 11/19] UML - Track and make up lost t...
, Andrew Morton
, (Tue May 6, 6:01 pm)
Re: [uml-devel] [PATCH 11/19] UML - Track and make up lost t...
, Nix
, (Tue May 6, 7:54 pm)
Navigation
Create content
Mailing list archives
Recent posts
Mail archive search
Enter your search terms.
all mailing lists
alsa-devel
dragonflybsd-bugs
dragonflybsd-commit
dragonflybsd-docs
dragonflybsd-kernel
dragonflybsd-submit
dragonflybsd-user
freebsd-announce
freebsd-bugs
freebsd-chat
freebsd-cluster
freebsd-current
freebsd-drivers
freebsd-embeded
freebsd-fs
freebsd-hackers
freebsd-hardware
freebsd-mobile
freebsd-net
freebsd-performance
freebsd-pf
freebsd-security
freebsd-security-notifications
freebsd-threads
git
git-commits-head
linux-activists
linux-arm
linux-ath5k-devel
linux-btrfs
linux-c-programming
linux-driver-devel
linux-ext4
linux-fsdevel
linux-ia64
linux-input
linux-kernel
linux-kernel-janitors
linux-kernel-mentors
linux-kernel-newbies
linux-kvm
linux-net
linux-netdev
linux-newbie
linux-nfs
linux-raid
linux-scsi
linux-security-module
linux-sparse
linux-usb
linux-usb-devel
madwifi-devel
netbsd-announce
netbsd-tech-kern
open-graphics
open-graphics-announce-kt
openbsd-announce
openbsd-bugs
openbsd-ipv6
openbsd-misc
openbsd-security-announce
openbsd-smp
openbsd-source-changes
openbsd-tech
openfabrics-general
openmoko-community
openmoko-devel
openmoko-kernel
reiserfs-devel
tux3
ucarp
Optionally limit your search to a specific mailing list.
advanced
Popular discussions
linux-kernel
:
Yu Zhao
[PATCH 2/16 v6] PCI: define PCI resource names in an 'enum'
Greg Kroah-Hartman
[PATCH 011/196] sysfs: Fix a copy-n-paste typo in comment
Laurent Riffard
Re: 2.6.23-mm1: BUG in reiserfs_delete_xattrs
Ben Crowhurst
Kernel Development & Objective-C
git
:
Kyle Rose
[OT] Re: C++ *for Git*
cte
linking libgit.a in C++ projects
Linus Torvalds
Re: CRLF problems with Git on Win32
Pierre Habouzit
Re: [PATCH] bundle, fast-import: detect write failure
netbsd-tech-kern
:
Thor Lancelot Simon
Re: sysctl knob to let sugid processes dump core (pr 15994)
YAMAMOTO Takashi
Re: Patches for EST and SMP
Bill Studenmund
Re: @booted_kernel magic symlink?
Adam Hamsik
Re: Thread benchmarks, round 2
openbsd-misc
:
Chris
OpenBSD 4.4 installation error: write failed; file system full
Samuel Moñux
Cyrus IMAP performance problems [Long]
Steve B
Intel Atom and D945GCLF2
James Hartley
scp batch mode?
Latest forum posts
Serial Driver Implementation Help
14 hours ago
Linux kernel
aacraid bad
15 hours ago
Linux general
Tools: GCC 3.4.6, Final GCC 3 Release
1 day ago
Applications and Utilities
GNU/Hurd is so awful
2 days ago
GNU/Hurd
read /dev/mem not working in 2.6
4 days ago
Linux general
Issues with NETLINK sockets
5 days ago
Linux kernel
Anyone experiancing compiling issues with 2.6.26.6 patching with rt patch 2.6.26.6-rt11?
5 days ago
Linux kernel
Change network interface from eth0 to ppp0
5 days ago
Linux general
kernel module to intercept socket creation
5 days ago
Linux kernel
command to set Subnet Mask
6 days ago
Linux general
Show all forums...
Recent Tags
more tags
Colocation donated by:
Who's online
There are currently
0 users
and
744 guests
online.
Syndicate
speck-geostationary