This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 0bd2f269ae89 Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/sc [...]
new cd35b6cb4664 nfs: add missing selections of CONFIG_CRC32
new a1d14d931bf7 nfsd: decrease sc_count directly if fail to queue dl_recall
new 1ca0f935a126 Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/li [...]
The 3 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:
fs/Kconfig | 1 +
fs/nfs/Kconfig | 2 +-
fs/nfs/internal.h | 7 -------
fs/nfs/nfs4session.h | 4 ----
fs/nfsd/Kconfig | 1 +
fs/nfsd/nfs4state.c | 2 +-
fs/nfsd/nfsfh.h | 7 -------
include/linux/nfs.h | 7 -------
8 files changed, 4 insertions(+), 27 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 linux.
from 8560697b23dc Merge tag '6.15-rc2-smb3-client-fixes' of git://git.samba. [...]
new 447fab30955c drm/amdgpu: use a dummy owner for sysfs triggered cleaner [...]
new 1657793def10 drm/amd: Forbid suspending into non-default suspend states
new e7afa85a0d0e drm/amdgpu: fix warning of drm_mm_clean
new 2036be31741b drm/amdgpu: Add back JPEG to video caps for carrizo and newer
new cd9e6d6fdd2d drm/amd/display/dml2: use vzalloc rather than kzalloc
new c235a7132258 drm/amdgpu: Use the right function for hdp flush
new c925e9936def Merge tag 'amd-drm-fixes-6.15-2025-04-16' of https://gitla [...]
new ec0c7afa70d5 drm/i915/display: Add macro for checking 3 DSC engines
new 3a47280b7687 drm/i915/dp: Check for HAS_DSC_3ENGINES while configuring [...]
new 9025588cbf6e Merge tag 'drm-intel-fixes-2025-04-17' of https://gitlab.f [...]
new dcdae6e92d4e drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 [...]
new 683e9fa1c885 accel/ivpu: Flush pending jobs of device's workqueues
new 082a29e20af4 accel/ivpu: Update FW Boot API to version 3.28.3
new 6c2b75404d33 accel/ivpu: Fix the NPU's DPU frequency calculation
new 1524c28b9952 accel/ivpu: Show NPU frequency in sysfs
new 31660b406d87 accel/ivpu: Add cmdq_id to job related logs
new d27326a99992 dma-buf/sw_sync: Decrement refcount on error in sw_sync_io [...]
new 8260731ccad0 drm/gem: Internally test import_attach for imported objects
new 76c332d119f9 drm/mgag200: Fix value in <VBLKSTR> register
new 9bca5bcdeb0d Merge tag 'drm-misc-fixes-2025-04-17' of https://gitlab.fr [...]
new 6405f5b70b1c drm/xe: Set LRC addresses before guc load
new 2577b202458c drm/xe/userptr: fix notifier vs folio deadlock
new 25583ad42d09 drm/xe/dma_buf: stop relying on placement in unmap
new 78600df8f593 drm/xe/pxp: do not queue unneeded terminations from debugfs
new 3748bef7b78b Merge tag 'drm-xe-fixes-2025-04-18' of https://gitlab.free [...]
new bcaa391e177c drm/msm/dpu: check every pipe per capability
new 5cb1b130e1cd drm/msm/dpu: Fix error pointers in dpu_plane_virtual_atomic_check
new 2a34496fef84 drm/msm/dpu: reorder pointer operations after sanity check [...]
new ddfa00afae80 drm/msm/dpu: drop rogue intr_tear_rd_ptr values
new 9d78f0250322 drm/msm/a6xx+: Don't let IB_SIZE overflow
new 0467145fab3b Merge tag 'drm-msm-fixes-2025-04-18' of https://gitlab.fre [...]
new 51c7960b87f4 Merge tag 'drm-fixes-2025-04-19' of https://gitlab.freedes [...]
new 05a2b0011c4b scripts: generate_rust_analyzer: Add ffi crate
new 3c75fff196c3 rust: pin-init: alloc: restrict `impl ZeroableOption` for [...]
new 193b5a75744a rust: pin-init: use Markdown autolinks in Rust comments
new c59026c0570a rust: kbuild: Don't export __pfx symbols
new 0866ee8e50f0 rust: disable `clippy::needless_continue`
new 46e24a545cdb rust: kasan/kbuild: fix missing flags on first build
new a3cd5f507b72 objtool/rust: add one more `noreturn` Rust function for Ru [...]
new 1c4494c14b41 rust: kbuild: use `pound` to support GNU Make < 4.3
new 584e61452f75 rust: helpers: Remove volatile qualifier from io helpers
new c1b4071ec3a6 rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()
new 0bd2f269ae89 Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/sc [...]
The 43 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:
MAINTAINERS | 1 +
Makefile | 1 -
drivers/accel/ivpu/ivpu_drv.c | 10 +-
drivers/accel/ivpu/ivpu_fw.c | 17 ++-
drivers/accel/ivpu/ivpu_hw.h | 14 +--
drivers/accel/ivpu/ivpu_hw_btrs.c | 134 ++++++++++-----------
drivers/accel/ivpu/ivpu_hw_btrs.h | 7 +-
drivers/accel/ivpu/ivpu_job.c | 15 +--
drivers/accel/ivpu/ivpu_sysfs.c | 49 +++++++-
drivers/accel/ivpu/vpu_boot_api.h | 13 +-
drivers/accel/ivpu/vpu_jsm_api.h | 53 +++++---
drivers/dma-buf/sw_sync.c | 19 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 14 ++-
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 8 +-
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 12 +-
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/psp_v14_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/vi.c | 7 ++
.../drm/amd/display/dc/dml2/dml21/dml21_wrapper.c | 11 +-
drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.c | 6 +-
.../gpu/drm/i915/display/intel_display_device.h | 1 +
drivers/gpu/drm/i915/display/intel_dp.c | 7 +-
drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 8 +-
.../drm/msm/disp/dpu1/catalog/dpu_1_14_msm8937.h | 2 -
.../drm/msm/disp/dpu1/catalog/dpu_1_15_msm8917.h | 1 -
.../drm/msm/disp/dpu1/catalog/dpu_1_16_msm8953.h | 3 -
.../drm/msm/disp/dpu1/catalog/dpu_1_7_msm8996.h | 4 -
.../gpu/drm/msm/disp/dpu1/catalog/dpu_3_2_sdm660.h | 3 -
.../gpu/drm/msm/disp/dpu1/catalog/dpu_3_3_sdm630.h | 2 -
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 4 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 74 ++++++------
.../gpu/drm/msm/registers/adreno/adreno_pm4.xml | 7 ++
drivers/gpu/drm/v3d/v3d_sched.c | 16 ++-
drivers/gpu/drm/xe/xe_dma_buf.c | 5 +-
drivers/gpu/drm/xe/xe_guc_ads.c | 75 +++++++-----
drivers/gpu/drm/xe/xe_hmm.c | 24 ----
drivers/gpu/drm/xe/xe_pxp_debugfs.c | 13 +-
include/drm/drm_gem.h | 3 +-
include/uapi/drm/ivpu_accel.h | 4 +-
rust/Makefile | 2 +-
rust/helpers/dma.c | 16 +++
rust/helpers/helpers.c | 1 +
rust/helpers/io.c | 34 +++---
rust/pin-init/examples/pthread_mutex.rs | 2 +-
rust/pin-init/src/alloc.rs | 8 +-
rust/pin-init/src/lib.rs | 2 +-
scripts/Makefile.compiler | 4 +-
scripts/generate_rust_analyzer.py | 12 +-
tools/objtool/check.c | 1 +
59 files changed, 459 insertions(+), 315 deletions(-)
create mode 100644 rust/helpers/dma.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 52d7676cb4b Fix pr118947-1.c and pr78408-3.c on targets where 32 bytes [...]
new f6859fb6211 Add tables for SSE fp conversion costs
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/i386/i386.cc | 64 ++++++++++++++++++++-
gcc/config/i386/i386.h | 6 ++
gcc/config/i386/x86-tune-costs.h | 121 +++++++++++++++++++++++++++++++++++----
3 files changed, 178 insertions(+), 13 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 1ba6fa34d Add entry aa3e72f943032e5f074b2bd2fd06d130dda8760b from https [...]
new 1aeffdded Add entry 7e628ff49f7f890d5337369d7b4f8e21a1f17029 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:
.../sha1/7e628ff49f7f890d5337369d7b4f8e21a1f17029}/first_url | 2 +-
.../tcwg_gnu_embed_check_gcc/master-thumb_v8a_hard_eabi}/build_url | 2 +-
.../tcwg_gnu_embed_check_gcc/master-thumb_v8a_hard_eabi/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a => gcc/sha1/7e628ff49 [...]
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
create mode 100644 gcc/sha1/7e628ff49f7f890d5337369d7b4f8e21a1f17029/tcwg_gnu_embe [...]
--
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 0939abea33c combine: Better split point for `(and (not X))` [PR111949]
new 52d7676cb4b Fix pr118947-1.c and pr78408-3.c on targets where 32 bytes [...]
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/testsuite/gcc.dg/pr118947-1.c | 4 ++--
gcc/testsuite/gcc.dg/pr78408-3.c | 4 ++--
2 files changed, 4 insertions(+), 4 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 05c4e3ecb54 [PATCH v2] sh: libgcc: Implement fenv rouding and exception [...]
new 0939abea33c combine: Better split point for `(and (not X))` [PR111949]
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/combine.cc | 6 +++++
gcc/testsuite/gcc.target/aarch64/bic-1.c | 40 ++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/bic-1.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 2a643f55f5a [PATCH v2] sh: Correct NaN signalling bit and propagation r [...]
new 05c4e3ecb54 [PATCH v2] sh: libgcc: Implement fenv rouding and exception [...]
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:
libgcc/config/sh/sfp-machine.h | 46 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 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 32afabce6 Add entry aa3e72f943032e5f074b2bd2fd06d130dda8760b from https [...]
new 1ba6fa34d Add entry aa3e72f943032e5f074b2bd2fd06d130dda8760b 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:
.../jira/description | 5 ++
.../jira/yaml | 5 ++
.../status.txt | 5 ++
.../master-arm/details.txt | 82 ++++++++++------------
.../master-arm/reproduction_instructions.txt | 6 +-
.../master-arm}/status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/master-arm/status.txt | 4 +-
.../tcwg_gnu_cross_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/status.txt | 6 +-
9 files changed, 59 insertions(+), 54 deletions(-)
copy gcc/sha1/{8ed2d5d219e999aee42015a0db38612011c2c507 => aa3e72f943032e5f074b2bd [...]
copy gcc/sha1/{94fa9f4d27bac577ecab43379a31fa28b146d6d9 => aa3e72f943032e5f074b2bd [...]
copy {fujitsu_testsuite/sha1/a0e269d5d279c3a0781bb74940cf5ec16b4ab109 => gcc/sha1/ [...]
copy gcc/sha1/{e200f53a5556516ec831e6b7a34aaa0f10a4ab0a => aa3e72f943032e5f074b2bd [...]
copy {fujitsu_testsuite/sha1/a0e269d5d279c3a0781bb74940cf5ec16b4ab109 => gcc/sha1/ [...]
copy gcc/sha1/{42b24557bdf805d2913d3c75531fe441b1634332 => aa3e72f943032e5f074b2bd [...]
--
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 85c1e8f4a Add entry 5c8ba28c751bf0e7cb5c3ac9d223acba4cefc739 from https [...]
new 32afabce6 Add entry aa3e72f943032e5f074b2bd2fd06d130dda8760b 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:
.../tcwg_gnu_cross_check_gcc/master-arm/build_url | 2 +-
.../master-arm}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa => gcc/sha1/aa3e72f94 [...]
copy gcc/sha1/aa3e72f943032e5f074b2bd2fd06d130dda8760b/{tcwg_bootstrap_check/maste [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.