LLVM/project 078f0e7llvm/test/Transforms/SLPVectorizer/X86 reused-extract-scalar-lanes.ll

[SLP][NFC]Add a test with the incorrect shuffle for matched entries, NFC



Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/198119
DeltaFile
+164-0llvm/test/Transforms/SLPVectorizer/X86/reused-extract-scalar-lanes.ll
+164-01 files

FreeBSD/src 8dd4330tests/sys/arch/amd64 ptrace-sce-tamper.c

amd64/ptrace-sce-tamper test: get rid of PT_TRACE_ME

PT_TRACE_ME is only useful in combination with exec and there is no
exec in this test.

Signed-off-by:  Alex S <iwtcex at gmail.com>
MFC after:      1 week
DeltaFile
+2-1tests/sys/arch/amd64/ptrace-sce-tamper.c
+2-11 files

FreeBSD/doc 55369d3website/themes/beastie/assets/styles main.css, website/themes/beastie/static/images documentation.svg jails.svg

Website: Improve main icons

Add Jail SVG icon
Same height in all of the icons
DeltaFile
+55-19website/themes/beastie/static/images/documentation.svg
+31-0website/themes/beastie/static/images/jails.svg
+1-1website/themes/beastie/assets/styles/main.css
+1-1website/themes/beastie/static/images/community.svg
+1-1website/themes/beastie/static/images/networking.svg
+1-1website/themes/beastie/static/images/openzfs.svg
+90-231 files not shown
+90-237 files

FreeBSD/ports ebf1082security/ca_root_nss distinfo Makefile

security/ca_root_nss: Update to 3.124

MFH:            2026Q2
Reviewed by:    joneum
Differential Revision:  https://reviews.freebsd.org/D57030

(cherry picked from commit 40607a5ae3b265c4b8bbe27743cbea528d635c0d)
DeltaFile
+3-3security/ca_root_nss/distinfo
+1-1security/ca_root_nss/Makefile
+4-42 files

FreeBSD/ports 40607a5security/ca_root_nss distinfo Makefile

security/ca_root_nss: Update to 3.124

MFH:            2026Q2
Reviewed by:    joneum
Differential Revision:  https://reviews.freebsd.org/D57030
DeltaFile
+3-3security/ca_root_nss/distinfo
+1-1security/ca_root_nss/Makefile
+4-42 files

OpenBSD/ports l5jwINhsecurity/web-eid-app distinfo Makefile

   update to web-eid 2.9.0
VersionDeltaFile
1.8+2-2security/web-eid-app/distinfo
1.23+1-1security/web-eid-app/Makefile
+3-32 files

FreeBSD/src 61df4berelease/tools ec2-small.conf

EC2: Don't enable firstboot_pkgs in small flavour

The EC2 "base" flavour installs the devel/py-awscli package at boot
time by default; we don't do this in the "small" flavour, so the
default behaviour was to update the FreeBSD-ports repository and
then do nothing with it.

Turn off firstboot_pkgs by default; if someone is using the "small"
flavour of AMIs and wants to install packages at instance launch
time, they simply need to add 'firstboot_pkgs_enable="YES"' to
/etc/rc.conf (which they must already be editing via user-data, in
order to provide the list of packages they want installed).

Sponsored by:   Amazon
MFC after:      3 days
MFC to:         stable/15
Relnotes:       EC2 "small" images now have firstboot_pkgs_enable="NO".
DeltaFile
+1-1release/tools/ec2-small.conf
+1-11 files

OpenBSD/ports FSqR9iXnet/syncthing distinfo Makefile

   update to syncthing 2.1.0
VersionDeltaFile
1.55+2-2net/syncthing/distinfo
1.80+1-1net/syncthing/Makefile
+3-32 files

LLVM/project b1a8b4fllvm/lib/Transforms/Vectorize VPlanTransforms.cpp

[LV] Update stale comment for partial reduction operands (NFC)

The `neg` form was removed in #187228 (this case now uses the out-of-loop sub, which is preferable, see #189739).
DeltaFile
+0-2llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+0-21 files

FreeBSD/ports 7a58c2bsecurity/modsecurity3-nginx distinfo Makefile

security/modsecurity3-nginx: Update NGINX Version

Update NGINX version to 1.30.1

Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3security/modsecurity3-nginx/distinfo
+2-2security/modsecurity3-nginx/Makefile
+5-52 files

FreeBSD/ports ecdfdb0lang/python314 pkg-plist, lang/python314/files patch-gh-146211-reject-CR_LF-in-HTTP-tunnel-request-headers patch-gh-146333-Fix-quadratic-regex-backtracking-in-configparser

lang/python314: Update to 3.14.5

This release swaps out the incremental garbage collector for the
generational one used in 3.13 due to reports of memory pressure.

Backport the post-release upstream fix for:
Heap Buffer Overflow in pyexpat Character Data Buffering #148441
which is believed to be only triggered in rare circumstances.

Changelog: https://www.python.org/downloads/release/python-3145/

PR:             295200
MFH:            2026Q2
DeltaFile
+0-108lang/python314/files/patch-gh-146211-reject-CR_LF-in-HTTP-tunnel-request-headers
+0-83lang/python314/files/patch-gh-146333-Fix-quadratic-regex-backtracking-in-configparser
+70-0lang/python314/files/patch-gh-148441-Avoid-integer-overflow-in-Expats-CharacterDataHandler
+0-66lang/python314/files/patch-gh-148169-fix-webbrowser-_action_substitution-bypass-of-dash-prefix-check
+0-65lang/python314/files/patch-gh-148395-fix-possible-uaf-in-decompressors
+2-5lang/python314/pkg-plist
+72-3273 files not shown
+77-3329 files

FreeBSD/ports b8c7e0bmultimedia/mediamtx distinfo Makefile

multimedia/mediamtx: Update to 1.18.2

Changelog: https://github.com/bluenviron/mediamtx/releases/tag/v1.18.2
DeltaFile
+7-7multimedia/mediamtx/distinfo
+1-2multimedia/mediamtx/Makefile
+8-92 files

FreeNAS/freenas 41e7dfesrc/middlewared/middlewared/api/v26_0_0 zpool_query.py, src/middlewared/middlewared/plugins/pool_ info.py

add zpool.query events
DeltaFile
+70-2src/middlewared/middlewared/plugins/zpool/crud.py
+26-0src/middlewared/middlewared/api/v26_0_0/zpool_query.py
+15-0src/middlewared/middlewared/plugins/zpool/is_upgraded_impl.py
+2-6src/middlewared/middlewared/plugins/pool_/info.py
+4-1src/middlewared/middlewared/plugins/zpool/query_impl.py
+2-0src/middlewared/middlewared/plugins/zpool/__init__.py
+119-95 files not shown
+124-911 files

FreeBSD/ports 38dea55audio/fooyin distinfo Makefile

audio/fooyin: Update to 0.10.7

Changelog: https://github.com/fooyin/fooyin/releases/tag/v0.10.7
DeltaFile
+3-3audio/fooyin/distinfo
+1-1audio/fooyin/Makefile
+1-0audio/fooyin/pkg-plist
+5-43 files

FreeBSD/ports 87b6969graphics/mesa-devel Makefile pkg-plist, graphics/mesa-devel/files patch-suffix libmap.conf.in

graphics/mesa-devel: drop hasvk driver after 790329e9a522

Old drivers are out of scope unlike mesa-dri. hasvk without userptr is
only useful for Vulkan on Intel Broadwell, anyway.

PR:             244877
DeltaFile
+0-11graphics/mesa-devel/files/patch-suffix
+4-5graphics/mesa-devel/Makefile
+0-2graphics/mesa-devel/pkg-plist
+0-1graphics/mesa-devel/files/libmap.conf.in
+4-194 files

OpenBSD/ports GHiIZZVsysutils/ruby-openvox/8 distinfo Makefile

   update to openvox 8.27.0
VersionDeltaFile
1.9+2-2sysutils/ruby-openvox/8/distinfo
1.14+1-1sysutils/ruby-openvox/8/Makefile
+3-32 files

FreeBSD/ports 790329egraphics/mesa-devel Makefile, graphics/mesa-devel/files patch-userptr

graphics/mesa-devel: drop userptr workaround after 2ad6d0d7f8fc

UNSYNCHRONIZED doesn't work on FreeBSD since drm-515-kmod.
https://github.com/torvalds/linux/commit/c6bcc0c2fdfd

This reverts commit 058e5ba0ff29ae64383b8392f23facad616be8c9.

PR:             244877
DeltaFile
+0-100graphics/mesa-devel/files/patch-userptr
+1-1graphics/mesa-devel/Makefile
+1-1012 files

LLVM/project b2366c4llvm/utils/FileCheck FileCheck.cpp

[FileCheck][NFC] Introduce MarkerRange for -dump-input (#196800)

`MarkerRange` makes the computation of marker ranges clearer because it
encapsulates handling of several subtle boundary cases:
- It handles adjustments to line numbers when a range boundary appears
  at a line boundary.
- It avoids related mistakes in determining whether the range is
  contained within a single line.
- It avoids the mistake of producing no marker in an input annotation
  for an empty range.

It will be used more in a future patch that extends `-dump-input` to
present search ranges for all errors.

This PR is stacked on PR #196799.
DeltaFile
+85-39llvm/utils/FileCheck/FileCheck.cpp
+85-391 files

FreeBSD/ports 830f21cmisc/valentina distinfo Makefile

misc/valentina: update 1.0.0 → 1.0.1
DeltaFile
+3-3misc/valentina/distinfo
+2-2misc/valentina/Makefile
+5-52 files

FreeBSD/ports a37b6efdevel Makefile, devel/py-cachebox Makefile distinfo

devel/py-cachebox: New port: Fastest memoizing and caching Python library written in Rust
DeltaFile
+77-0devel/py-cachebox/Makefile
+73-0devel/py-cachebox/distinfo
+4-0devel/py-cachebox/pkg-descr
+1-0devel/Makefile
+155-04 files

FreeBSD/ports dc7ee66devel/py-deepdiff distinfo Makefile

devel/py-deepdiff: update 9.0.0 → 9.1.0
DeltaFile
+3-3devel/py-deepdiff/distinfo
+3-2devel/py-deepdiff/Makefile
+6-52 files

LLVM/project ea2eeb2llvm/test/CodeGen/AMDGPU/GlobalISel srem.i64.ll sdiv.i64.ll

[AArch64][GlobalISel] Improve multiplication with multiple registers (#197943)

When working on codegen for `llvm.umul.fix.sat` I have recognized that
among for many things, GISel also generates worse code for mul when the
data is in multiple registers (for example when the register length is
64 bits but you want to multiply two 128 bit values).

Here is the example ll:
```
define i128 @i128(i128 %a, i128 %b) {
entry:
  %s = mul i128 %a, %b
  ret i128 %s
}
```

This is what GISel gave:
```
  mul   x9, x0, x3

    [19 lines not shown]
DeltaFile
+945-949llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
+942-946llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll
+411-384llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-srem.mir
+411-384llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sdiv.mir
+384-384llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-udiv.mir
+384-384llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-urem.mir
+3,477-3,43128 files not shown
+5,654-5,65934 files

FreeBSD/ports 264b611editors/joe Makefile pkg-plist, editors/joe/files extra-patch-Makefile.in

editors/joe: Flavorize

flavore for those who don't need the desktop file.

PR:             295330
Approved by:    fluffy (mentor)
DeltaFile
+18-1editors/joe/Makefile
+11-0editors/joe/files/extra-patch-Makefile.in
+0-4editors/joe/pkg-plist
+29-53 files

FreeBSD/ports 81399aceditors/texworks Makefile pkg-plist

editors/texworks: Update to 0.6.11 and switch to qt6

Take maintainership.
Switch from PLIST_FILES to pkg-plist.

https://raw.githubusercontent.com/TeXworks/texworks/release-0.6.11/NEWS

PR:             292987
Approved by:    hrs (maintainer timeout > 3 months)
Approved by:    fluffy (mentor)
DeltaFile
+10-23editors/texworks/Makefile
+10-0editors/texworks/pkg-plist
+3-3editors/texworks/distinfo
+23-263 files

FreeBSD/ports d8937ebgraphics/gpxsee pkg-plist Makefile

graphics/gpxsee: Update to 16.7 and switch to qt6

Changelog:
https://build.opensuse.org/projects/home:tumic:GPXSee/packages/gpxsee/files/gpxsee.changes

PR:             294896
Approved by:    sikmir at gmail.com (maintainer timeout, 2 weeks)
Approved by:    fluffy (mentor)
DeltaFile
+178-10graphics/gpxsee/pkg-plist
+8-31graphics/gpxsee/Makefile
+3-3graphics/gpxsee/distinfo
+189-443 files

FreeBSD/src 5f60d8asys/riscv/conf NOTES

riscv: Add IOMMU to NOTES

Reported by:    bz, ivy
Fixes:          bcecad2c24aa ("riscv: IOMMU support")
DeltaFile
+1-0sys/riscv/conf/NOTES
+1-01 files

FreeBSD/ports 88e29b7mail/james Makefile

mail/james: Mark DEPRECATED

This is a version that is over 10 years old and has multiple vulnerabilities.

https://james.apache.org/server/feature-security.html

PR:             295297
Approved by:    fluffy (mentor)
DeltaFile
+4-1mail/james/Makefile
+4-11 files

FreeBSD/ports dae9f06x11/xcmsdb Makefile pkg-descr

x11/xcmsdb: Update to 1.0.7

Add WWW and update pkg-descr.

https://lists.x.org/archives/xorg-announce/2022-July/003172.html
https://lists.x.org/archives/xorg-announce/2024-October/003534.html

PR:             295298
Approved by:    x11 (arrowd)
Approved by:    fluffy (mentor)
DeltaFile
+5-5x11/xcmsdb/Makefile
+4-2x11/xcmsdb/pkg-descr
+3-2x11/xcmsdb/distinfo
+12-93 files

FreeBSD/doc d3621dawebsite/data/en/news news.toml

15.1: Announce BETA3

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+5-0website/data/en/news/news.toml
+5-01 files

FreeBSD/ports 95c494fnet-im/profanity distinfo Makefile

net-im/profanity: Update to 0.18.1
DeltaFile
+3-3net-im/profanity/distinfo
+1-1net-im/profanity/Makefile
+4-42 files