This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from a3daad821514 Merge tag 'mtd/fixes-for-6.14-rc4' of git://git.kernel.org [...]
new d403120cb9d4 ACPI: platform_profile: Fix memory leak in profile_class_i [...]
new 7108b48e9666 Merge tag 'acpi-6.14-rc4' of git://git.kernel.org/pub/scm/ [...]
new 13918315c5dc io-wq: backoff when retrying worker creation
new 1e988c3fe126 io_uring: prevent opcode speculation
new 1fc61eeefe10 io_uring: fix spelling error in uapi io_uring.h
new fb3331f53e3c io_uring/rsrc: remove unused constants
new 67b0025d19f9 io_uring/rw: forbid multishot async reads
new 4e43133c6f23 io_uring/rw: don't directly use ki_complete
new 74f3e875268f io_uring/rw: move ki_complete init into prep
new 4614de748e78 io_uring/rw: clean up mshot forced sync mode
new f679ebf6aa9b Merge tag 'io_uring-6.14-20250221' of git://git.kernel.dk/linux
new 43c70b104093 block/merge: remove unnecessary min() with UINT_MAX
new dd8b0582e25e block: fix NULL pointer dereferenced within __blk_rq_map_sg
new fbe8f2fa971c md/raid*: Fix the set_queue_limits implementations
new 7543095ce0f3 Merge tag 'md-6.14-20250218' of https://git.kernel.org/pub [...]
new fcd875445866 nvme-pci: quirk Acer FA100 for non-uniqueue identifiers
new 84e009042d0f nvme-tcp: add basic support for the C2HTermReq PDU
new 408232680707 nvmet: Fix crash when a namespace is disabled
new 3988ac1c67e6 nvmet-rdma: recheck queue state is LIVE in state lock in r [...]
new 68a5c91f01fc nvmet: pci-epf: Correctly initialize CSTS when enabling th [...]
new ffa35567632c nvmet: pci-epf: Do not uselessly write the CSTS register
new 01ef7ff7dd3c nvmet: pci-epf: Avoid RCU stalls under heavy workload
new cd513e0434c3 nvme: tcp: Fix compilation warning with W=1
new 578539e09690 nvme-tcp: fix connect failure on receiving partial ICResp PDU
new 487a3ea7b1b8 nvme/ioctl: add missing space in err message
new d422247d14a5 nvme: Cleanup the definition of the controller config regi [...]
new 2ba8cf918f0d nvmet: Use enum definitions instead of hardcoded values
new eefa72a15ea0 apple-nvme: Release power domains when probe fails
new 3f22421f6a24 apple-nvme: Support coprocessors left idle
new f13409bb3f91 nvme-fc: rely on state transitions to handle connectivity loss
new d2fe192348f9 nvme: only allow entering LIVE from CONNECTING state
new 70550442f28e Merge tag 'nvme-6.14-2025-02-20' of git://git.infradead.or [...]
new 8a61cb6e150e Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linux
The 33 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/blk-merge.c | 7 +++--
drivers/acpi/platform_profile.c | 8 ++++-
drivers/md/raid0.c | 4 +--
drivers/md/raid1.c | 4 +--
drivers/md/raid10.c | 4 +--
drivers/nvme/host/apple.c | 55 ++++++++++++++++++++++-----------
drivers/nvme/host/core.c | 2 --
drivers/nvme/host/fc.c | 67 ++++-------------------------------------
drivers/nvme/host/ioctl.c | 3 +-
drivers/nvme/host/pci.c | 2 ++
drivers/nvme/host/tcp.c | 50 ++++++++++++++++++++++++++++--
drivers/nvme/target/core.c | 40 ++++++++++++------------
drivers/nvme/target/nvmet.h | 14 ++++-----
drivers/nvme/target/pci-epf.c | 39 ++++++++++++++++++------
drivers/nvme/target/rdma.c | 33 ++++++++++++++------
include/linux/nvme-tcp.h | 2 ++
include/linux/nvme.h | 40 +++++++++++++++++++-----
include/uapi/linux/io_uring.h | 2 +-
io_uring/io-wq.c | 23 +++++++++++---
io_uring/io_uring.c | 2 ++
io_uring/rsrc.h | 6 ----
io_uring/rw.c | 30 ++++++++++++------
22 files changed, 265 insertions(+), 172 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 51de7a59e Add entry ccaa39a268bef2a1d8880022696ff2dcaa6af941 from https [...]
new 5c92707a5 Add entry 313afcfdabeab3e6705ac0bd1273627075be0023 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:
.../commit-log.txt | 6 ++----
.../jira/description | 8 +++-----
.../jira/summary | 2 +-
.../jira/yaml | 10 ++++------
.../status-summary.txt | 2 +-
.../status.txt | 2 +-
.../gnu-aarch64-master-O3/details.txt | 4 +++-
.../reproduction_instructions.txt | 20 --------------------
.../gnu-aarch64-master-O3/status-summary.txt | 2 +-
.../gnu-aarch64-master-O3/status.txt | 2 +-
.../status-summary.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status.txt | 2 +-
12 files changed, 19 insertions(+), 43 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 334426094588 Merge tag 'for-v6.14-rc' of git://git.kernel.org/pub/scm/l [...]
new 9d846b1aebbe gpiolib: check the return value of gpio_chip::get_direction()
new 4e667a196809 gpio: vf610: add locking to gpio direction functions
new 81570d6a7ad3 gpiolib: protect gpio_chip with SRCU in array_info paths i [...]
new 96fa9ec477ff gpiolib: don't bail out if get_direction() fails in gpioch [...]
new 534a2c6217f2 Merge tag 'gpio-fixes-for-v6.14-rc4' of git://git.kernel.o [...]
new 2b9df00cded9 mtd: rawnand: cadence: fix error code in cadence_nand_init()
new d76d22b5096c mtd: rawnand: cadence: use dma_map_resource for sdma address
new f37d135b42cb mtd: rawnand: cadence: fix incorrect device in dma_unmap_single
new 86ede0a61f85 mtd: rawnand: qcom: fix broken config in qcom_param_page_t [...]
new 41758630dd7e dt-bindings: mtd: cadence: document required clock-names
new 60255f3704fd mtd: rawnand: cadence: fix unchecked dereference
new 539bd2035283 mtd: spi-nor: sst: Fix SST write failure
new 1dbf60277e9b Merge tag 'spi-nor/fixes-for-6.14-rc4' of https://git.kern [...]
new a3daad821514 Merge tag 'mtd/fixes-for-6.14-rc4' of git://git.kernel.org [...]
The 14 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/mtd/cdns,hp-nfc.yaml | 8 +-
drivers/gpio/gpio-vf610.c | 4 +
drivers/gpio/gpiolib.c | 100 ++++++++++++++-------
drivers/gpio/gpiolib.h | 4 +-
drivers/mtd/nand/raw/cadence-nand-controller.c | 44 ++++++---
drivers/mtd/nand/raw/qcom_nandc.c | 24 ++---
drivers/mtd/spi-nor/sst.c | 2 +-
7 files changed, 129 insertions(+), 57 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 29b3299fa Add entry 44e7e4498c3cdc27e087ab80aa76dac41819702f from https [...]
new 51de7a59e Add entry ccaa39a268bef2a1d8880022696ff2dcaa6af941 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:
.../commit-log.txt | 6 ++----
.../jira/description | 8 +++-----
.../ccaa39a268bef2a1d8880022696ff2dcaa6af941/jira/summary | 2 +-
.../ccaa39a268bef2a1d8880022696ff2dcaa6af941/jira/yaml | 10 ++++------
.../status-summary.txt | 2 +-
.../ccaa39a268bef2a1d8880022696ff2dcaa6af941/status.txt | 2 +-
.../gnu-aarch64-master-O3/details.txt | 4 +++-
.../gnu-aarch64-master-O3/reproduction_instructions.txt | 15 ---------------
.../gnu-aarch64-master-O3/status-summary.txt | 2 +-
.../gnu-aarch64-master-O3/status.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status-summary.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status.txt | 2 +-
12 files changed, 19 insertions(+), 38 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 a61184679 Add entry ae73bc8e94b3174e2b495eee544cf843b6e51899 from https [...]
new 29b3299fa Add entry 44e7e4498c3cdc27e087ab80aa76dac41819702f 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:
.../reproduction_instructions.txt | 15 ---------------
1 file changed, 15 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 newlib.
from af2cd59ff Use .p2align 2 instead of .align 0
new 8c0250e42 Add check for clang to avoid unnecessary FPU directives
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:
newlib/libc/machine/arm/setjmp.S | 4 ++--
1 file changed, 2 insertions(+), 2 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 main
in repository newlib.
from af2cd59ff Use .p2align 2 instead of .align 0
new 8c0250e42 Add check for clang to avoid unnecessary FPU directives
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:
newlib/libc/machine/arm/setjmp.S | 4 ++--
1 file changed, 2 insertions(+), 2 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 newlib.
from 214d0b65d libgloss: arm: Clean up assembly syntax for clang compatibility
new af2cd59ff Use .p2align 2 instead of .align 0
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:
libgloss/arm/crt0.S | 2 +-
libgloss/arm/trap.S | 2 +-
newlib/libc/sys/arm/crt0.S | 2 +-
newlib/libc/sys/arm/trap.S | 2 +-
4 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 main
in repository newlib.
from 214d0b65d libgloss: arm: Clean up assembly syntax for clang compatibility
new af2cd59ff Use .p2align 2 instead of .align 0
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:
libgloss/arm/crt0.S | 2 +-
libgloss/arm/trap.S | 2 +-
newlib/libc/sys/arm/crt0.S | 2 +-
newlib/libc/sys/arm/trap.S | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.