This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
from dc5483c989 Automatic date update in version.in
adds 9c6c44713f gdb: make use of std::string in dbxread.c and xcoffread.c
adds 336125713f gdb: avoid nullptr access in dbxread.c from read_dbx_symtab
adds 144459531d gdb/testsuite: relax pattern in new gdb.mi/mi-multi-commands [...]
adds 216722984f sim: gdbinit: hoist setup to common code
adds cf53a97bed Re: ld: Support customized output section type
adds fadefdc518 Automatic date update in version.in
adds 3a3e333f65 RISC-V: Maintain a string to hold the canonical order
No new revisions were added by this update.
Summary of changes:
bfd/bfd-in2.h | 12 ++-
bfd/elfxx-riscv.c | 22 +---
bfd/section.c | 13 ++-
bfd/version.h | 2 +-
gdb/dbxread.c | 155 +++++++++++++++++------------
gdb/testsuite/gdb.mi/mi-multi-commands.exp | 8 +-
gdb/xcoffread.c | 18 +---
sim/Makefile.in | 4 +-
sim/bpf/configure | 9 --
sim/common/Make-common.in | 7 +-
sim/configure | 3 +-
sim/configure.ac | 2 +-
sim/{common => }/gdbinit.in | 4 +-
sim/m4/sim_ac_output.m4 | 7 --
sim/mips/configure | 9 --
sim/mn10300/configure | 9 --
sim/or1k/configure | 9 --
sim/riscv/configure | 9 --
sim/v850/configure | 9 --
19 files changed, 133 insertions(+), 178 deletions(-)
rename sim/{common => }/gdbinit.in (60%)
--
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_gcc_bootstrap/master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards b782e11b 0: update: binutils-gcc: 2
new b0d6646c 0: update: binutils-gcc: 2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b782e11b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1536 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 51376 -> 51848 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 459668 -> 458548 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++++++++++++
jenkins/manifest.sh | 12 +++++------
7 files changed, 42 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/gcc.
from a7eeaa48986 runtime/internal/syscall: build dummy package if not Linux
new 5c105adbf22 Daily bump.
new 0435b978f95 i386: Relax cmpxchg instruction under -mrelax-cmpxchg-loop [...]
new 61fc5e098e7 tree-optimization/104582 - Simplify vectorizer cost API and fixes
new f24dfc76177 tree-optimization/104582 - make SLP node available in vecto [...]
new 90d693bdc9d target/99881 - x86 vector cost of CTOR from integer regs
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:
gcc/ChangeLog | 55 ++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.cc | 6 +-
gcc/config/i386/i386-expand.cc | 153 +++++++++++++++------
gcc/config/i386/i386-protos.h | 2 +
gcc/config/i386/i386.cc | 52 ++++++-
gcc/config/i386/sync.md | 65 +++++----
gcc/config/rs6000/rs6000.cc | 10 +-
gcc/testsuite/ChangeLog | 23 ++++
.../vect/costmodel/x86_64/costmodel-pr104582-1.c | 15 ++
.../vect/costmodel/x86_64/costmodel-pr104582-2.c | 13 ++
.../vect/costmodel/x86_64/costmodel-pr104582-3.c | 13 ++
.../vect/costmodel/x86_64/costmodel-pr104582-4.c | 15 ++
gcc/testsuite/gcc.target/i386/pr103069-2.c | 4 +-
gcc/testsuite/gcc.target/i386/pr103069-3.c | 24 ++++
gcc/testsuite/gcc.target/i386/pr103069-4.c | 43 ++++++
gcc/testsuite/gcc.target/i386/pr91446.c | 2 +-
gcc/testsuite/gcc.target/i386/pr99881.c | 2 +-
gcc/tree-vect-loop.cc | 55 ++++----
gcc/tree-vect-slp.cc | 4 +-
gcc/tree-vect-stmts.cc | 39 +++++-
gcc/tree-vectorizer.cc | 10 +-
gcc/tree-vectorizer.h | 38 +++--
23 files changed, 517 insertions(+), 128 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-pr104582-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-pr104582-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-pr104582-3.c
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-pr104582-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103069-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103069-4.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_gcc_check/master-arm
in repository toolchain/ci/binutils-gdb.
from 216722984f sim: gdbinit: hoist setup to common code
new cf53a97bed Re: ld: Support customized output section type
new fadefdc518 Automatic date update in version.in
new 3a3e333f65 RISC-V: Maintain a string to hold the canonical order
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:
bfd/bfd-in2.h | 12 +++++++-----
bfd/elfxx-riscv.c | 22 +++++-----------------
bfd/section.c | 13 +++++++++----
bfd/version.h | 2 +-
4 files changed, 22 insertions(+), 27 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/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards 69afbc34 0: update: binutils-gcc: 1
new 92e48606 0: update: binutils-gcc: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (69afbc34)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (92e48606)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1516 -> 1452 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 50572 -> 50800 bytes
04-build_abe-gcc/console.log.xz | Bin 231948 -> 228128 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3800 -> 3804 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2432 -> 2920 bytes
07-check_regression/console.log.xz | Bin 2352 -> 2952 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 7 +
07-check_regression/results.compare | 10 +-
07-check_regression/results.compare2 | 38 +-
07-check_regression/results.regressions | 27 +
08-update_baseline/console.log | 268 +-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 7 +
08-update_baseline/results.compare | 10 +-
08-update_baseline/results.compare2 | 38 +-
08-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2740108 -> 2748232 bytes
sumfiles/g++.sum | 4 +-
sumfiles/gcc.log.xz | Bin 2349248 -> 2296976 bytes
sumfiles/gcc.sum | 4096 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 889984 -> 892596 bytes
sumfiles/gfortran.sum | 4 +-
sumfiles/libatomic.log.xz | Bin 2156 -> 2172 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 188692 -> 188864 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 452820 -> 449376 bytes
sumfiles/libstdc++.sum | 4 +-
33 files changed, 2377 insertions(+), 2183 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
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 44b60f0c4 Make __sdidinit unused
new 56ec1fcb0 Cygwin: Adjust path to newlib libm.a in builddir
new 8bb6821c7 Cygwin: Adjust path to newlib libc.a, too
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:
winsup/cygwin/Makefile.am | 8 ++++----
1 file 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 master
in repository newlib.
from 054b00d96 Cygwin: pty: Encapsulate pty code in tty::setpgid().
new 44b60f0c4 Make __sdidinit unused
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/aarch64/syscalls.c | 2 +-
libgloss/arm/syscalls.c | 2 +-
newlib/libc/include/sys/reent.h | 10 +++++++---
newlib/libc/machine/spu/c99ppe.h | 2 +-
newlib/libc/machine/spu/stdio.c | 1 -
newlib/libc/reent/reent.c | 2 +-
newlib/libc/stdio/findfp.c | 11 ++---------
newlib/libc/stdio/local.h | 6 +++---
newlib/libc/stdio/setvbuf.c | 2 +-
newlib/libc/sys/arm/syscalls.c | 2 +-
winsup/cygwin/cygtls.cc | 10 ++++++++--
winsup/cygwin/cygtls.h | 1 +
winsup/cygwin/dcrt0.cc | 10 ++++------
winsup/cygwin/thread.cc | 4 ++--
14 files changed, 33 insertions(+), 32 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 pending-fixes
in repository linux-next.
discards 70159793201e Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
discards 7c27e079d5ff Merge branch 'zstd-linus' of https://github.com/terrelln/l [...]
discards 9fffc3d064c4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
discards 6b15bfa616d7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
discards cea0b59f7e36 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
discards f305f3a3371f Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
discards 5be845808b4f Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/k [...]
discards 6bcece379e9d Merge branch 'rtc-fixes' of git://git.kernel.org/pub/scm/l [...]
discards 7d1db4543de4 Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
discards 44189d5c2366 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
discards 11acf2da880b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
discards 3aceec52b5e1 Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
discards 525a65d0686b Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
discards c4e6bdb1fbfe Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
discards da3ac497fe41 Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/ [...]
discards acb2b76243fb Merge branch 'fixes' of git://linuxtv.org/mchehab/media-next.git
discards 9559a57eb104 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
discards 17c981750987 Merge branch 'staging-linus' of git://git.kernel.org/pub/s [...]
discards 8a76bb517186 Merge branch 'for-usb-fixes' of git://git.kernel.org/pub/s [...]
discards 35ca1aaa21f0 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
discards ae32fee63ef7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
discards 0e1edd6221bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
discards 33484be55a90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
discards 4b7cc9262e58 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
discards ca785308bd51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
discards 02357e08ce03 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
discards 3f51fb5f399e Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
discards da119c651d74 Merge branch 'fixes' of https://git.linaro.org/people/jens [...]
discards 5452ea790a06 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
discards 250318242777 Merge remote-tracking branch 'spi/for-5.16' into spi-linus
new ae09639e3b2a platform/x86: int3472: Add terminator to gpiod_lookup_table
new 038101e6b2cd Merge tag 'platform-drivers-x86-v5.17-3' of git://git.kern [...]
new f9ffaf743a96 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
new 910c805f163e Merge branch 'fixes' of https://git.linaro.org/people/jens [...]
new 84d3c83e6ea7 bnxt_en: Fix active FEC reporting to ethtool
new 6758f937669d bnxt_en: Fix offline ethtool selftest with RDMA enabled
new cfcab3b3b615 bnxt_en: Fix occasional ethtool -t loopback test failures
new 8cdb15924252 bnxt_en: Fix incorrect multicast rx mask setting when not [...]
new 0e0e3c535847 bnxt_en: Restore the resets_reliable flag in bnxt_open()
new b891106da52b bnxt_en: Increase firmware message response DMA wait time
new 1278d17a1fb8 bnxt_en: Fix devlink fw_activate
new 5a3449734bcb Merge branch 'bnxt_en-fixes'
new cc20cced0598 gso: do not skip outer ip header in case of ipip and net_failover
new b6ad6261d277 net: mdio-ipq4019: add delay after clock enable
new 5c5180c742a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 7aa5182d85f8 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 2874b7911132 netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES [...]
new b1a5983f56e3 netfilter: nf_tables_offload: incorrect flow offload actio [...]
new 6069da443bf6 netfilter: nf_tables: unregister flowtable hooks on netns exit
new 1a58f84ea5df netfilter: nft_limit: fix stateful object memory leak
new 33170d18fd2c netfilter: nf_tables: fix memory leak during stateful obj update
new 0f8a4661998a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
adds 610d086d6df0 mac80211: fix EAPoL rekey fail in 802.3 rx path
adds a6bce78262f5 mac80211: refuse aggregations sessions before authorized
adds 859ae7018316 mac80211: fix forwarded mesh frames AC & queue selection
new 351a564952fb Merge branch 'main' of git git://git.kernel.org/pub/scm/li [...]
new 646d41c68c2c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 0f1eb942af52 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new c413b37de38e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 01df24db7b1e Merge remote-tracking branch 'spi/for-5.16' into spi-linus
new 1d116fdaae85 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 1f79984b2c48 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new d8f7a5484f21 driver core: Free DMA range map when device is released
new 66a2bfd5b411 Merge branch 'driver-core-linus' of git://git.kernel.org/p [...]
new 737b0ef3be6b tty: n_gsm: fix encoding of control signal octet bit DV
new 57435c42400e tty: n_gsm: fix encoding of command/response bit
new e3b7468f082d tty: n_gsm: fix proper link termination after failed open
new 96b169f05cdc tty: n_gsm: fix NULL pointer access due to DLCI release
new c19d93542a60 tty: n_gsm: fix wrong tty control line for flow control
new 687f9ad43c52 tty: n_gsm: fix wrong modem processing in convergence laye [...]
new a2ab75b8e76e tty: n_gsm: fix deadlock in gsmtty_open()
new eebb0f4e894f sc16is7xx: Fix for incorrect data being transmitted
new 660231492036 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
new a2303ab6363e Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new 198a7ebd5fa1 Revert "USB: serial: ch341: add new Product ID for CH341A"
new 6ecb3f0b18b3 USB: serial: option: add support for DW5829e
new cfc4442c642d USB: serial: option: add Telit LE910R1 compositions
new fdc794ab3df1 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new 784d67e9562c Merge branch 'for-usb-fixes' of git://git.kernel.org/pub/s [...]
new 3e990754fb72 Merge branch 'staging-linus' of git://git.kernel.org/pub/s [...]
new 481952476706 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
new efe8a1e7cad4 Merge tag 'iio-fixes-for-5.17a' of https://git.kernel.org/ [...]
new f6c052afe6f8 nvmem: core: Fix a conflict between MTD and NVMEM on wp-gp [...]
new 6c7621890995 mtd: core: Fix a conflict between MTD and NVMEM on wp-gpio [...]
new 38527b194181 Merge branch 'char-misc-linus' of git://git.kernel.org/pub [...]
new 1eeee03d6203 Merge branch 'fixes' of git://linuxtv.org/mchehab/media-next.git
new 1e6ae0e46e32 mips: setup: fix setnocoherentio() boolean setting
new 42c6445b0686 Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/ [...]
new 580d4cfbd2ca Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 7df3b764b62a Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
new eeb79fe778d0 hwmon: Handle failure to register sensor with thermal zone [...]
new 9051aa277375 Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
new e8e81ec232d3 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 9d2231c5d74e lib/iov_iter: initialize "flags" in new pipe_buffer
new 2104cbf43881 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 7ab8b8857c28 Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
new 3f33364836aa drm/i915: Widen the QGV point mask
new a40ee54e9a09 drm/i915: Disconnect PHYs left connected by BIOS on disabl [...]
new afc189df6bcc drm/i915: Correctly populate use_sagv_wm for all pipes
new ec663bca9128 drm/i915: Fix bw atomic check when switching between SAGV [...]
new 28adef861233 drm/i915/dg2: Print PHY name properly on calibration error
new c3e9e4262a64 Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
new 387ff4574405 Merge branch 'rtc-fixes' of git://git.kernel.org/pub/scm/l [...]
new 6cfe8a6affbf Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/k [...]
new 92d174807760 Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
new 08e9e6760869 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new bfe30f79d2e2 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new f89f595d5cd5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 1e9e574abaea riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value
new 0ea9e1c3dbd4 efivars: Respect "block" flag in efivar_entry_set_safe()
new e7348cf52d22 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
new 13d85e86e064 Merge branch 'zstd-linus' of https://github.com/terrelln/l [...]
new e61abe3bd006 Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (70159793201e)
\
N -- N -- N refs/heads/pending-fixes (e61abe3bd006)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 80 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/kernel/setup.c | 2 +-
drivers/base/dd.c | 5 ++
drivers/firmware/efi/libstub/riscv-stub.c | 17 +++---
drivers/firmware/efi/vars.c | 5 +-
drivers/gpu/drm/i915/display/intel_bw.c | 18 ++++++-
drivers/gpu/drm/i915/display/intel_bw.h | 8 +--
drivers/gpu/drm/i915/display/intel_snps_phy.c | 2 +-
drivers/gpu/drm/i915/display/intel_tc.c | 26 ++++++---
drivers/gpu/drm/i915/intel_pm.c | 22 ++++----
drivers/hwmon/hwmon.c | 14 ++---
drivers/mtd/mtdcore.c | 2 +
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 47 ++++++++++++-----
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 1 +
drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c | 39 +++++++++++---
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 17 ++++--
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c | 12 +++--
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.h | 2 +-
drivers/net/mdio/mdio-ipq4019.c | 6 ++-
drivers/nvmem/core.c | 2 +-
.../x86/intel/int3472/tps68470_board_data.c | 3 +-
drivers/tty/n_gsm.c | 61 ++++++++++++++--------
drivers/tty/serial/sc16is7xx.c | 3 ++
drivers/usb/serial/ch341.c | 1 -
drivers/usb/serial/option.c | 12 +++++
include/linux/nvmem-provider.h | 4 +-
include/net/netfilter/nf_tables.h | 2 +-
include/net/netfilter/nf_tables_offload.h | 2 -
lib/iov_iter.c | 2 +
net/ipv4/af_inet.c | 5 +-
net/ipv6/ip6_offload.c | 2 +
net/mac80211/agg-tx.c | 10 +++-
net/mac80211/rx.c | 14 ++---
net/netfilter/nf_tables_api.c | 14 +++--
net/netfilter/nf_tables_offload.c | 3 +-
net/netfilter/nft_dup_netdev.c | 6 +++
net/netfilter/nft_fwd_netdev.c | 6 +++
net/netfilter/nft_immediate.c | 12 ++++-
net/netfilter/nft_limit.c | 18 +++++++
net/netfilter/xt_socket.c | 2 +
39 files changed, 316 insertions(+), 113 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 d44dc131f48 ranger: Fix up REALPART_EXPR/IMAGPART_EXPR handling [PR104604]
new 2f59f067610 libiberty: Fix up debug.temp.o creation if *.o has 64K+ sec [...]
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:
libiberty/simple-object-elf.c | 10 +++-------
1 file changed, 3 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 6263b656c8f [libgomp, testsuite, nvptx] Fix pr96390.c without CUDA
new 7e691189ca9 i386: Fix up copysign/xorsign expansion [PR104612]
new d44dc131f48 ranger: Fix up REALPART_EXPR/IMAGPART_EXPR handling [PR104604]
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/config/i386/i386-expand.cc | 38 ++++++++++++++++++--------
gcc/gimple-range-fold.cc | 6 ++--
gcc/testsuite/gcc.c-torture/execute/pr104604.c | 34 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr104612.c | 27 ++++++++++++++++++
4 files changed, 92 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr104604.c
create mode 100644 gcc/testsuite/gcc.dg/pr104612.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.