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 55af06a70e7 Use unique_xmalloc_ptr in apply_ext_lang_type_printers
new a67a3bbd35c Automatic date update in version.in
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:
bfd/version.h | 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 gdb-13-branch
in repository binutils-gdb.
from f67d2030325 Automatic date update in version.in
new c35a7c837cd Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_40-branch
in repository binutils-gdb.
from 74cb2ddeabc gas: arm: Change warning message to not reference specific [...]
new c272270df7e Automatic date update in version.in
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:
bfd/version.h | 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 devel/rust/master
in repository gcc.
from 0ddec9f44d6 Fix parsing of array expressions.
new 89d83fd0e81 gccrs: fix ICE when closure body is not a block
new df33f7b5bb1 libproc_macro: Add Delimiter type interface
new 4f16aff137e libproc_macro: Add Span type rust interface
new 400e08b2dad libproc_macro: Add Ident type interface
new 4f6d36157d1 libproc_macro: Add LexError type interface
new 0b6b3851de3 libproc_macro: Add Literal type interface
new b42b30da3e3 libproc_macro: Add Spacing type interface.
new 570094e524d libproc_macro: Move some types to their own module
new f7152d606c8 libproc_macro: Add punct type interface
new 08ccfe9c65d libproc_macro: Move Spacing type to punct module
new a4b7fca1ec1 libproc_macro: Add documentation to interface
new 5640374631e libproc_macro: Add TokenStream type interface
new 44a0fd574f0 libproc_macro: Add Group type interface
new e59c6f19aa7 libproc_macro: Move Delimiter type to group module
new fc8a92c4874 libproc_macro: Add TokenTree type interface
new f9ff02ad6ff libproc_macro: Add is_available interface
new 553ffc74645 libproc_macro: Add token_stream module interface
new 2e39012125d libproc_macro: Add iterator impl to TokenStream
new ddd0c450bc6 libproc_macro: Add Span rust implementation
new 95016480c62 libproc_macro: Add Ident type implementation
new 905cf7298de libproc_macro: Add Punct rust type implementation
new e41c961955d libproc_macro: Make Ident ffi-safe
new 6a12e6ea0e6 libproc_macro: Make internal Punct type ffi safe
new 20578ae7746 libproc_macro: Add literal internal implementation
new 896533bfff4 libproc_macro: Change Punct internal size type
new dc4f537942e libproc_macro: Add TokenTree implementation
new eedfefb49d1 libproc_macro: Add is_available ffi
new e4cd0d726ed libproc_macro: Add TokenStream implementation
new f84d6127fe6 libproc_macro: Implement FromIterator
new 09c75e37508 libproc_macro: Implement Extend for TokenStream
new b74ef5aca04 libproc_macro: Implement Display for LexError
new fa88446bd53 libproc_macro: Implement Display for Group
new 541c0f009c6 libproc_macro: Implement Display for Punct
new 453a246bb4d libproc_macro: Implement Display for Literal
new 3762177c58e libproc_macro: Implement Display for TokenStream
new ae2da395d37 libproc_macro: Add Debug impl for TokenStream
new 30fc7d9cf5c libproc_macro: Implement Debug on Literal
new 82c0c5c5d91 libproc_macro: Implement Display on Literal
new 048f24069ea libproc_macro: Add Display impl for Punct
new 8901323c390 libproc_macro: Implement Display for Group
new 1364b17a02f libproc_macro: Implement Debug for Group
new 9eaf139ee7b libproc_macro: Add Group implementation
new 834f9425327 libproc_macro: Add ffi safe i128 & u128
new 252f019e6c0 libproc_macro: Implement FromStr on bridge Literal
new eeda932733e libproc_macro: Implement FromStr on Literal
new 3954270ee7f libproc_macro: Implement FromStr for TokenStream
new 0f1723455ce libproc_macro: Add string length to ffi
new acf5db71524 libproc_macro: Custom Clone for Ident
new da81fa1f087 libproc_macro: Manual Clone for Literal
new 77216f03f28 libproc_macro: Custom Clone on TokenStream
new 09b2be24391 libproc_macro: Minor refactor
new 36ead3c1b56 libproc_macro: Change string format
new 649833b71ae libproc_macro: Move rust interface directory
new bb035c384a0 gccrs: fix ICE with bad match arm type
new 5055bd89396 gccrs: move missed testcase
new 7851d384452 gccrs: Add missing known attribute stable
new ea9ae404400 gccrs: Add test to show multiple candidates for methods is working
new 98735d4fe7f gccrs: handle bare function types with no specified return type
new cf6c77494c0 ast: Add conversion to token stream
new 028f85abf70 ast: Refactor and add some Path node visitors
new f0ed95a8b97 ast: Implement TokenStream visitor for meta nodes
new 439c05ae3a8 ast: Add trailing comma formatting option
new f9fcd37d055 ast: Add some expr TokenStream visitors
new bea0c13139d ast: Add Tokenstream visitors for loop expressions
new 2ca2aaeae07 ast: Implement remaining expr TokenStream visitor
new c34e05d01cf ast: Add ExternCrate TokenStream visitor
new 3d9dbf5c004 ast: Add use declarations TokenStream visitors
new cc5d198e6cd ast: Add Meta items TokenStream visitor
new 08c2c0e02b1 ast: Add AltPattern TokenStream visitor
new f580c1f44c4 ast: Add multiple formatting stub functions
new ea248799f78 ast: Refactor SimplePath attribute name
new 1bc503fe37d ast: Add TokenStream collect function
new a05f114acf9 ast: Add missing constructor implementation
new c3a62ea7d78 lex: Add source code token string representation
new 848bd4dfeb1 session: Add tokenstream dump option
new 816ed80ab7c token: Add type hints to string dump
new 832812bb9cb ast: Fix various TokenStream visitors
new 441c1d06b9b gccrs: privacy reporter should be permissive of error types
new efc3154162f gccrs: make distinction between error and empty for substut [...]
new 3cc5c9360c9 gccrs: add missing name resolution to self params with spec [...]
new 1ef39479434 gccrs: Fix handling of generic arguments for lifetimes only
new f990f89e90a gccrs: Fix bad cast as a char
new 011eb78b353 Handle "fn" and "fn_mut" lang items
new b99448f4b02 gccrs: Fix ICE using constructors for intilizers in statics
new 8b017829f1d ast: Move rust-path implementation out of rust-ast
new f749a7fa0b4 ast: Move pattern implementation out of rust-ast
new 75ec5f4f487 ast: Fix tokenstream extern block statements
new 28f445767e8 ast: Fix match case comma output
new 68ee667852b ast: Fix char literal ICE
new 1a7f62cd03c ast: Output inner attributes in tokenstreams
new 0b7b488405d ast: Output union's outer attributes
new 4331f52f62a ast: Fix attribute tokenstreams
new d94116ad6ac ast: Change visibility in token type
new 1d501ab1429 ast: Visit crate inner attributes for tokenstreams
new f499a356a85 ast: Fix macros in tokenstreams
new 7035cd6ba10 ast: Fix ICE on generic args path
new b109e685aae expand: Add derive expansion stubs
new fe11b51bd31 expand: Add inner attribute expansion stubs
new 6ad6a78a4ae ast: Add outer attribute getter to Expr class
new 11d6828d742 expand: Add stub function for attribute expansion
new a7302b77e39 expand: Add call to outer attributes stubs
new 865f3b05ad3 expand: Add builtin attribute identification
new da41f6d8a4f expand: Add outer attribute expansion on expr
new b9fc7b51a46 gccrs: cleanup resolve method address
new de9adfef3d0 gccrs: cleanup query_compile to reuse destructure call
new 4713107dffa gccrs: remove unused code in query_compile
new f83e63a89a0 gccrs: refactor resolve_method_address to be inside base class
new 4d663acdb6e gccrs: never re-setup trait item bound with a dyn object
new 92b13704858 gccrs: Support fully qualified calls to trait items from Ca [...]
The 109 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/rust/Make-lang.in | 4 +
gcc/rust/ast/rust-ast-formatting.cc | 106 +
.../rust-base62.cc => ast/rust-ast-formatting.h} | 55 +-
gcc/rust/ast/rust-ast-full.h | 1 +
gcc/rust/ast/rust-ast-tokenstream.cc | 2927 ++++++++++++++++++++
.../{rust-ast-dump.h => rust-ast-tokenstream.h} | 79 +-
gcc/rust/ast/rust-ast.cc | 956 +------
gcc/rust/ast/rust-ast.h | 15 +-
gcc/rust/ast/rust-expr.h | 59 +-
gcc/rust/ast/rust-item.h | 19 +
gcc/rust/ast/rust-macro.h | 16 +-
gcc/rust/ast/rust-path.cc | 360 +++
gcc/rust/ast/rust-path.h | 4 +-
gcc/rust/ast/rust-pattern.cc | 468 ++++
gcc/rust/ast/rust-pattern.h | 8 +
gcc/rust/backend/rust-compile-base.cc | 85 +
gcc/rust/backend/rust-compile-base.h | 6 +
gcc/rust/backend/rust-compile-expr.cc | 110 +-
gcc/rust/backend/rust-compile-expr.h | 6 -
gcc/rust/backend/rust-compile-item.cc | 6 +-
gcc/rust/backend/rust-compile-resolve-path.cc | 34 +-
.../checks/errors/privacy/rust-privacy-reporter.cc | 2 +-
gcc/rust/expand/rust-expand-visitor.cc | 259 +-
gcc/rust/expand/rust-expand-visitor.h | 28 +
gcc/rust/lex/rust-token.cc | 37 +
gcc/rust/lex/rust-token.h | 4 +
gcc/rust/resolve/rust-ast-resolve-item.cc | 52 +-
gcc/rust/rust-session-manager.cc | 29 +
gcc/rust/rust-session-manager.h | 3 +
gcc/rust/typecheck/rust-casts.cc | 17 +-
gcc/rust/typecheck/rust-hir-path-probe.cc | 35 +-
gcc/rust/typecheck/rust-hir-type-check-expr.cc | 2 +
gcc/rust/typecheck/rust-hir-type-check-path.cc | 23 +-
gcc/rust/typecheck/rust-hir-type-check-pattern.cc | 28 +-
gcc/rust/typecheck/rust-hir-type-check-type.cc | 34 +-
gcc/rust/typecheck/rust-tyty-bounds.cc | 8 +-
gcc/rust/typecheck/rust-tyty-subst.cc | 20 +-
gcc/rust/typecheck/rust-tyty-subst.h | 5 +-
gcc/rust/util/rust-attributes.cc | 4 +-
gcc/rust/util/rust-lang-item.h | 14 +
gcc/testsuite/rust/bounds1.rs | 19 -
.../rust/compile/{issue-1725-1.rs => bounds1.rs} | 0
gcc/testsuite/rust/compile/cast5.rs | 12 +
gcc/testsuite/rust/compile/const_generics_5.rs | 15 +-
gcc/testsuite/rust/compile/issue-2029.rs | 13 +
gcc/testsuite/rust/compile/issue-2039.rs | 22 +
gcc/testsuite/rust/compile/issue-2042.rs | 6 +
gcc/testsuite/rust/compile/issue-2043.rs | 12 +
.../compile/{torture/traits9.rs => issue-2070.rs} | 7 +-
gcc/testsuite/rust/compile/issue-925.rs | 23 +
.../torture/{ref-pattern2.rs => issue-2052.rs} | 9 +-
gcc/testsuite/rust/execute/torture/issue-2080.rs | 26 +
libgrust/libproc_macro/rust/bridge.rs | 14 +
libgrust/libproc_macro/rust/bridge/group.rs | 55 +
libgrust/libproc_macro/rust/bridge/ident.rs | 68 +
libgrust/libproc_macro/rust/bridge/literal.rs | 401 +++
libgrust/libproc_macro/rust/bridge/punct.rs | 37 +
libgrust/libproc_macro/rust/bridge/span.rs | 32 +
libgrust/libproc_macro/rust/bridge/token_stream.rs | 156 ++
libgrust/libproc_macro/rust/group.rs | 88 +
libgrust/libproc_macro/rust/ident.rs | 67 +
libgrust/libproc_macro/rust/lib.rs | 198 ++
libgrust/libproc_macro/rust/literal.rs | 189 ++
libgrust/libproc_macro/rust/punct.rs | 92 +
libgrust/libproc_macro/rust/span.rs | 52 +
libgrust/libproc_macro/rust/token_stream.rs | 52 +
66 files changed, 6319 insertions(+), 1274 deletions(-)
create mode 100644 gcc/rust/ast/rust-ast-formatting.cc
copy gcc/rust/{util/rust-base62.cc => ast/rust-ast-formatting.h} (54%)
create mode 100644 gcc/rust/ast/rust-ast-tokenstream.cc
copy gcc/rust/ast/{rust-ast-dump.h => rust-ast-tokenstream.h} (86%)
create mode 100644 gcc/rust/ast/rust-path.cc
create mode 100644 gcc/rust/ast/rust-pattern.cc
delete mode 100644 gcc/testsuite/rust/bounds1.rs
copy gcc/testsuite/rust/compile/{issue-1725-1.rs => bounds1.rs} (100%)
create mode 100644 gcc/testsuite/rust/compile/cast5.rs
create mode 100644 gcc/testsuite/rust/compile/issue-2029.rs
create mode 100644 gcc/testsuite/rust/compile/issue-2039.rs
create mode 100644 gcc/testsuite/rust/compile/issue-2042.rs
create mode 100644 gcc/testsuite/rust/compile/issue-2043.rs
copy gcc/testsuite/rust/compile/{torture/traits9.rs => issue-2070.rs} (72%)
create mode 100644 gcc/testsuite/rust/compile/issue-925.rs
copy gcc/testsuite/rust/execute/torture/{ref-pattern2.rs => issue-2052.rs} (65%)
create mode 100644 gcc/testsuite/rust/execute/torture/issue-2080.rs
create mode 100644 libgrust/libproc_macro/rust/bridge.rs
create mode 100644 libgrust/libproc_macro/rust/bridge/group.rs
create mode 100644 libgrust/libproc_macro/rust/bridge/ident.rs
create mode 100644 libgrust/libproc_macro/rust/bridge/literal.rs
create mode 100644 libgrust/libproc_macro/rust/bridge/punct.rs
create mode 100644 libgrust/libproc_macro/rust/bridge/span.rs
create mode 100644 libgrust/libproc_macro/rust/bridge/token_stream.rs
create mode 100644 libgrust/libproc_macro/rust/group.rs
create mode 100644 libgrust/libproc_macro/rust/ident.rs
create mode 100644 libgrust/libproc_macro/rust/lib.rs
create mode 100644 libgrust/libproc_macro/rust/literal.rs
create mode 100644 libgrust/libproc_macro/rust/punct.rs
create mode 100644 libgrust/libproc_macro/rust/span.rs
create mode 100644 libgrust/libproc_macro/rust/token_stream.rs
--
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 99ddf2254feb Merge tag 'trace-v6.3-rc5' of git://git.kernel.org/pub/scm [...]
new d564fa1ff19e asm-generic/io.h: suppress endianness warnings for readq() [...]
new 05d3855b4d21 asm-generic/io.h: suppress endianness warnings for relaxed [...]
new 656e9007ef58 asm-generic: avoid __generic_cmpxchg_local warnings
new fcff5f99eaf0 Merge tag 'asm-generic-fixes-6.3' of git://git.kernel.org/ [...]
new a3c4c0530145 platform/x86: think-lmi: Fix memory leak when showing curr [...]
new e7d796fccdc8 platform/x86: think-lmi: Fix memory leaks when parsing Thi [...]
new 7065655216d4 platform/x86: think-lmi: Clean up display of current_value [...]
new 9a469c6dfab3 platform/x86: thinkpad_acpi: Add missing T14s Gen1 type to [...]
new 8dfab5237d9f Merge tag 'platform-drivers-x86-v6.3-5' of git://git.kerne [...]
new 9fdc1605c504 ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
new dda5c809d423 Merge tag 'v6.3-rc2' into asoc-6.3 to fix clock related failures
new 083a25b18d6a ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init( [...]
new 3c728b1bc5b9 ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15
new 9c691a42b892 ASoC: Intel: soc-acpi: add table for Intel 'Rooks County' NUC M15
new 30549964ce67 ASOC: Intel: add quirk for Intel 'Rooks County' NUC
new 205efd4619b8 ASoC: amd: yc: Add DMI entries to support Victus by HP Lap [...]
new e51f49512d98 ASoC: SOF: ipc4: Ensure DSP is in D0I0 during sof_ipc4_set [...]
new e38c5e80c3d2 ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia O [...]
new a4a3203426f4 ASoC: codecs: lpass: fix the order or clks turn off during [...]
new f6887a71bdd2 ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()
new 44378cd113e5 ASoC: da7213.c: add missing pm_runtime_disable()
new e3720f92e023 ASoC: SOF: avoid a NULL dereference with unsupported widgets
new f43359501e2d Merge tag 'asoc-fix-v6.3-rc4' of https://git.kernel.org/pu [...]
new 36d4d213c6d4 ALSA: hda/realtek: Add quirk for Clevo X370SNW
new f785f5ee968f ALSA: hda/hdmi: Preserve the previous PCM device upon re-e [...]
new 2a28a8b3659c Merge tag 'sound-6.3-rc6' of git://git.kernel.org/pub/scm/ [...]
new f1b17f429f06 drm/i915/ttm: fix sparse warning
new c74237496fbc drm/i915/huc: Cancel HuC delayed load timer on reset.
new 95d939bb97ff drm/i915: Use compressed bpp when calculating m/n value fo [...]
new dc30c0114691 drm/i915: fix race condition UAF in i915_perf_add_config_ioctl
new dc3421560a67 drm/i915: Fix context runtime accounting
new 1a4edef8e846 Merge tag 'drm-intel-fixes-2023-04-05' of git://anongit.fr [...]
new 7f67aa097e87 drm/nouveau/disp: Support more modes by checking with lower bpc
new 764a2ab9eb56 drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path
new 774e7cb50359 accel/ivpu: Add dma fence to command buffers only
new 0ec8671837a6 accel/ivpu: Fix S3 system suspend when not idle
new 3dfa8926efa9 Merge tag 'drm-misc-fixes-2023-04-05' of git://anongit.fre [...]
new ac6c043391b2 Merge tag 'drm-fixes-2023-04-06' of git://anongit.freedesk [...]
new 6f5793798014 pwm: hibvt: Explicitly set .polarity in .get_state()
new 30006b77c7e1 pwm: cros-ec: Explicitly set .polarity in .get_state()
new b20b097128d9 pwm: iqs620a: Explicitly set .polarity in .get_state()
new 2be4dcf6627e pwm: sprd: Explicitly set .polarity in .get_state()
new 8caa81eb950c pwm: meson: Explicitly set .polarity in .get_state()
new 1271a7b98e79 pwm: Zero-initialize the pwm_state passed to driver's .get [...]
new ae52f797904e Merge tag 'pwm/for-6.3-rc6' of git://git.kernel.org/pub/sc [...]
new e4395701330f iommufd: Check for uptr overflow
new 727c28c1cef2 iommufd: Fix unpinning of pages when an access is present
new 13a0d1ae7ee6 iommufd: Do not corrupt the pfn list when doing batch carry
new 105b64c83872 Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...]
new f1594bc67657 selftests mount: Fix mount_setattr_test builds failed
new 8f2e1a855b47 Merge tag 'linux-kselftest-fixes-6.3-rc6' of git://git.ker [...]
new 4d78e032fee5 wifi: mac80211: drop bogus static keywords in A-MSDU rx
new a16fc38315f2 wifi: mac80211: fix potential null pointer dereference
new dd01579e5ed9 wifi: mac80211: fix the size calculation of ieee80211_ie_l [...]
new e26c0946a5c1 wifi: mac80211: fix receiving mesh packets in forwarding=0 [...]
new 8f0149a8ac59 wifi: mac80211: fix mesh forwarding
new 899c2c11810c wifi: mac80211: fix flow dissection for forwarded packets
new 12b220a6171f wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls f [...]
new 6b36d68cc9bb Merge tag 'wireless-2023-03-30' of git://git.kernel.org/pu [...]
new f9d2b1e146e0 virtio/vsock: fix leaks due to missing skb owner
new 44d807320000 net: qrtr: Fix a refcount bug in qrtr_recvmsg()
new 653a180957a8 net: phylink: add phylink_expects_phy() method
new fe2cfbc96803 net: stmmac: check if MAC needs to attach to a PHY
new 6fc21a6ed595 net: stmmac: remove redundant fixup to support fixed-link mode
new 279d8ff5ec00 Merge branch 'phy-handle-fixes'
new 154e07c16485 l2tp: generate correct module alias strings
new c5b959eeb7f9 net: netcp: MAX_SKB_FRAGS is now 'int'
new 362f0b6678ad net: wwan: t7xx: do not compile with -Werror
new ffa5395a7901 vsock/vmci: convert VMCI error code to -ENOMEM on send
new adef41b03b35 Revert "net: netcp: MAX_SKB_FRAGS is now 'int'"
new 7d63b6712538 icmp: guard against too small mtu
new 275b471e3d2d net: don't let netpoll invoke NAPI if in xmit context
new 089b91a0155c net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit
new e669ce46740a net: ethernet: mtk_eth_soc: fix remaining throughput regression
new 2584024b2355 sctp: check send stream number after wait_for_sndbuf
new ad651d68cee7 net: sfp: add quirk enabling 2500Base-x for HG MXPD-483II
new 839349d13905 net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
new ea30388baebc ipv6: Fix an uninit variable access bug in __ip6_make_skb()
new c6b486fb3368 net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe
new 218c597325f4 net: stmmac: fix up RX flow hash indirection table when se [...]
new 0a78cf7264d2 raw: Fix NULL deref in raw_get_next().
new ab5fb73ffa01 ping: Fix potentail NULL deref for /proc/net/icmp.
new 95fac54004a8 Merge branch 'raw-ping-fix-locking-in-proc-net-raw-icmp'
new e847c7675e19 ethtool: reset #lanes when lanes is omitted
new a1865f2e7d10 netlink: annotate lockless accesses to nlk->max_recvmsg_len
new 3ce934558097 gve: Secure enough bytes in the first TX desc for all TCP pkts
new b4a01ace20f5 ice: fix wrong fallback logic for FDIR
new 83c911dc5e0e ice: Reset FDIR counter in FDIR init stage
new 4181b39ae1ff Merge branch '100GbE' of git://git.kernel.org/pub/scm/linu [...]
new b45193cb4df5 can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memor [...]
new 0145462fc802 can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get [...]
new 79e19fa79cb5 can: isotp: isotp_ops: fix poll() to not report false EPOL [...]
new 051737439eae can: isotp: fix race between isotp_sendsmg() and isotp_release()
new b97ee72ac088 Merge tag 'linux-can-fixes-for-6.3-20230405' of git://git. [...]
new e4efa515d58f wifi: brcmfmac: Fix SDIO suspend/resume regression
new 2ceb76f734e3 wifi: mt76: mt7921: Fix use-after-free in fw features query.
new eb85df0a5643 wifi: mt76: mt7921: fix fw used for offload check for mt7922
new cf5fa3ca0552 wifi: ath11k: reduce the MHI timeout to 20s
new e6db67fa871d wifi: mt76: ignore key disable commands
new cbeb1c1b68d9 Merge tag 'wireless-2023-04-05' of git://git.kernel.org/pu [...]
new abc33494ddd5 net: fec: make use of MDIO C45 quirk
new 38e058cc7d24 selftests: net: rps_default_mask.sh: delete veth link spec [...]
new 24e3fce00c0b net: stmmac: Add queue reset into stmmac_xdp_open() function
new 8fbc10b995a5 net: stmmac: check fwnode for phy device before scanning for phy
new f2afccfefe7b Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/ [...]
The 105 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:
drivers/accel/ivpu/ivpu_job.c | 18 ++----
drivers/accel/ivpu/ivpu_pm.c | 26 ++++----
drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +-
drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 5 +-
.../gpu/drm/i915/gt/intel_execlists_submission.c | 12 +++-
drivers/gpu/drm/i915/gt/uc/intel_huc.c | 7 ++
drivers/gpu/drm/i915/gt/uc/intel_huc.h | 7 +-
drivers/gpu/drm/i915/i915_perf.c | 6 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 32 ++++++++++
drivers/gpu/drm/nouveau/nouveau_dp.c | 8 ++-
drivers/gpu/drm/panfrost/panfrost_mmu.c | 1 +
drivers/iommu/iommufd/pages.c | 16 ++++-
drivers/net/dsa/mv88e6xxx/chip.c | 2 +-
drivers/net/dsa/mv88e6xxx/global2.c | 20 ++++++
drivers/net/dsa/mv88e6xxx/global2.h | 1 +
drivers/net/ethernet/freescale/fec.h | 5 ++
drivers/net/ethernet/freescale/fec_main.c | 32 ++++++----
drivers/net/ethernet/google/gve/gve.h | 2 +
drivers/net/ethernet/google/gve/gve_tx.c | 12 ++--
drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c | 23 ++++++-
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 4 ++
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 1 -
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 21 +++++-
drivers/net/ethernet/ti/am65-cpsw-nuss.c | 6 +-
drivers/net/phy/phylink.c | 19 ++++++
drivers/net/phy/sfp.c | 4 ++
drivers/net/wireless/ath/ath11k/mhi.c | 2 +-
.../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c | 36 ++++++++---
.../wireless/broadcom/brcm80211/brcmfmac/sdio.h | 2 +
drivers/net/wireless/mediatek/mt76/mt7603/main.c | 10 +--
drivers/net/wireless/mediatek/mt76/mt7615/mac.c | 70 ++++++--------------
drivers/net/wireless/mediatek/mt76/mt7615/main.c | 15 ++---
drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h | 6 +-
drivers/net/wireless/mediatek/mt76/mt76x02_util.c | 18 +++---
drivers/net/wireless/mediatek/mt76/mt7915/main.c | 13 ++--
drivers/net/wireless/mediatek/mt76/mt7921/init.c | 7 +-
drivers/net/wireless/mediatek/mt76/mt7921/main.c | 13 ++--
drivers/net/wireless/mediatek/mt76/mt7921/pci.c | 2 +-
drivers/net/wireless/mediatek/mt76/mt7996/main.c | 13 ++--
drivers/net/wwan/t7xx/Makefile | 2 -
drivers/platform/x86/think-lmi.c | 20 ++++--
drivers/platform/x86/thinkpad_acpi.c | 8 +++
drivers/pwm/core.c | 12 +++-
drivers/pwm/pwm-cros-ec.c | 1 +
drivers/pwm/pwm-hibvt.c | 1 +
drivers/pwm/pwm-iqs620a.c | 1 +
drivers/pwm/pwm-meson.c | 8 +++
drivers/pwm/pwm-sprd.c | 1 +
include/asm-generic/atomic.h | 4 +-
include/asm-generic/cmpxchg-local.h | 12 ++--
include/asm-generic/cmpxchg.h | 6 +-
include/asm-generic/io.h | 16 ++---
include/linux/phylink.h | 1 +
include/net/raw.h | 4 +-
net/can/isotp.c | 74 ++++++++++++++--------
net/can/j1939/transport.c | 5 +-
net/core/netpoll.c | 19 +++++-
net/ethtool/linkmodes.c | 7 +-
net/ipv4/icmp.c | 5 ++
net/ipv4/ping.c | 8 +--
net/ipv4/raw.c | 36 ++++++-----
net/ipv4/raw_diag.c | 10 ++-
net/ipv6/ip6_output.c | 7 +-
net/ipv6/raw.c | 10 ++-
net/l2tp/l2tp_ip.c | 8 +--
net/l2tp/l2tp_ip6.c | 8 +--
net/mac80211/rx.c | 29 +++++----
net/mac80211/sta_info.c | 3 +-
net/mac80211/util.c | 2 +-
net/netlink/af_netlink.c | 15 +++--
net/qrtr/af_qrtr.c | 2 +
net/qrtr/ns.c | 15 +++--
net/sctp/socket.c | 4 ++
net/vmw_vsock/virtio_transport_common.c | 10 +++
net/vmw_vsock/vmci_transport.c | 8 ++-
sound/pci/hda/patch_hdmi.c | 11 ++++
sound/pci/hda/patch_realtek.c | 2 +
sound/soc/amd/yc/acp6x-mach.c | 7 ++
sound/soc/codecs/da7213.c | 6 ++
sound/soc/codecs/hdac_hdmi.c | 17 +++--
sound/soc/codecs/lpass-rx-macro.c | 4 +-
sound/soc/codecs/lpass-tx-macro.c | 4 +-
sound/soc/codecs/lpass-wsa-macro.c | 4 +-
sound/soc/intel/boards/bytcr_rt5640.c | 12 ++++
sound/soc/intel/boards/sof_sdw.c | 11 ++++
sound/soc/intel/common/soc-acpi-intel-adl-match.c | 20 ++++++
sound/soc/soc-pcm.c | 4 ++
sound/soc/sof/ipc4-topology.c | 8 +++
sound/soc/sof/ipc4.c | 8 +++
.../selftests/mount_setattr/mount_setattr_test.c | 1 +
tools/testing/selftests/net/rps_default_mask.sh | 1 +
91 files changed, 672 insertions(+), 329 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_aosp-code_size-surfaceflinger/oriole-master
in repository toolchain/ci/base-artifacts.
from 3cf9a09cdc 11: onsuccess: #62: 2: [TCWG CI] Success after aosp_superpro [...]
new 2876863812 12: onsuccess: #63: 2: [TCWG CI] Success after aosp_superpro [...]
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 2012 -> 2016 bytes
02-build_aosp_toolchain/console.log.xz | Bin 197772 -> 198392 bytes
03-build_shadow_llvm/console.log.xz | Bin 130800 -> 131412 bytes
04-build_aosp/console.log.xz | Bin 69636 -> 69636 bytes
06-check_regression/aosp.improvements | 1 -
06-check_regression/binary.improvements | 1 -
06-check_regression/console.log.xz | Bin 6812 -> 6748 bytes
06-check_regression/results-vs-first.csv | 10 ++---
06-check_regression/results-vs-prev.csv | 68 +++++++++++++++----------------
dashboard/dashboard-generate.sh | 2 +-
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
git/toolchain_superproject_rev | 2 +-
mail/changes-list-long.txt | 29 ++++++-------
mail/changes-list-short.txt | 2 +-
mail/last_good.sh | 26 ++++++------
manifest.sh | 26 ++++++------
size.csv | 60 +++++++++++++--------------
18 files changed, 115 insertions(+), 116 deletions(-)
delete mode 100644 06-check_regression/aosp.improvements
delete mode 100644 06-check_regression/binary.improvements
--
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 b4f767131f7 Fix gdb.base/align-*.exp and Clang + LTO and AIX GCC
new 55af06a70e7 Use unique_xmalloc_ptr in apply_ext_lang_type_printers
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/extension-priv.h | 5 +++--
gdb/extension.c | 6 +++---
gdb/extension.h | 4 ++--
gdb/python/python.c | 10 ++++++----
gdb/typeprint.c | 13 +++++--------
5 files changed, 19 insertions(+), 19 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_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
from 95d2436d2d 69: onsuccess: #9: all: [TCWG CI] Success after binutils/llv [...]
new 18c6653fda 70: onsuccess: #10: all: [TCWG CI] Success after binutils/ll [...]
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 2012 -> 2008 bytes
02-prepare_abe/console.log.xz | Bin 2500 -> 2516 bytes
03-build_abe-binutils/console.log.xz | Bin 26668 -> 27664 bytes
04-build_kernel_llvm/console.log.xz | Bin 65212 -> 65724 bytes
05-build_abe-qemu/console.log.xz | Bin 30808 -> 31488 bytes
06-build_linux/console.log.xz | Bin 3108 -> 3612 bytes
08-check_regression/console.log.xz | Bin 4248 -> 3796 bytes
09-update_baseline/console.log | 9 +++++++
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/changes-list-long.txt | 44 +++++++++++++++--------------------
mail/changes-list-short.txt | 2 +-
mail/last_good.sh | 32 ++++++++++++-------------
manifest.sh | 28 +++++++++++-----------
16 files changed, 63 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.