09 Jun, 2012

1 commit

  • The SuSE security team suggested to use recvfrom instead of recv to be
    certain that the connector message is originated from kernel.

    CVE-2012-2669

    Signed-off-by: Olaf Hering
    Signed-off-by: Marcus Meissner
    Signed-off-by: Sebastian Krahmer
    Signed-off-by: K. Y. Srinivasan
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Olaf Hering
     

17 Mar, 2012

3 commits

  • We have only supported enumeration only from the AUTO pool. Now support
    enumeration from all the available pools.

    Signed-off-by: K. Y. Srinivasan
    Reviewed-by: Haiyang Zhang
    Reviewed-by: Dan Carpenter
    Signed-off-by: Greg Kroah-Hartman

    K. Y. Srinivasan
     
  • Now fully support the new KVP messages in the user level daemon. Hyper-V defines
    multiple persistent pools to which the host can write/read/modify KVP tuples.
    In this patch we implement a file for each specified pool, where the KVP tuples
    will be stored in the guest.

    Signed-off-by: K. Y. Srinivasan
    Reviewed-by: Haiyang Zhang
    Reviewed-by: Dan Carpenter
    Signed-off-by: Greg Kroah-Hartman

    K. Y. Srinivasan
     
  • Support the newly defined KVP message types. It turns out that the host
    pushes a set of standard key value pairs as soon as the guest opens the KVP channel.
    Since we cannot handle these tuples until the user level daemon loads up, defer
    reading the KVP channel until the user level daemon is launched.

    Signed-off-by: K. Y. Srinivasan
    Reviewed-by: Haiyang Zhang
    Reviewed-by: Dan Carpenter
    Signed-off-by: Greg Kroah-Hartman

    K. Y. Srinivasan
     

14 Mar, 2012

1 commit


10 Feb, 2012

2 commits


03 Feb, 2012

1 commit


11 Oct, 2011

1 commit

  • After many years wandering the desert, it is finally time for the
    Microsoft HyperV code to move out of the staging directory. Or at least
    the core hyperv bus code, and the utility driver, the rest still have
    some review to get through by the various subsystem maintainers.

    Signed-off-by: Greg Kroah-Hartman
    Signed-off-by: K. Y. Srinivasan

    Greg Kroah-Hartman