rawhide report: 20070320 changes

Tom London selinux at gmail.com
Wed Mar 21 14:00:02 UTC 2007


On 3/21/07, Steve Hanselman <SteveH at brendata.co.uk> wrote:
> After updating to latest gcc, I rebooted .2990 and ran
> 'vmware-config.pl'.  No compilation messages, and vmware runs fine.
>
> Doesn't look like a compiler issue.....
>
> Ok, thanks for that, I'll look at what's changed in the kernel headers
> in that case.
>
> Steve

I checked a bit a few days ago, and there are numerous changes.....
adding extra parameters, etc.

Here is one from workqueue.h:

diff -ru linux/workqueue.h
../../2.6.20-1.2990.fc7-PAE-i686/include/linux/workqueue.h
--- linux/workqueue.h 2007-03-16 19:06:20.000000000 -0700
+++ ../../2.6.20-1.2990.fc7-PAE-i686/include/linux/workqueue.h
2007-02-04 10:44:54.000000000 -0800
@@ -170,8 +170,7 @@
extern int FASTCALL(queue_work(struct workqueue_struct *wq, struct
work_struct *work));
extern int FASTCALL(queue_delayed_work(struct workqueue_struct *wq,
struct delayed_work *work, unsigned long delay));
extern int queue_delayed_work_on(int cpu, struct workqueue_struct *wq,
- struct delayed_work *work, unsigned long delay,
- int not_critical_when_idle);
+ struct delayed_work *work, unsigned long delay);
extern void FASTCALL(flush_workqueue(struct workqueue_struct *wq));

extern int FASTCALL(schedule_work(struct work_struct *work));

-- 
Tom London




More information about the fedora-test-list mailing list