This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f31d49d6541 c++: Speed up compilation of large char array initializers [...]
new e5798872281 Add warning for non-spec compliant FMV in Aarch64
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/config/aarch64/aarch64.cc | 9 +++++++++
gcc/config/aarch64/aarch64.opt | 4 ++++
gcc/doc/invoke.texi | 11 ++++++++++-
gcc/testsuite/g++.target/aarch64/mv-1.C | 1 +
gcc/testsuite/g++.target/aarch64/mv-pragma.C | 1 +
gcc/testsuite/g++.target/aarch64/mv-symbols1.C | 1 +
gcc/testsuite/g++.target/aarch64/mv-symbols2.C | 1 +
gcc/testsuite/g++.target/aarch64/mv-symbols3.C | 1 +
gcc/testsuite/g++.target/aarch64/mv-symbols4.C | 1 +
gcc/testsuite/g++.target/aarch64/mv-symbols5.C | 1 +
gcc/testsuite/g++.target/aarch64/mv-warning1.C | 9 +++++++++
gcc/testsuite/g++.target/aarch64/mvc-symbols1.C | 1 +
gcc/testsuite/g++.target/aarch64/mvc-symbols2.C | 1 +
gcc/testsuite/g++.target/aarch64/mvc-symbols3.C | 1 +
gcc/testsuite/g++.target/aarch64/mvc-symbols4.C | 1 +
gcc/testsuite/g++.target/aarch64/mvc-warning1.C | 6 ++++++
16 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/mv-warning1.C
create mode 100644 gcc/testsuite/g++.target/aarch64/mvc-warning1.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 akhuettel/tests-libgcc-2
in repository glibc.
at 82574da34a support: When copying libraries into testroot.pristine, incl [...]
This branch includes the following new commits:
new 82574da34a support: When copying libraries into testroot.pristine, incl [...]
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.
--
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 3898d9f43 Add entry c36fc50781995e6758cae2b6927839d0157f213c from https [...]
new 9545ef8e1 Add entry c36fc50781995e6758cae2b6927839d0157f213c 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 | 4 +
.../jira/yaml | 4 +
.../status.txt | 4 +
.../{master-arm => master-aarch64}/details.txt | 166 +++++----------------
.../master-aarch64}/reproduction_instructions.txt | 0
.../master-aarch64/status-summary.txt | 1 +
.../master-aarch64/status.txt | 6 +-
.../tcwg_gnu_native_check_gcc/status.txt | 4 +
8 files changed, 59 insertions(+), 130 deletions(-)
copy glibc/sha1/c36fc50781995e6758cae2b6927839d0157f213c/tcwg_gnu_native_check_gcc [...]
copy {binutils/sha1/9f2e3c21f6506f081f1360f02b847606e0e00995/tcwg_kernel/gnu-maste [...]
create mode 100644 glibc/sha1/c36fc50781995e6758cae2b6927839d0157f213c/tcwg_gnu_na [...]
copy glibc/sha1/{667f277c782f4457603e6d192bac294e5f2c5186 => c36fc50781995e6758cae [...]
--
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 66e257641 Add entry 9c464e60d2c74094e3782d363e482c98762036ee from https [...]
new 3898d9f43 Add entry c36fc50781995e6758cae2b6927839d0157f213c 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_gcc/master-aarch64/build_url | 2 +-
.../tcwg_gnu_native_check_gcc/{master-arm => master-aarch64}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {gcc/sha1/061f74c06735e1fa35b910ae0bcf01b61a74ec23 => glibc/sha1/c36fc5078199 [...]
copy glibc/sha1/c36fc50781995e6758cae2b6927839d0157f213c/tcwg_gnu_native_check_gcc [...]
--
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 d559fbab612 Daily bump.
new 843ca8a964b c++: Handle RAW_DATA_CST in add_list_candidates [PR118532]
new 2a681688310 c, c++: Return 1 for __has_builtin(__builtin_va_arg) and __ [...]
new f31d49d6541 c++: Speed up compilation of large char array initializers [...]
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/c/c-decl.cc | 2 +
gcc/cp/call.cc | 23 +++++-
gcc/cp/cp-objcp-common.cc | 1 +
gcc/cp/error.cc | 21 ++++-
gcc/cp/parser.cc | 101 +++++++++++++++++++++++++
gcc/testsuite/c-c++-common/cpp/has-builtin-4.c | 16 ++++
gcc/testsuite/g++.dg/cpp/embed-22.C | 24 ++++++
gcc/testsuite/g++.dg/cpp/embed-23.C | 21 +++++
gcc/testsuite/g++.dg/cpp0x/pr118532.C | 25 ++++++
gcc/testsuite/g++.dg/cpp2a/explicit20.C | 23 ++++++
10 files changed, 254 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/cpp/has-builtin-4.c
create mode 100644 gcc/testsuite/g++.dg/cpp/embed-22.C
create mode 100644 gcc/testsuite/g++.dg/cpp/embed-23.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr118532.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/explicit20.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 master
in repository toolchain/ci/interesting-commits.
from 950993455 Add entry a0406ce823e8f1c1993b565d08b045c0104c3a5a from https [...]
new 05976821d Add entry 9c464e60d2c74094e3782d363e482c98762036ee 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:
.../first_url | 2 +-
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla/build_url | 2 +-
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla/last_good | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
copy llvm/sha1/{0d921f96d48c796837fc6d83f28a33b42220f5c2 => 9c464e60d2c74094e3782d [...]
copy {fujitsu_testsuite/sha1/e0fb0c49ba3050dc1ac811e3429081b10f957ce1 => llvm/sha1 [...]
copy gcc/sha1/07767389fb390814d9b6142e9d0341b7b9fd1cc2/jira/summary => llvm/sha1/9 [...]
--
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 annotated tag v6.13
in repository linux-next.
at d6cb6a3d99ad (tag)
tagging ffd294d346d185b70e28b1a28abe367bbfe53c04 (commit)
replaces v6.13-rc7
tagged by Linus Torvalds
on Sun Jan 19 15:51:45 2025 -0800
- Log -----------------------------------------------------------------
Linux 6.13
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAmeNkBEeHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGgN4IAIEa4TrwIPP0cI4h
iLI7rXcQaQplFlEGcmLutzItlf2YnoSoIa7fJoThJwKZIcz5o76sqtbTvQebZGsO
SRmthEixpFdJK//5fQR1OZaSsMAifH2kQrEjvQqF7OxwvVOOAHZ7bUuyOvrTRFE8
Su6kUXjmtN4O2oBEVgPKiStjd2sIqT8+Y67WjGwbDY7cU7m0qN4aBegPg5wrHQWm
edIBWN53dv/5R197qntCxaTGG+OsiFHr6LMfg6tLhq8Pw+hFGAcdgcUZ2YeCbmw8
noN0ukiaOewRgYmZI8oj8x6+zncNR/SWFNgAMxnLvK8o5oHx0R/0CtgNZSi7ocn3
WIm9hzg=
=m02S
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
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.
unknown user pushed a change to annotated tag next-20250121
in repository linux-next.
at 98baed10f3fe (tag)
tagging f066b5a6c7a06adfb666b7652cc99b4ff264f4ed (commit)
replaces v6.13
tagged by Stephen Rothwell
on Tue Jan 21 18:17:19 2025 +1100
- Log -----------------------------------------------------------------
next-20250121
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAmePSf8ACgkQifkcCkHV
wHr+Ag/+Nc8qWgynnwM0fNFX2LFU+6gFoul66yzlUs9UJD7l6Vl0E+nk+T8L4/hV
ABEtRzQyYQ5dakYC3NHncywaeNqiCIO50rmsjsWI3LSzXYlqhajORWnI/+kAIp53
Rpk0TrRh41bZ79mY2OKAVxqnK8SiT/+t2Lu8LZ/ashQKuamhNloa3vlslQmWUnjj
7d7GAwilnDco7LzlbPPnhCJ9qKrgtiDtML+DFhmLl6IVn7gBfzHB9HnHC88FIvV2
pWyKcIEUkFdUvx7IQJLkk8tIqabJiVIC389q8AWKPERgayUPlAogF4jyXfT2IpZ9
L6vjXE0H784KIGm/Q8EZ2Xe0SUFe4VUKxmF4TVX+ACFVUP8tY5RVM1zDhySN9FvB
mZTuTxsp84XKJIRWanBGFelVAbycr1enU1Uik19j4nrxA8qLA7MhSx0u9EQPcZA4
HS8+U9RDfuMEOqX5hSm/ptuNUARCr44ZU2DFYxeL26DKSuT2ImEWbFe+i0XBrAiM
aAcS/guQ4bV53t6MlzhrnoRVYW6czP/Fwd4LkZyuvaaDNbQVHCOgqDIxo2Q2K8jj
R4VTInZ/J3hHkqmLBa/8kG+fP8sLelCZQLi4TEkJ3i6t+VO9CsMaP5o8OkeKib0R
IKOSkiQ8DglE2YAm3agWpFNO432nAWu6Be0DQKxwHY9ghK77b7A=
=B+Io
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new d960f14800b5 ACPI: platform_profile: Replace *class_dev member with class_dev
new 249c576f0f9d ACPI: platform_profile: Let drivers set drvdata to the cla [...]
new cf3ea098dd3a ACPI: platform_profile: Remove platform_profile_handler fr [...]
new b5ca1a4488a5 ACPI: platform_profile: Add `ops` member to handlers
new 58d5629dc8b8 ACPI: platform_profile: Add `probe` to platform_profile_ops
new 24c54b19b495 platform/surface: surface_platform_profile: Use devm_platf [...]
new 9523ea90cb17 platform/x86: acer-wmi: Use devm_platform_profile_register()
new 3e6d0bf3b9bf platform/x86: amd: pmf: sps: Use devm_platform_profile_register()
new 8f1868526702 platform/x86: asus-wmi: Use devm_platform_profile_register()
new 1ab20816ab0f platform/x86: dell-pc: Use devm_platform_profile_register()
new 0d882fae334b platform/x86: ideapad-laptop: Use devm_platform_profile_re [...]
new f8a05692de06 libbpf: Work around kernel inconsistently stripping '.llvm [...]
new 01f3ce5328c4 tools: Sync if_xdp.h uapi tooling header
new db0c8eb72bc7 platform/x86: hp-wmi: Use devm_platform_profile_register()
new c72ca29e7f4a platform/x86: inspur_platform_profile: Use devm_platform_p [...]
new 31658c916fa6 platform/x86: thinkpad_acpi: Use devm_platform_profile_register()
new 07f531b395db ACPI: platform_profile: Remove platform_profile_handler fr [...]
new 6ef338955035 ACPI: platform_profile: Move platform_profile_handler
new c4f7d255be32 ACPI: platform_profile: Clean platform_profile_handler
new ee7f3e2b4942 ACPI: platform_profile: Add documentation
new 0025d83a3c20 ACPI: platform_profile: Add a prefix to log messages
new 035f0c279bcf perf annotate: Prefer passing evsel to evsel->core.idx
new 62892e77b8a6 perf bench: Fix undefined behavior in cmpworker()
new 91b7747dc70d perf test: Update event_groups test to use instructions
new 8d738c1869f6 netfilter: nf_tables: fix set size with rbtree backend
new d01ed3240b22 netfilter: br_netfilter: remove unused conditional and dead code
new 2a67414a143e netfilter: nf_tables: Flowtable hook's pf value never varies
new b7c2d793c28c netfilter: nf_tables: Store user-defined hook ifname
new 880ccec0d02e netfilter: nf_tables: Use stored ifname in netdev hook dumps
new bc87b75847d8 netfilter: nf_tables: Compare netdev hooks based on stored name
new fc0133428e7a netfilter: nf_tables: Tolerate chains with no remaining hooks
new 375f222800bc netfilter: nf_tables: Simplify chain netdev notifier
new d9d7b489416d netfilter: nft_flow_offload: clear tcp MAXACK flag before [...]
new 7a4b61406395 netfilter: nft_flow_offload: update tcp state flags under lock
new 31768596b15a netfilter: conntrack: remove skb argument from nf_ct_refresh
new 03428ca5cee9 netfilter: conntrack: rework offload nf_conn timeout exten [...]
new b8baac3b9c5c netfilter: flowtable: teardown flow if cached mtu is stale
new fdbaf5163331 netfilter: flowtable: add CLOSING state
new a8dd04064788 mm/filemap: change filemap_create_folio() to take a struct kiocb
new a0066c751197 mm/filemap: use page_cache_sync_ra() to kick off read-ahead
new 2788ab2b1e54 mm/readahead: add folio allocation helper
new 516e8e6f81e4 mm: add PG_dropbehind folio flag
new 8f5f022cfc40 mm/readahead: add readahead_control->dropbehind member
new 2702716c84dd mm/truncate: add folio_unmap_invalidate() helper
new 096a474e8872 fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flag
new 2851e78e1e30 mm/filemap: add read support for RWF_DONTCACHE
new a30ae0666365 mm/filemap: drop streaming/uncached pages when writeback c [...]
new 07626fbecddd mm/filemap: add filemap_fdatawrite_range_kick() helper
new b0fddc414703 mm: call filemap_fdatawrite_range_kick() after IOCB_DONTCA [...]
new 5475d8d8a809 mm: add FGP_DONTCACHE folio creation flag
new 74ee527f1b9d selftests/memfd/memfd_test: fix possible NULL pointer dereference
new 457977063e49 selftests/mm: virtual_address_range: mmap() without PROT_WRITE
new 0fb6a057cac6 selftests/mm: virtual_address_range: unmap chunks after va [...]
new 2da0d7207499 selftests/mm: vm_util: split up /proc/self/smaps parsing
new 9a29120949fd selftests/mm: virtual_address_range: avoid reading from VM [...]
new fa0fc607034f kasan: hw_tags: Use str_on_off() helper in kasan_init_hw_tags()
new cb4670d375e3 selftests/mm/mkdirty: fix memory leak in test_uffdio_copy()
new f4ad8c95d119 mm/kfence: use str_write_read() helper in get_access_type()
new f2a84472d542 mm: separate move/undo parts from migrate_pages_batch()
new f24a5f570ce2 zram: remove zcomp_stream_put() from write_incompressible_page()
new fe986df6cca1 mm/page_alloc: remove the incorrect and misleading comment
new 4c8d910d5050 mm/page-writeback: consolidate wb_thresh bumping logic int [...]
new 2ee400137857 seqlock: add missing parameter documentation for raw_seqco [...]
new d3e021e9ef9a mm/damon/core: use str_high_low() helper in damos_wmark_wait_us()
new 108c23dbed49 tools: add VM_WARN_ON_VMG definition
new fa31161bf3fc kasan: sw_tags: use str_on_off() helper in kasan_init_sw_tags()
new d249b46574b5 include/linux/lz4.h: add some missing macros
new dd55eb70dca3 ocfs2: use str_yes_no() and str_no_yes() helper functions
new d174a5ff9d92 foo
new fe47954e524d foo
new e072578a58cb MAINTAINERS: add Yang Yang as a co-maintainer of PER-TASK [...]
new 35ce92842f90 foo
new b489e7946656 PM / OPP: Add reference counting helpers for Rust implementation
new 76b218721e5f cpufreq: s3c64xx: Fix compilation warning
new f839f532c9b0 xen: pcpu: remove unnecessary __ref annotation
new a12c76a03386 net: sched: refine software bypass handling in tc_run
new 544c9394065f dsa: Use str_enable_disable-like helpers
new 6d002348789b Grab mm lock before grabbing pt lock
new 45bd1c5ba758 net: appletalk: Drop aarp_send_probe_phase1()
new 763fcb939971 Merge tag 'opp-updates-6.14' of ssh://gitolite.kernel.org/ [...]
new 301deae65cfc Merge branch 'pm-opp' into linux-next
new 251be0b542fd Merge tag 'cpufreq-arm-updates-6.14' of ssh://gitolite.ker [...]
new 69bbfd3a203e Merge branch 'pm-cpufreq' into linux-next
new 6e4ab59b8391 platform/x86: hp-wmi: Add fan and thermal profile support [...]
new 9886f575de5a platform/mellanox: mlxbf-bootctl: use sysfs_emit() instead [...]
new fcf1b6f8d824 platform/mellanox: mlxreg-hotplug: use sysfs_emit() instea [...]
new ff44b1ca889f platform/mellanox: mlxreg-io: use sysfs_emit() instead of [...]
new af10e092b77a net: phylink: always do a major config when attaching a SFP PHY
new 5fe71fda8974 tipc: re-order conditions in tipc_crypto_key_rcv()
new 457bb7970a0f net: macsec: Add endianness annotations in salt struct
new 64ff63aeefb0 net: phy: realtek: HWMON support for standalone versions o [...]
new c1382852330e riscv: sbi: vendorid_list: Add Microchip Technology to the [...]
new 4783ce32b080 riscv: export __cpuid_to_hartid_map
new 3d49020a327c iommufd/fault: Use a separate spinlock to protect fault->d [...]
new 8c4b2fd5908d io_uring/rsrc: Move lockdep assert from io_free_rsrc_node( [...]
new 45dc92c32a47 bpf: Free special fields after unlock in htab_lru_map_dele [...]
new 588c6ead325a bpf: Bail out early in __htab_map_lookup_and_delete_elem()
new 47363f1553e6 bpf: Free element after unlock in __htab_map_lookup_and_de [...]
new 58f038e6d209 bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT
new 0a5d2efa3827 selftests/bpf: Add test case for the freeing of bpf_timer
new d10cafc5d54a Merge branch 'free-htab-element-out-of-bucket-lock'
new ca2fd9741b64 Merge branch 'bpf-next/master' into for-next
new aefaa4313b50 bpf: Allow 'may_goto 0' instruction in verifier
new 0c35ca252a7d bpf: Remove 'may_goto 0' instruction in opt_remove_nops()
new 14a627fe794a selftests/bpf: Add some tests related to 'may_goto 0' insns
new 3f3c2f0cf669 Merge branch 'bpf-allow-may_goto-0-instruction'
new 7fb911515715 Merge branch 'bpf-next/master' into for-next
new 817d4332e8fb Merge branch 'for-6.14/io_uring-post' into for-next
new 3a0b7fa09521 selftests/net/ipsec: Fix Null pointer dereference in rtatt [...]
new 454d402481d4 net: dropreason: Gather SOCKET_ drop reasons.
new c32f0bd7d483 af_unix: Set drop reason in unix_release_sock().
new 4d0446b7a214 af_unix: Set drop reason in unix_sock_destructor().
new c49a157c33c4 af_unix: Set drop reason in __unix_gc().
new 533643b091dd af_unix: Set drop reason in manage_oob().
new bace4b468049 af_unix: Set drop reason in unix_stream_read_skb().
new b3e365bbf4f4 af_unix: Set drop reason in unix_dgram_disconnected().
new 3b2d40dc13c2 af_unix: Reuse out_pipe label in unix_stream_sendmsg().
new 085e6cba85ca af_unix: Use consume_skb() in connect() and sendmsg().
new e81fdf7078e9 Merge branch 'af_unix-set-skb-drop-reason-in-every-kfree_s [...]
new a3c4afc0e081 MIPS: Loongson64: env: Use str_on_off() helper in prom_lef [...]
new df1b8d6e89db MIPS: pci-legacy: Override pci_address_to_pio
new 3c836451ca90 net: move HDS config from ethtool state
new 743dea746ed6 net: ethtool: store netdev in a temp variable in ethnl_def [...]
new 32ad1f7a050d net: provide pending ring configuration in net_device
new e58263e91117 eth: bnxt: apply hds_thrs settings correctly
new 928459bbda19 net: ethtool: populate the default HDS params in the core
new bee018052d1b eth: bnxt: allocate enough buffer space to meet HDS threshold
new 99d028c63457 eth: bnxt: update header sizing defaults
new 01f5f35ae4c9 Merge branch 'net-ethtool-fixes-for-hds-threshold'
new 4fd001f5f32d Merge tag 'nf-next-25-01-19' of git://git.kernel.org/pub/s [...]
new 19d7750a06bb sysctl net: Remove macro checks for CONFIG_SYSCTL
new f6f2e946aa4d net: mii: Fix the Speed display when the network cable is [...]
new ba5f78505fb4 net: stmmac: Drop redundant skb_mark_for_recycle() for SKB frags
new 36b2f3aefc48 parisc: add vdso linker script to 'targets' instead of extra-y
new 3599bae489d8 parisc: Temporarily disable jump label support
new f7a6082b5e4c ipv6: Add __in6_dev_get_rtnl_net().
new 93c839e3edbe ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL.
new 6550ba0863f9 ipv6: Hold rtnl_net_lock() in addrconf_verify_work().
new 02cdd78b4e8d ipv6: Hold rtnl_net_lock() in addrconf_dad_work().
new cdc5c1196ee9 ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf [...]
new 832128cc4438 ipv6: Convert inet6_ioctl() to per-netns RTNL.
new f7fce98a73df ipv6: Pass dev to inet6_addr_add().
new 2f1ace4127fd ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_ [...]
new 867b385251ea ipv6: Move lifetime validation to inet6_rtm_newaddr().
new 82a1e6aa8f6c ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.
new 7bcf45ddb8bb ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.
new b115243ab8bd Merge branch 'ipv6-convert-rtm_-new-del-addr-and-more-to-p [...]
new 6ad76852b0ba Merge branch into tip/master: 'x86/merge'
new 5d9d179463e7 Merge branch into tip/master: 'ras/merge'
new 0c6920cde7d4 Merge branch into tip/master: 'irq/core'
new a551d75660d1 Merge branch into tip/master: 'locking/core'
new e022a02a4a48 Merge branch into tip/master: 'objtool/core'
new 40298345b261 Merge branch into tip/master: 'perf/core'
new fa1aa625a69e Merge branch into tip/master: 'sched/core'
new b6db9b379d6b Merge branch into tip/master: 'timers/core'
new 05ba278e4627 Merge branch into tip/master: 'x86/boot'
new 0c7d1649ee68 Merge branch into tip/master: 'x86/bugs'
new 013a790fc338 Merge branch into tip/master: 'x86/cache'
new cf6dcf54d9e6 Merge branch into tip/master: 'x86/cleanups'
new e4b5e0691079 Merge branch into tip/master: 'x86/cpu'
new ea6c74cb7032 Merge branch into tip/master: 'x86/microcode'
new 218e0e4e07a2 Merge branch into tip/master: 'x86/mm'
new 6a64c6ed386c Merge branch into tip/master: 'x86/tdx'
new 681eb2beb3ef net: ethernet: ti: am65-cpsw: ensure proper channel cleanu [...]
new 66c1ae68a1e9 net: ethernet: ti: am65-cpsw: streamline RX queue creation [...]
new 3568d21686b7 net: ethernet: ti: am65-cpsw: streamline TX queue creation [...]
new d73a4602e973 Merge branch 'net-ethernet-ti-am65-cpsw-streamline-rx-tx-q [...]
new e5fb4acc21a7 Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/l [...]
new 28cde4cb9047 Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub [...]
new d9bba749130c Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
new b1754a69e7be net: phylink: fix regression when binding a PHY
new 300540dd74d0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1af1902f5b03 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new fff60f4fdee6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6f7ad9e09055 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
new bb0b9ecffe77 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6ebceb66e157 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 799eb55239bc Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new db79da9fdc54 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 5550240f505e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d3a790bc1eff Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new dca83107a871 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 65c1733343ba Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a61f60623c09 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fc2b1c1475ed Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 1cf73f05325c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7bc9c2b4a27b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 774ae5183860 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new dfe43a6dbc7e Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new d408f7b9db14 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new 91649d2efeff Merge branch 'next' of https://git.linaro.org/people/jens. [...]
new c66fef31735b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c602ae7095c3 Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
new b1fc4dd436bf Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new 17fc52d9c3fd Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
new 7e2a3e70e5a3 Merge branch 'linux-next' of git://github.com/c-sky/csky-l [...]
new 19ec3d7fb50f Merge branch 'loongarch-next' of git://git.kernel.org/pub/ [...]
new a175a5d88a9f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 087b801549d0 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new 70dfe6eb03c4 Merge branch 'mips-next' of git://git.kernel.org/pub/scm/l [...]
new 60b612e692a9 Merge branch 'for-next' of git://github.com/openrisc/linux.git
new d1cec89da795 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4f4ec195c399 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 7633fb4424dd Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
new 3c31a6b5e056 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 43f2791cf490 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 59c019ae8b80 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d46b4a5c0095 Merge branch 'xtensa-for-next' of git://github.com/jcmvbkb [...]
new 2b2370edd72e Merge branch 'fs-next' of linux-next
new ca7618489a28 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 93d9c88c16c5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 3e7a8d205816 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9fed62e3c654 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new 93ba9ab3846f Merge branch 'i3c/next' of git://git.kernel.org/pub/scm/li [...]
new 8216ebaad3ae Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new d74e2aa0a033 Merge branch 'docs-next' of git://git.lwn.net/linux.git
new fc1f64288b47 Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
new 5f3e70ccf52b Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 704c4d422342 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
new 853155325204 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 23ffb2c0421e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8367e7b8b7e4 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new e794196aec38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f062efb6fff3 Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
new c16142108b13 Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
new a383c5de3997 Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
new 2729dad989a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new bfeb2c9a1b41 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new b6cb7b4ba248 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new f6f1806598af Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 42f0409fcd59 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 06dba25a185d Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new 3cff8ea97ca1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 613b778ad687 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8eb920016eb9 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new c71e9d4e8ef0 Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
new 8f071a723113 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new cb2e6af283be Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new bcb8b92ab307 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 853caccafe6b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7483b788ae9f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 9e4933da38f9 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new ec823ffdb99b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7e3c42775a21 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0ac0b90d55d9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 5574984224db Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
new bc1efbacccf9 Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new df3a9a2d737b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 7a4e5daeaf0f Merge branch 'next' of git://github.com/cschaufler/smack-next
new 5f9444e26097 Merge branch 'master' of git://git.code.sf.net/p/tomoyo/to [...]
new b183148cd566 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new c05df5647bb3 Merge branch 'master' of git://www.linux-watchdog.org/linu [...]
new 85f19450df18 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 243b2f398d53 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new a6e5734da4cc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a6e7d19fd72f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 46c6dc8d530b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 51645b7814c8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e8831d292d58 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 20798c536a08 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new 399124bbe25d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 415d8535ab56 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 94db91197dee Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new c57ef5d3d7bc Merge branch 'misc' into for-next
new ae35a0427e8d Merge branch 'next' of git://git.kernel.org/pub/scm/virt/k [...]
new a96408f719ea Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 10ffe677116d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 0b32fd1965b1 Merge branch 'riscv_kvm_next' of https://github.com/kvm-ri [...]
new c2150044cf57 Merge branch 'next' of https://github.com/kvm-x86/linux.git
new 3ccf7c708ee1 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 5af4d6217309 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9a067e974f2f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4f33af01a42b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 881739ae2792 Merge branch 'for-firmware-next' of git://git.kernel.org/p [...]
new eea6bb35d31c Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new d5122bb3d742 Merge branch 'for-next' of git://github.com/cminyard/linux [...]
new 8ce0deb92e0a Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new c635b1b1c606 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new adcf7a290c57 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new 46f58ec79864 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new c13eaff32b0f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 90a7fae6fdc0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 8c5423271d58 Merge branch 'next' of git://github.com/awilliam/linux-vfio.git
new fad131d0e62a Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new c7c35adf39f7 Merge branch 'counter-next' of git://git.kernel.org/pub/sc [...]
new 247cef97c553 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new ee4d354abab0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5fa6b1203112 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5dc19367eb2b Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new ea5378023a5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c6cf9666e6a5 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new 89a443a04fa9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 22899467d484 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new a73c8ddec317 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new bf0b2faa3a6f Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
new 17a48d42292e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3e22692be052 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
new 3a7883806c82 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 5f760574322c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 10d717c55c1e Merge branch 'main' of git://git.infradead.org/users/willy [...]
new c44fae7d5ff0 Merge branch 'hyperv-next' of git://git.kernel.org/pub/scm [...]
new 06ac7a2c366a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7a06c83b1b1a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 55012caa5051 Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
new 3fd0cef13899 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 84e9eba7779c Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 357091208c93 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new a12479d6f4b3 Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
new a0951c576f4f Merge branch 'for-next/execve' of git://git.kernel.org/pub [...]
new ace460539192 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new e7e46fdf0408 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new ef25ea074b5a Merge branch 'nolibc' of git://git.kernel.org/pub/scm/linu [...]
new 988daf57c42e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ac08c8519688 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 2b3d867cf554 Merge branch 'pwrseq/for-next' of git://git.kernel.org/pub [...]
new e94f36dd13f7 Merge branch 'caps-next' of git://git.kernel.org/pub/scm/l [...]
new 15395379e95e Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 9ef057dea651 Merge branch 'crc-next' of git://git.kernel.org/pub/scm/li [...]
new 4e2d68139720 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f066b5a6c7a0 Add linux-next specific files for 20250121
The 320 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.