Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7858295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:22:25+00:00 2026-06-02T21:22:25+00:00

I have make a module in which i would like to run an infinite

  • 0

I have make a module in which i would like to run an infinite loop till I don’t unload the module . Presently if I do rmmod it gives me notice that module is still busy and after some time kernel panics.

while(1)
{
    .......

}

Is there any trick through which I could run infinite loop till I unload the module.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T21:22:28+00:00Added an answer on June 2, 2026 at 9:22 pm

    In which context does this loop run? This is a very important question.

    If init_module runs it, then the insmod process will never end, which is quite bad.
    If some system call runs it, then the system call won’t return, and it will also be bad.
    In both cases, there’s no way to kill the process (not even kill -9).
    If you’re doing it in a softIRQ handler (or, worse, hardIRQ handler), you’ll hang the system.

    If you do it in a kernel thread, which is dedicated to this task, you have a chance to get it right.
    But if you don’t want to hog the CPU completely, you need to call the scheduler and let it run other tasks. msleep_interruptible is a nice way to do it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to build a general matrix module, which includes such general operations
I have a Date class which I would like to use to overwrite Ruby's
Why do i have to use some persistent-login module to make my users login
I have make a messaging system in which user can send messages to each
I have to make an app in which I need to display the status
Let say I have a module which is the name Metro_Most_Viewed. The module configuration
I would like to find out which strategy is the best for links, forms
I am doing a RogueLike game, and would like to make the logic for
First I would like to apologize, I'm giving so much information to make it
How to make python module installer for windows? I have python (2.7 if that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.