:Hi all!
:
:I'm still working with BT stack. There many questions, but one is very
:important.
:BT stack implemented by separated module, which loaded by BT device
:module. It contain protocol definitions by filling protosw and
:domain structs. All loading and registering successfull. But, when I try
:to unload module, kernel goes panic on pffasttimo or pfslowtimo, which
:called first.
:To solve this problem, I just restrict unloading module, but it apply
:brakes to work, because I need reboot, when I want to change something in
:the module.
:
:Is there more solution of this problem?
Well, one way to do your development more quickly would be to run
your module inside a virtual kernel (man vkernel). You will need
to run the vkernel with the -U option to permit module loading.
If you want to paste the code you are using to register and unregister
the protosw/domain structs I can take a look at that.
-Matt
Matthew Dillon
<dillon@backplane.com>
| Alan Cox | [PATCH 00/80] TTY updates for 2.6.28 |
| Eric Sandeen | Re: [RFC] Heads up on sys_fallocate() |
| Linus Torvalds | Linux 2.6.27 |
| Linus Torvalds | Linux 2.6.27-rc8 |
git: | |
| Daniel Berlin | Re: Git and GCC |
| David Kastrup | Empty directories... |
| Denis Bueno | Recovering from repository corruption |
| Linus Torvalds | Re: "failed to read delta base object at..." |
| Hugh Dickins | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Simon Horman | Re: Possible regression in HTB |
| Paul Moore | [PATCH v7 00/17] Labeled networking patches for 2.6.28 |
| Wenji Wu | about Linux adaptivly adjusting ssthresh |
| Linux Kernel Mailing List | i.MX3: make SoC devices globally available |
| Linux Kernel Mailing List | ARM: DaVinci: i2c setup |
| Linux Kernel Mailing List | MXC: Remove WD IRQ priority setting |
| Linux Kernel Mailing List | [MACVLAN]: Update Kconfig to refer to iproute |
| sata/ide timeout errors on asus server-mb | 1 hour ago | Linux kernel |
| Shared swap partition | 2 hours ago | Linux general |
| usb mic not detected | 6 hours ago | Applications and Utilities |
| Problem in Inserting a module | 7 hours ago | Linux kernel |
| Treason Uncloaked | 12 hours ago | Linux kernel |
| high memory | 2 days ago | Linux kernel |
| semaphore access speed | 2 days ago | Applications and Utilities |
| the kernel how to power off the machine | 2 days ago | Linux kernel |
| Easter Eggs in windows XP | 3 days ago | Windows |
| Root password | 3 days ago | Linux general |
