Last active
December 9, 2022 11:17
-
-
Save jepio/784db353f7a8066ee6bb3b7dd1e8ff56 to your computer and use it in GitHub Desktop.
bisect-nsvm-fail.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git bisect start | |
# good: [f443e374ae131c168a065ea1748feac6b2e76613] Linux 5.17 | |
git bisect good f443e374ae131c168a065ea1748feac6b2e76613 | |
# bad: [4b0986a3613c92f4ec1bdc7f60ec66fea135991f] Linux 5.18 | |
git bisect bad 4b0986a3613c92f4ec1bdc7f60ec66fea135991f | |
# bad: [25fd2d41b505d0640bdfe67aa77c549de2d3c18a] selftests: kselftest framework: provide "finished" helper | |
git bisect bad 25fd2d41b505d0640bdfe67aa77c549de2d3c18a | |
# good: [b4bc93bd76d4da32600795cd323c971f00a2e788] Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | |
git bisect good b4bc93bd76d4da32600795cd323c971f00a2e788 | |
# good: [9a225f81f540f65225e4b820e303d40d9e747e78] ice: Support GTP-U and GTP-C offload in switchdev | |
git bisect good 9a225f81f540f65225e4b820e303d40d9e747e78 | |
# bad: [7403e6d8263937dea206dd201fed1ceed190ca18] Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio | |
git bisect bad 7403e6d8263937dea206dd201fed1ceed190ca18 | |
# good: [40c13296f848f58cb7d77eaa5b620f6f7ecf275d] Merge tag 'qcom-dts-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/dt | |
git bisect good 40c13296f848f58cb7d77eaa5b620f6f7ecf275d | |
# bad: [714797c98eddae34e81b444c906e60f890885678] Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD | |
git bisect bad 714797c98eddae34e81b444c906e60f890885678 | |
# good: [d2e5f3334169ab1bbbf13902e9fc8ef605ba824d] KVM: x86/mmu: Always use current mmu's role when loading new PGD | |
git bisect good d2e5f3334169ab1bbbf13902e9fc8ef605ba824d | |
# good: [d2e5f3334169ab1bbbf13902e9fc8ef605ba824d] KVM: x86/mmu: Always use current mmu's role when loading new PGD | |
git bisect good d2e5f3334169ab1bbbf13902e9fc8ef605ba824d | |
# good: [8d25b7beca7ed6ca34f53f0f8abd009e2be15d94] KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_run | |
git bisect good 8d25b7beca7ed6ca34f53f0f8abd009e2be15d94 | |
# bad: [a03faf01a5e32012172a41f5f9d5f02d1cc93ccf] RISC-V: KVM: Upgrade SBI spec version to v0.3 | |
git bisect bad a03faf01a5e32012172a41f5f9d5f02d1cc93ccf | |
# good: [db01416b22d98b8c8474a418a97cdacfd947469d] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic | |
git bisect good db01416b22d98b8c8474a418a97cdacfd947469d | |
# good: [bd29677952fa96bf1f1fc31203aaad628a32bdb6] KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched | |
git bisect good bd29677952fa96bf1f1fc31203aaad628a32bdb6 | |
# bad: [3d7d6043f3c31bcfbed1f636035a2eab37117971] KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utils | |
git bisect bad 3d7d6043f3c31bcfbed1f636035a2eab37117971 | |
# bad: [1b6043e8e58468a7c3f2a2469b8834efe8bf5b0a] KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls | |
git bisect bad 1b6043e8e58468a7c3f2a2469b8834efe8bf5b0a | |
# bad: [22b94c4b63ebf2cf976d6f4eba230105984a7eb6] KVM: x86/mmu: Zap invalidated roots via asynchronous worker | |
git bisect bad 22b94c4b63ebf2cf976d6f4eba230105984a7eb6 | |
# bad: [bb95dfb9e2dfbe6b3f5eb5e8a20e0259dadbe906] KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages | |
git bisect bad bb95dfb9e2dfbe6b3f5eb5e8a20e0259dadbe906 | |
# first bad commit: [bb95dfb9e2dfbe6b3f5eb5e8a20e0259dadbe906] KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git bisect start | |
# good: [bb95dfb9e2dfbe6b3f5eb5e8a20e0259dadbe906] KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages | |
git bisect good bb95dfb9e2dfbe6b3f5eb5e8a20e0259dadbe906 | |
# bad: [4b0986a3613c92f4ec1bdc7f60ec66fea135991f] Linux 5.18 | |
git bisect bad 4b0986a3613c92f4ec1bdc7f60ec66fea135991f | |
# bad: [169e77764adc041b1dacba84ea90516a895d43b2] Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | |
git bisect bad 169e77764adc041b1dacba84ea90516a895d43b2 | |
# good: [182966e1cd74ec0e326cd376de241803ee79741b] Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media | |
git bisect good 182966e1cd74ec0e326cd376de241803ee79741b | |
# good: [ebc0b8b5374ebd4979c85905dfd6c682020f048c] drivers: net: packetengines: fix typos in comments | |
git bisect good ebc0b8b5374ebd4979c85905dfd6c682020f048c | |
# good: [b4bc93bd76d4da32600795cd323c971f00a2e788] Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | |
git bisect good b4bc93bd76d4da32600795cd323c971f00a2e788 | |
# good: [2ef363660d7276318de5f6699bdcaf4e4979c792] Merge tag 'socfpga_dts_update_for_v5.18_part2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/dt | |
git bisect good 2ef363660d7276318de5f6699bdcaf4e4979c792 | |
# good: [4a0cb83ba6e0cd73a50fa4f84736846bf0029f2b] netdevice: add missing dm_private kdoc | |
git bisect good 4a0cb83ba6e0cd73a50fa4f84736846bf0029f2b | |
# good: [764f4eb6846f5475f1244767d24d25dd86528a4a] llc: fix netdevice reference leaks in llc_ui_bind() | |
git bisect good 764f4eb6846f5475f1244767d24d25dd86528a4a | |
# bad: [c9b8fecddb5bb4b67e351bbaeaa648a6f7456912] KVM: use kvcalloc for array allocations | |
git bisect bad c9b8fecddb5bb4b67e351bbaeaa648a6f7456912 | |
# good: [7297a8bcc0aea2e69bc18e2731d6754f34e77aac] Merge branch kvm-arm64/misc-5.18 into kvmarm-master/next | |
git bisect good 7297a8bcc0aea2e69bc18e2731d6754f34e77aac | |
# bad: [763c8bed8c05ffcce8cba882e69cd6b03df07019] RISC-V: KVM: Implement SBI HSM suspend call | |
git bisect bad 763c8bed8c05ffcce8cba882e69cd6b03df07019 | |
# bad: [b58c55d522b256fa54c5e9175cf3202bc452b20e] KVM: selftests: Add test to populate a VM with the max possible guest mem | |
git bisect bad b58c55d522b256fa54c5e9175cf3202bc452b20e | |
# bad: [58298b068137f419de8bc839d54ceacaec788870] KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTE | |
git bisect bad 58298b068137f419de8bc839d54ceacaec788870 | |
# good: [22b94c4b63ebf2cf976d6f4eba230105984a7eb6] KVM: x86/mmu: Zap invalidated roots via asynchronous worker | |
git bisect good 22b94c4b63ebf2cf976d6f4eba230105984a7eb6 | |
# good: [1b6043e8e58468a7c3f2a2469b8834efe8bf5b0a] KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls | |
git bisect good 1b6043e8e58468a7c3f2a2469b8834efe8bf5b0a | |
# bad: [efd995dae5eba57c5d28d6886a85298b390a4f07] KVM: x86/mmu: Zap defunct roots via asynchronous worker | |
git bisect bad efd995dae5eba57c5d28d6886a85298b390a4f07 | |
# first bad commit: [efd995dae5eba57c5d28d6886a85298b390a4f07] KVM: x86/mmu: Zap defunct roots via asynchronous worker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment