Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

# Kata Containers 1.12.0-rc0 #856

Merged
merged 1 commit into from
Oct 21, 2020

Conversation

jcvenegas
Copy link
Member

  • Handle PCI paths consistently and more generally
  • action: Improve porting checks
  • Consistent device address matching between getDeviceName() and listenToUdevEvents()
  • Fix potential major:minor conflicts during device updates
  • network: Fix Could not create destination mount point: /etc/resolv.conf
  • action: Require PR porting labels
  • action: Add issue to project and move to "In progress" on linked PR

9804b1e device: Generalize PCI paths to any number of bridges
134f55a device: Reorganize TestPciPathToSysfs
da4bc1d device: Introduce PciPath type, name things consistently
0eb612f device: Rename and clarify semantics of getDevicePCIAddress
0a4d443 device: Simplify uevent matching in listenToUdevEvents()
bd4dcc5 device: Rename pciDeviceMap in sandbox struct
27ebdc9 device: Check type as well as major:minor when looking up devices
d88d468 device: Index all devices in spec before updating them
8336b5b action: Improve porting checks
5cc719a action: Add issue to project and move to "In progress" on linked PR
427dc4e action: Require PR porting labels
a48a062 network: Fix Could not create destination mount point: /etc/resolv.conf

- Handle PCI paths consistently and more generally
- action: Improve porting checks
- Consistent device address matching between `getDeviceName()` and `listenToUdevEvents()`
- Fix potential major:minor conflicts during device updates
- network: Fix Could not create destination mount point: /etc/resolv.conf
- action: Require PR porting labels
- action: Add issue to project and move to "In progress" on linked PR

9804b1e device: Generalize PCI paths to any number of bridges
134f55a device: Reorganize TestPciPathToSysfs
da4bc1d device: Introduce PciPath type, name things consistently
0eb612f device: Rename and clarify semantics of getDevicePCIAddress
0a4d443 device: Simplify uevent matching in listenToUdevEvents()
bd4dcc5 device: Rename pciDeviceMap in sandbox struct
27ebdc9 device: Check type as well as major:minor when looking up devices
d88d468 device: Index all devices in spec before updating them
8336b5b action: Improve porting checks
5cc719a action: Add issue to project and move to "In progress" on linked PR
427dc4e action: Require PR porting labels
a48a062 network: Fix Could not create destination mount point: /etc/resolv.conf

Signed-off-by: Carlos Venegas <jos.c.venegas.munoz@intel.com>
@jcvenegas
Copy link
Member Author

/test-ubuntu

@jcvenegas
Copy link
Member Author

/test-vfio

@codecov
Copy link

codecov bot commented Oct 20, 2020

Codecov Report

Merging #856 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #856   +/-   ##
=======================================
  Coverage   57.72%   57.72%           
=======================================
  Files          17       17           
  Lines        2370     2370           
=======================================
  Hits         1368     1368           
  Misses        840      840           
  Partials      162      162           

Copy link
Member

@fidencio fidencio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @jcvenegas!

@jcvenegas jcvenegas merged commit 5cfb8ec into kata-containers:master Oct 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants