Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WireGuard/wireguard-linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stable
Choose a base ref
...
head repository: GoZHY/wireguard-linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 7, 2022

  1. wireguard: selftests: enable STRICT_KERNEL_RWX

    Setting this helps turn up bugs, and would have caught a recent random.c
    bug were it enabled. It doesn't appear to change the performance, either
    in build or runtime, of the test suite, so this is an easy choice.
    
    Cc: Phil Elwell <phil@raspberrypi.com>
    Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
    zx2c4 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    269a5c3 View commit details
    Browse the repository at this point in the history
  2. wireguard: selftests: support OpenRISC

    Hacks:
    - Requires a number of QEMU patches for second serial port, reboot, and
      stability: https://git.zx2c4.com/qemu-openrisc/log/
    - Uses `-smp 1` override, becuase there's no multithreaded TCG support,
      which means the tests don't complete within the 20 minute timeout
      period.
    
    Once these hacks are gone, or1k support can be merged upstream and run
    in the CI on every upstream commit.
    
    Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
    zx2c4 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    214b5b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. wireguard: selftests: allow cpu and bootloader to seed rng

    This allows the CI to skip the fake seeding step in some cases.
    
    Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
    zx2c4 committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    7fae459 View commit details
    Browse the repository at this point in the history
Loading