Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rootless preempt-rt mode (Work in Progress) #918

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 4, 2020

  1. Use TEMP_FAILURE_RETRY() to handle EINTR properly

    Signed-off-by: Damian Wrobel <[email protected]>
    dwrobel committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    49fea88 View commit details
    Browse the repository at this point in the history
  2. Remove unused thread_lock

    Signed-off-by: Damian Wrobel <[email protected]>
    dwrobel committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9ca6c26 View commit details
    Browse the repository at this point in the history
  3. Unify FIFO_SCHED between root and non-root user

    The code tries to unify the codebase of using FIFO_SCHED
    between root and non-root as being a root is not a prerequisite
    to set FIFO_SCHED scheduler policy (see capabilities(7)).
    
    Signed-off-by: Damian Wrobel <[email protected]>
    dwrobel committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    339d84f View commit details
    Browse the repository at this point in the history
  4. Always report realtime from rtapi_is_realtime()

    Signed-off-by: Damian Wrobel <[email protected]>
    dwrobel committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    789445d View commit details
    Browse the repository at this point in the history
  5. Disable using iptables (work in progress)

    Temporarily disable executing iptables.
    
    Signed-off-by: Damian Wrobel <[email protected]>
    dwrobel committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c1ea763 View commit details
    Browse the repository at this point in the history
  6. Run tests in verbose mode and with timeout (github)

    Also print out both linuxcnc_debug.txt and linuxcnc_print.txt
    in case of failure.
    
    Signed-off-by: Damian Wrobel <[email protected]>
    dwrobel committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    502b84d View commit details
    Browse the repository at this point in the history