Linux/linux 9448598. Makefile

Linux 6.19-rc2
DeltaFile
+1-1Makefile
+1-11 files

Linux/linux 1123cfescripts coccicheck, scripts/coccinelle/api pm_runtime.cocci

Merge tag 'coccinelle-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux

Pull Coccinelle fixes from Julia Lawall:
 "These fix a typo and make the coccicheck script more robust by
  ensuring that only compatible semantic patches are executed for the
  chosen mode"

* tag 'coccinelle-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux:
  Coccinelle: pm_runtime: Fix typo in report message
  scripts: coccicheck: filter *.cocci files by MODE
DeltaFile
+5-1scripts/coccicheck
+1-1scripts/coccinelle/api/pm_runtime.cocci
+6-22 files

Linux/linux 10a0e84Documentation/input event-codes.rst, drivers/input/joystick xpad.c

Merge tag 'input-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

Pull input fixes from Dmitry Torokhov:

 - a quirk for i8042 to better handle another TUXEDO model

 - a quirk to atkbd to handle incorcet behavior of HONOR FMB-P internal
   keyboard

 - a definition for a new ABS_SND_PROFILE event

 - fixes to alps and lkkbd drivers to reliably shut down pending work on
   removal

 - a fix to apple_z2 driver tightening input report parsing

 - a fix for "off-by-one" error when validating config in ti_am335x_tsc
   driver


    [11 lines not shown]
DeltaFile
+9-0include/uapi/linux/input-event-codes.h
+7-0drivers/input/serio/i8042-acpipnpio.h
+7-0drivers/input/keyboard/atkbd.c
+6-0Documentation/input/event-codes.rst
+4-1drivers/input/keyboard/lkkbd.c
+5-0drivers/input/joystick/xpad.c
+38-14 files not shown
+45-210 files

HardenedBSD/ports 48c01aamail/qmailmrtg7/files patch-qmailmrtg7.c

HBSD: Fix HARDCFLAGS for mail/qmailmrtg7

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+11-0mail/qmailmrtg7/files/patch-qmailmrtg7.c
+11-01 files

Linux/linux 765b233Documentation/devicetree/bindings/i2c snps,designware-i2c.yaml qcom,i2c-cci.yaml, drivers/i2c/busses i2c-bcm-iproc.c i2c-i801.c

Merge tag 'i2c-for-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

Pull i2c fixes from Wolfram Sang:

 - bcm, pxa, rcar: fix void-pointer-to-enum-cast warning

 - new hardware IDs / DT bindings for
    - Intel Nova Lake-S
    - Mobileye
    - Qualcomm SM8750

* tag 'i2c-for-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  dt-bindings: i2c: qcom-cci: Document SM8750 compatible
  i2c: i801: Add support for Intel Nova Lake-S
  dt-bindings: i2c: dw: Add Mobileye I2C controllers
  i2c: rcar: Fix Wvoid-pointer-to-enum-cast warning
  i2c: pxa: Fix Wvoid-pointer-to-enum-cast warning
  i2c: bcm-iproc: Fix Wvoid-pointer-to-enum-cast warning
DeltaFile
+7-0Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml
+1-2drivers/i2c/busses/i2c-bcm-iproc.c
+3-0drivers/i2c/busses/i2c-i801.c
+2-0Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
+1-1drivers/i2c/busses/i2c-pxa.c
+1-1drivers/i2c/busses/i2c-rcar.c
+15-42 files not shown
+17-48 files

FreeNAS/freenas 22d6d7fsrc/middlewared/middlewared main.py, src/middlewared/middlewared/alert/source ipmi_sel.py

Migrate keyvalue service usage to call2 / call_sync2
DeltaFile
+113-0src/middlewared/middlewared/utils/service/call_mixin.py
+18-71src/middlewared/middlewared/main.py
+11-11src/middlewared/middlewared/plugins/pool_/dataset.py
+6-11src/middlewared/middlewared/plugins/pool_/import_pool.py
+2-12src/middlewared/middlewared/plugins/apps/crud.py
+6-6src/middlewared/middlewared/alert/source/ipmi_sel.py
+156-11129 files not shown
+213-20535 files

NetBSD/pkgsrc lMnZ59Ydoc CHANGES-2025

   KDE Gear and related package updates
VersionDeltaFile
1.7305+187-1doc/CHANGES-2025
+187-11 files

FreeBSD/ports d605a46net-mgmt/nagios-check_hdd_health Makefile

net-mgmt/nagios-check_hdd_health: Fix maintainer mail

This port was returned to the pool but
the maintainer was misspelled
DeltaFile
+1-1net-mgmt/nagios-check_hdd_health/Makefile
+1-11 files

FreeBSD/ports 76c8800www/ladybird Makefile

www/ladybird: Fix maintainer mail

This port was returned to the pool but
the maintainer was misspelled
DeltaFile
+1-1www/ladybird/Makefile
+1-11 files

Linux/linux 44087d3Documentation/arch/x86 boot.rst, arch/x86/include/asm irq_remapping.h

Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Ingo Molnar:

 - Fix FPU core dumps on certain CPU models

 - Fix htmldocs build warning

 - Export TLB tracing event name via header

 - Remove unused constant from <linux/mm_types.h>

 - Fix comments

 - Fix whitespace noise in documentation

 - Fix variadic structure's definition to un-confuse UBSAN

 - Fix posted MSI interrupts irq_retrigger() bug

    [13 lines not shown]
DeltaFile
+96-96Documentation/arch/x86/boot.rst
+23-0arch/x86/kernel/irq.c
+4-4drivers/iommu/intel/irq_remapping.c
+7-0arch/x86/include/asm/irq_remapping.h
+3-2include/trace/events/tlb.h
+2-2arch/x86/kernel/fpu/xstate.c
+135-1044 files not shown
+138-10810 files

FreeBSD/ports 31a12e5comms/rtl-433 distinfo Makefile

comms/rtl-433: update 25.02 -> 25.12

Changelog: https://github.com/merbanan/rtl_433/releases/tag/25.12

Breaking changes:
    - Changed all uv fields to uvi, BREAKING change to UV sensors
    - Removed Python 2.7 support
DeltaFile
+3-3comms/rtl-433/distinfo
+1-1comms/rtl-433/Makefile
+4-42 files

LLVM/project c43ccefllvm/lib/Transforms/Vectorize VPlanTransforms.cpp VPlanUtils.cpp

[VPlan] Use PSE to construct SCEVs in getSCEVExprForVPValue (NFCI).

getSCEVExprForVPValue is used to create SCEVs for expressions from the
original loop, which may be predicated. Use PSE to construct predicated
SCEVs if possible. This matches the legacy LV code behavior.

Currently should be NFC, but will enable migrating more SCEV/cost-based
computations to VPlan.

The patch requires exposing a new getPredicatedSCEV helper to
PredicatedScalarEvolution which just takes a SCEV, to avoid needing to
go through IR values, which isn't an option for getSCEVExprForVPValue.
DeltaFile
+45-38llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+26-18llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
+18-20llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+14-9llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
+11-9llvm/lib/Transforms/Vectorize/VPlanTransforms.h
+9-7llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+123-1014 files not shown
+139-10510 files

Linux/linux 610192ckernel/irq manage.c

Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fix from Ingo Molnar:
 "Fix IRQ thread affinity flags setup regression"

* tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  genirq: Don't overwrite interrupt thread flags on setup
DeltaFile
+1-1kernel/irq/manage.c
+1-11 files

NetBSD/src U0eigQSdistrib/sets/lists/tests module.mi

   kernel setjmp test does not depent on rump.
VersionDeltaFile
1.21+4-4distrib/sets/lists/tests/module.mi
+4-41 files

NetBSD/src Qnp3sYTshare/mk bsd.own.mk

   Trim down sun2 installations with the following defaults:

   MKBSDTAR.m68000?=       no
   MKDTC.m68000?=          no
   MKGROFF.m68000?=        no
   MKHESIOD.m68000?=       no
   MKHTML.m68000?=         no
   MKIPFILTER.m68000?=     no
   MKISCSI.m68000?=        no
   MKLDAP.m68000?=         no
   MKLVM.m68000?=          no
   MKNPF.m68000?=          no
   MKPOSTFIX.m68000?=      no
   MKRUMP.m68000?=         no
   MKUNBOUND.m68000?=      no
VersionDeltaFile
1.1448+20-1share/mk/bsd.own.mk
+20-11 files

FreeBSD/src a35bbd5sys/fs/nfs nfsproto.h nfs_commonport.c

nfscommon: Add some support for POSIX draft ACLs

An internet draft (expected to become an RFC someday)
https://datatracker.ietf.org/doc/draft-ietf-nfsv4-posix-acls
describes an extension to NFSv4.2 to handle POSIX draft ACLs.

This is the first of several patches that implement the
above draft.

This patch should not result in a semantics change.
DeltaFile
+29-1sys/fs/nfs/nfsproto.h
+20-0sys/fs/nfs/nfs_commonport.c
+5-0sys/fs/nfs/nfs.h
+2-0sys/fs/nfs/nfs_var.h
+56-14 files

NetBSD/src WHYVHu7usr.bin/fgen fgen.1

   fgen(1): reference the FCode docs

   "Writing FCode 3.x Programs" and IEEE 1275-1994.  Oracle still
   provides the former, but I'm not sure how stable the URLs are, so
   don't cite them.  It's easy enough to find these if you know the name
   of the books you are looking for.
VersionDeltaFile
1.12+26-17usr.bin/fgen/fgen.1
+26-171 files

OpenBSD/ports 3r1j3RRaudio/mpg123 distinfo Makefile

   audio/mpg123: maintenance update to 1.33.4
VersionDeltaFile
1.81+2-2audio/mpg123/distinfo
1.132+1-1audio/mpg123/Makefile
+3-32 files

NetBSD/pkgsrc Nkr3GVamisc Makefile, misc/knotes Makefile PLIST

   knotes: remove. no longer in KDE Gear.
VersionDeltaFile
1.669+1-2misc/Makefile
1.18+1-1misc/knotes/Makefile
1.3+1-1misc/knotes/PLIST
1.3+1-1misc/knotes/distinfo
1.2+0-0misc/knotes/DESCR
+4-55 files

LLVM/project 2ffaf9dclang-tools-extra/clang-tidy/readability IdentifierNamingCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

readability-identifier-naming should add universal default options (#171686)

Adds a `DefaultCase` (and other options, but `DefaultPrefix/Suffix` is
probably not useful), which is used as a base in the override hierarchy.

Resolves #75688
DeltaFile
+75-0clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-default-override.cpp
+71-0clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-default-lower.cpp
+58-0clang-tools-extra/docs/clang-tidy/checks/readability/identifier-naming.rst
+49-0clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-default-none.cpp
+27-14clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
+3-1clang-tools-extra/docs/ReleaseNotes.rst
+283-151 files not shown
+286-157 files

FreeBSD/src 95788a8sys/vm vm_fault.c

vm_fault_trap(): fix comments grammar

Submitted and reviewed by:      alc
Fixes:  22cce201da76a1916be5c993201f0478f3048292
MFC after:      3 days
Differential revision:  https://reviews.freebsd.org/D54335
DeltaFile
+6-6sys/vm/vm_fault.c
+6-61 files

FreeBSD/ports 0e1da54deskutils/podman-desktop Makefile, devel/RStudio Makefile

*/*: Bump port revision after electron37 update (d2d025c37389)
DeltaFile
+1-1net-im/deltachat-desktop/Makefile
+1-1devel/RStudio/Makefile
+1-1graphics/drawio/Makefile
+1-1textproc/obsidian/Makefile
+1-1deskutils/podman-desktop/Makefile
+1-0net-im/signal-desktop/Makefile
+6-56 files

FreeBSD/ports d2d025cdevel/electron37 Makefile, devel/electron37/files yarn.lock package.json

devel/electron37: Update to 37.10.3

While here:
- switch to use USE_ELECTRON features of electron.mk for specifying
  node package manager, pre-fetching necessary node modules, and
  extracting the node modules into appropriate directories
- use USES=display for starting/stopping display server on testing
- specify TEST_ENV instead of listing env vars in test target

Changelog: https://github.com/electron/electron/releases/tag/v37.10.3

Reported by:    GitHub (watch releases)
DeltaFile
+14,581-0devel/electron37/files/packagejsons/yarn.lock
+0-8,363devel/electron37/files/yarn.lock
+942-0devel/electron37/files/packagejsons/.yarn/releases/yarn-4.11.0.cjs
+148-0devel/electron37/files/packagejsons/package.json
+0-139devel/electron37/files/package.json
+14-44devel/electron37/Makefile
+15,685-8,54612 files not shown
+15,823-8,56918 files

NetBSD/pkgsrc aAvUabRnet Makefile, net/kopete PLIST Makefile

   kopete: remove. no longer part of KDE Gear.
VersionDeltaFile
1.1616+1-2net/Makefile
1.6+1-1net/kopete/PLIST
1.96+1-1net/kopete/Makefile
1.15+1-1net/kopete/distinfo
1.2+1-1net/kopete/patches/patch-protocols_winpopup_winpopup-install
1.2+0-0net/kopete/DESCR
+5-66 files

NetBSD/pkgsrc ooUpyQQdoc CHANGES-2025

   Updated devel/py-zope.testing, databases/py-sqlparse
VersionDeltaFile
1.7304+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc zTwimCydatabases/py-sqlparse distinfo Makefile

   py-sqlparse: updated to 0.5.5

   Release 0.5.5 (Dec 19, 2025)

   Bug Fixes

   * Fix DoS protection to raise SQLParseError instead of silently returning None
     when grouping limits are exceeded (issue827).
   * Fix splitting of BEGIN TRANSACTION statements (issue826).
VersionDeltaFile
1.24+4-4databases/py-sqlparse/distinfo
1.29+2-2databases/py-sqlparse/Makefile
+6-62 files

OpenBSD/ports NlMZl8dgames/dunelegacy distinfo Makefile, games/dunelegacy/patches patch-src_Makefile_am

   update to dunelegacy-0.98.5
VersionDeltaFile
1.2+12-4games/dunelegacy/patches/patch-src_Makefile_am
1.4+2-2games/dunelegacy/distinfo
1.17+1-1games/dunelegacy/Makefile
+15-73 files

NetBSD/pkgsrc 7bHXgxvdevel/py-zope.testing distinfo Makefile

   py-zope.testing: updated to 6.1

   6.1 (2025-12-17)

   - Add support for Python 3.14.
   - Drop support for Python 3.9.
   - Fix test failures when ``fake.py`` package is installed.
   - Remove run-time dependency on ``setuptools``.
VersionDeltaFile
1.10+4-4devel/py-zope.testing/distinfo
1.11+2-2devel/py-zope.testing/Makefile
+6-62 files

NetBSD/pkgsrc br8wEq5meta-pkgs/kde Makefile

   kde: remove cervisia, kopete, knotes
VersionDeltaFile
1.2+2-5meta-pkgs/kde/Makefile
+2-51 files

NetBSD/pkgsrc BdYI9Bsdevel Makefile, devel/cervisia PLIST Makefile

   cervisia: remove. No longer part of KDE Gear.
VersionDeltaFile
1.4554+1-2devel/Makefile
1.9+1-1devel/cervisia/PLIST
1.94+1-1devel/cervisia/Makefile
1.19+1-1devel/cervisia/distinfo
1.6+0-0devel/cervisia/DESCR
+4-55 files