From patchwork Sat Jul 23 07:51:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 12927115 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1000C43334 for ; Sat, 23 Jul 2022 07:52:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236986AbiGWHwP (ORCPT ); Sat, 23 Jul 2022 03:52:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230240AbiGWHwN (ORCPT ); Sat, 23 Jul 2022 03:52:13 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 58C1B5D59B for ; Sat, 23 Jul 2022 00:52:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1658562730; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=lJTjyETsZNAo1P5N7bdIAit9hr9njNCUE7Bu1UytZ4o=; b=bDF/6658f9GeCZJroIbGdVXCpcYAKCfd9Fj4qLcAdQTpb6n4uHRvXku/dbUCsUQosYHtW/ p/1M6MHaARxxQMixOvC0tqGlXGIM998CuN7qmGXhLRrW0ogK6tSNe0ZPnb5jdwsITweYcx DAfcGw20VsInly4tAkCCNyJhufhR7JQ= Received: from mail-ed1-f69.google.com (mail-ed1-f69.google.com [209.85.208.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-203-QOmWNZ1APniEtxuTi7VzZA-1; Sat, 23 Jul 2022 03:52:07 -0400 X-MC-Unique: QOmWNZ1APniEtxuTi7VzZA-1 Received: by mail-ed1-f69.google.com with SMTP id c9-20020a05640227c900b0043ad14b1fa0so4090712ede.1 for ; Sat, 23 Jul 2022 00:52:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=lJTjyETsZNAo1P5N7bdIAit9hr9njNCUE7Bu1UytZ4o=; b=5pIDl6CJPn+fQkAezrYX7w1I0vjSJzn2ExAmioDdyQRLcwShLe6Vbr9TkKoPAahmME x2C9BqTVCQQCXkHT9HnNUVYBneH2Y1JW4WVY4urWTakGpmR3XUfrlxTa4Wfn9YcXeLjW GHF85klTCuGw+v6zR2CRU0jOaPcvwJQiEH+5a0wv5A5RJZqvexFiPVqATvfYj4+zIFMN 5vKMppoem4ShWPuRIgDFwOiGXgllRDaIfd3uh9r59IfEg6nm+y3rBFjJzv6XhU5JyWrV fbCrwwWAhSJ4WSamqAno+C1tf4pUP7YetrlMEdvqdSyRbmNgcfdjz0Rzn35RIOg0hn6U uXow== X-Gm-Message-State: AJIora8LTMma4vIbLV7zP7j7bzsH5Rrvt5r7l1346Z8eb/keIRz7NTKU tACDv51i+XNCiRenGMYtjLc4rgaDpVlqFizqc15vHKuOsq2HglTOumXZoHkLzqATDB4R/fvYQLy t4K12jojfrxLX X-Received: by 2002:a17:906:58d0:b0:72e:e25a:46e7 with SMTP id e16-20020a17090658d000b0072ee25a46e7mr2727036ejs.459.1658562722478; Sat, 23 Jul 2022 00:52:02 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vyVGVozt0cw8AcViZHx16PlOGgbrv2BKkHYcD1TrQ0KkRk9MpV/mbIJWx50rqcVOj1gwbcUA== X-Received: by 2002:a17:906:58d0:b0:72e:e25a:46e7 with SMTP id e16-20020a17090658d000b0072ee25a46e7mr2727032ejs.459.1658562722281; Sat, 23 Jul 2022 00:52:02 -0700 (PDT) Received: from goa-sendmail ([93.56.169.184]) by smtp.gmail.com with ESMTPSA id g19-20020a056402115300b0043bbc29de5fsm3640746edw.73.2022.07.23.00.52.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 23 Jul 2022 00:52:01 -0700 (PDT) From: Paolo Bonzini To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: [GIT PULL] KVM fixes for Linux 5.19-rc8 Date: Sat, 23 Jul 2022 09:51:59 +0200 Message-Id: <20220723075159.865703-1-pbonzini@redhat.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Linus, The following changes since commit 79629181607e801c0b41b8790ac4ee2eb5d7bc3e: KVM: emulate: do not adjust size of fastop and setcc subroutines (2022-07-15 07:49:40 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to cf5029d5dd7cb0aaa53250fa9e389abd231606b3: KVM: x86: Protect the unused bits in MSR exiting flags (2022-07-19 14:04:18 -0400) ---------------------------------------------------------------- * Check for invalid flags to KVM_CAP_X86_USER_SPACE_MSR * Fix use of sched_setaffinity in selftests * Sync kernel headers to tools * Fix KVM_STATS_UNIT_MAX ---------------------------------------------------------------- Aaron Lewis (1): KVM: x86: Protect the unused bits in MSR exiting flags Gavin Shan (1): KVM: selftests: Fix target thread to be migrated in rseq_test Oliver Upton (1): KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean stats Paolo Bonzini (1): tools headers UAPI: Sync linux/kvm.h with the kernel sources Documentation/virt/kvm/api.rst | 2 +- arch/x86/kvm/x86.c | 8 ++++++++ include/uapi/linux/kvm.h | 2 +- tools/include/uapi/linux/kvm.h | 3 ++- tools/testing/selftests/kvm/rseq_test.c | 8 +++++--- 5 files changed, 17 insertions(+), 6 deletions(-)