This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0f1dd5e91e2b Merge tag 'sound-6.8-rc5' of git://git.kernel.org/pub/scm/ [...] new 14db5f64a971 zonefs: Improve error handling new efb0b63afce6 Merge tag 'zonefs-6.8-rc5' of git://git.kernel.org/pub/scm [...] new 61da7c8e2a60 arm64/signal: Don't assume that TIF_SVE means we saved SVE state new 719da04f2d12 perf: CXL: fix mismatched cpmu event opcode new c0b26c06ed00 arm64: fix typo in comments new f9daab0ad01c arm64: jump_label: use constraints "Si" instead of "i" new 50572064ec71 perf/arm-cmn: Workaround AmpereOneX errata AC04_MESH_1 (in [...] new fb091ff39479 arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neovers [...] new 2813926261e4 arm64/sve: Lower the maximum allocation for the SVE ptrace regset new 3f3f64cb60ee Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new bdbddb109c75 tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef new a6eaa24f1cc2 tracing: Use ring_buffer_record_is_set_on() in tracer_trac [...] new 2394ac4145ea tracing: Inform kmemleak of saved_cmdlines allocation new 9b6326354cf9 tracing/synthetic: Fix trace_string() return value new 8a566f94104d seq_buf: Don't use "proxy" headers new 6efe4d187969 seq_buf: Fix kernel documentation new 4b6f7c624e70 Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm [...] new 6231c9e1a9f3 KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu new 05519c86d699 KVM: x86/pmu: Fix type length error when reading pmu->fixe [...] new 3376ca3f1a20 KVM: x86: Fix KVM_GET_MSRS stack info leak new 22d0bc072102 Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kv [...] new 02add85a9eef KVM: selftests: Reword the NX hugepage test's skip message [...] new 250e138d8768 KVM: selftests: Remove redundant newlines new 95be17e4008b KVM: selftests: aarch64: Remove redundant newlines new 93e43e50b80b KVM: selftests: riscv: Remove redundant newlines new a38125f188c1 KVM: selftests: s390x: Remove redundant newlines new 65612e993493 KVM: selftests: x86_64: Remove redundant newlines new 46fee9e38995 KVM: selftests: Delete superfluous, unused "stage" variabl [...] new 8ad485527348 KVM: selftests: Avoid infinite loop in hyperv_features whe [...] new c2a449a30fa2 KVM: selftests: Fail tests when open() fails with !ENOENT new e440c5f2e3e6 KVM: selftests: Generalize check_clocksource() from kvm_cl [...] new 410cb01ead5b KVM: selftests: Use generic sys_clocksource_is_tsc() in vm [...] new 09951bf2cbb3 KVM: selftests: Run clocksource dependent tests with hyper [...] new b6831a108be1 KVM: selftests: Make hyperv_clock require TSC based system [...] new 9e62797fd7e8 KVM: x86: Make gtod_is_based_on_tsc() return 'bool' new ba58f873cdee KVM: selftests: Fix a semaphore imbalance in the dirty rin [...] new 6fd78beed021 KVM: selftests: Don't assert on exact number of 4KiB in di [...] new 2f8ebe43a025 Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.co [...] new 17c8e9ac95d8 RISC-V: paravirt: steal_time should be static new 3752219b6007 RISC-V: paravirt: Use correct restricted types new f072b272aa27 RISC-V: KVM: Use correct restricted types new e67391ca7aa6 Merge tag 'kvm-riscv-fixes-6.8-1' of https://github.com/kv [...] new 10c02aad111d KVM: arm64: Fix circular locking dependency new 42dfa94d802a KVM: arm64: Do not source virt/lib/Kconfig twice new 8046fa5fc2f7 Merge tag 'kvmarm-fixes-6.8-1' of git://git.kernel.org/pub [...] new c60d847be7b8 KVM: arm64: Fix double-free following kvm_pgtable_stage2_f [...] new 9895ceeb5cd6 Merge tag 'kvmarm-fixes-6.8-2' of git://git.kernel.org/pub [...] new 683b783c2093 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 48 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/arch/arm64/silicon-errata.rst | 7 +++ arch/arm64/include/asm/cpufeature.h | 2 +- arch/arm64/include/asm/cputype.h | 4 ++ arch/arm64/include/asm/fpsimd.h | 12 ++-- arch/arm64/include/asm/jump_label.h | 12 ++-- arch/arm64/kernel/cpu_errata.c | 3 + arch/arm64/kernel/fpsimd.c | 2 +- arch/arm64/kernel/ptrace.c | 3 +- arch/arm64/kernel/signal.c | 4 +- arch/arm64/kvm/Kconfig | 1 - arch/arm64/kvm/hyp/pgtable.c | 2 - arch/arm64/kvm/pkvm.c | 27 +++++---- arch/riscv/kernel/paravirt.c | 6 +- arch/riscv/kvm/vcpu_sbi_sta.c | 20 ++++--- arch/x86/kvm/vmx/pmu_intel.c | 2 +- arch/x86/kvm/x86.c | 20 +++---- drivers/perf/arm-cmn.c | 11 ++++ drivers/perf/cxl_pmu.c | 2 +- fs/zonefs/file.c | 42 +++++++++----- fs/zonefs/super.c | 66 +++++++++++++--------- include/linux/seq_buf.h | 17 +++--- kernel/trace/ftrace.c | 2 +- kernel/trace/trace.c | 5 +- kernel/trace/trace_events_synth.c | 3 +- lib/seq_buf.c | 49 +++++++++------- tools/testing/selftests/kvm/aarch64/arch_timer.c | 12 ++-- tools/testing/selftests/kvm/aarch64/hypercalls.c | 16 +++--- .../selftests/kvm/aarch64/page_fault_test.c | 6 +- tools/testing/selftests/kvm/aarch64/smccc_filter.c | 2 +- .../selftests/kvm/aarch64/vpmu_counter_access.c | 12 ++-- tools/testing/selftests/kvm/demand_paging_test.c | 4 +- tools/testing/selftests/kvm/dirty_log_perf_test.c | 4 +- tools/testing/selftests/kvm/dirty_log_test.c | 54 ++++++++++-------- tools/testing/selftests/kvm/get-reg-list.c | 2 +- tools/testing/selftests/kvm/guest_print_test.c | 8 +-- .../testing/selftests/kvm/hardware_disable_test.c | 6 +- tools/testing/selftests/kvm/include/test_util.h | 2 + .../selftests/kvm/include/x86_64/processor.h | 2 + tools/testing/selftests/kvm/kvm_create_max_vcpus.c | 2 +- tools/testing/selftests/kvm/kvm_page_table_test.c | 4 +- .../testing/selftests/kvm/lib/aarch64/processor.c | 2 +- tools/testing/selftests/kvm/lib/aarch64/vgic.c | 4 +- tools/testing/selftests/kvm/lib/elf.c | 2 +- tools/testing/selftests/kvm/lib/kvm_util.c | 19 ++++--- tools/testing/selftests/kvm/lib/memstress.c | 2 +- tools/testing/selftests/kvm/lib/riscv/processor.c | 2 +- tools/testing/selftests/kvm/lib/s390x/processor.c | 2 +- tools/testing/selftests/kvm/lib/test_util.c | 25 ++++++++ tools/testing/selftests/kvm/lib/userfaultfd_util.c | 2 +- tools/testing/selftests/kvm/lib/x86_64/processor.c | 21 +++++-- tools/testing/selftests/kvm/lib/x86_64/vmx.c | 6 +- .../kvm/memslot_modification_stress_test.c | 2 +- tools/testing/selftests/kvm/memslot_perf_test.c | 6 +- tools/testing/selftests/kvm/riscv/get-reg-list.c | 2 +- tools/testing/selftests/kvm/rseq_test.c | 4 +- tools/testing/selftests/kvm/s390x/resets.c | 4 +- tools/testing/selftests/kvm/s390x/sync_regs_test.c | 20 +++---- .../testing/selftests/kvm/set_memory_region_test.c | 6 +- .../selftests/kvm/system_counter_offset_test.c | 2 +- tools/testing/selftests/kvm/x86_64/amx_test.c | 6 +- tools/testing/selftests/kvm/x86_64/cpuid_test.c | 4 +- .../kvm/x86_64/dirty_log_page_splitting_test.c | 21 ++++--- .../testing/selftests/kvm/x86_64/flds_emulation.h | 2 +- tools/testing/selftests/kvm/x86_64/hyperv_clock.c | 5 +- .../testing/selftests/kvm/x86_64/hyperv_features.c | 9 +-- tools/testing/selftests/kvm/x86_64/hyperv_ipi.c | 2 +- .../selftests/kvm/x86_64/hyperv_tlb_flush.c | 2 +- .../testing/selftests/kvm/x86_64/kvm_clock_test.c | 42 +------------- .../selftests/kvm/x86_64/nx_huge_pages_test.c | 6 +- .../selftests/kvm/x86_64/platform_info_test.c | 2 +- .../selftests/kvm/x86_64/pmu_event_filter_test.c | 2 +- .../selftests/kvm/x86_64/sev_migrate_tests.c | 28 ++++----- .../kvm/x86_64/smaller_maxphyaddr_emulation_test.c | 4 +- .../testing/selftests/kvm/x86_64/sync_regs_test.c | 10 ++-- .../selftests/kvm/x86_64/ucna_injection_test.c | 8 +-- .../selftests/kvm/x86_64/userspace_io_test.c | 2 +- .../selftests/kvm/x86_64/vmx_apic_access_test.c | 2 +- .../selftests/kvm/x86_64/vmx_dirty_log_test.c | 16 +++--- .../vmx_exception_with_invalid_guest_state.c | 2 +- .../kvm/x86_64/vmx_nested_tsc_scaling_test.c | 19 +------ .../testing/selftests/kvm/x86_64/xapic_ipi_test.c | 8 +-- .../testing/selftests/kvm/x86_64/xcr0_cpuid_test.c | 2 +- tools/testing/selftests/kvm/x86_64/xss_msr_test.c | 2 +- 83 files changed, 435 insertions(+), 364 deletions(-)