This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 10d4879f9ef0 Merge tag 'thermal-6.0-rc3' of git://git.kernel.org/pub/sc [...] new bc9e7fe313d5 perf python: Fix build when PYTHON_CONFIG is user supplied new dbcfe5ec3f9a tools kvm headers arm64: Update KVM header from the kernel [...] new bf515f024e4c perf stat: Clear evsel->reset_group for each stat run new 0c361c6eaba7 perf test: Stat test for repeat with a weak group new e89eaa611c75 perf record: Fix manpage formatting of description of supp [...] new d72e5cf3cf69 perf sched: Fix memory leaks in __cmd_record detected with [...] new 3126204ce3d9 perf docs: Update the documentation for the save_type filter new 48648548ef76 perf stat: Capitalize topdown metrics' names new 611875d510a1 Merge tag 'perf-tools-fixes-for-v6.0-2022-08-27' of git:// [...] new 32ba156df1b1 perf/x86/lbr: Enable the branch type for the Arch LBR by default new 7d3598868aae perf/x86/core: Set pebs_capable and PMU_FL_PEBS_ALL for th [...] new d4bdb0bebc5b perf/x86/intel/ds: Fix precise store latency handling new cde643ff75bc perf/x86/intel: Fix pebs event constraints for ADL new 11745ecfe8fe perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMU new 4459d800f71d Merge tag 'perf-urgent-2022-08-28' of git://git.kernel.org [...] new 72cbc8f04fe2 x86/PAT: Have pat_enabled() properly reflect state when ru [...] new 5b9f0c4df1c1 x86/entry: Fix entry_INT80_compat for Xen PV guests new 7df548840c49 x86/bugs: Add "unknown" reporting for MMIO Stale Data new 4e3aa9238277 x86/nospec: Unwreck the RSB stuffing new 332924973725 x86/nospec: Fix i386 RSB stuffing new fc2e426b1161 x86/unwind/orc: Unwind ftrace trampolines with correct ORC entry new ea902bcc1943 x86/cpu: Add new Raptor Lake CPU model number new 4b1c74240757 x86/boot: Don't propagate uninitialized boot_params->cc_bl [...] new cdaa0a407f1a x86/sev: Don't use cc_platform_has() for early SEV-SNP calls new c93c296fff6b x86/sev: Mark snp_abort() noreturn new 00da0cb385d0 Documentation/ABI: Mention retbleed vulnerability info fil [...] new 2f23a7c91431 Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/ [...] new c919c164fc87 smb3: missing inode locks in zero range new ba0803050d61 smb3: missing inode locks in punch hole new a1d2eb51f0a3 cifs: skip extra NULL byte in filenames new 9789de8bdc92 cifs: Use help macro to get the header preamble size new b6b3624d016b cifs: Use help macro to get the mid header size new d291e703f420 cifs: Add helper function to check smb1+ server new c7bb3fbc1b49 Merge tag '6.0-rc2-smb3-client-fixes' of git://git.samba.o [...] new b51111271b03 btrfs: check if root is readonly while setting security xattr new 9ea0106a7a3d btrfs: fix possible memory leak in btrfs_get_dev_args_from_path() new e6e3dec6c3c2 btrfs: update generation of hole file extent item when mer [...] new 4a445b7b6178 btrfs: don't merge pages into bio if their page offset is [...] new 79d3d1d12e6f btrfs: don't allow large NOWAIT direct reads new ced8ecf026fd btrfs: fix space cache corruption and potential double all [...] new 47bf225a8d2c btrfs: fix silent failure when deleting root reference new 59a3991984db btrfs: replace: drop assert for suspended replace new f2c3bec21569 btrfs: add info when mount fails due to stale replace target new 8379c0b31fbc Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/sc [...]
The 44 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/ABI/testing/sysfs-devices-system-cpu | 1 + .../hw-vuln/processor_mmio_stale_data.rst | 14 ++++ arch/x86/boot/compressed/misc.h | 12 ++- arch/x86/boot/compressed/sev.c | 8 ++ arch/x86/entry/entry_64_compat.S | 2 +- arch/x86/events/intel/core.c | 4 - arch/x86/events/intel/ds.c | 13 ++- arch/x86/events/intel/lbr.c | 8 ++ arch/x86/events/intel/uncore_snb.c | 18 ++++- arch/x86/include/asm/cpufeatures.h | 5 +- arch/x86/include/asm/intel-family.h | 2 + arch/x86/include/asm/nospec-branch.h | 92 ++++++++++++---------- arch/x86/include/asm/sev.h | 2 +- arch/x86/kernel/cpu/bugs.c | 14 +++- arch/x86/kernel/cpu/common.c | 42 ++++++---- arch/x86/kernel/sev.c | 18 ++++- arch/x86/kernel/unwind_orc.c | 15 ++-- arch/x86/mm/pat/memtype.c | 10 ++- fs/btrfs/block-group.c | 47 ++++------- fs/btrfs/block-group.h | 4 +- fs/btrfs/ctree.h | 1 - fs/btrfs/dev-replace.c | 5 +- fs/btrfs/extent-tree.c | 30 ++----- fs/btrfs/extent_io.c | 33 +++++++- fs/btrfs/file.c | 2 + fs/btrfs/inode.c | 14 ++++ fs/btrfs/root-tree.c | 5 +- fs/btrfs/volumes.c | 5 +- fs/btrfs/xattr.c | 3 + fs/cifs/cifsencrypt.c | 3 +- fs/cifs/cifsglob.h | 7 ++ fs/cifs/connect.c | 23 +++--- fs/cifs/smb2ops.c | 67 ++++++++-------- fs/cifs/smb2pdu.c | 16 ++-- fs/cifs/transport.c | 21 +++-- tools/arch/arm64/include/uapi/asm/kvm.h | 6 +- tools/objtool/check.c | 34 ++++---- tools/perf/Documentation/intel-hybrid.txt | 10 --- tools/perf/Documentation/perf-record.txt | 7 +- tools/perf/Makefile.config | 2 +- tools/perf/builtin-sched.c | 24 ++++-- tools/perf/builtin-stat.c | 1 + tools/perf/tests/shell/stat.sh | 19 +++++ tools/perf/util/stat-shadow.c | 24 +++--- 44 files changed, 429 insertions(+), 264 deletions(-)