This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 8c77bfbb366 Daily bump.
new 2fc105a284d 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 +-
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 master
in repository gcc.
from 39f81924d88 Revert "testsuite/gcc.target/cris/pr93372-2.c: Handle xpass [...]
new 0f3e76ee53a Daily bump.
new 5c869aa8a45 ctf: fix PR debug/112878
new 936dd627cd9 btf: do not skip members of data type with type id BTF_VOID_TYPEID
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:
gcc/ChangeLog | 87 +++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 48 +++++++++++++
gcc/btfout.cc | 5 --
gcc/cp/ChangeLog | 25 +++++++
gcc/dwarf2ctf.cc | 15 ++--
gcc/fortran/ChangeLog | 7 ++
gcc/po/ChangeLog | 4 ++
gcc/testsuite/ChangeLog | 88 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/debug/btf/btf-bitfields-4.c | 6 +-
gcc/testsuite/gcc.dg/debug/btf/btf-struct-2.c | 9 +--
gcc/testsuite/gcc.dg/debug/ctf/ctf-bitfields-5.c | 17 +++++
libgcc/ChangeLog | 7 ++
libstdc++-v3/ChangeLog | 14 ++++
14 files changed, 316 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/debug/ctf/ctf-bitfields-5.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 5aa3fec38cc aarch64: Add support for _BitInt
new 912753cc5f1 tree-optimization/114672 - WIDEN_MULT_PLUS_EXPR type mismatch
new ded646c91d2 Fortran: fix argument checking of intrinsics C_SIZEOF, C_F_ [...]
new 19b98410eb4 Regenerate gcc.pot
new d09d70cdb2a testsuite: add some missing -fanalyzer to plugin tests
new 082374f6570 analyzer, testuite: comment fixes
new 7f6599a201b analyzer: fixes to internal docs
new 115d5c6b009 analyzer: show size in SARIF property bag for -Wanalyzer-ta [...]
new 7a49d5dc0ef analyzer: add SARIF property bags to -Wanalyzer-overlapping [...]
new 960e07d73a5 analyzer: add SARIF property bag to -Wanalyzer-infinite-recursion
new 107b0e63be0 analyzer: add SARIF property bag to -Wanalyzer-infinite-loop
new 4a94551d7ea analyzer: fix ICE on negative values for size_t [PR114472]
new b8b148bc226 target: missing -Whardened with -fcf-protection=none [PR114606]
new 39f81924d88 Revert "testsuite/gcc.target/cris/pr93372-2.c: Handle xpass [...]
The 13 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/analyzer/access-diagram.cc | 4 +
gcc/analyzer/call-details.cc | 33 +-
gcc/analyzer/infinite-loop.cc | 22 +
gcc/analyzer/infinite-recursion.cc | 13 +
gcc/analyzer/ranges.cc | 15 +
gcc/analyzer/ranges.h | 4 +
gcc/analyzer/region.cc | 2 +-
gcc/analyzer/sm-taint.cc | 15 +-
gcc/analyzer/store.cc | 20 +-
gcc/config/i386/i386-options.cc | 2 +-
gcc/doc/analyzer.texi | 10 +-
gcc/fortran/check.cc | 26 +-
gcc/po/gcc.pot | 16413 ++++++++++---------
gcc/testsuite/c-c++-common/analyzer/memset-1.c | 4 +-
.../c-c++-common/analyzer/out-of-bounds-pr114472.c | 17 +
gcc/testsuite/gcc.dg/plugin/copy_from_user-1.c | 4 +
.../gcc.dg/plugin/taint-CVE-2011-0521-1-fixed.c | 2 +-
.../gcc.dg/plugin/taint-CVE-2011-0521-1.c | 2 +-
.../gcc.dg/plugin/taint-CVE-2011-0521-2-fixed.c | 4 +-
.../gcc.dg/plugin/taint-CVE-2011-0521-2.c | 4 +-
.../gcc.dg/plugin/taint-CVE-2011-0521-3-fixed.c | 2 +-
.../gcc.dg/plugin/taint-CVE-2011-0521-3.c | 5 +-
gcc/testsuite/gcc.dg/torture/pr114672.c | 14 +
gcc/testsuite/gcc.target/cris/pr93372-2.c | 15 +-
gcc/testsuite/gcc.target/i386/fhardened-1.c | 8 +
gcc/testsuite/gcc.target/i386/fhardened-2.c | 8 +
gcc/testsuite/gfortran.dg/c_f_pointer_tests_9.f90 | 37 +
gcc/testsuite/gfortran.dg/c_sizeof_6.f90 | 2 +-
gcc/testsuite/gfortran.dg/c_sizeof_7.f90 | 42 +
gcc/testsuite/gfortran.dg/sizeof_2.f90 | 2 +-
gcc/tree-ssa-math-opts.cc | 5 +-
31 files changed, 8667 insertions(+), 8089 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/analyzer/out-of-bounds-pr114472.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr114672.c
create mode 100644 gcc/testsuite/gcc.target/i386/fhardened-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/fhardened-2.c
create mode 100644 gcc/testsuite/gfortran.dg/c_f_pointer_tests_9.f90
create mode 100644 gcc/testsuite/gfortran.dg/c_sizeof_7.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 pending-fixes
in repository linux-next.
omits c909aa3b5779 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 376fa10720ca Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
omits 3971da2d5c61 Merge branch 'fixes/next' of git://git.kernel.org/pub/scm/ [...]
omits 7e0e989d8e02 Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
omits 84713fecd6b1 Merge branch 'perf-tools' of git://git.kernel.org/pub/scm/ [...]
omits 62a7cd245da0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits ea1e9849ffbd Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
omits fa473e564a97 Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
omits 30650e9160d0 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
omits 05b334121418 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 39346d348aaf Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
omits bb7657e8055e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits d9bb9c1b9fda Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits f67abf8d7c8c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits af8f2f6f33b9 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 1087a30c83c5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 087ce83ef3bd Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/ [...]
omits d6b3989cb5d0 Merge branch 'fixes' of https://git.linuxtv.org/media_stage.git
omits e3b13daed975 Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/l [...]
omits 7c03337933df Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits cd710304a0d4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits d39d4172c579 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits bd98d07baa23 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 62abf9b585c2 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits b8239d81a549 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 9514731e28d6 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits c06c49bbf8d0 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
omits bdfe29424610 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 05c40e6c49f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 8699a277d903 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 834e661fc602 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits d44b91dda11c Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
omits d268a1647453 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 48ed7ec6d4df Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits a56f70485523 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits ea0284be4559 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 50fc7fc30e71 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
omits 2a005a72470a Merge branch 'for-curr' of git://git.kernel.org/pub/scm/li [...]
omits 8b230b0f1a17 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits c51102b6a279 MAINTAINERS: Change Krzysztof Kozlowski's email address
new b45d0d01da54 platform/x86: acer-wmi: Add support for Acer PH18-71
new 5864e479ca43 platform/x86/intel/hid: Don't wake on 5-button releases
new 79ce88064bb0 platform/x86/intel/hid: Add Lunar Lake and Arrow Lake support
new 0dd50b3e2c3d platform/x86: toshiba_acpi: Silence logging for some events
new 868adf8a2917 platform/x86: intel-vbtn: Use acpi_has_method to check for switch
new 434e5781d8cd platform/x86: intel-vbtn: Update tablet mode switch at end [...]
new e71c84816925 platform/x86: lg-laptop: fix %s null argument warning
new 3679d9d1509a Merge tag 'platform-drivers-x86-v6.9-2' of git://git.kerne [...]
new e5f4e68eed85 tools/power turbostat: Fix added raw MSR output
new 3ac1d14d0583 tools/power turbostat: Increase the limit for fd opened
new 0b13410b52c4 tools/power turbostat: Fix Bzy_MHz documentation typo
new 227ed18f456a tools/power turbostat: Do not print negative LPI residency
new bb6181fa6bc9 tools/power turbostat: Expand probe_intel_uncore_frequency()
new fb5ceca046ef tools/power turbostat: Print ucode revision only if valid
new 538d505fde20 tools/power turbostat: Read base_hz and bclk from CPUID.16 [...]
new b6fe938317ee tools/power turbostat: Fix warning upon failed /dev/cpu_dm [...]
new 2d2ccd573387 tools/power turbostat: enhance -D (debug counter dump) output
new 3e4048466c39 tools/power turbostat: Add --no-msr option
new a0e86c90b83c tools/power turbostat: Add --no-perf option
new e48934c9f104 tools/power turbostat: Add reading aperf and mperf via perf API
new 5088741ec805 tools/power turbostat: detect and disable unavailable BICs [...]
new aed48c48fa65 tools/power turbostat: add early exits for permission checks
new 4a1bb4dad5d1 tools/power turbostat: Clear added counters when in no-msr mode
new ebf8449caba1 tools/power turbostat: Add proper re-initialization for pe [...]
new 05a2f07db888 tools/power turbostat: read RAPL counters via perf
new 17d1ea136be8 tools/power turbostat: Add selftests
new bb5db22c1312 tools/power/turbostat: Enable MSR_CORE_C1_RES support for ICX
new 4e2bbbf78cf7 tools/power/turbostat: Cache graphics sysfs path
new de39d38c06eb tools/power/turbostat: Unify graphics sysfs snapshots
new 60add818ab25 tools/power/turbostat: Fix uncore frequency file string
new 3bbb331c1d34 tools/power/turbostat: Introduce BIC_SAM_mc6/BIC_SAMMHz/BI [...]
new dc02dc937a3e tools/power/turbostat: Add support for new i915 sysfs knobs
new 91a91d389543 tools/power/turbostat: Add support for Xe sysfs knobs
new 3ab7296a7e6a tools/power turbostat: v2024.04.10
new a6189a740779 Merge tag 'turbostat-2024.04.10' of git://git.kernel.org/p [...]
adds e7d24c0aa8e6 gcc-plugins/stackleak: Avoid .head.text section
adds bbda3ba626b9 ubsan: fix unused variable warning in test module
adds 9c573cd31343 randomize_kstack: Improve entropy diffusion
new fe5b5ef836c8 Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub [...]
new 9875c0beb8ad Merge tag 'media/v6.9-2' of git://git.kernel.org/pub/scm/l [...]
new 255f5c4020a3 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
new 7c85693d7305 Merge branch 'for-curr' of git://git.kernel.org/pub/scm/li [...]
new e3ba51ab24fd arm64: tlb: Fix TLBI RANGE operand
new 636fd7881885 Merge branch 'for-next/fixes' of git://git.kernel.org/pub/ [...]
new 8628d505f701 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
new 49a381707d87 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 359381559103 next-20240410/net
new e222f537a110 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 8caa1c7cca95 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new cc8deaee5302 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
new 50c910e65a3c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 305539a25a1c ASoC: SOF: Intel: add default firmware library path for LNL
adds 90a2353080ee ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3
adds 17f4041244e6 ASoC: SOF: debug: show firmware/topology prefix/names
adds a93830a9e0eb ASoC: SOF: misc fixes
adds 965e49cdf8c1 ASoC: SOF: ipc4-pcm: Use consistent name for snd_sof_pcm_s [...]
adds 36e980050b07 ASoC: SOF: ipc4-pcm: Use consistent name for sof_ipc4_time [...]
adds 551af3280c16 ASoC: SOF: ipc4-pcm: Introduce generic sof_ipc4_pcm_stream_priv
adds 7211814f2adc ASoC: SOF: ipc4-pcm: Do not reset the ChainDMA if it has n [...]
adds f23e8f3ad3ea ASoC: SOF: ipc4-pcm: Do not reset ChainDMA if it is
adds 70ee853eec56 regmap: Add regmap_read_bypassed()
adds 73580ec607df ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for [...]
adds d4884fd48a44 ASoC: cs35l56: Fix unintended bus access while resetting amp
adds dfd2ffb37399 ASoC: cs35l56: Prevent overwriting firmware ASP config
adds 2e411e939da9 ASoC: cs35l56: Fixes to handling of ASP1 config
new adb14004f11e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new ddd3f34c1000 regulator: qcom-refgen: fix module autoloading
new 68adb581a39a regulator: vqmmc-ipq4019: fix module autoloading
new 5948ed632952 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 770ad471465a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 5f677e2498d0 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
new 564a3c452268 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new 7ecb6b5b0f1e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 92a692d51ea0 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
new 80891038f406 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new c38fa07dc69f thunderbolt: Fix wake configurations after device unplug
new dcd12acaf384 thunderbolt: Avoid notify PM core about runtime PM resume
new 94bba389b8a5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 9dd9506fd8be Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 1d0b1a42be69 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 615dcb9fcbc7 Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/l [...]
new e754ec8e23ba Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/ [...]
new aa70a57b0f6f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 07cee9a137a3 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 2f2845d356a3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new d2317e465bfe Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new c31d0c1cfd2b Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
new ce972b227e45 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new d9ea7a3f66a5 hv: vmbus: Convert sprintf() family to sysfs_emit() family
new f971f6dd3742 hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for key [...]
new 03f5a999adba Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails
new 211f514ebf1e Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl
new bbf9ac34677b hv_netvsc: Don't free decrypted memory
new 3d788b2fbe6a uio_hv_generic: Don't free decrypted memory
new 30d18df6567b Drivers: hv: vmbus: Don't free ring buffers that couldn't [...]
new 2ffdf0578691 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
new 6065e736f82c riscv: Fix TASK_SIZE on 64-bit NOMMU
new aea702dde7e9 riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
new a373a36fb6b0 Merge patch the fixes from "riscv: 64-bit NOMMU fixes and [...]
new 05a2c2ebc9f7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 7a66682db6ad Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
new 70828f994675 Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
new 0188eac83590 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new ed20196e3682 Merge branch 'perf-tools' of git://git.kernel.org/pub/scm/ [...]
new 452d8950db3e power: rt9455: hide unused rt9455_boost_voltage_values
new c5904c4f457c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new de5dfcc0e92f Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
new 843dc6a9f588 Merge branch 'fixes/next' of git://git.kernel.org/pub/scm/ [...]
new f440dd007525 Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
new 4d9eb25499ff Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
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 (c909aa3b5779)
\
N -- N -- N refs/heads/pending-fixes (4d9eb25499ff)
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 93 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 +
arch/arm64/include/asm/tlbflush.h | 20 +-
arch/riscv/include/asm/page.h | 2 +-
arch/riscv/include/asm/pgtable.h | 2 +-
arch/riscv/mm/init.c | 2 +-
drivers/base/regmap/regmap.c | 37 +
drivers/hv/channel.c | 29 +-
drivers/hv/connection.c | 29 +-
drivers/hv/vmbus_drv.c | 94 +-
drivers/net/hyperv/netvsc.c | 7 +-
drivers/platform/x86/acer-wmi.c | 9 +
drivers/platform/x86/intel/hid.c | 9 +-
drivers/platform/x86/intel/vbtn.c | 11 +-
drivers/platform/x86/lg-laptop.c | 2 +-
drivers/platform/x86/toshiba_acpi.c | 4 +-
drivers/power/supply/rt9455_charger.c | 2 +
drivers/regulator/qcom-refgen-regulator.c | 1 +
drivers/regulator/vqmmc-ipq4019-regulator.c | 1 +
drivers/thunderbolt/switch.c | 48 +-
drivers/thunderbolt/tb.c | 4 +-
drivers/thunderbolt/tb.h | 3 +-
drivers/thunderbolt/usb4.c | 13 +-
drivers/uio/uio_hv_generic.c | 12 +-
include/linux/hyperv.h | 1 +
include/linux/randomize_kstack.h | 2 +-
include/linux/regmap.h | 8 +
include/sound/cs35l56.h | 2 +
lib/test_ubsan.c | 2 +-
scripts/gcc-plugins/stackleak_plugin.c | 2 +
sound/pci/hda/cs35l56_hda.c | 4 +
sound/soc/codecs/cs35l56-sdw.c | 2 -
sound/soc/codecs/cs35l56-shared.c | 83 +-
sound/soc/codecs/cs35l56.c | 26 +-
sound/soc/sof/debug.c | 18 +
sound/soc/sof/intel/pci-lnl.c | 3 +
sound/soc/sof/ipc3-pcm.c | 1 +
sound/soc/sof/ipc4-pcm.c | 115 +-
sound/soc/sof/pcm.c | 13 +-
sound/soc/sof/sof-audio.h | 2 +
tools/hv/hv_kvp_daemon.c | 213 ++-
tools/power/x86/turbostat/turbostat.8 | 18 +-
tools/power/x86/turbostat/turbostat.c | 2201 ++++++++++++++++++-----
tools/testing/selftests/turbostat/defcolumns.py | 60 +
43 files changed, 2429 insertions(+), 689 deletions(-)
create mode 100755 tools/testing/selftests/turbostat/defcolumns.py
--
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 96c1bcb38bc gdb, gdbserver: Add missing install-dvi Makefile target
new a1c6a60cc55 gas: gcfg: add_bb_at_ginsn must return root_bb
new f1c5d46cae3 gas: scfi: bugfixes for SCFI state propagation
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:
gas/ginsn.c | 101 +++++++++++++++------
gas/scfi.c | 20 ++--
.../gas/scfi/x86_64/{scfi-cfg-1.d => scfi-cfg-4.d} | 22 +++--
.../x86_64/{scfi-callee-saved-1.l => scfi-cfg-4.l} | 0
gas/testsuite/gas/scfi/x86_64/scfi-cfg-4.s | 42 +++++++++
.../x86_64/{scfi-asm-marker-3.d => scfi-cfg-5.d} | 17 +++-
.../x86_64/{scfi-callee-saved-1.l => scfi-cfg-5.l} | 0
gas/testsuite/gas/scfi/x86_64/scfi-cfg-5.s | 32 +++++++
gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp | 4 +
9 files changed, 191 insertions(+), 47 deletions(-)
copy gas/testsuite/gas/scfi/x86_64/{scfi-cfg-1.d => scfi-cfg-4.d} (50%)
copy gas/testsuite/gas/scfi/x86_64/{scfi-callee-saved-1.l => scfi-cfg-4.l} (100%)
create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cfg-4.s
copy gas/testsuite/gas/scfi/x86_64/{scfi-asm-marker-3.d => scfi-cfg-5.d} (60%)
copy gas/testsuite/gas/scfi/x86_64/{scfi-callee-saved-1.l => scfi-cfg-5.l} (100%)
create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cfg-5.s
--
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 42e48e720c nptl: Add tst-pthread-key1-static for BZ #21777
new 6687a6e3f9 libsupport: Add xgetpeername
new 3a83f79024 socket: Add new test for connect
new 686d542025 posix: Sync tempname with gnulib
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:
SHARED-FILES | 5 +-
include/stdio.h | 5 -
libio/oldtmpfile.c | 1 +
socket/Makefile | 1 +
socket/tst-connect.c | 113 ++++++++++++++++++++++
stdio-common/Makefile | 1 +
stdio-common/tempnam.c | 1 +
stdio-common/tempname.c | 12 ---
stdio-common/tmpdir.c | 163 ++++++++++++++++++++++++++++++++
stdio-common/tmpdir.h | 28 ++++++
stdio-common/tmpfile.c | 1 +
stdio-common/tmpnam.c | 1 +
stdio-common/tmpnam_r.c | 1 +
support/Makefile | 1 +
support/{xlisten.c => xgetpeername.c} | 10 +-
support/xsocket.h | 1 +
sysdeps/posix/tempname.c | 173 ++++++++++++----------------------
17 files changed, 381 insertions(+), 137 deletions(-)
create mode 100644 socket/tst-connect.c
create mode 100644 stdio-common/tmpdir.c
create mode 100644 stdio-common/tmpdir.h
copy support/{xlisten.c => xgetpeername.c} (78%)
--
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 a6189a740779 Merge tag 'turbostat-2024.04.10' of git://git.kernel.org/p [...]
new e7d24c0aa8e6 gcc-plugins/stackleak: Avoid .head.text section
new bbda3ba626b9 ubsan: fix unused variable warning in test module
new 9c573cd31343 randomize_kstack: Improve entropy diffusion
new fe5b5ef836c8 Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub [...]
new 502892bbd202 media: mediatek: vcodec: Handle VP9 superframe bitstream w [...]
new 97c75ee5de06 media: mediatek: vcodec: Fix oops when HEVC init fails
new 6467cda18c9f media: mediatek: vcodec: adding lock to protect decoder co [...]
new afaaf3a0f647 media: mediatek: vcodec: adding lock to protect encoder co [...]
new d353c3c34af0 media: mediatek: vcodec: support 36 bits physical address
new 9875c0beb8ad Merge tag 'media/v6.9-2' of git://git.kernel.org/pub/scm/l [...]
The 10 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:
.../media/platform/mediatek/vcodec/common/mtk_vcodec_fw_vpu.c | 8 ++++----
.../platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.c | 5 +++++
.../platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.h | 2 ++
.../mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c | 2 +-
.../media/platform/mediatek/vcodec/decoder/vdec/vdec_vp8_if.c | 2 +-
.../media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_if.c | 11 ++++++-----
.../mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c | 4 ++--
drivers/media/platform/mediatek/vcodec/decoder/vdec_vpu_if.c | 2 ++
.../platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.c | 5 +++++
.../platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.h | 2 ++
drivers/media/platform/mediatek/vcodec/encoder/venc_vpu_if.c | 2 ++
include/linux/randomize_kstack.h | 2 +-
lib/test_ubsan.c | 2 +-
scripts/gcc-plugins/stackleak_plugin.c | 2 ++
14 files changed, 36 insertions(+), 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 linux.
from 2c71fdf02a95 Merge tag 'drm-fixes-2024-04-09' of https://gitlab.freedes [...]
new b45d0d01da54 platform/x86: acer-wmi: Add support for Acer PH18-71
new 5864e479ca43 platform/x86/intel/hid: Don't wake on 5-button releases
new 79ce88064bb0 platform/x86/intel/hid: Add Lunar Lake and Arrow Lake support
new 0dd50b3e2c3d platform/x86: toshiba_acpi: Silence logging for some events
new 868adf8a2917 platform/x86: intel-vbtn: Use acpi_has_method to check for switch
new 434e5781d8cd platform/x86: intel-vbtn: Update tablet mode switch at end [...]
new e71c84816925 platform/x86: lg-laptop: fix %s null argument warning
new 3679d9d1509a Merge tag 'platform-drivers-x86-v6.9-2' of git://git.kerne [...]
new e5f4e68eed85 tools/power turbostat: Fix added raw MSR output
new 3ac1d14d0583 tools/power turbostat: Increase the limit for fd opened
new 0b13410b52c4 tools/power turbostat: Fix Bzy_MHz documentation typo
new 227ed18f456a tools/power turbostat: Do not print negative LPI residency
new bb6181fa6bc9 tools/power turbostat: Expand probe_intel_uncore_frequency()
new fb5ceca046ef tools/power turbostat: Print ucode revision only if valid
new 538d505fde20 tools/power turbostat: Read base_hz and bclk from CPUID.16 [...]
new b6fe938317ee tools/power turbostat: Fix warning upon failed /dev/cpu_dm [...]
new 2d2ccd573387 tools/power turbostat: enhance -D (debug counter dump) output
new 3e4048466c39 tools/power turbostat: Add --no-msr option
new a0e86c90b83c tools/power turbostat: Add --no-perf option
new e48934c9f104 tools/power turbostat: Add reading aperf and mperf via perf API
new 5088741ec805 tools/power turbostat: detect and disable unavailable BICs [...]
new aed48c48fa65 tools/power turbostat: add early exits for permission checks
new 4a1bb4dad5d1 tools/power turbostat: Clear added counters when in no-msr mode
new ebf8449caba1 tools/power turbostat: Add proper re-initialization for pe [...]
new 05a2f07db888 tools/power turbostat: read RAPL counters via perf
new 17d1ea136be8 tools/power turbostat: Add selftests
new bb5db22c1312 tools/power/turbostat: Enable MSR_CORE_C1_RES support for ICX
new 4e2bbbf78cf7 tools/power/turbostat: Cache graphics sysfs path
new de39d38c06eb tools/power/turbostat: Unify graphics sysfs snapshots
new 60add818ab25 tools/power/turbostat: Fix uncore frequency file string
new 3bbb331c1d34 tools/power/turbostat: Introduce BIC_SAM_mc6/BIC_SAMMHz/BI [...]
new dc02dc937a3e tools/power/turbostat: Add support for new i915 sysfs knobs
new 91a91d389543 tools/power/turbostat: Add support for Xe sysfs knobs
new 3ab7296a7e6a tools/power turbostat: v2024.04.10
new a6189a740779 Merge tag 'turbostat-2024.04.10' of git://git.kernel.org/p [...]
The 35 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/platform/x86/acer-wmi.c | 9 +
drivers/platform/x86/intel/hid.c | 9 +-
drivers/platform/x86/intel/vbtn.c | 11 +-
drivers/platform/x86/lg-laptop.c | 2 +-
drivers/platform/x86/toshiba_acpi.c | 4 +-
tools/power/x86/turbostat/turbostat.8 | 18 +-
tools/power/x86/turbostat/turbostat.c | 2201 ++++++++++++++++++-----
tools/testing/selftests/turbostat/defcolumns.py | 60 +
9 files changed, 1844 insertions(+), 471 deletions(-)
create mode 100755 tools/testing/selftests/turbostat/defcolumns.py
--
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 4decc1062f0 libstdc++: Adjust expected locale-dependent date formats in tests
new 3a787e038fe aarch64: Do not give ABI change diagnostics for _BitInt(N)
new 5aa3fec38cc aarch64: Add support for _BitInt
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/aarch64/aarch64.cc | 106 +++++-
.../aarch64/bitfield-bitint-abi-align16.c | 384 ++++++++++++++++++++
.../aarch64/bitfield-bitint-abi-align8.c | 386 +++++++++++++++++++++
.../gcc.target/aarch64/bitfield-bitint-abi.h | 101 ++++++
.../gcc.target/aarch64/bitint-alignments.c | 58 ++++
gcc/testsuite/gcc.target/aarch64/bitint-args.c | 105 ++++++
gcc/testsuite/gcc.target/aarch64/bitint-sizes.c | 60 ++++
libgcc/config/aarch64/libgcc-softfp.ver | 8 +
libgcc/config/aarch64/t-softfp | 3 +-
9 files changed, 1201 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/bitfield-bitint-abi-align16.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/bitfield-bitint-abi-align8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/bitfield-bitint-abi.h
create mode 100644 gcc/testsuite/gcc.target/aarch64/bitint-alignments.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/bitint-args.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/bitint-sizes.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 4be1cc5f505 c++: Implement C++26 P2809R3 - Trivial infinite loops are n [...]
new 9586d6248e8 libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all
new 4decc1062f0 libstdc++: Adjust expected locale-dependent date formats in tests
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:
libstdc++-v3/src/c++17/fs_ops.cc | 16 ++++++++++++++--
.../27_io/manipulators/extended/get_time/char/2.cc | 6 +++---
libstdc++-v3/testsuite/std/time/year_month_day/io.cc | 2 +-
3 files changed, 18 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.