04 Apr, 2020

1 commit

  • Pull SPDX updates from Greg KH:
    "Here are three SPDX patches for 5.7-rc1.

    One fixes up the SPDX tag for a single driver, while the other two go
    through the tree and add SPDX tags for all of the .gitignore files as
    needed.

    Nothing too complex, but you will get a merge conflict with your
    current tree, that should be trivial to handle (one file modified by
    two things, one file deleted.)

    All three of these have been in linux-next for a while, with no
    reported issues other than the merge conflict"

    * tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx:
    ASoC: MT6660: make spdxcheck.py happy
    .gitignore: add SPDX License Identifier
    .gitignore: remove too obvious comments

    Linus Torvalds
     

25 Mar, 2020

1 commit


17 Feb, 2020

1 commit

  • Whenever the server side of vsock is binding to the socket, but not
    listening yet, we expect the behavior from the client to be identical to
    what happens when the server is not even started.

    This new test runs the server side so that it binds to the socket
    without ever listening to it. The client side will try to connect and
    should receive an ECONNRESET error.

    This new test provides a way to validate the previously introduced patch
    for making sure the server side will always answer with a RST packet in
    case the client requested a new connection.

    Signed-off-by: Sebastien Boeuf
    Signed-off-by: David S. Miller

    Sebastien Boeuf
     

21 Dec, 2019

11 commits


05 Jun, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license as published by
    the free software foundation version 2 of the license

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 315 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Reviewed-by: Armijn Hemel
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190531190115.503150771@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

21 May, 2019

1 commit


06 Oct, 2017

1 commit

  • This patch adds tests for the vsock_diag.ko module.

    These tests are not self-tests because they require manual set up of a
    KVM or VMware guest. Please see tools/testing/vsock/README for
    instructions.

    The control.h and timeout.h infrastructure can be used for additional
    AF_VSOCK tests in the future.

    Signed-off-by: Stefan Hajnoczi
    Signed-off-by: David S. Miller

    Stefan Hajnoczi