This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 2988dfed8a5d Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linux
new 1b30d4441727 bpf: Fix memory leak of bpf_scc_info objects
new 9474e27a24a4 libbpf: Add the ability to suppress perf event enablement
new 5e2ac8e8571d perf bpf-filter: Enable events manually
new 0e260fc798bf Merge branch 'perf-s390-regression-move-uid-filtering-to-b [...]
new c30a13538d9f Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
The 5 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:
kernel/bpf/verifier.c | 3 +++
tools/lib/bpf/libbpf.c | 13 ++++++++-----
tools/lib/bpf/libbpf.h | 4 +++-
tools/perf/util/bpf-filter.c | 5 ++++-
4 files changed, 18 insertions(+), 7 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 ffc867844c9 xtensa: Refine constraint "T" to define_special_memory_constraint
new fe837dc02bb testsuite: Require atomic operations for hardbool-ai.c
new 9e584501f6c Fortran: F2018 GENERIC statement is missing [PR121182]
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/fortran/decl.cc | 313 ++++++++++++++++++++++++++-
gcc/fortran/parse.cc | 6 +
gcc/testsuite/gcc.dg/torture/hardbool-ai.c | 1 +
gcc/testsuite/gfortran.dg/generic_stmt_1.f90 | 194 +++++++++++++++++
gcc/testsuite/gfortran.dg/generic_stmt_2.f90 | 87 ++++++++
gcc/testsuite/gfortran.dg/generic_stmt_3.f90 | 96 ++++++++
gcc/testsuite/gfortran.dg/generic_stmt_4.f90 | 43 ++++
7 files changed, 738 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/generic_stmt_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/generic_stmt_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/generic_stmt_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/generic_stmt_4.f90
--
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 71a076033b26 Merge tag 'spi-fix-v6.17-merge-window' of git://git.kernel [...]
new 6f02527729bd io_uring/net: Allow to do vectorized send
new 33503c083fda io_uring/memmap: cast nr_pages to size_t before shifting
new 24bbfb8920d4 Merge tag 'io_uring-6.17-20250808' of git://git.kernel.dk/linux
new 459779d04ae8 block: Improve read ahead size for rotational devices
new 448dfecc7ff8 block: avoid possible overflow for chunk_sectors check in [...]
new 1da67b5b1754 block: Enforce power-of-2 physical block size
new 5421681bc3ef blk-ioc: don't hold queue_lock for ioc_lookup_icq()
new 49811586be37 block: move elevator queue allocation logic into blk_mq_in [...]
new f5a6604f7a44 block: fix lockdep warning caused by lock dependency in el [...]
new 04225d13aef1 block: fix potential deadlock while running nr_hw_queue update
new c71fc0f457ca nvmet: add support for FDP in fabrics passthru path
new e715b8733df6 nvme: add capability to connect to an administrative controller
new 528589947c18 nvmet: initialize discovery subsys after debugfs is initialized
new 4e6e151cf92b nvme-pci: fix leak on sgl setup error
new b6160cd2c45c nvme-auth: remove unneeded semicolon
new 367c240b0a99 nvme: fix various comment typos
new d459b164a428 Merge tag 'nvme-6.17-2025-07-31' of git://git.infradead.or [...]
new e2ba58ccc909 block: Fix default IO priority if there is no IO context
new 765761851d89 zloop: fix KASAN use-after-free of tag set
new fad6551fcf53 block: ensure discard_granularity is zero when discard is [...]
new 1df1fc845d22 md: fix create on open mddev lifetime regression
new 948b1fe12005 md/md-cluster: handle REMOVE message earlier
new 907a99c314a5 md: rename recovery_cp to resync_offset
new 987ca60637a4 md/raid1: change r1conf->r1bio_pool to a pointer type
new 178d1391c5ce md/raid1: remove struct pool_info and related code
new 13017b427118 md: make rdev_addable usable for rcu mode
new 984ff00c6599 Merge tag 'md-6.17-20250803' of gitolite.kernel.org:pub/sc [...]
new 407728da41cd block, bfq: Reorder struct bfq_iocq_bfqq_data
new 80f21806b8e3 nvmet: exit debugfs after discovery subsystem exits
new 42e6c6ce03fd lib/sbitmap: convert shallow_depth from one word to the wh [...]
new 45fa9f97e652 lib/sbitmap: make sbitmap_get_shallow() internal
new 2988dfed8a5d Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linux
The 32 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:
block/bfq-iosched.c | 66 ++++--------
block/bfq-iosched.h | 13 ++-
block/blk-ioc.c | 16 ++-
block/blk-mq-sched.c | 223 ++++++++++++++++++++++++++++-------------
block/blk-mq-sched.h | 12 ++-
block/blk-mq.c | 16 ++-
block/blk-settings.c | 33 ++++--
block/blk.h | 4 +-
block/elevator.c | 38 +++++--
block/elevator.h | 16 ++-
block/kyber-iosched.c | 20 +---
block/mq-deadline.c | 30 +-----
drivers/block/zloop.c | 3 +-
drivers/md/dm-raid.c | 42 ++++----
drivers/md/md-bitmap.c | 8 +-
drivers/md/md-cluster.c | 16 +--
drivers/md/md.c | 73 ++++++++------
drivers/md/md.h | 2 +-
drivers/md/raid0.c | 6 +-
drivers/md/raid1-10.c | 2 +-
drivers/md/raid1.c | 94 +++++++----------
drivers/md/raid1.h | 22 +---
drivers/md/raid10.c | 16 +--
drivers/md/raid5-ppl.c | 6 +-
drivers/md/raid5.c | 30 +++---
drivers/nvme/host/auth.c | 4 +-
drivers/nvme/host/core.c | 16 +++
drivers/nvme/host/fc.c | 4 +-
drivers/nvme/host/pci.c | 2 +-
drivers/nvme/host/tcp.c | 2 +-
drivers/nvme/target/core.c | 14 +--
drivers/nvme/target/fc.c | 6 +-
drivers/nvme/target/passthru.c | 2 +
drivers/nvme/target/rdma.c | 6 +-
include/linux/ioprio.h | 3 +-
include/linux/sbitmap.h | 19 +---
include/uapi/linux/io_uring.h | 4 +
include/uapi/linux/raid/md_p.h | 2 +-
io_uring/memmap.c | 2 +-
io_uring/net.c | 9 +-
lib/sbitmap.c | 74 ++++++++------
41 files changed, 531 insertions(+), 445 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 0227b49b5027 Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git. [...]
new 472f8a3fccbb mailbox: mtk-cmdq: Switch to pm_runtime_put_autosuspend()
new fd3a4decb4f8 mailbox: Use dev_fwnode()
new dfa477b6e674 dt-bindings: mailbox: Add support for bcm74110
new 52436007b862 mailbox: Add support for bcm74110
new 9bdaf9a96d04 dt-bindings: mailbox: qcom-ipcc: document the Milos Inter- [...]
new b8fa5e827f20 dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing [...]
new f869e8f7da4d dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems
new 5682a215daae dt-bindings: mailbox: Correct example indentation
new cc0dce769bce dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name
new b92f05bc61e2 dt-bindings: mailbox: Drop consumers example DTS
new 7d33dd2d0e68 dt-bindings: mailbox: Add ASPEED AST2700 series SoC
new ae524eb76646 mailbox: aspeed: add mailbox driver for AST27XX series SoC
new 7fbb5a5672cc mailbox: bcm74110: remove unneeded semicolon
new 75f1fbc9fd40 mailbox: bcm74110: Fix spelling mistake
new 5378bdf6a611 mailbox/pcc: support mailbox management of the shared buffer
new b20b8538b310 Merge tag 'mailbox-v6.17' of git://git.kernel.org/pub/scm/ [...]
new d5c647b08ee0 PCI: vmd: Fix wrong kfree() in vmd_msi_free()
new 25046d5b005b Merge tag 'pci-v6.17-fixes-1' of git://git.kernel.org/pub/ [...]
new 1da33858af62 regmap: irq: Free the regmap-irq mutex
new 76b6e14aa7b0 regmap: irq: Avoid lockdep warnings with nested regmap-irq chips
new 21a1f1982738 Merge tag 'regmap-fix-v6.17-merge-window' of git://git.ker [...]
new 10dfd36f0784 regulator: core: correct convergence check in regulator_se [...]
new c5bf33d778e8 Merge tag 'regulator-fix-v6.17-merge-window' of git://git. [...]
new 926406a85ad8 MAINTAINERS: Add entries for the RZ/V2H(P) RSPI
new ffcfd071eec7 spi: cs42l43: Property entry should be a null-terminated array
new 71a076033b26 Merge tag 'spi-fix-v6.17-merge-window' of git://git.kernel [...]
The 26 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:
.../mailbox/allwinner,sun6i-a31-msgbox.yaml | 14 +-
.../bindings/mailbox/amlogic,meson-gxbb-mhu.yaml | 10 +-
.../devicetree/bindings/mailbox/apple,mailbox.yaml | 16 +-
.../bindings/mailbox/aspeed,ast2700-mailbox.yaml | 68 +++
.../bindings/mailbox/brcm,bcm74110-mbox.yaml | 64 ++
.../bindings/mailbox/nvidia,tegra186-hsp.yaml | 9 +-
.../bindings/mailbox/qcom,apcs-kpss-global.yaml | 9 +-
.../devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
.../bindings/mailbox/ti,omap-mailbox.yaml | 10 +-
.../bindings/mailbox/ti,secure-proxy.yaml | 18 +-
MAINTAINERS | 8 +
drivers/base/regmap/regmap-irq.c | 30 +-
drivers/mailbox/Kconfig | 19 +
drivers/mailbox/Makefile | 4 +
drivers/mailbox/ast2700-mailbox.c | 235 ++++++++
drivers/mailbox/bcm74110-mailbox.c | 656 +++++++++++++++++++++
drivers/mailbox/mtk-cmdq-mailbox.c | 10 +-
drivers/mailbox/pcc.c | 102 +++-
drivers/mailbox/qcom-ipcc.c | 3 +-
drivers/pci/controller/vmd.c | 4 +-
drivers/regulator/core.c | 2 +-
drivers/spi/spi-cs42l43.c | 2 +-
include/acpi/pcc.h | 29 +
23 files changed, 1248 insertions(+), 75 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mailbox/aspeed,ast2700-mailbox.yaml
create mode 100644 Documentation/devicetree/bindings/mailbox/brcm,bcm74110-mbox.yaml
create mode 100644 drivers/mailbox/ast2700-mailbox.c
create mode 100644 drivers/mailbox/bcm74110-mailbox.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 b0940964f1b Daily bump.
new ffc867844c9 xtensa: Refine constraint "T" to define_special_memory_constraint
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/xtensa/constraints.md | 2 +-
1 file changed, 1 insertion(+), 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 releases/gcc-15
in repository gcc.
from 9faa21a4de2 c++: constrained memfn vs corresponding using [PR121351]
new 929da38d408 Daily bump.
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/ChangeLog | 36 +++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 20 ++++++++++++++++++
gcc/testsuite/ChangeLog | 54 +++++++++++++++++++++++++++++++++++++++++++++++++
libcpp/ChangeLog | 10 +++++++++
libstdc++-v3/ChangeLog | 19 +++++++++++++++++
6 files changed, 140 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 releases/gcc-14
in repository gcc.
from b471cfe61cc c++: constexpr evaluation of abi::__dynamic_cast [PR120620]
new 172fec15312 Daily bump.
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/ChangeLog | 33 +++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 11 +++++++++
gcc/cp/ChangeLog | 9 ++++++++
gcc/testsuite/ChangeLog | 59 +++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 113 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 releases/gcc-13
in repository gcc.
from 06f193f1162 c++: constexpr evaluation of abi::__dynamic_cast [PR120620]
new 9eee0b2e4b2 Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
3 files changed, 19 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 gcc.
from 644a264d165 forwprop: Don't do copy-prop-aggregates from statements tha [...]
new b0940964f1b Daily bump.
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:
ChangeLog | 4 +
gcc/ChangeLog | 259 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 7 ++
gcc/cp/ChangeLog | 5 +
gcc/testsuite/ChangeLog | 60 +++++++++++
libgcc/ChangeLog | 8 ++
libgcobol/ChangeLog | 7 ++
8 files changed, 351 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.