This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 31009296f8ff Merge tag 'pci-v6.18-fixes-3' of git://git.kernel.org/pub/ [...]
new 89939cf252d8 drm/amd/display: Fix NULL pointer dereference
new bec947cbe9a6 drm/amd/display: increase max link count and fix link->enc [...]
new 72a1eb3cf573 drm/amd/display: use GFP_NOWAIT for allocation in interrup [...]
new 6ced10611e97 Merge tag 'amd-drm-fixes-6.18-2025-10-22' of https://gitla [...]
new c700e7279b29 drm/rockchip: dw_hdmi: use correct SCLIN mask for RK3228
new 4eabd0d8791e drm/panthor: Fix kernel panic on partial unmap of a GPU VA region
new 179753aa5b78 drm/panic: Fix drawing the logo on a small narrow screen
new cfa56e0a0e9b drm/panic: Fix overlap between qr code and logo
new 4fcffb5e5c8c drm/panic: Fix qr_code, ensure vmargin is positive
new e9b36fe06300 drm/panic: Fix kmsg text drawing rectangle
new 2e337dd278c6 drm/panic: Fix divide by 0 if the screen width < font width
new 23437509a694 drm/panic: Fix 24bit pixel crossing page boundaries
new 0cdf7f6fa671 Merge tag 'drm-misc-fixes-2025-10-23' of https://gitlab.fr [...]
new 789e46fbfca1 drm/i915/panic: fix panic structure allocation memory leak
new adb0971a1acd Merge tag 'drm-intel-fixes-2025-10-23' of https://gitlab.f [...]
new 9a3c0d683419 drm/xe: Retain vma flags when recreating and splitting vma [...]
new ce831bffcef3 drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flag
new ce29214ada6d drm/xe: Check return value of GGTT workqueue allocation
new 18b1ce0b29c4 Merge tag 'drm-xe-fixes-2025-10-23' of https://gitlab.free [...]
new 3d08a425d2f6 Merge tag 'drm-fixes-2025-10-24' of https://gitlab.freedes [...]
new 53abe3e1c154 sched: Remove never used code in mm_cid_get()
The 21 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/display/amdgpu_dm/amdgpu_dm.c | 4 +-
.../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 3 +
drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h | 8 +-
.../amd/display/dc/link/accessories/link_dp_cts.c | 3 +-
drivers/gpu/drm/drm_panic.c | 60 ++++++++++++--
drivers/gpu/drm/i915/display/intel_fb.c | 25 +++---
drivers/gpu/drm/panthor/panthor_mmu.c | 10 ++-
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 2 +-
drivers/gpu/drm/xe/xe_ggtt.c | 3 +
drivers/gpu/drm/xe/xe_pt.c | 4 +-
drivers/gpu/drm/xe/xe_svm.c | 5 ++
drivers/gpu/drm/xe/xe_vm.c | 96 +++++++++-------------
drivers/gpu/drm/xe/xe_vm_types.h | 10 +--
include/uapi/drm/xe_drm.h | 15 ++++
kernel/sched/sched.h | 2 -
15 files changed, 153 insertions(+), 97 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 d2818517e348 Merge tag 'block-6.18-20251023' of git://git.kernel.org/pu [...]
new e607ef686ab9 smb: client: allocate enough space for MR WRs and ib_drain_qp()
new 5da6fb635636 cifs: Add a couple of missing smb3_rw_credits tracepoints
new 5b2ff4873aea cifs: Fix TCP_Server_Info::credits to be signed
new 72ed55b4c335 smb: client: get rid of d_drop() in cifs_do_rename()
new 4b1d7f62225a cifs: Call the calc_signature functions directly
new 64c9471aa9de cifs: #include cifsglob.h before trace.h to allow structs [...]
new f2b246572699 Merge tag '6.18-rc2-smb-client-fixes' of git://git.samba.o [...]
new 1af424b15401 lib/crypto: poly1305: Restore dependency of arch code on !KMSAN
new 7083bb6060a9 Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pu [...]
new a1978b692a39 PCI: dwc: Use custom pci_ops for root bus DBI vs ECAM conf [...]
new fc2bc2623e3a Revert "PCI: qcom: Prepare for the DWC ECAM enablement"
new bf5570590a98 MIPS: Malta: Fix keyboard resource preventing i8042 driver [...]
new 1d5d1663619d MIPS: Malta: Fix PCI southbridge legacy resource reservations
new f294a5fd34db MIPS: Malta: Use pcibios_align_resource() to block io range
new df5192d9bb0e PCI/ASPM: Enable only L0s and L1 for devicetree platforms
new 31009296f8ff Merge tag 'pci-v6.18-fixes-3' of git://git.kernel.org/pub/ [...]
The 16 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/mips/mti-malta/malta-setup.c | 4 +-
arch/mips/pci/pci-malta.c | 3 +-
drivers/pci/controller/dwc/pcie-designware-host.c | 28 ++++++++--
drivers/pci/controller/dwc/pcie-qcom.c | 68 -----------------------
drivers/pci/pcie/aspm.c | 34 +++---------
fs/smb/client/cifsglob.h | 4 +-
fs/smb/client/cifsproto.h | 1 +
fs/smb/client/cifssmb.c | 8 +++
fs/smb/client/inode.c | 5 +-
fs/smb/client/smb2ops.c | 4 --
fs/smb/client/smb2proto.h | 6 --
fs/smb/client/smb2transport.c | 18 +++---
fs/smb/client/smbdirect.c | 36 +++++++-----
fs/smb/client/trace.c | 1 +
lib/crypto/Kconfig | 2 +-
15 files changed, 81 insertions(+), 141 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 617110ddabd PR modula2/122407: Followup to spell check remaining intrinsics
new 48923fca194 Refine COND_EXPR ranges better.
new 2bb77c52c92 Add test case for PR 110405
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:
gcc/gimple-range-fold.cc | 11 +++++++++++
gcc/testsuite/g++.dg/pr114025.C | 39 +++++++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr110405.c | 14 ++++++++++++++
3 files changed, 64 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr114025.C
create mode 100644 gcc/testsuite/gcc.dg/pr110405.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 binutils-gdb.
from 1266b99f270 BFD: Fix function prototype breakage through stabs.c
new 4b0d1b38bf8 elf: Drop the FIXME comment in set_symbol_value
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:
bfd/elflink.c | 5 +----
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 12926e6ab8d gdb/reverse: update error message for "reverse-" commands
new 1266b99f270 BFD: Fix function prototype breakage through stabs.c
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:
bfd/bfd-in2.h | 2 +-
bfd/section.c | 2 +-
bfd/stabs.c | 8 ++++----
3 files changed, 6 insertions(+), 6 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 2e590d67c2d8 Merge tag 'devicetree-fixes-for-6.18-2' of git://git.kerne [...]
new 6ed8bfd24ce1 slab: Avoid race on slab->obj_exts in alloc_slab_obj_exts
new eecd7cb64178 slab: fix slab accounting imbalance due to defer_deactivat [...]
new 7f434e1d9a17 slab: Fix obj_ext mistakenly considered NULL due to race c [...]
new 66cd8e9cb810 Merge tag 'slab-for-6.18-rc3' of git://git.kernel.org/pub/ [...]
new 4ec703ec0c38 io_uring: fix incorrect unlikely() usage in io_waitid_prep()
new 8ac9b0d33e5c io_uring/sqpoll: switch away from getrusage() for CPU accounting
new a94e0657269c io_uring/sqpoll: be smarter on when to update the stime usage
new 915651b7c947 io_uring: Fix code indentation error
new 060aa0b0c26c io_uring zcrx: add MAINTAINERS entry
new c5efc6a0b394 io_uring: correct __must_hold annotation in io_install_fixed_file
new 6f1cbf6d6fd1 io_uring: fix buffer auto-commit for multishot uring_cmd
new 812e7eb2b074 Merge tag 'io_uring-6.18-20251023' of git://git.kernel.org [...]
new 81ccca31214e nbd: override creds to kernel when calling sock_{send,recv}msg()
new 4c8cf6bd28d6 block: require LBA dma_alignment when using PI
new d2818517e348 Merge tag 'block-6.18-20251023' of git://git.kernel.org/pu [...]
The 15 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 | 9 ++++++++
block/blk-settings.c | 10 ++++++++
drivers/block/nbd.c | 15 ++++++++++++
io_uring/fdinfo.c | 8 +++----
io_uring/filetable.c | 2 +-
io_uring/io_uring.c | 2 +-
io_uring/kbuf.c | 33 +++++++++++++++++---------
io_uring/net.c | 2 +-
io_uring/sqpoll.c | 65 ++++++++++++++++++++++++++++++++++++----------------
io_uring/sqpoll.h | 1 +
io_uring/waitid.c | 2 +-
mm/slub.c | 31 +++++++++++++++++--------
12 files changed, 131 insertions(+), 49 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 157da75362c Handle dynamic DW_AT_bit_size
new 12926e6ab8d gdb/reverse: update error message for "reverse-" commands
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:
gdb/reverse.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
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 6fab32bb6508 MAINTAINERS: add Mark Brown as a linux-next maintainer
new c4d35e635f3a gpio: 104-idio-16: Define maximum valid register address offset
new d37623132a63 gpio: pci-idio-16: Define maximum valid register address offset
new 00aaae60faf5 gpio: regmap: add the .fixed_direction_output configuratio [...]
new 2ba5772e530f gpio: idio-16: Define fixed direction of the GPIO lines
new e4a77f9c85a5 gpiolib: acpi: Make set debounce errors non fatal
new b1055678a016 gpiolib: acpi: Use %pe when passing an error pointer to dev_err()
new 5f4bfd03bc9d Merge tag 'intel-gpio-v6.18-1' of git://git.kernel.org/pub [...]
new 4c4e6ea4a120 gpio: ljca: Fix duplicated IRQ mapping
new c1a1c0d32d5b Merge tag 'gpio-fixes-for-v6.18-rc3' of git://git.kernel.o [...]
new 4092fc5f35ce spi: dt-bindings: cadence: add soc-specific compatible str [...]
new ee795e82e101 spi: rockchip-sfc: Fix DMA-API usage
new 18a5f1af596e spi: dw-mmio: add error handling for reset_control_deassert()
new 4f38da1f027e spi: Merge up v6.18-rc1
new 8735696acea2 spi: cadence-quadspi: Fix pm_runtime unbalance on dma EPRO [...]
new 6b6e03106163 spi: amlogic: fix spifc build error
new a89103f67112 spi: spi-nxp-fspi: re-config the clock rate when operation [...]
new b93b4269791f spi: spi-nxp-fspi: add extra delay after dll locked
new f43579ef3500 spi: spi-nxp-fspi: limit the clock rate for different samp [...]
new 760951dd19c2 spi: spi-nxp-fspi: few fix for flexspi
new 4314ffce4eb8 spi: airoha: return an error for continuous mode dirmap cr [...]
new edd2e261b1ba spi: airoha: add support of dual/quad wires spi modes to e [...]
new 20d7b236b78c spi: airoha: switch back to non-dma mode in the case of error
new 0b7d9b25e4bc spi: airoha: fix reading/writing of flashes with more than [...]
new e46ee2f07e58 spi: intel: Add support for 128M component density
new bc25c6e0a488 spi: intel-pci: Add support for Arrow Lake-H SPI serial flash
new f7e37affbc90 spi: intel-pci: Add support for Intel Wildcat Lake SPI ser [...]
new 1b824134261d spi: dt-bindings: spi-rockchip: Add RK3506 compatible
new 58834e2d3ed4 Merge tag 'spi-fix-v6.18-rc2' of git://git.kernel.org/pub/ [...]
new 41de7440e6a0 hwmon: (pmbus/max34440) Update adpm12160 coeff due to latest FW
new ab0fd09d25e1 hwmon: (gpd-fan) Fix return value when platform_get_resour [...]
new 72ac14851012 hwmon: (gpd-fan) Fix error handling in gpd_fan_probe()
new 57f6f47920ef hwmon: (pmbus/isl68137) Fix child node reference leak on e [...]
new a09a5aa8bf25 hwmon: (cgbc-hwmon) Add missing NULL check after devm_kzalloc()
new 8dcc66ad379e hwmon: (sht3x) Fix error handling
new 7bd29bf1fda4 Merge tag 'hwmon-for-v6.18-rc3' of git://git.kernel.org/pu [...]
new b14bb2e7821b tee: qcom: prevent potential off by one read
new a9ee2c461e5c tee: qcom: return -EFAULT instead of -EINVAL if copy_from_ [...]
new 3b63efa21bc6 tee: QCOMTEE should depend on ARCH_QCOM
new 1d4e7d9f6b7e Merge tag 'tee-qcomtee-fixes-for-v6.18' of git://git.kerne [...]
new 11fb1a82aefa firmware: arm_ffa: Add support for IMPDEF value in the mem [...]
new f4cb02832060 Merge tag 'ffa-fix-6.18' of git://git.kernel.org/pub/scm/l [...]
new 2290ab43b9d8 firmware: arm_scmi: Account for failed debug initialization
new 289ce7e9a5e1 include: trace: Fix inflight count helper on failed initia [...]
new 092b9e2ce6dd firmware: arm_scmi: Skip RAW initialization on failure
new 20b93a0088a5 firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW cl [...]
new 71a5970259c3 Merge tag 'scmi-fixes-6.18' of git://git.kernel.org/pub/sc [...]
new 4adc20ba95d4 ARM: dts: broadcom: rpi: Switch to V3D firmware clock
new 65627d4a629a Merge tag 'arm-soc/for-6.18/devicetree-fixes' of https://g [...]
new aa960b597600 arm64: dts: broadcom: bcm2712: Define VGIC interrupt
new e58794dbf770 Merge tag 'arm-soc/for-6.18/devicetree-arm64-fixes' of htt [...]
new b2a578f3127a soc: officially expand maintainership team
new 9b9b6e71ee23 Merge tag 'soc-fixes-6.18-2' of git://git.kernel.org/pub/s [...]
new 119aaeed0b67 of/irq: Add msi-parent check to of_msi_xlate()
new c71af4d6d566 of/irq: Fix OF node refcount in of_msi_get_domain()
new 7209ff310083 of/irq: Export of_msi_xlate() for module usage
new 2e590d67c2d8 Merge tag 'devicetree-fixes-for-6.18-2' of git://git.kerne [...]
The 56 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:
.../devicetree/bindings/spi/spi-cadence.yaml | 11 +-
.../devicetree/bindings/spi/spi-rockchip.yaml | 1 +
MAINTAINERS | 4 +
arch/arm/boot/dts/broadcom/bcm2711-rpi.dtsi | 8 ++
arch/arm/boot/dts/broadcom/bcm2835-rpi-common.dtsi | 9 ++
arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 2 +
drivers/firmware/arm_ffa/driver.c | 37 ++++--
drivers/firmware/arm_scmi/common.h | 32 +++++-
drivers/firmware/arm_scmi/driver.c | 59 ++++------
drivers/gpio/gpio-104-idio-16.c | 1 +
drivers/gpio/gpio-idio-16.c | 5 +
drivers/gpio/gpio-ljca.c | 14 +--
drivers/gpio/gpio-pci-idio-16.c | 1 +
drivers/gpio/gpio-regmap.c | 26 ++++-
drivers/gpio/gpiolib-acpi-core.c | 31 ++---
drivers/hwmon/cgbc-hwmon.c | 3 +
drivers/hwmon/gpd-fan.c | 10 +-
drivers/hwmon/pmbus/isl68137.c | 3 +-
drivers/hwmon/pmbus/max34440.c | 12 +-
drivers/hwmon/sht3x.c | 27 +++--
drivers/of/irq.c | 44 ++++++-
drivers/spi/spi-airoha-snfi.c | 128 ++++++++++++++++-----
drivers/spi/spi-amlogic-spifc-a4.c | 4 +-
drivers/spi/spi-cadence-quadspi.c | 5 +-
drivers/spi/spi-dw-mmio.c | 4 +-
drivers/spi/spi-intel-pci.c | 2 +
drivers/spi/spi-intel.c | 6 +
drivers/spi/spi-nxp-fspi.c | 32 +++++-
drivers/spi/spi-rockchip-sfc.c | 12 +-
drivers/tee/qcomtee/Kconfig | 1 +
drivers/tee/qcomtee/call.c | 2 +-
drivers/tee/qcomtee/core.c | 2 +-
include/linux/arm_ffa.h | 21 +++-
include/linux/gpio/regmap.h | 5 +
34 files changed, 407 insertions(+), 157 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 333ddd4e236 Ada: Small cleanup in Makefile
new b1c20060770 libstdc++: Fix <mdspan> export in std module
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:
libstdc++-v3/src/c++23/std.cc.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.