Re: Kernel preemption -- demo does not work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Mulyadi Santosa <mulyadi.santosa@xxxxxxxxx> [2006-04-09]:
> 
> >  $ cat /proc/config.gz |gunzip -c|grep PREEMPT
> >  # CONFIG_PREEMPT_NONE is not set
> >  # CONFIG_PREEMPT_VOLUNTARY is not set
> >  CONFIG_PREEMPT=y
> >  CONFIG_PREEMPT_BKL=y
> >  CONFIG_DEBUG_PREEMPT=y
> > and version 2.6.15.6.
> > PS: Same effect in a write() syscall.
> 
> Hm, I don't have 2.6.15.6 in hand, so I just use 2.6.14 as reference. I 
> try to sneak into sys_init_module() in kernel/module.c and luckily I 
> didn't see any preemption disable during module loading. So this must 
> be something else.

preemt_cout() returns 0, so this code part should be preemptable.

> BTW, I am just thinking, does it make any difference if you add "return 
> 0" at the end of preempt_test_init()?

it's after the loop, so it cannot change anything.

Should I provide the whole example with Makefile etc. so that somebody
else can test? If yes -> PM and I send you the tarball.


Regards,
  Bernhard

--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux