By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Revocable Resource Management Appears On Track For Linux 7.0
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > Revocable Resource Management Appears On Track For Linux 7.0
Computing

Revocable Resource Management Appears On Track For Linux 7.0

News Room
Last updated: 2026/01/19 at 10:12 AM
News Room Published 19 January 2026
Share
Revocable Resource Management Appears On Track For Linux 7.0
SHARE

A new feature that appears ready for introduction in the upcoming Linux 6.20~7.0 kernel cycle is revocable resource management.

Google engineer Tzung-Bi Shih began working on this code to fix a possible use-after-free situation within the ChromeOS EC platform driver code. This Revocable Resource Management has since spun out into its own standalone infrastructure code and it’s that is what is on the table for the upcoming Linux 6.20~7.0 kernel cycle.

Queued up this past week into the driver-core code’s “driver-core-next” Git branch is the introduction of Revocable Resource Management, which is explained by Tzung-Bi Shih as:

Some resources can be removed asynchronously, for example, resources provided by a hot-pluggable device like USB. When holding a reference to such a resource, it’s possible for the resource to be removed and its memory freed, leading to use-after-free errors on subsequent access.

The “revocable” mechanism addresses this by establishing a weak reference to a resource that might be freed at any time. It allows a resource consumer to safely attempt to access the resource, guaranteeing that the access is valid for the duration of its use, or it fails safely if the resource has already been revoked.

The implementation uses a provider/consumer model built on Sleepable RCU (SRCU) to guarantee safe memory access:

– A resource provider, such as a driver for a hot-pluggable device, allocates a struct revocable_provider and initializes it with a pointer to the resource.

– A resource consumer that wants to access the resource allocates a struct revocable which acts as a handle containing a reference to the provider.

– To access the resource, the consumer uses revocable_try_access(). This function enters an SRCU read-side critical section and returns the pointer to the resource. If the provider has already freed the resource, it returns NULL. After use, the consumer calls revocable_withdraw_access() to exit the SRCU critical section. The REVOCABLE_TRY_ACCESS_WITH() and REVOCABLE_TRY_ACCESS_SCOPED() are convenient helpers for doing that.

– When the provider needs to remove the resource, it calls revocable_provider_revoke(). This function sets the internal resource pointer to NULL and then calls synchronize_srcu() to wait for all current readers to finish before the resource can be completely torn down.

This Revocable Resource Management is based on ideas raised during this LPC 2023 presentation.

Revocable Resource Management

With the infrastructure now in driver-core-next it should be found in the next Linux kernel merge window barring any last minute issues. Following that more Linux kernel driver code will be able to begin making use of this revocable code in future patches.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Lip-Syncing Robot Face Is a Step Towards Helping Future Bots Talk Like Us Lip-Syncing Robot Face Is a Step Towards Helping Future Bots Talk Like Us
Next Article Chatbots Are Becoming More Sexually Explicit in a Bid to Attract Usership and Paying Customers Chatbots Are Becoming More Sexually Explicit in a Bid to Attract Usership and Paying Customers
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Survey suggests the original Pixel Fold had the right design idea all along
Survey suggests the original Pixel Fold had the right design idea all along
News
Breakthrough in myth of African ‘King Arthur’ after discovery in rubbish pile
Breakthrough in myth of African ‘King Arthur’ after discovery in rubbish pile
News
Box brushes aside fears of AI’s threat with powerful earnings beat –  News
Box brushes aside fears of AI’s threat with powerful earnings beat – News
News
[Video Podcast] AI Autonomy Is Redefining Architecture: Boundaries Now Matter Most
[Video Podcast] AI Autonomy Is Redefining Architecture: Boundaries Now Matter Most
News

You Might also Like

Fake Laravel Packages on Packagist Deploy RAT on Windows, macOS, and Linux
Computing

Fake Laravel Packages on Packagist Deploy RAT on Windows, macOS, and Linux

4 Min Read
Qwen technical lead Lin Junyang leaves Alibaba, sources say · TechNode
Computing

Qwen technical lead Lin Junyang leaves Alibaba, sources say · TechNode

1 Min Read
SmartCash offers 15% savings interest as user base hits 3 million
Computing

SmartCash offers 15% savings interest as user base hits 3 million

6 Min Read
Tech Odyssey Series: Bhout, the Startup That Turned a Literal Dream Into an AI Punching Bag · TechNode
Computing

Tech Odyssey Series: Bhout, the Startup That Turned a Literal Dream Into an AI Punching Bag · TechNode

3 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?