This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from c3200081020d Merge tag 'block-6.6-2023-10-20' of git://git.kernel.dk/linux
new 1bbac8d6af08 dt-bindings: mmc: sdhci-msm: correct minimum number of clocks
new 32a9cdb8869d mmc: core: sdio: hold retuning if sdio in 1-bit mode
new 1202d617e3d0 mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs c [...]
new 168054ca5cf7 mmc: sdhci-sprd: Fix error code in sdhci_sprd_tuning()
new f19c5a73e6f7 mmc: core: Fix error propagation for some ioctl commands
new c7bb120c1c66 mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw
new 84ee19bffc93 mmc: core: Capture correct oemid-bits for eMMC cards
new 7da6c042ca0d Merge tag 'mmc-v6.6-rc3' of git://git.kernel.org/pub/scm/l [...]
new 3e01d5254698 mtd: rawnand: marvell: Ensure program page operations are [...]
new 6792b7fce610 mtd: physmap-core: Restore map_rom fallback
new 9836a987860e mtd: spinand: micron: correct bitmask for ecc status
new 3a4a893dbb19 mtd: rawnand: arasan: Ensure program page operations are s [...]
new 9777cc13fd2c mtd: rawnand: pl353: Ensure program page operations are su [...]
new 5279f4a9eed3 mtd: rawnand: qcom: Unmap the right resource upon probe failure
new f6ca3fb6978f mtd: rawnand: Ensure the nand chip supports cached reads
new f6176471542d Merge tag 'mtd/fixes-for-6.6-rc7' of git://git.kernel.org/ [...]
new c8befdc411e5 pinctrl: qcom: lpass-lpi: fix concurrent register updates
new 62140a1e4dec Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()"
new 659eaa0015db Merge tag 'pinctrl-v6.6-3' of git://git.kernel.org/pub/scm [...]
new e40c04ade0e2 scsi: mpt3sas: Fix in error path
new 097c06394c83 scsi: qla2xxx: Fix double free of dsd_list during driver load
new 75e167c2f63c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 22 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/mmc/sdhci-msm.yaml | 2 +-
drivers/mmc/core/block.c | 31 +++---
drivers/mmc/core/mmc.c | 2 +-
drivers/mmc/core/sdio.c | 8 +-
drivers/mmc/host/mtk-sd.c | 6 +-
drivers/mmc/host/sdhci-pci-gli.c | 104 +++++++++++++--------
drivers/mmc/host/sdhci-sprd.c | 1 +
drivers/mtd/maps/physmap-core.c | 11 +++
drivers/mtd/nand/raw/arasan-nand-controller.c | 16 +++-
drivers/mtd/nand/raw/marvell_nand.c | 23 ++++-
drivers/mtd/nand/raw/nand_base.c | 3 +
drivers/mtd/nand/raw/nand_jedec.c | 3 +
drivers/mtd/nand/raw/nand_onfi.c | 3 +
drivers/mtd/nand/raw/pl35x-nand-controller.c | 9 ++
drivers/mtd/nand/raw/qcom_nandc.c | 2 +-
drivers/mtd/nand/spi/micron.c | 2 +-
drivers/pinctrl/core.c | 16 ++--
drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 17 ++--
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
drivers/scsi/qla2xxx/qla_os.c | 2 +-
include/linux/mtd/jedec.h | 3 +
include/linux/mtd/onfi.h | 1 +
include/linux/mtd/rawnand.h | 2 +
23 files changed, 194 insertions(+), 77 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 fb8ea9d2ca2 Don't include cooked-index.h from dwarf2/read.h
new eefa43c9366 [gdb/cli] Allow source-highlight to autodetect language
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/source-cache.c | 18 ++++++++++++++++--
1 file changed, 16 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 gcc.
from 7069ea909f5 c: -Wint-conversion should cover pointer/integer mismatches in ?:
new 084addf8a70 c++: Constructor streaming [PR105322]
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/cp/module.cc | 58 ++++++++++++++++-------------
gcc/testsuite/g++.dg/modules/decltype-1_a.C | 28 ++++++++++++++
gcc/testsuite/g++.dg/modules/decltype-1_b.C | 10 +++++
gcc/testsuite/g++.dg/modules/lambda-5_a.C | 24 ++++++++++++
gcc/testsuite/g++.dg/modules/lambda-5_b.C | 10 +++++
5 files changed, 105 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/decltype-1_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/decltype-1_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/lambda-5_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/lambda-5_b.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_glibc_build/master-arm
in repository toolchain/ci/base-artifacts/tcwg_glibc_build/master-arm.
from 8cf21ef onsuccess: #727: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new e322056 onsuccess: #728: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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:
01-reset_artifacts/console.log.xz | Bin 2116 -> 2140 bytes
02-prepare_abe/console.log.xz | Bin 2592 -> 2588 bytes
03-init_abe_sysroot/console.log.xz | Bin 420 -> 420 bytes
04-build_abe-glibc/console.log.xz | Bin 191916 -> 192108 bytes
04-build_abe-glibc/make-glibc.log.xz | Bin 181888 -> 182128 bytes
05-check_regression/console.log.xz | Bin 1096 -> 1116 bytes
git/glibc_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 628 +++++++++++++++++------------------
jenkins/notify-init.log | 156 +++++----
jenkins/rewrite.log | 20 +-
jenkins/run-build.env | 6 +-
manifest.sh | 2 +-
notify/jira/comment-template.txt | 2 +-
notify/jira/description | 22 +-
notify/jira/summary | 2 +-
notify/mail-body.txt | 28 +-
notify/mail-recipients.txt | 2 +-
notify/mail-subject.txt | 2 +-
19 files changed, 434 insertions(+), 440 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 linaro-local/v1.0_to_v1.2-890/tcwg_gnu_native_check_gdb/master-arm
in repository toolchain/ci/base-artifacts/tcwg_gnu_native_check_gdb/master-arm.
at 0a4f7e13 force: #890: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_gnu_ [...]
No new revisions were added by this update.
--
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 4ce3bad9 Add entry 8971d2788e79db2ffc1205ed36935483eedf2fab from https [...]
new c856ac79 Add entry 8971d2788e79db2ffc1205ed36935483eedf2fab 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 | 65 ++++------------------
.../master-arm}/reproduction_instructions.txt | 4 +-
.../master-arm}/status-summary.txt | 0
.../master-arm/status.txt | 6 +-
.../tcwg_gnu_native_check_gdb}/status-summary.txt | 0
.../tcwg_gnu_native_check_gdb/status.txt | 6 +-
9 files changed, 35 insertions(+), 61 deletions(-)
copy gdb/sha1/8971d2788e79db2ffc1205ed36935483eedf2fab/{tcwg_gdb_check => tcwg_gnu [...]
copy gdb/sha1/8971d2788e79db2ffc1205ed36935483eedf2fab/{tcwg_gdb_check/master-aarc [...]
copy {gcc/sha1/821ef93976e750c118d42a2ad33b96dbd1b9f3a5 => gdb/sha1/8971d2788e79db [...]
copy gdb/sha1/{d5acae9e9f16521e1d9886f74418cd2e48f01364 => 8971d2788e79db2ffc1205e [...]
copy {gcc/sha1/821ef93976e750c118d42a2ad33b96dbd1b9f3a5 => gdb/sha1/8971d2788e79db [...]
copy gdb/sha1/{d5acae9e9f16521e1d9886f74418cd2e48f01364 => 8971d2788e79db2ffc1205e [...]
--
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 2b00c045 Add entry 8971d2788e79db2ffc1205ed36935483eedf2fab from https [...]
new 4ce3bad9 Add entry 8971d2788e79db2ffc1205ed36935483eedf2fab 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_native_check_gdb/master-arm/build_url | 2 +-
.../master-aarch64 => tcwg_gnu_native_check_gdb/master-arm}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/14317f7f05d0290586f456d02176dd77a81aee69 => gdb/sha1/8971d2788 [...]
copy gdb/sha1/8971d2788e79db2ffc1205ed36935483eedf2fab/{tcwg_gdb_check/master-aarc [...]
--
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 8f75e6cf583 bootstrap: tm_p.h requires memmodel.h on SPARC.
new 857a6ee25ff c: -Wincompatible-pointer-types should cover mismatches in ?:
new 7069ea909f5 c: -Wint-conversion should cover pointer/integer mismatches in ?:
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/c/c-typeck.cc | 20 ++++++++++----------
gcc/testsuite/gcc.dg/Wincompatible-pointer-types-2.c | 10 ++++++++++
gcc/testsuite/gcc.dg/Wincompatible-pointer-types-3.c | 10 ++++++++++
gcc/testsuite/gcc.dg/Wincompatible-pointer-types-4.c | 10 ++++++++++
gcc/testsuite/gcc.dg/Wint-conversion-3.c | 14 ++++++++++++++
5 files changed, 54 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wincompatible-pointer-types-2.c
create mode 100644 gcc/testsuite/gcc.dg/Wincompatible-pointer-types-3.c
create mode 100644 gcc/testsuite/gcc.dg/Wincompatible-pointer-types-4.c
create mode 100644 gcc/testsuite/gcc.dg/Wint-conversion-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.