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

  • SEARCH
  • Home
  • 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 8201543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:51:00+00:00 2026-06-07T06:51:00+00:00

I am writing a Linux driver that allocates some memory and the user space

  • 0

I am writing a Linux driver that allocates some memory and the user space application mmap()s that memory.

Now I am writing the exit handler for that module, and I am trying to figure out what are some safe assumptions.

First of all, is it safe to assume when a kernel module exit handler is called that all of the memory is unmapped (whether by the application or by the kernel)? Or do I have to do a manually unmap in the kernel driver before freeing the memory?

I ask this since the kernel should know if the module is exiting and the kernel also handles the unmapping process. If the kernel handles the unmapping before the exit handler is called, then I can just free up the memory. If this is true and if the userspace application tried to access that memory, then the application would segmentation fault. This would be because the virtual addresses either no longer point to valid physical memory or the process does not have permission to access the virtual addresses on that page (Assuming the kernel unmapped the memory). The same would occur if the kernel driver unmapped the memory. Is this true?

  • 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-07T06:51:03+00:00Added an answer on June 7, 2026 at 6:51 am

    It is not safe to exit at this stage. Just deny unloading.

    This is not automatic, you have to increase your module use count when process do a mmap().

    If you want to be rude, kill the user process.

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

Sidebar

Related Questions

I'm writing a Linux character driver which can print system logs in user space.
I'm writing an application that on some stage performs low-level disk operations in Linux
I'm writing a linux kernel module that emulates a block device. There are various
I'm writing my first Linux kernel module, which actually is a RAM disk driver
Hello Linux Kernel Driver Gurus! I'm writing a v4l2 driver for a camera that
I am writing a linux kernel module that needs to pin two threads on
I am writing a Linux (Ubuntu and Debian Lenny) application in C++. Now I
I'm writing a driver in Linux kernel that sends data over the network .
I'm writing a Linux kernel module, and I'd like to allocate an executable page.
I'm planning on writing a program for Linux that uses text to speech and

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.