This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master
in repository glibc.
from 2caef2827f elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)
new c6240a11f7 ppc64le: Revert "powerpc: Fix performance issues of strcmp p [...]
new 3875045da5 ppc64le: Revert "powerpc : Add optimized memchr for POWER10" [...]
new 06a70769fd ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE [...]
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:
sysdeps/powerpc/powerpc64/le/power10/memchr.S | 315 ---------------------
sysdeps/powerpc/powerpc64/le/power10/strcmp.S | 233 ---------------
sysdeps/powerpc/powerpc64/multiarch/Makefile | 7 +-
.../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 10 -
.../powerpc/powerpc64/multiarch/memchr-power10.S | 28 --
sysdeps/powerpc/powerpc64/multiarch/memchr.c | 20 +-
.../powerpc/powerpc64/multiarch/strcmp-power10.S | 26 --
sysdeps/powerpc/powerpc64/multiarch/strcmp.c | 4 -
8 files changed, 9 insertions(+), 634 deletions(-)
delete mode 100644 sysdeps/powerpc/powerpc64/le/power10/memchr.S
delete mode 100644 sysdeps/powerpc/powerpc64/le/power10/strcmp.S
delete mode 100644 sysdeps/powerpc/powerpc64/multiarch/memchr-power10.S
delete mode 100644 sysdeps/powerpc/powerpc64/multiarch/strcmp-power10.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 releases/gcc-15
in repository gcc.
from 9803e23a212 Daily bump.
new f3dcc49945e crc: Fix up ICE from optimize_crc_loop [PR120677]
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/gimple-crc-optimization.cc | 9 +++-----
gcc/testsuite/gcc.c-torture/execute/pr120677.c | 31 ++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr120677.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 a63b97e918b aarch64: Add vec_set/extract for tuple modes [PR113027]
new 75ffef5c6fa crc: Fix up ICE from optimize_crc_loop [PR120677]
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/gimple-crc-optimization.cc | 9 +++-----
gcc/testsuite/gcc.c-torture/execute/pr120677.c | 31 ++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr120677.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 release/2.40/master
in repository glibc.
from c8e10f1432 elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)
new 42a5a940c9 ppc64le: Revert "powerpc: Optimized strncmp for power10" (CV [...]
new 2ad6e55ea5 ppc64le: Revert "powerpc: Fix performance issues of strcmp p [...]
new 672f31b90e ppc64le: Revert "powerpc : Add optimized memchr for POWER10" [...]
new 7e12550b8e ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE [...]
The 4 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:
sysdeps/powerpc/powerpc64/le/power10/memchr.S | 315 ---------------------
sysdeps/powerpc/powerpc64/le/power10/strcmp.S | 233 ---------------
sysdeps/powerpc/powerpc64/le/power10/strncmp.S | 271 ------------------
sysdeps/powerpc/powerpc64/multiarch/Makefile | 7 +-
.../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 13 -
.../powerpc/powerpc64/multiarch/memchr-power10.S | 28 --
sysdeps/powerpc/powerpc64/multiarch/memchr.c | 20 +-
.../powerpc/powerpc64/multiarch/strcmp-power10.S | 26 --
sysdeps/powerpc/powerpc64/multiarch/strcmp.c | 4 -
.../powerpc/powerpc64/multiarch/strncmp-power10.S | 25 --
sysdeps/powerpc/powerpc64/multiarch/strncmp.c | 4 -
11 files changed, 9 insertions(+), 937 deletions(-)
delete mode 100644 sysdeps/powerpc/powerpc64/le/power10/memchr.S
delete mode 100644 sysdeps/powerpc/powerpc64/le/power10/strcmp.S
delete mode 100644 sysdeps/powerpc/powerpc64/le/power10/strncmp.S
delete mode 100644 sysdeps/powerpc/powerpc64/multiarch/memchr-power10.S
delete mode 100644 sysdeps/powerpc/powerpc64/multiarch/strcmp-power10.S
delete mode 100644 sysdeps/powerpc/powerpc64/multiarch/strncmp-power10.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 gcc.
from ea43b995375 OpenMP: Fix implicit 'declare target' for <ostream>
new a63b97e918b aarch64: Add vec_set/extract for tuple modes [PR113027]
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-protos.h | 1 +
gcc/config/aarch64/aarch64-simd.md | 38 ++++
gcc/config/aarch64/aarch64.cc | 22 +++
gcc/config/aarch64/iterators.md | 48 +++++
gcc/testsuite/gcc.target/aarch64/pr113027-1.c | 27 +++
gcc/testsuite/gcc.target/aarch64/pr113027-2.c | 268 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr113027-3.c | 268 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr113027-4.c | 268 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr113027-5.c | 268 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr113027-6.c | 267 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr113027-7.c | 267 +++++++++++++++++++++++++
11 files changed, 1742 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113027-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113027-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113027-3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113027-4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113027-5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113027-6.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113027-7.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 e2bff264e8b c++, coroutines: Handle unevaluated contexts.
new ea43b995375 OpenMP: Fix implicit 'declare target' for <ostream>
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/omp-offload.cc | 3 ++-
libgomp/testsuite/libgomp.c++/declare_target-2.C | 25 ++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.c++/declare_target-2.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 releases/gcc-12
in repository gcc.
from e1cd88e1bc5 Daily bump.
new 80b11a66973 opcodes: fix wrong code in expand_binop_directly [PR117811]
new 448750aff5b Fix test case for PR117811 which failed for int < 32 bit.
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/optabs.cc | 24 ++++++++++++------------
gcc/testsuite/gcc.dg/torture/pr117811.c | 32 ++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117811.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 annotated tag next-20250617
in repository linux-next.
at 4bfc276e73ee (tag)
tagging 4325743c7e209ae7845293679a4de94b969f2bef (commit)
replaces v6.16-rc2
tagged by Stephen Rothwell
on Tue Jun 17 16:20:44 2025 +1000
- Log -----------------------------------------------------------------
next-20250617
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAmhRCTwACgkQifkcCkHV
wHo59g/9G4sxdaG+o1aVmqA+nFV2B4POEHS8x5gVOOy2rDg7Q7o2sHQyzQ9mNqJo
m+Gu7WxTCe8Cy22G9RWNnr1ryHYhVANOWvJU1TB61WX5IJ8iipnwtzlllcORWsLN
S+Eq5hO3hZu6x78ZIgOUNPP2IKwEOYxPzdtxWoP90Z1Vr0aseCl5BJi87lqOboQQ
3cLerALv+qU4ekorl2kNu+fAXm8mDVq/0BvseMXbNVbLMyQT9FW5DVVaNh09ksnp
/tnM/NfxEh9OAgazVTm9XVKyUh3ynkDnTrLPbuuG5Ywm8EsOXmCq2NnG/tL8EqaE
iGrGcG6+9eogojKA7HtynGxIJf2tX0Eve+dXCy7Cd3oN0Dqmcsp1Ze/5vs4nT0yU
/Lhc2LUpHIZLhYyRMRx2W9SRnmlhkLbifgaBQ2qMd8mWPyIe0nSkdBWCydZTQ+Jk
yuEy/sUeMgsYmOQEBtP+JvBFJMT/yffVhAs0MXGt/GWY2XDlM1ry4o/wKWrsEw3K
WKXVPZnCEEum+nvZGQVyif5bUYwOpqES7sxfmKF9ORNJMySpXN6bX19TVrrxdRTV
eptXHnwqX7AxlwzyWsygRRWrR1HDdzBLgixWc1vB+wMiEBKtXGcKe+oA1CTruM/t
OhziXD0Sc2zjuwUEMNhweTRDmgmHugdlIMZi457W+hSg/Nvd5tM=
=VKLj
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new e7db63a06a65 ie31200/EDAC: Add Intel Bartlett Lake-S SoCs support
new 657e413c2778 arm64: dts: broadcom: northstar2: Drop GIC V2M "interrupt-parent"
new 3576b0df1588 RDMA/rxe: Implement synchronous prefetch for ODP MRs
new 9284bc34c773 RDMA/rxe: Enable asynchronous prefetch for ODP MRs
new 1f505a4a4250 RDMA/hns: ZERO_OR_NULL_PTR macro overdetection
new 8f077ba91b59 RDMA/hns: Remove MW support
new 682641135d44 IB/iser: Remove unnecessary local variable
new fd383bf8b695 RDMA/cxgb4: Delete an unnecessary check before kfree() in [...]
new baa640d924e5 RDMA/mana_ib: Add device statistics support
new c81fef22020c RDMA/rxe: Remove redundant page presence check
new dfce24f00324 ALSA: hda: cs35l41: Add support for center channel in CS35L41 HDA
new 84fc8896f0d9 ALSA: hda/realtek: Add support for ASUS NUC using CS35L41 HDA
new 6418a8504187 platform/x86: thinkpad_acpi: Handle KCOV __init vs inline [...]
new 05651018f04a platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Use d [...]
new 5a7c909a5387 platform/x86: silicom: remove unnecessary GPIO line direct [...]
new d9926f09edab platform/x86: fujitsu: use unsigned int for kstrtounit
new dce77641056e platform/x86: fujitsu: clamp charge_control_end_threshold [...]
new d2b16853ad70 platform: arm64: lenovo-yoga-c630: use the auxiliary devic [...]
new c9de2e5c15cb Documentation: ABI: Update WMI device paths in ABI docs
new 73f0f2b52c5e platform/x86: wmi: Fix WMI device naming issue
new d0630a0b80c0 ALSA: usb-audio: Fix build with CONFIG_INPUT=n
new 518ffdb7c90f btrfs: stop parsing crc32c driver name
new 7725e208b9e0 crypto/crc32[c]: register only "-lib" drivers
new 53bc20d676f5 lib/crc32: remove unused combination support
new a3ee85bb329e lib/crc: move files into lib/crc/
new 2acd83beb4d3 ALSA: pcm: refactor copy from/to user in SNDRV_PCM_IOCTL_SYNC_PTR
new a9b49bf8ad59 ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access [...]
new 72bf1441231a firewire: core: allocate workqueue for AR/AT request/respo [...]
new 57e6d9f85fff firewire: ohci: use workqueue to handle events of AR reque [...]
new aef6bcc0f278 firewire: ohci: use workqueue to handle events of AT reque [...]
new c72fad73ba49 ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_t [...]
new 8629eea901b8 ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin [...]
new b2904df0a347 ALSA: hda/tas2781: Add compatible for hardware id TIAS2781 [...]
new 9764401bf6f8 media: uvcvideo: Fix bandwidth issue for Alcor camera
new 649c033711d7 media: uvcvideo: Set V4L2_CTRL_FLAG_DISABLED during queryc [...]
new cdf8f4c78ab0 media: uvcvideo: Populate all errors in uvc_probe()
new 0aa112e4a880 media: uvcvideo: Refactor uvc_ctrl_set_handle()
new 7e666b1aacca media: uvcvideo: Refactor uvc_queue_streamon
new 7651fab885ff media: uvcvideo: Refactor uvc_v4l2_compat_ioctl32
new 53b0b80e5240 media: uvcvideo: Add quirk for HP Webcam HD 2300
new 782b6a718651 media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_pars [...]
new f42eddf44fbf media: dt-bindings: media: renesas,fcp: Document RZ/V2N SoC
new 2632f288ab11 media: dt-bindings: media: renesas,vsp1: Document RZ/V2N SoC
new 797567e81d20 media: rcar-csi2: Clarify usage of mbps and msps
new c927b7b5acfa media: rcar-csi2: Rework macros to access AFE lanes
new 6f9126b24b0a media: rcar-csi2: Update start procedure for V4H
new 40823233ca30 media: rcar-csi2: Add D-PHY support for V4H
new 1b83fa6eb970 media: rcar-vin: Use correct count of remote subdevices
new df45bd925efe media: rcar-vin: Store platform info with group structure
new bad694f87795 media: rcar-vin: Change link setup argument
new b38ba9b160e0 media: rcar-vin: Use error labels in probe
new d568581b07f4 media: rcar-vin: Generate a VIN group ID for Gen2
new a3e4aad92429 media: rcar-vin: Prepare for unifying all v4l-async notifiers
new 11e14a525765 media: rcar-vin: Improve error paths for parallel devices
new 856b49c71ae5 media: rcar-vin: Merge all notifiers
new 257d994a6f81 media: rcar-vin: Always create a media pad
new a4b278e92de0 media: rcar-vin: Remove NTSC workaround
new f9e4d4b1ce38 media: rcar-vin: Only expose VIN controls
new 6d2efcb0979a media: rcar-vin: Enable media-graph on Gen2
new 4d2c3d70799f media: rcar-vin: Fold event notifier into only user
new 22e28f06df3b drm: Do not include <linux/export.h>
new 09cba36cc840 drm: Include <linux/export.h>
new 8c7c767a5efb drm/bridge: Include <linux/export.h>
new 8b7a4b100c78 drm/client: Include <linux/export.h>
new 8f194494fd84 drm/display: Include <linux/export.h>
new 714b79f7f416 drm/gem: Include <linux/export.h>
new 9bd66ab7a6a5 drm/panel: Include <linux/export.h>
new 815e1af00e30 drm/scheduler: Include <linux/export.h>
new af5ea7d8a305 drm/ttm: Include <linux/export.h>
new 7a1e3093c49b fbdev: Remove trailing whitespaces
new 2b043314013a fbdev: Include <linux/export.h>
new 5f13d0ff490d fbdev/c2p: Include <linux/export.h>
new 3bb0aeb60aa5 fbdev/cyber2000fb: Unexport symbols
new c70993bcd5b2 fbdev/matroxfb: Remove trailing whitespaces
new a93f45d2553d fbdev/matroxfb: Include <linux/export.h>
new 7300225bb39a fbdev/omap: Include <linux/export.h>
new c5bdc45251ee fbdev/omap2: Include <linux/export.h>
new 660c06ed2fad fbdev/omap2: Do not include <linux/export.h>
new a27886399d8f fbdev/mb862xx: Do not include <linux/export.h>
new 9bf9f98d00df fbdev/pxafb: Unexport symbol
new c8f796f6e6e9 fbdev/sisfb: Unexport symbols
new b6c6264adb33 fbdev/viafb: Include <linux/export.h>
new 629c1a9c2df9 fbdev/viafb: Do not include <linux/export.h>
new 0a99f2d8ff5b gpio: virtuser: use gpiod_multi_set_value_cansleep()
new 7b2c2f1eb391 gpio: Use dev_fwnode() where applicable across drivers
new bddfad9f7ef3 gpio: sloppy-logic-analyzer: Fully open-code compatible fo [...]
new 367864935785 gpio: raspberrypi-exp: use new GPIO line value setter callbacks
new 8869c63be19f Merge branch into tip/master: 'core/bugs'
new 68f7b00de17f Merge branch into tip/master: 'core/entry'
new 7d73ae7352af Merge branch into tip/master: 'irq/core'
new ba6bb0006751 Merge branch into tip/master: 'irq/drivers'
new bbb649bbd9c8 Merge branch into tip/master: 'sched/core'
new 57493782a89e Merge branch into tip/master: 'smp/core'
new 6990a8c0fd7c Merge branch into tip/master: 'timers/core'
new 656c5a2fbbb5 Merge branch into tip/master: 'x86/kconfig'
new 7e35fc7ab433 video: Make CONFIG_FIRMWARE_EDID generally available
new 33b4e4fcd298 video: Make global edid_info depend on CONFIG_FIRMWARE_EDID
new 927f1259c517 arm64: defconfig: Switch SOUND to module
new a8365bfb2499 arm64: defconfig: Drop unneeded unselectable sound drivers
new b0f11a0e05a8 Merge branches 'fixes', 'next/clk', 'next/defconfig', 'nex [...]
new ed0234c8458b media: dvb-frontends: w7090p: fix null-ptr-deref in w7090p [...]
new ce5cac69b2ed media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7 [...]
new 83464405063b accel/ivpu: Add initial Wildcat Lake support
new 5e861a695a39 accel/ivpu: Add turbo flag to the DRM_IVPU_CMDQ_CREATE ioctl
new e7af416aebb3 firmware: cs_dsp: Remove unused struct list_head from cs_d [...]
new 47972c1c3315 ASoC: Intel: Replace deprecated strcpy() with strscpy()
new dce4bc30f42d spi: spi-fsl-dspi: Revert unintended dependency change in [...]
new aa9bb1b32594 ima: add a knob ima= to allow disabling IMA in kdump kernel
new 9b27182c5535 s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
new 42398caf16c9 s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
new ed66e878ab96 Merge branch 'features' into for-next
new 5559a8877210 Merge branch 'fixes' into for-next
new b5bfe2be74f1 pwm: stm32: add support for stm32mp25
new 6c8fc84ebeb8 Merge remote-tracking branch 'asoc/for-6.17' into asoc-next
new 96a38d120a0e Merge remote-tracking branch 'regulator/for-6.17' into reg [...]
new 564e1a82fb37 drm/xe/pat: Determine ATS / PTA programming during early sw init
new 3091bd44cdf3 drm/xe/pat: Consolidate PAT programming logic for pre-Xe2 [...]
new f5033f407bc7 EDAC/ie31200: Enable support for Core i5-14600 and i7-14700
new a7c277541e29 EDAC/ie31200: Document which CPUs correspond to each Rapto [...]
new cfcfda712276 Merge remote-tracking branch 'spi/for-6.17' into spi-next
new 240ef19ad78b phy: cadence-torrent: Add PCIe multilink configuration for [...]
new 351e07e6b2ec phy: cadence-torrent: Add PCIe multilink + USB with same S [...]
new 95463cbb4fe6 phy: drop probe registration printks
new f479fee3827a sched_ext: Return NULL in llc_span
new fa5f86605533 Merge branch 'for-6.17' into for-next
new fda6add92438 workqueue: Basic memory allocation profiling support
new 0ec996edf4fd scsi: mpt3sas: Drop unused variable in mpt3sas_send_mctp_p [...]
new b1ba03c49a71 scsi: core: Remember if a device is an ATA device
new 70f65c17ad9b Workqueue: add system_percpu_wq and system_dfl_wq
new d92609e9c869 Workqueue: add new WQ_PERCPU flag
new 63bfc4688970 Workqueue: add WQ_PERCPU
new 76549adb4260 scsi: Don't use %pK through printk()
new acc379c63ade dt-bindings: clock: Add RaspberryPi RP1 clock bindings
new 6486341721a2 clk: rp1: Add support for clocks provided by RP1
new 4732f079cd19 pinctrl: rp1: Implement RaspberryPi RP1 gpio support
new 49d63971f963 misc: rp1: RaspberryPi RP1 misc driver
new 723da0870918 Merge branch 'devicetree/next' into next
new 38b9e93cd710 Merge branch 'devicetree-arm64/next' into next
new 05fa2ae13ac4 Merge branch 'drivers/next' into next
new 99c305403a13 Merge branch 'maintainers/next' into next
new 1488a3089de3 drm/xe: Fix kconfig prompt
new 48f2f7a9fe20 drm/xe/tests: Drop unused xe_device_fn typedef
new 33c77e00f2ee drm/xe/tests: Convert xe_pci tests to parametrized tests
new ae1ae11fb277 audit,module: restore audit logging in load failure case
new 3cfbde048b1c net/tcp_ao: tracing: Hide tcp_ao events under CONFIG_TCP_AO
new 883af78926c1 net: stmmac: remove pcs_get_adv_lp() support
new cbd1ab0ce8f6 net: phy: move __phy_package_[read|write]_mmd to phy_package.c
new a1acde1e1bcf net: phy: make phy_package a separate module
new 7d57386905d4 net: phy: add Kconfig symbol PHY_PACKAGE
new 6f10624d954f Merge branch 'net-phy-make-phy_package-a-separate-module'
new de74998c3008 selftests/tc-testing: sfq: check perturb timer values
new e9a7795e75b7 ptp: Use ratelimite for freerun error message
new e7786fbdccb6 hwmon: emc2305: Add support for PWM frequency, polarity an [...]
new b2d387a4ef13 hwmon: emc2305: Configure PWM channels based on DT properties
new ab9753e393ee hwmon: emc2305: Enable PWM polarity and output configuration
new a41a9728941f hwmon: emc2305: Set initial PWM minimum value during probe [...]
new 260948993a9f netpoll: remove __netpoll_cleanup from exported API
new afb023329c07 netpoll: expose netpoll logging macros in public header
new 5a34c9a85365 netpoll: relocate netconsole-specific functions to netcons [...]
new ccc7edf0ada8 netpoll: move netpoll_print_options to netconsole
new abebef96aab1 netconsole: rename functions to better reflect their purpose
new d79206451f4f netconsole: improve code style in parser function
new bed365ca56ca selftests: net: Refactor cleanup logic in lib_netcons.sh
new 69d094ef69b9 selftests: net: add netconsole test for cmdline configuration
new 7aa3f9915613 Merge branch 'netpoll-untangle-netconsole-and-netpoll'
new 7768c5f41733 net: mana: Add handler for hardware servicing events
new db576b61e694 gve: Add device option for nic clock synchronization
new e0c9d5682cd5 gve: Add adminq command to report nic timestamp
new acd16380523b gve: Add initial PTP device support
new 21235ad935e9 gve: Add adminq lock for queues creation and destruction
new c51b7bf84091 gve: Add support to query the nic clock
new 3bf5431fef75 gve: Add rx hardware timestamp expansion
new b2c7aeb49056 gve: Implement ndo_hwtstamp_get/set for RX timestamping
new a471e7f87e08 gve: Advertise support for rx hardware timestamping
new 0550890b2f80 Merge branch 'gve-add-rx-hw-timestamping-support'
new a021802c18c4 cxl: docs/devices Fix typos and clarify wording in device- [...]
new 01c411238c06 seg6: Extend seg6_lookup_any_nexthop() with an oif argument
new 3159671855d4 seg6: Call seg6_lookup_any_nexthop() from End.X behavior
new a2840d4e2527 seg6: Allow End.X behavior to accept an oif
new 04d752d60c19 selftests: seg6: Add test cases for End.X with link-local nexthop
new b34441e35625 Merge branch 'seg6-allow-end-x-behavior-to-accept-an-oif'
new 9fc86a85f36c lsm: trivial comment fix
new 8a71d8fa5576 selinux: add a 5 second sleep to /sys/fs/selinux/user
new 86c8db86af43 selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len
new 8c1898122c3b Automated merge of 'dev' into 'next'
new 15c21bf5b751 Merge branch 'mm-unstable' of git://git.kernel.org/pub/scm [...]
new 7f948611668b Merge branch 'mm-nonmm-unstable' of git://git.kernel.org/p [...]
new 6526b02e1020 drm/bridge: ti-sn65dsi86: use the auxiliary device
new 98df1626ae03 drm/bridge: ti-sn65dsi86: use new GPIO line value setter c [...]
new fbdcf1f13cee Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new 7ca2981ef4fc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new add21fe91bf7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f38a8e28f254 Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new 80f890c07e80 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6999d4817a86 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new 5c3bd08914f2 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 8714ea380c00 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d3580bb630c2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new eb5eb27e3402 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5062c2ba9d3f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8ca032f44bf1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 69f39a29deb2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 899705c625cf Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new eb0d6affc880 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d7845d6cbc6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 43d5682a087f Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 23ef7946c66c Merge branch 'for-next' of https://github.com/sophgo/linux.git
new 690ad8c5a692 Merge branch 'for-next' of https://github.com/spacemit-com/linux
new 229bdc3433b4 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new 8fc3beb8e286 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new 53db1eb892d3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d948d2b298b3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4c82b65972e4 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new 160c03ea3477 Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
new 030f6f50ceb0 Merge branch 'linux-next' of git://github.com/c-sky/csky-l [...]
new 3b7b8fcb9869 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new f04045711aab Merge branch 'for-next' of git://github.com/openrisc/linux.git
new 119b0fe9ba00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b46519471e77 Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
new 236b241b4ab7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7efd632cfe28 Merge branch 'xtensa-for-next' of git://github.com/jcmvbkb [...]
new 25d51ebf0f54 octeontx2: Set appropriate PF, VF masks and shifts based o [...]
new e53ee4acb220 octeontx2-af: CN20k basic mbox operations and structures
new f326d5d86e94 octeontx2-af: CN20k mbox to support AF REQ/ACK functionality
new 370c2374bfa9 octeontx2-pf: CN20K mbox REQ/ACK implementation for NIC PF
new f8909d3dd554 octeontx2-af: CN20K mbox implementation for AF's VF
new 70f8986ecef1 octeontx2-pf: CN20K mbox implementation between PF-VF
new 023ed57ef39b Merge branch 'cn20k-silicon-with-mbox-support'
new ecd4f8bf4106 Merge branch 'fs-next' of linux-next
new 6dd4672d65aa Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d72b27c60308 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
new a0b03ec7fd72 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 914ac8dbff64 Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new a952305a1c50 Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 10bc3dd9b6ee Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
new ec8ebd8d11a2 Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
new 70488f744740 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2d07c3c6798d Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new 027393ab4c52 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 436c8cbbcb18 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new ddf42d9aa9cc Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new bf8f724fa304 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 174a701fda41 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new c3b62dec8fa1 Merge branch 'libcrypto-next' of git://git.kernel.org/pub/ [...]
new 625fb448b368 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new b137f0ffb642 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 1740cb46faef Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 569824da7ecb Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 6d165645e8fb Merge branch 'msm-next-lumag' of https://gitlab.freedeskto [...]
new 62723c4862e3 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new a658a2ed9456 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 183d22408377 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 25eff75cd8e4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 75f8cdd309aa Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 3ba22b139f2f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 97696140db38 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new f2bc901173fd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0dab04a3fc92 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f831048a935d Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new 14f0c7e611e5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 938fd012a1fc Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new a1593333f7c7 Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
new 76e4a879436a Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new ade031d02749 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f1b1f9ee02ac Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4f7935ae685b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 223deb7848dd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2c4aca7f3359 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 052f70b9039d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 5c235800a731 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new 82a886920f0c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 28a293a880ac Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 7a44cf6d9775 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new 1347ff0c0e51 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 104697c9810a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 95470c33e4c0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c7b06383da31 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 75f27c7048c9 Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new ad86b3059e95 Merge branch 'for-next' of git://github.com/cminyard/linux [...]
new 61b51a22c758 lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
new 502457f8448a lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
new 4daa7627565a lib/crc/arm64: migrate arm64-optimized CRC code into lib/crc/
new b58a455d90f3 lib/crc/loongarch: migrate loongarch-optimized CRC code in [...]
new fbff96addeaa lib/crc/mips: migrate mips-optimized CRC code into lib/crc/
new 48c3d0438215 lib/crc/powerpc: migrate powerpc-optimized CRC code into lib/crc/
new cea5d8d5948b lib/crc/riscv: migrate riscv-optimized CRC code into lib/crc/
new f49aa9cedd7b lib/crc/s390: migrate s390-optimized CRC code into lib/crc/
new d28c1e6c9d7d lib/crc/sparc: migrate sparc-optimized CRC code into lib/crc/
new b559ebfb983d lib/crc/x86: migrate x86-optimized CRC code into lib/crc/
new 81d64a526533 lib/crc: remove ARCH_HAS_* kconfig symbols
new a2c7245af9da lib/crc: explicitly include <linux/export.h>
new 4df07d10338e Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new 70bc9e18653c Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
new 3a847fb85c9d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new c74937065799 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 9bcb5ea8519a Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
new a68efae74968 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c5f98c0b8140 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a14ad282c057 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 1f0b6ded9da6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b09bd04eabb1 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new 8f2d13ff8d8d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 87b12a32f0d9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 89f939fcf25b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6f5c400b3853 Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub [...]
new b857592837e2 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new 01f90f45aa37 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4c9725989011 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 25081e7ab482 Merge branch 'main' of git://git.infradead.org/users/willy [...]
new c23decbc98d2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new a0aab87bd81e Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 7465674bb616 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new bd55ccfdad54 Merge branch 'alloc-next' of https://github.com/Rust-for-L [...]
new b063a6303505 Merge branch 'pin-init-next' of https://github.com/Rust-fo [...]
new 3009fcd86ed5 Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
new 203650680871 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new 650eea03f6d3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 84e383194c66 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 0cc38506dcd4 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new dcf684fcb2da Merge branch 'crc-next' of git://git.kernel.org/pub/scm/li [...]
new 4325743c7e20 Add linux-next specific files for 20250617
The 321 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.