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

s390x: fix big endian issue #2381

Merged
merged 3 commits into from
May 8, 2020
Merged

s390x: fix big endian issue #2381

merged 3 commits into from
May 8, 2020

Commits on May 8, 2020

  1. ebpf: fix big endian issue for s390x

    Load the full 32 bits word and take the lower 16 bits, instead of
    reading just 16 bits.
    
    Same fix as containers/crun@07bae05
    
    Signed-off-by: Alice Frosi <[email protected]>
    Alice Frosi committed May 8, 2020
    Configuration menu
    Copy the full SHA
    128cb60 View commit details
    Browse the repository at this point in the history
  2. test: update devicefilter tests

    The test cases need to take into account the assembly modifications.
    The instruction:
    	LdXMemH dst: r2 src: r1 off: 0 imm: 0
    has been replaced with:
            LdXMemW dst: r2 src: r1 off: 0 imm: 0
            And32Imm dst: r2 imm: 65535
    
    Signed-off-by: Alice Frosi <[email protected]>
    Alice Frosi committed May 8, 2020
    Configuration menu
    Copy the full SHA
    b18a965 View commit details
    Browse the repository at this point in the history
  3. epbf: update github.com/cilium/ebpf

    Update ebpf to include PR cilium/ebpf#91.
    The update is needed to fix opencontainers#2316.
    
    Signed-off-by: Alice Frosi <[email protected]>
    Alice Frosi committed May 8, 2020
    Configuration menu
    Copy the full SHA
    828e4ad View commit details
    Browse the repository at this point in the history