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

Add systemd patch for booting on AMD Ryzen #6183

Merged
merged 1 commit into from Jan 3, 2020

Conversation

afbjorklund
Copy link
Collaborator

systemd/systemd#12536

Backported to systemd version 240 for Ubuntu:
[ Jeremy Soller ]

  • random-util: eat up bad RDRAND values seen on AMD CPUs.
    This fixes AMD Ryzen 3000 series failing to boot (LP: #1835809)

For #6168

systemd/systemd#12536

Backported to systemd version 240 for Ubuntu:
  [ Jeremy Soller ]
  * random-util: eat up bad RDRAND values seen on AMD CPUs.
    This fixes AMD Ryzen 3000 series failing to boot (LP: #1835809)
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 30, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afbjorklund

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 30, 2019
@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6183   +/-   ##
=======================================
  Coverage   38.35%   38.35%           
=======================================
  Files         120      120           
  Lines        8103     8103           
=======================================
  Hits         3108     3108           
  Misses       4591     4591           
  Partials      404      404

@medyagh
Copy link
Member

medyagh commented Dec 31, 2019

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Dec 31, 2019
@minikube-bot
Copy link
Collaborator

Error: running mkcmp
2019/12/31 02:52:59 Executing run 1/3...
2019/12/31 02:52:59 Running: [/home/performance-monitor/minikube/out/minikube start]...
2019/12/31 02:53:00 0.418668: * minikube v1.6.2 on Debian 9.11
2019/12/31 02:53:00 0.048751: * Selecting 'kvm2' driver from user configuration (alternates: [docker none])
2019/12/31 02:53:47 47.901629: * Creating kvm2 VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
2019/12/31 02:54:39 51.232386: * Preparing Kubernetes v1.17.0 on Docker '19.03.5' ...
2019/12/31 02:54:42 3.181080: * Pulling images ...
2019/12/31 02:55:02 20.579783: * Launching Kubernetes ...
2019/12/31 02:55:05 2.588123: * Waiting for cluster to come online ...
2019/12/31 02:55:06 Running: [/home/performance-monitor/.minikube/minikube-binaries/6183/minikube start]...
2019/12/31 02:55:06 error deleting minikube: fork/exec /home/performance-monitor/.minikube/minikube-binaries/6183/minikube: exec format error
: exit status 1

@afbjorklund
Copy link
Collaborator Author

As noted in the issue, this patch was confirmed to fix the booting issue on the AMD CPU

Copy link
Member

@medyagh medyagh left a comment

Choose a reason for hiding this comment

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

Looks good. Thank you

@medyagh medyagh merged commit 72ea204 into kubernetes:master Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants