This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 987a926c1d8a Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...]
new da73a94fa282 drm/bridge: lt8912b: add vsync hsync
new 6dd1de12e124 drm/bridge: lt8912b: set hdmi or dvi mode
new 051ad2788d35 drm/bridge: lt8912b: fix corrupted image output
new cc62d98bd56d Revert "drm: bridge: analogix/dp: add panel prepare/unprep [...]
new 153a97b4e3de Merge tag 'drm-misc-fixes-2022-09-29' of git://anongit.fre [...]
new 751677743457 drm/amdgpu: avoid gfx register accessing during gfxoff
new 3c480531a4b1 drm/amd/pm: enable gfxoff feature for SMU 13.0.0
new b9caeadf5cb8 drm/amd/pm: use adverse selection for dpm features unsuppo [...]
new a9b4700279f2 drm/amdkfd: fix MQD init for GFX11 in init_mqd
new 91ef6cfd30bf drm/amdgpu: pass queue size and is_aql_queue to MES
new 664883ddde67 drm/amdkfd: fix dropped interrupt in kfd_int_process_v11
new 783d446749c0 drm/amd/display: Avoid avoid unnecessary pixel rate divide [...]
new b6d1c39bc637 drm/amd/display: Update DCN32 to use new SR latencies
new dd37fba90e72 drm/amd/display: Do DIO FIFO enable after DP video stream enable
new ec669ef2e2cf drm/amd/display: Wrap OTG disable workaround with FIFO control
new 85096a73f4dc drm/amd/display: Add explicit FIFO disable for DP blank
new 1ec5c0e1289c drm/amd/display: Fix audio on display after unplugging another
new 391ce355e72b drm/amd/display: Fix typo in get_pixel_rate_div
new 8dd2e87dbd49 drm/amd/display: Remove assert for odm transition case
new a28acf7091ba drm/amd/display: Avoid unnecessary pixel rate divider programming
new 2d3907c15261 drm/amd/display: fill in clock values when DPM is not enabled
new b3e45b18e5c4 drm/amdgpu: Correct the position in patch_cond_exec
new 11e38360cc15 drm/amdgpu: Remove fence_process in count_emitted
new 3b7329cf5a76 drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV
new 83ca5fb40e75 drm/amd/display: Prevent OTG shutdown during PSR SU
new 91462afa42e6 Merge tag 'amd-drm-fixes-6.0-2022-09-29' of https://gitlab [...]
new 6ef7d362123e drm/i915/gt: Restrict forced preemption to the active context
new 7738be973fc4 drm/i915/gt: Perf_limit_reasons are only available for Gen11+
new 6643b3836f39 Merge tag 'drm-intel-fixes-2022-09-29' of git://anongit.fr [...]
new 5a77386984b5 Merge tag 'drm-fixes-2022-09-30-1' of git://anongit.freede [...]
The 30 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:
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 4 +
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 27 ++++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 2 +
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 4 +
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 4 +
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +
drivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c | 6 +-
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c | 4 +
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 8 +-
.../amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 11 ++-
.../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c | 14 ++++
.../amd/display/dc/dce110/dce110_hw_sequencer.c | 6 +-
.../gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c | 47 ++++++++++++
.../display/dc/dcn314/dcn314_dio_stream_encoder.c | 25 ++++--
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c | 53 +++++++++++++
.../gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c | 10 ++-
.../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 43 ++++++++++-
.../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.h | 2 +
.../drm/amd/display/dc/inc/hw/clk_mgr_internal.h | 2 +
drivers/gpu/drm/amd/include/mes_v11_api_def.h | 3 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 89 +++++++---------------
drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 13 ----
drivers/gpu/drm/bridge/lontium-lt8912b.c | 13 +++-
drivers/gpu/drm/i915/gt/intel_engine_types.h | 15 ++++
.../gpu/drm/i915/gt/intel_execlists_submission.c | 21 ++++-
drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c | 15 +++-
28 files changed, 340 insertions(+), 106 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a6eeb20a42a RISC-V: Eliminate long-casts of X_add_number in diagnostics
new 38cb335c764 RISC-V: Reorganize and enhance 'Zfinx' tests
new cfc0ffd31e9 RISC-V: Relax "fmv.[sdq]" requirements
The 2 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:
gas/testsuite/gas/riscv/zdinx.d | 30 ++++++++++----
gas/testsuite/gas/riscv/zdinx.s | 46 ++++++++++++++++------
gas/testsuite/gas/riscv/zfinx.d | 27 ++++++++++---
gas/testsuite/gas/riscv/zfinx.s | 42 ++++++++++++++------
gas/testsuite/gas/riscv/zqinx.d | 87 ++++++++++++++++++++++++-----------------
gas/testsuite/gas/riscv/zqinx.s | 87 +++++++++++++++++++++++++----------------
opcodes/riscv-opc.c | 6 +--
7 files changed, 216 insertions(+), 109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1e2c124d71a c++: streamline built-in trait addition process
new 32f86f2b54d RISC-V: Add '-m[no]-csr-check' option in gcc.
The 1 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:
gcc/config/riscv/riscv.cc | 5 +++++
gcc/config/riscv/riscv.opt | 6 ++++++
gcc/doc/invoke.texi | 6 ++++++
3 files changed, 17 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 6371769 Add entry e07ead85a368173a56e96a21d6841aa497ad80f8 from https [...]
new 60a5a82 Add entry aa3e1ec495ab2fc3f22fc9240ad53a23b21fe0a1 from https [...]
The 1 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:
.../gnu-release-aarch64-next-defconfig}/build_url | 2 +-
.../gnu-release-aarch64-next-defconfig/last_good | 1 +
.../gnu-release-aarch64-next-defconfig/summary.txt | 1 +
.../tcwg_kernel/status.txt | 24 ++++++++++++++++++++++
linux/v6.0-rc3-590-gaa3e1ec495ab | 1 +
5 files changed, 28 insertions(+), 1 deletion(-)
copy linux/sha1/{c0357a73fa4a96d8ed9ee46e9927d9fcbc9d0828/tcwg_kernel/gnu-release- [...]
create mode 100644 linux/sha1/aa3e1ec495ab2fc3f22fc9240ad53a23b21fe0a1/tcwg_kernel [...]
create mode 100644 linux/sha1/aa3e1ec495ab2fc3f22fc9240ad53a23b21fe0a1/tcwg_kernel [...]
create mode 100644 linux/sha1/aa3e1ec495ab2fc3f22fc9240ad53a23b21fe0a1/tcwg_kernel [...]
create mode 120000 linux/v6.0-rc3-590-gaa3e1ec495ab
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch pending-fixes
in repository linux-next.
omits b1698cc5708b Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
omits fc7aa725004e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 2b5ef49e0b37 Merge branch 'zstd-linus' of https://github.com/terrelln/l [...]
omits 7782541855e6 Merge branch 'fixes' of https://github.com/Broadcom/stblinux.git
omits ea789b356f4d Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
omits 18042b7bf41e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 5f642b32e0a2 Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
omits 822d2c167377 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 61403cb2d176 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits ada67cc2218a Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
omits a76ec482d585 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
omits 2344fd0ffc66 Merge branch 'fixes' of git://linuxtv.org/mchehab/media-next.git
omits 61f1dab02b5a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 9246f3e8fc09 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits a29aa0d30b0f Merge branch 'counter-current' of git://git.kernel.org/pub [...]
omits ceb57278f6be Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits feb9764b48ab Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 20683d638eed Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 94138a7b9c96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 9e5e8f44e8bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 8c4329148d83 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits c5ab04c63f93 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits a1df7f72bace Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits cf944a55d07a Merge branch 'fixes' of https://git.linaro.org/people/jens [...]
omits 1ff60e8a2aaf Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits 2238d7ac21ac Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/lin [...]
omits 53eec5b238c2 Merge branch 'for-curr' of git://git.kernel.org/pub/scm/li [...]
omits 1682c2317b60 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits 740cbb7cb3f7 Revert "net: set proper memcg for net_init hooks allocations"
omits f2ba855f5f71 damon/sysfs: fix possible memleak on damon_sysfs_add_target
omits 92ded1516fbb mm: fix BUG splat with kvmalloc + GFP_ATOMIC
omits 2858ee615758 MAINTAINERS: drop entry to removed file in ARM/RISCPC ARCH [...]
omits 39c8dd032349 mm/hugetlb: fix races when looking up a CONT-PTE/PMD size [...]
new 2938431e9338 LoongArch: Align the address of kernel_entry to 4KB
new 06e76acec70d LoongArch: Fix and cleanup csr_era handling in do_ri()
new 4f196cb64b69 LoongArch: Clean up loongson3_smp_ops declaration
new 81bcd4b522cf Merge tag 'loongarch-fixes-6.0-3' of git://git.kernel.org/ [...]
new ea08aec7e77b libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205
new 6a8438de5243 ata: libata-scsi: Fix initialization of device queue depth
new 141f3d6256e5 ata: libata-sata: Fix device queue depth control
new 71f187570592 Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/li [...]
new da9eede6b242 Merge tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub [...]
new 511cce163b75 Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/li [...]
new 987a926c1d8a Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...]
new c56997761e7c mm/hugetlb: fix races when looking up a CONT-PTE/PMD size [...]
new ec4649387f78 MAINTAINERS: drop entry to removed file in ARM/RISCPC ARCH [...]
new fdf57c426435 mm: fix BUG splat with kvmalloc + GFP_ATOMIC
new 0ab415bdf6b8 damon/sysfs: fix possible memleak on damon_sysfs_add_target
new 4f40b7455582 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
new 59593f507c50 Merge branch 'for-curr' of git://git.kernel.org/pub/scm/li [...]
new 2379efe742f7 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/lin [...]
new 117e000f9ab0 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new 87f449ff19a8 Merge branch 'fixes' of https://git.linaro.org/people/jens [...]
new 0e3f72931fc4 vhost/vsock: Use kvmalloc/kvfree for larger packets.
new 6ad1c94e1e7e eth: alx: take rtnl_lock on resume
new 9de614ab0274 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 1482dc2fb3e9 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 3d7c7d1b99a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new e18f6bcf8e86 ASoC: wcd-mbhc-v2: Revert "ASoC: wcd-mbhc-v2: use pm_runti [...]
new 11bf182b6b22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 379f9c23be87 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new f7227b798dab Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new b72eb5c3d7e2 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new a311ec26244c Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
new a932029a71ce Merge branch 'counter-current' of git://git.kernel.org/pub [...]
new d3553c0e1a46 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 4fddabf6a45b Merge branch 'fixes' of git://linuxtv.org/mchehab/media-next.git
new 284a21e7c507 KVM: selftests: Implement memcmp(), memcpy(), and memset() [...]
new 07834cc4df06 KVM: selftests: Compare insn opcodes directly in fix_hyper [...]
new 4fab6aaa08bd KVM: selftests: Remove unnecessary register shuffling in f [...]
new f07b192da1b9 KVM: selftests: Hardcode VMCALL/VMMCALL opcodes in "fix hy [...]
new 7e7559c689f2 KVM: selftests: Explicitly verify KVM doesn't patch hyperc [...]
new 86b3b778b0e9 KVM: selftests: Dedup subtests of fix_hypercall_test
new b61114721d1f Revert "KVM: selftests: Fix nested SVM tests when built wi [...]
new b6214726a1c5 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
new 7639962b1fcb Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
new 29c45619bcac Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 153a97b4e3de Merge tag 'drm-misc-fixes-2022-09-29' of git://anongit.fre [...]
new 751677743457 drm/amdgpu: avoid gfx register accessing during gfxoff
new 3c480531a4b1 drm/amd/pm: enable gfxoff feature for SMU 13.0.0
new b9caeadf5cb8 drm/amd/pm: use adverse selection for dpm features unsuppo [...]
new a9b4700279f2 drm/amdkfd: fix MQD init for GFX11 in init_mqd
new 91ef6cfd30bf drm/amdgpu: pass queue size and is_aql_queue to MES
new 664883ddde67 drm/amdkfd: fix dropped interrupt in kfd_int_process_v11
new 783d446749c0 drm/amd/display: Avoid avoid unnecessary pixel rate divide [...]
new b6d1c39bc637 drm/amd/display: Update DCN32 to use new SR latencies
new dd37fba90e72 drm/amd/display: Do DIO FIFO enable after DP video stream enable
new ec669ef2e2cf drm/amd/display: Wrap OTG disable workaround with FIFO control
new 85096a73f4dc drm/amd/display: Add explicit FIFO disable for DP blank
new 1ec5c0e1289c drm/amd/display: Fix audio on display after unplugging another
new 391ce355e72b drm/amd/display: Fix typo in get_pixel_rate_div
new 8dd2e87dbd49 drm/amd/display: Remove assert for odm transition case
new a28acf7091ba drm/amd/display: Avoid unnecessary pixel rate divider programming
new 2d3907c15261 drm/amd/display: fill in clock values when DPM is not enabled
new b3e45b18e5c4 drm/amdgpu: Correct the position in patch_cond_exec
new 11e38360cc15 drm/amdgpu: Remove fence_process in count_emitted
new 3b7329cf5a76 drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV
new 83ca5fb40e75 drm/amd/display: Prevent OTG shutdown during PSR SU
new 91462afa42e6 Merge tag 'amd-drm-fixes-6.0-2022-09-29' of https://gitlab [...]
new 6643b3836f39 Merge tag 'drm-intel-fixes-2022-09-29' of git://anongit.fr [...]
new c11cb0c0304d Merge branch 'drm-fixes' of git://git.freedesktop.org/git/ [...]
new f9fd1526f62e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new f92f0d241a00 Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
new 3a31de0fb8eb Merge branch 'fixes' of https://github.com/Broadcom/stblinux.git
new e42c9c54f2e7 perf tools: Get a perf cgroup more portably in BPF
new e28c07871c3f perf print-events: Fix "perf list" can not display the PMU [...]
new 71c86cda750b perf parse-events: Remove "not supported" hybrid cache events
new f4a2aade6809 perf tests powerpc: Fix branch stack sampling test to incl [...]
new 506442439317 perf tests vmlinux-kallsyms: Update is_ignored_symbol func [...]
new 74a61d53a6d1 perf arm-spe: augment the data source type with neoverse_spe list
new 457c8b602670 perf test: Fix test case 87 ("perf record tests") for hybr [...]
new 25c5e67cdf74 perf tests record: Fail the test if the 'errs' counter is [...]
new 5149a427d277 perf parse-events: Ignore clang 15 warning about variable [...]
new 5551717bddb0 perf tests mmap-basic: Remove unused variable to address c [...]
new 8e8bf60a6754 perf build: Fixup disabling of -Wdeprecated-declarations f [...]
new 35e095fe3f1a Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm [...]
new 39fa445d5262 Merge branch 'zstd-linus' of https://github.com/terrelln/l [...]
new 94a8751e2e2c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b1698cc5708b)
\
N -- N -- N refs/heads/pending-fixes (94a8751e2e2c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 85 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:
arch/loongarch/include/asm/loongson.h | 2 -
arch/loongarch/kernel/head.S | 2 +
arch/loongarch/kernel/traps.c | 15 +--
drivers/ata/libata-core.c | 4 +
drivers/ata/libata-sata.c | 24 ++--
drivers/ata/libata-scsi.c | 10 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 4 +
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 27 ++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 2 +
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 4 +
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 4 +
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +
drivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c | 6 +-
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c | 4 +
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 8 +-
.../amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 11 +-
.../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c | 14 +++
.../amd/display/dc/dce110/dce110_hw_sequencer.c | 6 +-
.../gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c | 47 ++++++++
.../display/dc/dcn314/dcn314_dio_stream_encoder.c | 25 +++-
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c | 53 ++++++++
.../gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c | 10 +-
.../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 43 ++++++-
.../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.h | 2 +
.../drm/amd/display/dc/inc/hw/clk_mgr_internal.h | 2 +
drivers/gpu/drm/amd/include/mes_v11_api_def.h | 3 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 89 +++++---------
drivers/net/ethernet/atheros/alx/main.c | 5 +
drivers/scsi/libsas/sas_scsi_host.c | 3 +-
drivers/vhost/vsock.c | 2 +-
include/linux/libata.h | 4 +-
net/vmw_vsock/virtio_transport_common.c | 2 +-
sound/soc/codecs/wcd-mbhc-v2.c | 10 +-
tools/perf/tests/mmap-basic.c | 3 +-
tools/perf/tests/perf-record.c | 2 +-
tools/perf/tests/shell/record.sh | 2 +-
tools/perf/tests/shell/test_brstack.sh | 3 +-
tools/perf/tests/vmlinux-kallsyms.c | 5 +-
tools/perf/util/Build | 2 +-
tools/perf/util/arm-spe.c | 2 +-
tools/perf/util/bpf_skel/bperf_cgroup.bpf.c | 11 +-
tools/perf/util/bpf_skel/off_cpu.bpf.c | 18 ++-
tools/perf/util/parse-events-hybrid.c | 21 +++-
tools/perf/util/parse-events.c | 39 ++++++
tools/perf/util/parse-events.h | 1 +
tools/perf/util/print-events.c | 39 ------
tools/perf/util/scripting-engines/Build | 2 +-
tools/testing/selftests/kvm/Makefile | 11 +-
tools/testing/selftests/kvm/lib/string_override.c | 39 ++++++
tools/testing/selftests/kvm/lib/x86_64/svm.c | 14 +--
.../selftests/kvm/x86_64/fix_hypercall_test.c | 134 ++++++++-------------
53 files changed, 519 insertions(+), 281 deletions(-)
create mode 100644 tools/testing/selftests/kvm/lib/string_override.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3bb2d70d380 testsuite: Colon is reserved on Windows
new 1e2c124d71a c++: streamline built-in trait addition process
The 1 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:
gcc/c-family/c-common.cc | 54 ++---------
gcc/c-family/c-common.h | 33 ++-----
gcc/cp/constraint.cc | 12 ++-
gcc/cp/cp-objcp-common.cc | 44 +--------
gcc/cp/cp-trait.def | 106 ++++++++++++++++++++++
gcc/cp/cp-tree.h | 46 +---------
gcc/cp/cxx-pretty-print.cc | 126 ++------------------------
gcc/cp/parser.cc | 217 +++++----------------------------------------
8 files changed, 161 insertions(+), 477 deletions(-)
create mode 100644 gcc/cp/cp-trait.def
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 0b8c36f7177 RISC-V: fallout from "re-arrange opcode table for consisten [...]
new a6eeb20a42a RISC-V: Eliminate long-casts of X_add_number in diagnostics
The 1 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:
gas/config/tc-riscv.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.