This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from f345fc7a0706 Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pu [...]
new ec4696925da6 efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32
new 144d52dd8fc8 x86/efistub: Drop long obsolete UGA support
new c14bca3f7aa9 efi/libstub: Use C99-style for loop to traverse handle buffer
new 60a34085c36d efi/libstub: Simplify GOP handling code
new b52587c5e897 efi/libstub: Refactor and clean up GOP resolution picker code
new 90534e689d2e efi/libstub: Simplify PCI I/O handle buffer traversal
new ad69b0b6f995 efi/libstub: Use cleanup helpers for freeing copies of the [...]
new 4e23c96b1fe1 efi/libstub: Use __free() helper for pool deallocations
new 19fdc68aa7b9 efi: sysfb_efi: fix W=1 warnings when EFI is not set
new 8b4bc207f981 efivarfs: prevent setting of zero size on the inodes in the cache
new 8a32d46b2043 selftests/efivarfs: add check for disallowing file truncation
new c57b6e1d8a5c efivarfs: remove unused efi_variable.Attributes and efivar [...]
new 1aba87f92d47 efivarfs: add helper to convert from UC16 name and GUID to [...]
new 7e365c7e2cc5 efivarfs: make variable_is_present use dcache lookup
new fddca52766e2 efivarfs: move variable lifetime management into the inodes
new a58e954464db efivarfs: remove unused efivarfs_list
new 908af31f4896 efivarfs: fix error on write to new variable leaving remnants
new e7b4b1f61db7 Merge branch 'efivarfs' into next
new fd3aa3d5e5db selftests/efivarfs: fix tests for failed write removal
new 87e6cd7cdbe8 selftests/efivarfs: add concurrent update tests
new 8ba14d9f490a efi: libstub: Use '-std=gnu11' to fix build with GCC 15
new 0e2f98da2071 efivarfs: abstract initial variable creation routine
new b5d1e6ee761a efivarfs: add variable resync after hibernation
new 64b45dd46e15 x86/efi: skip memattr table on kexec boot
new ae8b53aac327 Merge tag 'efi-next-for-v6.14' of git://git.kernel.org/pub [...]
The 25 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/x86/include/asm/efi.h | 3 +
arch/x86/platform/efi/efi.c | 10 -
arch/x86/platform/efi/quirks.c | 5 +
drivers/firmware/efi/efi.c | 3 -
drivers/firmware/efi/libstub/Makefile | 2 +-
drivers/firmware/efi/libstub/efi-stub-helper.c | 9 +-
drivers/firmware/efi/libstub/efi-stub.c | 49 ++--
drivers/firmware/efi/libstub/efistub.h | 20 +-
drivers/firmware/efi/libstub/gop.c | 323 ++++++++++---------------
drivers/firmware/efi/libstub/kaslr.c | 4 +-
drivers/firmware/efi/libstub/mem.c | 20 +-
drivers/firmware/efi/libstub/pci.c | 34 +--
drivers/firmware/efi/libstub/randomalloc.c | 4 +-
drivers/firmware/efi/libstub/relocate.c | 10 +-
drivers/firmware/efi/libstub/x86-stub.c | 164 ++-----------
drivers/firmware/efi/sysfb_efi.c | 2 +-
fs/efivarfs/file.c | 59 ++++-
fs/efivarfs/inode.c | 58 ++---
fs/efivarfs/internal.h | 27 ++-
fs/efivarfs/super.c | 275 +++++++++++++++++----
fs/efivarfs/vars.c | 181 ++++----------
include/linux/efi.h | 4 -
tools/testing/selftests/efivarfs/efivarfs.sh | 168 ++++++++++++-
23 files changed, 734 insertions(+), 700 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 releases/gcc-14
in repository gcc.
from d4df61dc6ed Fortran: do not copy back for parameter actual arguments [PR81978]
new b69eb2c594f Fortran: Fix UTF-8 output with A edit descriptor.
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/gfortran.dg/utf8_3.f03 | 57 ++++++++++++++++++++++++++++++++++++
libgfortran/io/write.c | 4 ++-
2 files changed, 60 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/utf8_3.f03
--
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 71088146704e Merge tag 'soc-defconfig-6.14' of git://git.kernel.org/pub [...]
new 16ef9c9de0c4 of/fdt: Implement use BIN_ATTR_SIMPLE macro for fdt sysfs [...]
new 3c48780d48df of: Hide of_default_bus_match_table[]
new 4ff899ee4ef0 of/fdt: Dump __be32 array in CPU type order in of_dump_addr()
new 4bc244f6817d of: Simplify API of_find_node_with_property() implementation
new 3a973ce1b918 of/irq: Correct element count for array @dummy_imask in AP [...]
new a7a3b4186c8e dt-bindings: timer: fsl,imxgpt: Fix the fsl,imx7d-gpt fallback
new d1ad636741e4 dt-bindings: timer: fsl,imxgpt: Document fsl,imx35-gpt
new c1b4b91a5e55 of: unittest: Add a test case for of_find_node_opts_by_pat [...]
new b9e58c934c56 of: Fix of_find_node_opts_by_path() handling of alias+path [...]
new a0e583b64ced dt-bindings: power: Convert raspberrypi,bcm2835-power to D [...]
new 6adc91663565 dt-bindings: interrupt-controller: update imsic reg addres [...]
new 4c2a458eb5c0 dt-bindings: interrupt-controller: arm,gic: Correct VGIC i [...]
new a6a035a83c10 of: Constify 'struct bin_attribute'
new 208a55c4818c dt-bindings: vendor-prefixes: add Siflower
new 51ce1cd60d30 docs: dt: unittest: Correct SELFTEST to UNITTEST
new 5b0417b8bb1b dt-bindings: mfd: mediatek: mt6397: Add bindings for MT6328
new 539808eef79b dt-bindings: remoteproc: qcom,sa8775p-pas: Document QCS830 [...]
new 38a498a28112 dt-bindings: nvmem: qfprom: Add compatible for QCS615
new 89ec0f57a7ac dt-bindings: mailbox: qcom,apcs-kpss-global: Document the [...]
new 9a3c545b61ca dt-bindings: qcom,pdc: document QCS615 Power Domain Controller
new 715e36194d6a dt-bindings: qcom,pdc: document QCS8300 Power Domain Controller
new fed79caaf765 dt-bindings: thermal: qcom-tsens: Document ipq6018 tempera [...]
new 157660a58146 dt-bindings: sram: qcom,imem: Document MSM8976
new 92c58adcee0f dt-bindings: memory-controller: qca,ath79-ddr-controller: [...]
new 6143cc1d9e55 dt-bindings: interrupt-controller: qcom,pdc: Document SM8750 PDC
new 456f3000f825 dt-bindings: soc: altera: convert socfpga-system.txt to yaml
new e1b967ee2255 dt-bindings: samsung,mipi-dsim: Add imx7d specific compatible
new 5f42297d5902 dt-bindings: opp: h6: Add A100 operating points
new 52659fab5a4a dt-bindings: display: Correct indentation and style in DTS [...]
new 94edc3cee989 dt-bindings: interrupt-controller: Correct indentation and [...]
new 55e6502ef711 dt-bindings: interrupt-controller: ti,omap4-wugen-mpu: Add [...]
new e4c00c9b1f70 of: Correct child specifier used as input of the 2nd nexus node
new f73780e772c0 of: property: Avoiding using uninitialized variable @imapl [...]
new 1734514560ad of: Remove a duplicated code block
new 267b21d0bef8 of: reserved-memory: Fix using wrong number of cells to ge [...]
new 29091a52562b of: reserved-memory: Do not make kmemleak ignore freed address
new ab7eeb7b43b0 of: reserved-memory: Move an assignment to effective place [...]
new de7323f6fc10 of/fdt: Check fdt_get_mem_rsv() error in early_init_fdt_sc [...]
new bb3914101f70 device property: Split property reading bool and presence [...]
new c141ecc3cecd of: Warn when of_property_read_bool() is used on non-boole [...]
new 76583aac8065 dt-bindings: arm: coresight: Update the pattern of ete node name
new 7376d345d6c0 dt-bindings: usb: qcom,dwc3: Add IPQ5424 to USB DWC3 bindings
new 1b093633a138 dt-bindings: ufs: qcom: Add UFS Host Controller for QCS615
new 72d1c18262dd of: Do not expose of_alias_scan() and correct its comments
new 81dfedd5234b of: reserved-memory: Warn for missing static reserved memo [...]
new 8537a7011be9 of: Correct element count for two arrays in API of_parse_p [...]
new 54f6052f904c dt-bindings: ufs: Correct indentation and style in DTS example
new 1f744135f996 docs: dt-bindings: Document preferred line wrapping
new 14bce187d160 of/fdt: Restore possibility to use both ACPI and FDT from [...]
new 15e2f65f2ecf of: address: Fix empty resource handling in __of_address_r [...]
new f345fc7a0706 Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pu [...]
The 51 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:
.../bindings/arm/altera/socfpga-system.txt | 25 -----
.../bindings/arm/arm,embedded-trace-extension.yaml | 6 +-
.../bindings/display/amlogic,meson-dw-hdmi.yaml | 8 +-
.../display/bridge/fsl,imx8mp-hdmi-tx.yaml | 32 +++---
.../bindings/display/bridge/samsung,mipi-dsim.yaml | 76 ++++++-------
.../bindings/display/mediatek/mediatek,aal.yaml | 52 ++++-----
.../bindings/display/msm/dsi-controller-main.yaml | 118 ++++++++++-----------
.../bindings/display/msm/dsi-phy-10nm.yaml | 48 ++++-----
.../bindings/display/msm/dsi-phy-14nm.yaml | 34 +++---
.../bindings/display/msm/dsi-phy-20nm.yaml | 36 +++----
.../bindings/display/msm/dsi-phy-28nm.yaml | 34 +++---
.../bindings/display/msm/dsi-phy-7nm.yaml | 34 +++---
.../bindings/display/msm/qcom,sa8775p-mdss.yaml | 7 +-
.../devicetree/bindings/display/renesas,cmm.yaml | 12 +--
.../devicetree/bindings/dts-coding-style.rst | 16 ++-
.../bindings/input/mediatek,pmic-keys.yaml | 1 +
.../bindings/interrupt-controller/arm,gic.yaml | 4 +-
.../interrupt-controller/aspeed,ast2400-vic.yaml | 10 +-
.../interrupt-controller/brcm,bcm7120-l2-intc.yaml | 30 +++---
.../bindings/interrupt-controller/qcom,pdc.yaml | 3 +
.../interrupt-controller/riscv,imsics.yaml | 2 +-
.../{ti,omap4-wugen-mpu => ti,omap4-wugen-mpu.txt} | 0
.../bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 +
.../qca,ath79-ddr-controller.yaml | 7 --
.../devicetree/bindings/mfd/mediatek,mt6397.yaml | 2 +
.../devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 +
.../opp/allwinner,sun50i-h6-operating-points.yaml | 1 +
.../bindings/power/raspberrypi,bcm2835-power.yaml | 42 ++++++++
.../bindings/remoteproc/qcom,sa8775p-pas.yaml | 44 +++++---
.../bindings/soc/altera/altr,sys-mgr.yaml | 51 +++++++++
.../bindings/soc/bcm/raspberrypi,bcm2835-power.txt | 47 --------
.../devicetree/bindings/sram/qcom,imem.yaml | 1 +
.../devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
.../devicetree/bindings/timer/fsl,imxgpt.yaml | 3 +-
.../devicetree/bindings/ufs/qcom,ufs.yaml | 2 +
.../devicetree/bindings/ufs/renesas,ufs.yaml | 16 +--
.../bindings/ufs/samsung,exynos-ufs.yaml | 28 ++---
.../devicetree/bindings/usb/qcom,dwc3.yaml | 1 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
Documentation/devicetree/of_unittest.rst | 12 +--
.../translations/zh_CN/devicetree/of_unittest.rst | 2 +-
drivers/acpi/property.c | 1 +
drivers/base/property.c | 38 +++++++
drivers/base/swnode.c | 1 +
drivers/of/address.c | 33 ++----
drivers/of/base.c | 25 ++---
drivers/of/fdt.c | 33 ++----
drivers/of/fdt_address.c | 21 +---
drivers/of/irq.c | 2 +-
drivers/of/kobj.c | 4 +-
drivers/of/of_private.h | 20 ++++
drivers/of/of_reserved_mem.c | 15 ++-
drivers/of/pdt.c | 2 +
drivers/of/platform.c | 23 ++--
drivers/of/property.c | 35 +++++-
drivers/of/unittest.c | 9 ++
include/linux/fwnode.h | 3 +
include/linux/of.h | 30 ++----
include/linux/of_platform.h | 2 -
include/linux/property.h | 15 +--
60 files changed, 630 insertions(+), 534 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-system.txt
rename Documentation/devicetree/bindings/interrupt-controller/{ti,omap4-wugen-mpu [...]
create mode 100644 Documentation/devicetree/bindings/power/raspberrypi,bcm2835-power.yaml
create mode 100644 Documentation/devicetree/bindings/soc/altera/altr,sys-mgr.yaml
delete mode 100644 Documentation/devicetree/bindings/soc/bcm/raspberrypi,bcm2835-p [...]
--
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 glibc.
from aba14403c6 LICENSES: update CORE-MATH copyright
new 8ab34497de stdlib: Test using setenv with updated environ [BZ #32588]
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:
stdlib/Makefile | 1 +
.../tst-setenv-environ.c | 23 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
copy debug/tst-realpath-chk.c => stdlib/tst-setenv-environ.c (73%)
--
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 glibc.
from 12b4a1fc6e stdlib: Re-implement free (environ) compatibility kludge for setenv
new 4871ab841b LICENSES: remove Intel License Agreement
new 1ed3e44688 LICENSES: update location of getaddrinfo.c and getnameinfo.c
new aba14403c6 LICENSES: update CORE-MATH copyright
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:
LICENSES | 48 ++++++------------------------------------------
1 file changed, 6 insertions(+), 42 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 glibc.
from 36fcdfbbc5 Revert "stdlib: Support malloc-managed environ arrays for co [...]
new 12b4a1fc6e stdlib: Re-implement free (environ) compatibility kludge for setenv
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:
stdlib/Makefile | 4 ++
stdlib/setenv.c | 26 ++++----
stdlib/setenv.h | 15 ++++-
stdlib/tst-environ-change-1.c | 3 +
stdlib/tst-environ-change-2.c | 3 +
stdlib/tst-environ-change-3.c | 3 +
stdlib/tst-environ-change-4.c | 3 +
stdlib/tst-environ-change-skeleton.c | 118 +++++++++++++++++++++++++++++++++++
8 files changed, 158 insertions(+), 17 deletions(-)
create mode 100644 stdlib/tst-environ-change-1.c
create mode 100644 stdlib/tst-environ-change-2.c
create mode 100644 stdlib/tst-environ-change-3.c
create mode 100644 stdlib/tst-environ-change-4.c
create mode 100644 stdlib/tst-environ-change-skeleton.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 linux.
from 47d65738b975 Merge tag 'parisc-for-6.14-rc1' of git://git.kernel.org/pu [...]
new d61927d784e2 iommufd/selftest: Remove domain_alloc_paging()
new 11534b4de2a1 iommufd: Deal with IOMMU_HWPT_FAULT_ID_VALID in iommufd core
new d9df72c6acd6 iommu: iommufd: fix WARNING in iommufd_device_unbind
new e24c15510592 iommufd/iova_bitmap: Fix shift-out-of-bounds in iova_bitma [...]
new 442003f3a842 iommufd: Keep OBJ/IOCTL lists in an alphabetical order
new 3f4818ec1390 iommufd/fault: Destroy response and mutex in iommufd_fault [...]
new 3d49020a327c iommufd/fault: Use a separate spinlock to protect fault->d [...]
new e721f619e3ec iommufd: Fix struct iommu_hwpt_pgfault init and padding
new aa44198a6cf5 Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...]
new 1f53d88cbb0d RDMA/mlx4: Avoid false error about access to uninitialized [...]
new d31ba16c4331 RDMA/mlx4: Use ib_umem_find_best_pgsz() to calculate MTT size
new f5afe060b103 RDMA/mlx4: Use DMA iterator to write MTT
new fbef60de6c75 RDMA/mlx5: Extend ODP statistics with operation count
new bd96a3935e89 rdma/cxgb4: Prevent potential integer overflow on 32bit
new a883e71345a0 RDMA/erdma: Probe the erdma RoCEv2 device
new 6edc15abc256 RDMA/erdma: Add GID table management interfaces
new 14bcf7354a0e RDMA/erdma: Add the erdma_query_pkey() interface
new 41dcaf48ff9e RDMA/erdma: Add address handle implementation
new 9566cf6a7742 RDMA/erdma: Add erdma_modify_qp_rocev2() interface
new de5b8008aa4d RDMA/erdma: Refactor the code of the modify_qp interface
new 1cccbd3eec3d RDMA/erdma: Add the query_qp command to the cmdq
new 999a0a2e9b87 RDMA/erdma: Support UD QPs and UD WRs
new c7f2cfe81e05 RDMA/bnxt_re: Remove extra new line in bnxt_re_netdev_event
new ae51cb982132 RDMA/bnxt_re: Remove unnecessary goto in bnxt_re_netdev_event
new 55992c386263 RDMA/bnxt_re: Optimize error handling in bnxt_re_probe
new 8aa3dd3e7659 RDMA/bnxt_re: Eliminate need for some forward declarations
new 1950af31dc66 RDMA/bnxt_re: Remove unnecessary header file inclusion
new 2dab32d1c79c IB/hfi1: Remove unused hfi1_format_hwerrors
new db03b70969aa RDMA/rxe: Fix mismatched max_msg_sz
new a3cbf68c6961 RDMA/srp: Fix error handling in srp_add_port
new c57c76498a89 RDMA/erdma: Fix opcode conditional check
new 695df3e833c0 RDMA/irdma: Remove unused irdma_cqp_*_fpm_val_cmd functions
new 30dd62fa3954 RDMA/core: Remove unused ib_ud_header_unpack
new ddc8fab40b9a RDMA/core: Remove unused ib_find_exact_cached_pkey
new 750efbb9c307 RDMA/core: Remove unused ibdev_printk
new 2028c2958775 RDMA/core: Remove unused ib_copy_path_rec_from_user
new 0c039a57b68d RDMA/core: Add ib_query_netdev_port() to query netdev port [...]
new 1fb0644c3899 RDMA/core: Support link status events dispatching
new d3b15fcc4201 RDMA/bnxt_re: Remove deliver net device event
new 18eb2bf3df19 RDMA/erdma: Remove deliver net device event
new 4c354c02d5e3 RDMA/irdma: Remove deliver net device event
new 958152336cfa RDMA/rxe: Remove deliver net device event
new 62f5d59d1a3d RDMA/siw: Remove deliver net device event
new 2298c30c6885 RDMA/usnic: Support report_port_event() ops
new e4b4ef345788 RDMA/mlx4: Support report_port_event() ops
new e89fd16278fd RDMA/pvrdma: Support report_port_event() ops
new 379013776222 RDMA/mlx5: Handle link status event only for LAG device
new 20b6d8a7b9bd RDMA/hns: Support fast path for link-down events dispatching
new 123c13f10ed3 RDMA/efa: Reset device on probe failure
new 67831baff0d7 RDMA/erdma: Add missing fields to the erdma_device_ops_rocev2
new 3761e0ad79c1 RDMA/erdma: Fix incorrect response returned from query_qp
new 26981e688ca8 RDMA/erdma: Support non-sleeping erdma_post_cmd_wait()
new a6c346760a52 RDMA/erdma: Support create_ah/destroy_ah in non-sleepable [...]
new 220043b06fde RDMA/mlx5: Fix link status down event for MPV
new c84f0f4f49d8 RDMA/bnxt_re: Fix to drop reference to the mmap entry in c [...]
new 802a9f8792c4 RDMA/efa: Align interrupt related fields to same type
new 81468c4058a6 RDMA/rtrs: Add missing deinit() call
new 8977b561216c RDMA/hns: Clean up the legacy CONFIG_INFINIBAND_HNS
new 76b26917e4ff MAINTAINERS: Update the bnxt_re maintainers
new 235f23840219 RDMA/mlx5: Fix indirect mkey ODP page count
new 184fe6f2382b bnxt_en: Add ULP call to notify async events
new 7fea32784068 RDMA/bnxt_re: Add Async event handling support
new c0ad30eddc28 RDMA/bnxt_re: Query firmware defaults of CC params during probe
new 51dc5312dcd9 RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE event
new 57e6464c221c RDMA/bnxt_re: Pass the context for ulp_irq_stop
new 9264cd6aa8f1 RDMA/bnxt_re: Allocate dev_attr information dynamically
new 42e6ddda4c17 RDMA/cxgb4: Notify rdma stack for IB_EVENT_QP_LAST_WQE_REA [...]
new edc4ef0e0154 RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]"
new 39d772f6654a RDMA/hfi1: Constify 'struct bin_attribute'
new f5f01c5c409e RDMA/qib: Constify 'struct bin_attribute'
new abb604a1a9c8 RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error
new d3d930411ce3 RDMA/mlx5: Fix implicit ODP use after free
new 0afd22092df4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 73 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 +
drivers/infiniband/core/cache.c | 35 --
drivers/infiniband/core/device.c | 116 ++++-
drivers/infiniband/core/ud_header.c | 83 ---
drivers/infiniband/core/uverbs_marshall.c | 42 --
drivers/infiniband/hw/Makefile | 2 +-
drivers/infiniband/hw/bnxt_re/bnxt_re.h | 5 +-
drivers/infiniband/hw/bnxt_re/hw_counters.c | 11 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 47 +-
drivers/infiniband/hw/bnxt_re/main.c | 339 +++++++-----
drivers/infiniband/hw/bnxt_re/qplib_fp.h | 1 +
drivers/infiniband/hw/bnxt_re/qplib_res.c | 7 +-
drivers/infiniband/hw/bnxt_re/qplib_res.h | 4 +-
drivers/infiniband/hw/bnxt_re/qplib_sp.c | 117 ++++-
drivers/infiniband/hw/bnxt_re/qplib_sp.h | 6 +-
drivers/infiniband/hw/cxgb4/device.c | 6 +-
drivers/infiniband/hw/cxgb4/qp.c | 8 +
drivers/infiniband/hw/efa/efa.h | 8 +-
drivers/infiniband/hw/efa/efa_com.h | 6 +-
drivers/infiniband/hw/efa/efa_main.c | 28 +-
drivers/infiniband/hw/erdma/Kconfig | 2 +-
drivers/infiniband/hw/erdma/erdma.h | 14 +-
drivers/infiniband/hw/erdma/erdma_cm.c | 71 +--
drivers/infiniband/hw/erdma/erdma_cmdq.c | 26 +-
drivers/infiniband/hw/erdma/erdma_cq.c | 65 +++
drivers/infiniband/hw/erdma/erdma_eq.c | 6 +-
drivers/infiniband/hw/erdma/erdma_hw.h | 135 ++++-
drivers/infiniband/hw/erdma/erdma_main.c | 62 ++-
drivers/infiniband/hw/erdma/erdma_qp.c | 301 ++++++++---
drivers/infiniband/hw/erdma/erdma_verbs.c | 568 ++++++++++++++++++---
drivers/infiniband/hw/erdma/erdma_verbs.h | 166 +++++-
drivers/infiniband/hw/hfi1/hfi.h | 14 -
drivers/infiniband/hw/hfi1/intr.c | 31 --
drivers/infiniband/hw/hfi1/sysfs.c | 14 +-
drivers/infiniband/hw/hns/Kconfig | 20 +-
drivers/infiniband/hw/hns/Makefile | 9 +-
drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 13 +
drivers/infiniband/hw/irdma/osdep.h | 4 -
drivers/infiniband/hw/irdma/protos.h | 4 -
drivers/infiniband/hw/irdma/utils.c | 71 ---
drivers/infiniband/hw/mlx4/cq.c | 6 +-
drivers/infiniband/hw/mlx4/main.c | 60 +--
drivers/infiniband/hw/mlx4/mlx4_ib.h | 18 +-
drivers/infiniband/hw/mlx4/mr.c | 286 +----------
drivers/infiniband/hw/mlx4/qp.c | 12 +-
drivers/infiniband/hw/mlx5/main.c | 4 +
drivers/infiniband/hw/mlx5/mlx5_ib.h | 6 +
drivers/infiniband/hw/mlx5/mr.c | 17 +-
drivers/infiniband/hw/mlx5/odp.c | 70 ++-
drivers/infiniband/hw/mlx5/restrack.c | 9 +
drivers/infiniband/hw/qib/qib_sysfs.c | 16 +-
drivers/infiniband/hw/usnic/usnic_ib_main.c | 73 ++-
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c | 66 ++-
drivers/infiniband/sw/rxe/rxe_net.c | 22 +-
drivers/infiniband/sw/rxe/rxe_param.h | 2 +-
drivers/infiniband/sw/rxe/rxe_pool.c | 11 +-
drivers/infiniband/sw/rxe/rxe_verbs.c | 6 +-
drivers/infiniband/sw/siw/siw_main.c | 8 -
drivers/infiniband/sw/siw/siw_verbs.c | 5 +-
drivers/infiniband/ulp/rtrs/rtrs.c | 3 +
drivers/infiniband/ulp/srp/ib_srp.c | 1 -
.../iommu/arm/arm-smmu-v3/arm-smmu-v3-iommufd.c | 8 +-
drivers/iommu/intel/iommu.c | 3 +-
drivers/iommu/iommufd/fault.c | 44 +-
drivers/iommu/iommufd/hw_pagetable.c | 10 +-
drivers/iommu/iommufd/iommufd_private.h | 29 +-
drivers/iommu/iommufd/iova_bitmap.c | 2 +-
drivers/iommu/iommufd/main.c | 32 +-
drivers/iommu/iommufd/selftest.c | 45 +-
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 1 +
drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 39 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h | 8 +-
include/rdma/ib_cache.h | 16 -
include/rdma/ib_marshall.h | 3 -
include/rdma/ib_pack.h | 3 -
include/rdma/ib_verbs.h | 24 +-
include/uapi/linux/iommufd.h | 4 +-
77 files changed, 2112 insertions(+), 1328 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 2047479c10d gdb/riscv: Add command to switch between numeric & abi regi [...]
new 2e724489260 Fix C++ template function matching in cooked index
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/dwarf2/cooked-index.c | 51 +++++++++++-----------
.../cpcompletion.cc} | 7 +--
gdb/testsuite/gdb.linespec/cpcompletion.exp | 5 ++-
gdb/testsuite/gdb.linespec/cpls.cc | 2 +-
4 files changed, 34 insertions(+), 31 deletions(-)
copy gdb/testsuite/{gdb.base/debug-frame-2.c => gdb.linespec/cpcompletion.cc} (91%)
--
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 releases/gcc-14
in repository gcc.
from 504fbafd45a c++: ICE with nested anonymous union [PR117153]
new d4df61dc6ed Fortran: do not copy back for parameter actual arguments [PR81978]
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/fortran/trans-array.cc | 10 +++-
gcc/fortran/trans-expr.cc | 11 +++-
gcc/testsuite/gfortran.dg/pr81978.f90 | 107 ++++++++++++++++++++++++++++++++++
3 files changed, 124 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr81978.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.