Giter Site home page Giter Site logo

acs-override's Introduction

ACS Overrride patch for debian

Here is ACS Override patch updated to different debian kernel packages. In addition, there is script that will apply patch, update changelog and build debian package.

Check version history for patches for different kernel releases.

WARNING: Using this patch is not recommended. Use it only if you know what you are doing and you really really need to.

Original patch: https://lkml.org/lkml/2013/5/30/513

Background: http://vfio.blogspot.fi/2014/08/iommu-groups-inside-and-out.html

Script usage

Get linux source:

sudo -i

cd /usr/src/

apt-get source linux-image-4.11.0-1-amd64  # change this

Apply patch, build package and install it:

path/to/acs_override/apply-patch.sh linux-4.11.6/

dpkg -i linux-image-4.11.0-1-amd64_4.11.6-1`hostname`1_amd64.deb

How to update patch

export QUILT_PC=.pc

dquilt new override_for_missing_acs_capabilities
dquilt add drivers/pci/quirks.c 
dquilt add Documentation/admin-guide/kernel-parameters.txt
patch -p1 < path/to/override.patch 
nano drivers/pci/quirks.c # make fixes
dquilt refresh # update patch file
dquilt header -e # set comment
cp debian/patches/override_for_missing_acs_capabilities path/to/override.patch

acs-override's People

Contributors

raphendyr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.