Bug#1102755: php-horde-kronolith: Fix unstable/amd64 debci failure

2025-04-12 Thread Liu, Zeming
t "-v" option anymore. With the patch to remove "-v" option from debian/tests/phpunit test file, the autopkgtest tests run successfully: autopkgtest [14:34:46]: summary phpunit PASS Could you please consider of this patch? Regards, Zeming Liu

Bug#1043232: gimp-plugin-registry: Incompatible with gimp 3

2025-04-11 Thread Ying-Chun Liu (PaulLiu)
Hi all, It seems to me that porting to gimp 3 is too large. Actually I only  use one plugin called "gimp-mask" often. I ported it, but the changes are large. And there are a lot of plugins in this package.  All of them are broken. I think we might need to drop this package. For any plugins t

Bug#1043232: gimp-plugin-registry: Incompatible with gimp 3

2025-04-11 Thread Ying-Chun Liu (PaulLiu)
Hi all, It seems to me that porting to gimp 3 is too large. Actually I only  use one plugin called "gimp-mask" often. I ported it, but the changes are large. And there are a lot of plugins in this package.  All of them are broken. I think we might need to drop this package. For any plugins t

RE: [PATCH 2/2] drm/amdgpu: Enable doorbell for JPEG5_0_1

2025-04-11 Thread Liu, Leo
[AMD Official Use Only - AMD Internal Distribution Only] The series is: Reviewed-by: Leo Liu > -Original Message- > From: Sundararaju, Sathishkumar > Sent: April 10, 2025 9:01 AM > To: amd-gfx@lists.freedesktop.org > Cc: Liu, Leo ; Zhang, Hawking > ; Sundara

[Scikit-learn-commits] [scikit-learn/scikit-learn] d0ca47: MAINT Remove scalar manipulation in `consine_dista...

2025-04-11 Thread Lucy Liu via Scikit-learn-commits
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: d0ca47b4b201e1ca5ec7484feb196a470599aba6 https://github.com/scikit-learn/scikit-learn/commit/d0ca47b4b201e1ca5ec7484feb196a470599aba6 Author: Lucy Liu Date: 2025-04-11 (Fri, 11 Apr 2025

[plasmashell] [Bug 502680] New: Previous entries in the clipboard pop-up are not pastable when selected multiple times under certain conditions

2025-04-11 Thread Huanyu Liu
https://bugs.kde.org/show_bug.cgi?id=502680 Bug ID: 502680 Summary: Previous entries in the clipboard pop-up are not pastable when selected multiple times under certain conditions Classification: Plasma Product: plasmash

[clang] [AMDGPU][Clang] Add builtins for gfx12 ray tracing intrinsics (PR #135224)

2025-04-11 Thread Yaxun Liu via cfe-commits
https://github.com/yxsamliu approved this pull request. https://github.com/llvm/llvm-project/pull/135224 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH net-next v3 6/6] bonding: Fix multiple long standing offload races

2025-04-11 Thread Hangbin Liu
xs) { > + list_del(&ipsec->list); > + kfree(ipsec); > + break; > + } > + } > + mutex_unlock(&bond->ipsec_lock); > } > > /** > diff --git a/include/net/xfrm.h b/include/net/xfrm.h > index 3d2f6c879311..b7e8f3f49627 100644 > --- a/include/net/xfrm.h > +++ b/include/net/xfrm.h > @@ -154,8 +154,11 @@ struct xfrm_dev_offload { >*/ > struct net_device *dev; > netdevice_tracker dev_tracker; > - /* This is a private pointer used by the bonding driver. > - * Device drivers should not use it. > + /* This is a private pointer used by the bonding driver (and eventually > + * should be moved there). Device drivers should not use it. > + * Protected by xfrm_state.lock AND bond.ipsec_lock in most cases, > + * except in the .xdo_dev_state_del() flow, where only xfrm_state.lock > + * is held. >*/ > struct net_device *real_dev; > unsigned long offload_handle; > -- > 2.45.0 > Tested-by: Hangbin Liu Reviewed-by: Hangbin Liu

Re: [PATCH net-next v3 5/6] bonding: Mark active offloaded xfrm_states

2025-04-11 Thread Hangbin Liu
.real_dev = NULL; > real_dev->xfrmdev_ops->xdo_dev_state_delete(real_dev, > ipsec->xs); > if (real_dev->xfrmdev_ops->xdo_dev_state_free) > @@ -664,6 +665,7 @@ static void bond_ipsec_free_sa(struct net_device > *bond_dev, > > WARN_ON(xs->xso.real_dev != real_dev); > > + xs->xso.real_dev = NULL; > if (real_dev && real_dev->xfrmdev_ops && > real_dev->xfrmdev_ops->xdo_dev_state_free) > real_dev->xfrmdev_ops->xdo_dev_state_free(real_dev, xs); > -- > 2.45.0 > Tested-by: Hangbin Liu Reviewed-by: Hangbin Liu

Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions

2025-04-11 Thread LIU Hao
在 2025-4-11 15:59, Martin Storsjö 写道: On Wed, 9 Apr 2025, Jacek Caban wrote: LGTM. I think it's a good idea to include it. I've been using it for a while, and it's proven very useful. Thanks! If nobody minds this, I'll go ahead and merge this soon. LGTM, too. -- B

[PATCH 6.6.y] powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()

2025-04-11 Thread Cliff Liu
iewed-by: Breno Leitao Signed-off-by: Michael Ellerman Link: https://msgid.link/20240530-sys_rtas-nargs-nret-v1-1-129acddd4...@linux.ibm.com [Minor context change fixed] Signed-off-by: Cliff Liu Signed-off-by: He Zhe --- Verified the powerpc build test. --- arch/powerpc/kernel/rtas.c | 4

[PATCH 5.15.y] powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()

2025-04-11 Thread Cliff Liu
iewed-by: Breno Leitao Signed-off-by: Michael Ellerman Link: https://msgid.link/20240530-sys_rtas-nargs-nret-v1-1-129acddd4...@linux.ibm.com [Minor context change fixed] Signed-off-by: Cliff Liu Signed-off-by: He Zhe --- Verified the powerpc build test. --- arch/powerpc/kernel/rtas.c | 4

[PATCH 6.1.y] powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()

2025-04-11 Thread Cliff Liu
iewed-by: Breno Leitao Signed-off-by: Michael Ellerman Link: https://msgid.link/20240530-sys_rtas-nargs-nret-v1-1-129acddd4...@linux.ibm.com [Minor context change fixed] Signed-off-by: Cliff Liu Signed-off-by: He Zhe --- Verified the powerpc build test. --- arch/powerpc/kernel/rtas.c | 4

Re: [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object

2025-04-10 Thread Zhao Liu
On Fri, Apr 11, 2025 at 06:38:35AM +0200, Markus Armbruster wrote: > Date: Fri, 11 Apr 2025 06:38:35 +0200 > From: Markus Armbruster > Subject: Re: [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object > > Zhao Liu writes: > > > Hi Markus > > > > On T

[tuna-general] [时间更新] 金枪鱼之夜:计算机色彩理论入门不靠谱科普

2025-04-10 Thread Xiaoyi Liu
Dear Tunars, 很不幸地通知各位,由于大风天气影响,本次活动推迟一周至2025年4月19日(第九周周六)举行。 喵喵 😿 在2025年4月11日星期五 UTC+8 01:26:27 写道: > 活动页面: https://tuna.moe/event/2025/color/ > > 红绿蓝三原色的说法,想必所有人已经都不陌生。于是,在图片里保存一些 #FF 之类的 RGB > 颜色值,也就很顺其自然……吗?讲者因为很久以前想教小朋友怎么使用ffmpeg糊东西,不小心花了过多时间研究计算机对色彩

[PATCH 5.10.y] powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()

2025-04-10 Thread Cliff Liu
iewed-by: Breno Leitao Signed-off-by: Michael Ellerman Link: https://msgid.link/20240530-sys_rtas-nargs-nret-v1-1-129acddd4...@linux.ibm.com Signed-off-by: Cliff Liu Signed-off-by: He Zhe --- Verified the powerpc build test. --- arch/powerpc/kernel/rtas.c | 4 1 file changed, 4 insertions

[clang] [Clang] add option --offload-jobs=N (PR #135229)

2025-04-10 Thread Yaxun Liu via cfe-commits
@@ -9360,6 +9362,19 @@ void LinkerWrapper::ConstructJob(Compilation &C, const JobAction &JA, CmdArgs.push_back(LinkArg); addOffloadCompressArgs(Args, CmdArgs); + + // Default to half of hardware threads if users do not specify it. + if (Arg *A = Args.getLastArg(opti

[clang] [Clang] add option --offload-jobs=N (PR #135229)

2025-04-10 Thread Yaxun Liu via cfe-commits
@@ -1233,6 +1233,10 @@ def offload_compression_level_EQ : Joined<["--"], "offload-compression-level=">, Flags<[HelpHidden]>, HelpText<"Compression level for offload device binaries (HIP only)">; +def offload_jobs_EQ : Joined<["--"], "offload-jobs=">, + HelpText<"Set the

[clang] [Clang] add option --offload-jobs=N (PR #135229)

2025-04-10 Thread Yaxun Liu via cfe-commits
https://github.com/yxsamliu updated https://github.com/llvm/llvm-project/pull/135229 >From 8d66eac07fa9b4d052b821f1f33783a3e5a1af34 Mon Sep 17 00:00:00 2001 From: "Yaxun (Sam) Liu" Date: Thu, 10 Apr 2025 14:14:47 -0400 Subject: [PATCH] [Clang] add option --offload-jobs=N for spec

Re: [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object

2025-04-10 Thread Zhao Liu
Hi Markus On Thu, Apr 10, 2025 at 04:21:01PM +0200, Markus Armbruster wrote: > Date: Thu, 10 Apr 2025 16:21:01 +0200 > From: Markus Armbruster > Subject: Re: [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object > > Zhao Liu writes: > > > Introduce the kvm-pmu-filte

[frameworks-kxmlgui] [Bug 502658] New: Resetting the toolbar also resets keyboard shortcuts

2025-04-10 Thread Jin Liu
https://bugs.kde.org/show_bug.cgi?id=502658 Bug ID: 502658 Summary: Resetting the toolbar also resets keyboard shortcuts Classification: Frameworks and Libraries Product: frameworks-kxmlgui Version: unspecified Platform: Arch Linux

Re: [DISCUSS] Planning Flink 2.1

2025-04-10 Thread Ron Liu
Hi everyone, The discussion has been ongoing for a long time, and there is currently 1 RM candidate, so the final release manager of 2.1 is Ron Liu. We will do the first release sync on April 23, 2025, at 9 am (UTC+2) and 3 pm (UTC+8). Welcome to the meeting! Best regards, Ron Ron Liu 于2025年3月

[dolphin] [Bug 473823] Size column is too narrow in French when using automatic column width

2025-04-10 Thread Jin Liu
https://bugs.kde.org/show_bug.cgi?id=473823 Jin Liu changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[dolphin] [Bug 473823] Size column is too narrow in French when using automatic column width

2025-04-10 Thread Jin Liu
https://bugs.kde.org/show_bug.cgi?id=473823 Jin Liu changed: What|Removed |Added CC||ad.liu@gmail.com --- Comment #4 from Jin Liu

Re: [PATCH v2] target/i386: Fix model number of Zhaoxin YongFeng vCPU template

2025-04-10 Thread Zhao Liu
On Thu, Apr 10, 2025 at 10:07:15PM +0800, Ewan Hai wrote: > Date: Thu, 10 Apr 2025 22:07:15 +0800 > From: Ewan Hai > Subject: Re: [PATCH v2] target/i386: Fix model number of Zhaoxin YongFeng > vCPU template > > On 4/10/25 8:22 PM, Paolo Bonzini wrote: > > > > On 4/7/25 04:07, Ewan Hai wrote: >

Re: [VOTE] SPIP: Declarative Pipelines

2025-04-10 Thread Liu Cao
27 >>>> >> > > >>>> >> > > Please vote on the SPIP for the next 72 hours: >>>> >> > > >>>> >> > > [ ] +1: Accept the proposal as an official SPIP >>>> >> > > [ ] +0 >>>> >> > > [ ] -1: I don’t think this is a good idea because … >>>> >> > > >>>> >> > > -Sandy >>>> >> > > >>>> >> > >>>> >> > >>>> >> >>>> >> - >>>> >> To unsubscribe e-mail: dev-unsubscr...@spark.apache.org >>>> >> >>>> >>>> - >>>> To unsubscribe e-mail: dev-unsubscr...@spark.apache.org >>>> >>>> >>> >>> -- >>> John Zhuge >>> >> -- Liu Cao

[PATCH 3/4] drm/mediatek: Add mipi dsi driver for mt8196

2025-04-10 Thread Bincai Liu
Add dsi and mipi phy driver for mt8196. Signed-off-by: Bincai Liu --- drivers/gpu/drm/mediatek/mtk_drm_drv.c| 2 + drivers/gpu/drm/mediatek/mtk_dsi.c| 248 +++--- drivers/phy/mediatek/Makefile | 1 + .../phy/mediatek/phy-mtk-mipi-dsi-mt8196.c

[jira] [Commented] (HUDI-7833) Validate that fg reader works with nested column as record key

2025-04-10 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943388#comment-17943388 ] Lin Liu commented on HUDI-7833: --- The reason is that the new data does not have correct

[jira] [Updated] (HUDI-7833) Validate that fg reader works with nested column as record key

2025-04-10 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-7833: -- Status: In Progress (was: Open) > Validate that fg reader works with nested column as record

[jira] [Updated] (HUDI-7833) Validate that fg reader works with nested column as record key

2025-04-10 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-7833: -- Status: Patch Available (was: In Progress) > Validate that fg reader works with nested column as record

[jira] [Created] (SPARK-51747) Data source cached plan should account for options

2025-04-10 Thread Amanda Liu (Jira)
Amanda Liu created SPARK-51747: -- Summary: Data source cached plan should account for options Key: SPARK-51747 URL: https://issues.apache.org/jira/browse/SPARK-51747 Project: Spark Issue Type

[clang] [Clang] Add clang driver option -fpartition-static-data-sections (PR #124991)

2025-04-10 Thread Mingming Liu via cfe-commits
https://github.com/mingmingl-llvm updated https://github.com/llvm/llvm-project/pull/124991 >From 755b5d07f8fb792793036179df72eec6bda19260 Mon Sep 17 00:00:00 2001 From: mingmingl Date: Wed, 29 Jan 2025 13:17:11 -0800 Subject: [PATCH 1/2] [Clang]Add -fpartition-static-data-section --- clang/in

[jira] [Created] (HUDI-9268) Dynamically computes compaction/merge available memory and passes it to `FileGroupReader`

2025-04-10 Thread Chaoyang Liu (Jira)
Chaoyang Liu created HUDI-9268: -- Summary: Dynamically computes compaction/merge available memory and passes it to `FileGroupReader` Key: HUDI-9268 URL: https://issues.apache.org/jira/browse/HUDI-9268

[PATCH 3/5] i386/kvm: Support event with select & umask format in KVM PMU filter

2025-04-10 Thread Zhao Liu
The select&umask is the common way for x86 to identify the PMU event, so support this way as the "x86-default" format in kvm-pmu-filter object. Signed-off-by: Zhao Liu Tested-by: Yi Lai --- Changes since RFC v2: * Drop hexadecimal variants and support numeric version in QA

Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-10 Thread Cong Liu
I discovered that on an ARM64 environment, the 'virtio-gpu: Support asynchronous fencing' patch causes the virtual machine GUI to fail to display. Rolling back this patch and using virgl allows the virtual machine to start normally. When the VM screen is black, I can see some errors in QEMU. I u

[PATCH 2/4] dt-bindings: soc: mediatek: add dsi yaml for MT8196

2025-04-10 Thread Bincai Liu
Add compatible string to support dsi for MT8196. Signed-off-by: Bincai Liu --- .../devicetree/bindings/display/mediatek/mediatek,dsi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.yaml b/Documentation/devicetree

[clang] [Clang] add option --offload-jobs=N (PR #135229)

2025-04-10 Thread Yaxun Liu via cfe-commits
@@ -1233,6 +1233,10 @@ def offload_compression_level_EQ : Joined<["--"], "offload-compression-level=">, Flags<[HelpHidden]>, HelpText<"Compression level for offload device binaries (HIP only)">; +def offload_jobs_EQ : Joined<["--"], "offload-jobs=">, + HelpText<"Set the

[jira] [Updated] (HUDI-8601) Support LEAF_INDEX block type in HFile

2025-04-10 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-8601: -- Sprint: Hudi 1.1 Sprint #1 > Support LEAF_INDEX block type in HF

[clang] [Clang] add option --offload-jobs=N (PR #135229)

2025-04-10 Thread Yaxun Liu via cfe-commits
https://github.com/yxsamliu created https://github.com/llvm/llvm-project/pull/135229 for specifying number of threads for clang-linker-wrapper. By default it uses half of hardware threads. >From aaa6b0b3fbcff1c2f6bc8983c7c0abee1e63eb6a Mon Sep 17 00:00:00 2001 From: "Yaxun (Sam) Li

Bug#1102424: python-activipy: Fix Debci failures

2025-04-10 Thread Liu, Zeming
:35]: test run-tests: - - - - - - - - - - results - - - - - - - - - - run-tests PASS autopkgtest [01:49:35]: summary run-tests PASS Regards, Zeming Liu 0001-Fix-the-autopkgtest-tests-dependency-issue.patch Description: 0001-Fix-the-autopkgtest-tests-dependency-issue.patch

[PATCHv6 net-next 2/2] wireguard: selftests: update to using nft for qemu test

2025-04-10 Thread Hangbin Liu
Since we will replace iptables with nft for wireguard netns testing, let's also convert the qemu test to use nft at the same time. Co-developed-by: Phil Sutter Signed-off-by: Phil Sutter Signed-off-by: Hangbin Liu --- .../testing/selftests/wireguard/qemu/Makefile

[clang] [Clang] Unify 'nvptx-arch' and 'amdgpu-arch' into 'offload-arch' (PR #134713)

2025-04-10 Thread Yaxun Liu via cfe-commits
@@ -0,0 +1,78 @@ +//===- OffloadArch.cpp - list available GPUs *- C++ -*-===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apa

[tuna-general] 金枪鱼之夜:计算机色彩理论入门不靠谱科普

2025-04-10 Thread Xiaoyi Liu
活动页面: https://tuna.moe/event/2025/color/ 红绿蓝三原色的说法,想必所有人已经都不陌生。于是,在图片里保存一些 #FF 之类的 RGB 颜色值,也就很顺其自然……吗?讲者因为很久以前想教小朋友怎么使用ffmpeg糊东西,不小心花了过多时间研究计算机对色彩的保存究竟是怎么一回事。本次讲座就将从这么一个门外汉的角度,很不全面但希望不太错误地向大家介绍这些数据的一些知识。 — 活动信息: - 主讲人:申奥 - 时间:**2025/04/12(校历第八周周六) 19:00** UTC +08:00 - 活动形式:线下 + 线上会议 + 直播 -

[jira] [Updated] (HUDI-8601) Support LEAF_INDEX block type in HFile

2025-04-10 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-8601: -- Status: In Progress (was: Open) > Support LEAF_INDEX block type in HF

[jira] [Commented] (HUDI-7833) Validate that fg reader works with nested column as record key

2025-04-10 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943273#comment-17943273 ] Lin Liu commented on HUDI-7833: --- After using nested key, the MOR table does not gene

Re: [PATCH v3 08/10] target/i386/kvm: reset AMD PMU registers during VM reset

2025-04-10 Thread Zhao Liu
... > TODO: > - This patch adds is_host_compat_vendor(), while there are something > like is_host_cpu_intel() from target/i386/kvm/vmsr_energy.c. A rework > may help move those helpers to target/i386/cpu*. vmsr_energy emulates RAPL in user space...but RAPL is not architectural (no CPUID

Re: [PATCH v3 10/10] target/i386/kvm: don't stop Intel PMU counters

2025-04-10 Thread Zhao Liu
("kvm: > migrate vPMU state"), because this isn't a bugfix. > > Signed-off-by: Dongli Zhang > --- > target/i386/kvm/kvm.c | 9 - > 1 file changed, 9 deletions(-) Fine for me, Reviewed-by: Zhao Liu

Re: [PATCH v3 09/10] target/i386/kvm: support perfmon-v2 for reset

2025-04-10 Thread Zhao Liu
ers = c->ebx & 0xf; > + > +if (num_pmu_gp_counters > MAX_GP_COUNTERS) { > +num_pmu_gp_counters = MAX_GP_COUNTERS; OK! KVM now supports 6 GP counters (KVM_MAX_NR_AMD_GP_COUNTERS). > +} > +} > } Fine for me, Reviewed-by: Zhao Liu

[PATCH] i386/cpu: Consolidate the helper to get Host's vendor

2025-04-10 Thread Zhao Liu
Extend host_cpu_vendor_fms() to help more cases to get Host's vendor information. Cc: Dongli Zhang Signed-off-by: Zhao Liu --- target/i386/host-cpu.c| 10 ++ target/i386/kvm/vmsr_energy.c | 3 +-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/target/i386

[jira] [Created] (HUDI-9302) enable vectorized reading for file slice without log file

2025-04-09 Thread Chaoyang Liu (Jira)
Chaoyang Liu created HUDI-9302: -- Summary: enable vectorized reading for file slice without log file Key: HUDI-9302 URL: https://issues.apache.org/jira/browse/HUDI-9302 Project: Apache Hudi

Re: [PATCH v3 07/10] target/i386/kvm: query kvm.enable_pmu parameter

2025-04-09 Thread Zhao Liu
Hi Dongli, The logic is fine for me :-) And thank you to take my previous suggestion. When I revisit here after these few weeks, I have some thoughts: > +if (pmu_cap) { > +if ((pmu_cap & KVM_PMU_CAP_DISABLE) && > +!X86_CPU(cpu)->enable_pmu) { > +

[PATCH 0/2] erofs: support deflate decompress by using Intel QAT

2025-04-09 Thread Bo Liu
|422 MiB/s | 125 MiB/s | 18.94 MiB/s| | deflate |65536 |452 MiB/s | 159 MiB/s | 13.02 MiB/s| | deflate |65536 |452 MiB/s | 177 MiB/s | 11.44 MiB/s| | deflate |262144|466 MiB/s | 194 MiB/s | 10.60 MiB/s| Bo Liu

[PATCH 2/2] erofs: support deflate decompress by using Intel QAT

2025-04-09 Thread Bo Liu
-off-by: Bo Liu --- fs/erofs/decompressor_deflate.c | 145 +++- fs/erofs/internal.h | 1 + fs/erofs/sysfs.c| 30 +++ 3 files changed, 175 insertions(+), 1 deletion(-) diff --git a/fs/erofs/decompressor_deflate.c b/fs/erofs

[PATCH 1/2] erofs: remove duplicate code

2025-04-09 Thread Bo Liu
Remove duplicate code in function z_erofs_register_pcluster() Signed-off-by: Bo Liu --- fs/erofs/zdata.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/erofs/zdata.c b/fs/erofs/zdata.c index 0671184d9cf1..5c061aaeeb45 100644 --- a/fs/erofs/zdata.c +++ b/fs/erofs/zdata.c @@ -725,7 +725,6

Re: [PATCH net-next v2 6/6] bonding: Fix multiple long standing offload races

2025-04-09 Thread Hangbin Liu
On Wed, Apr 09, 2025 at 05:41:33PM +0300, Cosmin Ratiu wrote: > Refactor the bonding ipsec offload operations to fix a number of > long-standing control plane races between state migration and user > deletion and a few other issues. > > xfrm state deletion can happen concurrently with > bond_chang

[Meeting-04-10-2025] Apache ShenYu Open And Governance Meeting Invitation

2025-04-09 Thread Hongyu Liu
y Plugin @Misaya (pending) Bootstrap Data Consistency (pending) @Moremind @Liuhongyu We look forward to your valuable insights and collaboration on these important topics! Best regards, ShenYu Community HongYu Liu

Re: [PATCH net-next v2 5/6] bonding: Mark active offloaded xfrm_states

2025-04-09 Thread Hangbin Liu
.real_dev = NULL; > real_dev->xfrmdev_ops->xdo_dev_state_delete(real_dev, > ipsec->xs); > if (real_dev->xfrmdev_ops->xdo_dev_state_free) > @@ -664,6 +665,7 @@ static void bond_ipsec_free_sa(struct net_device > *bond_dev, > > WARN_ON(xs->xso.real_dev != real_dev); > > + xs->xso.real_dev = NULL; > if (real_dev && real_dev->xfrmdev_ops && > real_dev->xfrmdev_ops->xdo_dev_state_free) > real_dev->xfrmdev_ops->xdo_dev_state_free(real_dev, xs); > -- > 2.45.0 > Tested-by: Hangbin Liu Reviewed-by: Hangbin Liu Thanks Hangbin

Re: [PATCH v3 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()

2025-04-09 Thread Zhao Liu
) instead of cpu_x86_cpuid(). > - Didn't add Reviewed-by from Dapeng as the change isn't minor. > > target/i386/kvm/kvm.c | 62 ++++--- > 1 file changed, 35 insertions(+), 27 deletions(-) Reviewed-by: Zhao Liu

Re: Sv: [VOTE] Apache NuttX 12.9.0 RC0 release

2025-04-09 Thread Yanfeng Liu
"credits" or "license" for more information. > > > > print(123) > 123 > > > > > > Lup > > On Wed, Apr 9, 2025 at 4:34 PM Yanfeng Liu wrote: > > > Lup, > > > > Thanks for the information, I can build with xpack toolchai

[jira] [Updated] (HUDI-8601) Support LEAF_INDEX block type in HFile

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-8601: -- Parent: (was: HUDI-9113) Issue Type: Bug (was: Sub-task) > Support LEAF_INDEX block type in HF

[jira] [Updated] (HUDI-7220) Benchmark new HFile reader

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-7220: -- Status: Open (was: In Progress) > Benchmark new HFile rea

[jira] [Updated] (HUDI-7220) Benchmark new HFile reader

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-7220: -- Reviewers: Y Ethan Guo > Benchmark new HFile reader > -- > >

[jira] [Updated] (HUDI-7220) Benchmark new HFile reader

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-7220: -- Sprint: Sprint 2024-03-25, Sprint 2024-04-26, Hudi 1.0 Sprint 2024/9/30-10/6, Hudi 1.1 Sprint #1 (was: Sprint

[jira] [Updated] (HUDI-7220) Benchmark new HFile reader

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-7220: -- Status: In Progress (was: Open) > Benchmark new HFile rea

[jira] [Updated] (HUDI-7220) Benchmark new HFile reader

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-7220: -- Parent: (was: HUDI-8222) Issue Type: Test (was: Sub-task) > Benchmark new HFile rea

[jira] [Updated] (HUDI-9274) Support partial update for global index

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-9274: -- Description: Hudi table with global index does not support partial udpates.   We should support it using file

[jira] [Updated] (HUDI-9274) Support partial update for global index

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-9274: -- Sprint: Hudi 1.1 Sprint #1 > Support partial update for global in

[jira] [Updated] (HUDI-9274) Support partial update for global index

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-9274: -- Affects Version/s: (was: 1.1.0) > Support partial update for global in

[jira] [Updated] (HUDI-9274) Support partial update for global index

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-9274: -- Fix Version/s: 1.0.2 > Support partial update for global in

[jira] [Created] (HUDI-9274) Support partial update for global index

2025-04-09 Thread Lin Liu (Jira)
Lin Liu created HUDI-9274: - Summary: Support partial update for global index Key: HUDI-9274 URL: https://issues.apache.org/jira/browse/HUDI-9274 Project: Apache Hudi Issue Type: Bug Affects

[jira] [Closed] (HUDI-9260) Update Hudi doc about partial update + global index limitation

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu closed HUDI-9260. - Resolution: Fixed The Pr has been merged. > Update Hudi doc about partial update + global index limitat

[jira] [Updated] (HUDI-9260) Update Hudi doc about partial update + global index limitation

2025-04-09 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-9260: -- Sprint: Hudi 1.1 Sprint #1 > Update Hudi doc about partial update + global index limitat

[jira] [Created] (SPARK-51757) `LEAD` causes NullPointerException in window function

2025-04-09 Thread Linhong Liu (Jira)
Linhong Liu created SPARK-51757: --- Summary: `LEAD` causes NullPointerException in window function Key: SPARK-51757 URL: https://issues.apache.org/jira/browse/SPARK-51757 Project: Spark Issue

[clang] [Clang][AMDGPU] Accept builtins in lambda declarations (PR #135027)

2025-04-09 Thread Yaxun Liu via cfe-commits
yxsamliu wrote: LGTM. Pls address other comments https://github.com/llvm/llvm-project/pull/135027 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AMDGPU][clang] provide device implementation for __builtin_logb and … (PR #129347)

2025-04-09 Thread Yaxun Liu via cfe-commits
@@ -43,6 +43,33 @@ using namespace clang; using namespace CodeGen; using namespace llvm; +/// Some builtins do not have library implementation on some targets and +/// are instead emitted as LLVM IRs by some target builtin emitters. +/// FIXME: Remove this when library support

[llvm-branch-commits] [clang] clang/AMDGPU: Stop looking for oclc_daz_opt_* control libraries (PR #134805)

2025-04-09 Thread Yaxun Liu via llvm-branch-commits
https://github.com/yxsamliu approved this pull request. LGTM. Does this mean device library have no code depending on option `-cl-denorms-are-zero`? https://github.com/llvm/llvm-project/pull/134805 ___ llvm-branch-commits mailing list llvm-branch-com

Bug#1075313: netris: ftbfs with GCC-14

2025-04-09 Thread Ying-Chun Liu (PaulLiu)
tches/01_multi-games-with-scoring + * debian/control: change libncurses5-dev to libncurses-dev + + -- Ying-Chun Liu (PaulLiu) Tue, 08 Apr 2025 22:05:49 +0800 + netris (0.52-11) unstable; urgency=low [ Rhonda D'Vine ] diff -Nru netris-0.52/debian/control netris-0.52/debian/control --- netris-0

[Scikit-learn-commits] [scikit-learn/scikit-learn] 6fce50: DOC Remove old comment in `cosine_similarity` (#31...

2025-04-09 Thread Lucy Liu via Scikit-learn-commits
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 6fce50f75b5fc9cf3ba8afbb85aeac8cc42f8802 https://github.com/scikit-learn/scikit-learn/commit/6fce50f75b5fc9cf3ba8afbb85aeac8cc42f8802 Author: Lucy Liu Date: 2025-04-09 (Wed, 09 Apr 2025

[clang] [HIP] use offload wrapper for non-device-only non-rdc (PR #132869)

2025-04-09 Thread Yaxun Liu via cfe-commits
https://github.com/yxsamliu closed https://github.com/llvm/llvm-project/pull/132869 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object

2025-04-09 Thread Zhao Liu
Introduce the kvm-pmu-filter object and support the PMU event with raw format. The raw format, as a native PMU event code representation, can be used for several architectures. Signed-off-by: Zhao Liu Tested-by: Yi Lai --- Changes since RFC v2: * Drop hexadecimal variants and support numeric

[clang] [Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (PR #115821)

2025-04-09 Thread Yaxun Liu via cfe-commits
yxsamliu wrote: > @lalaniket8 @arsenm I don't have a strong opinion, but shouldn't this > transformation be done during lowering to the target? Current version of the > patch brings odd behavior for LLVM IR to SPIR-V lowering for OpenCL kernels. > SPIR-V don't allow one EntryPoint to refer ano

Re: Sv: [VOTE] Apache NuttX 12.9.0 RC0 release

2025-04-09 Thread Yanfeng Liu
+, alin.jerpe...@sony.com wrote: > Hi Liu, > > thanks for your feedback > Can you link the missing patches? > > Thanks > Alin > > ________ > Från: Yanfeng Liu > Skickat: den 9 april 2025 09:42 > Till: dev@nuttx.apache.org  > Ä

[PATCH 2/5] i386/kvm: Support basic KVM PMU filter

2025-04-09 Thread Zhao Liu
Filter PMU events with raw format in i386 code. For i386, raw format indicates that the PMU event code is already encoded according to the KVM ioctl requirements, and can be delivered directly to KVM without additional encoding work. Signed-off-by: Zhao Liu Tested-by: Yi Lai --- Changes since

[PATCH 0/5] accel/kvm: Support KVM PMU filter

2025-04-09 Thread Zhao Liu
ilter=obj_id". So in summary, it is feasible to use the KVM PMU filter as either a CPU or a KVM property, depending on whether it is used as a CPU feature or a VM feature. The kvm-pmu-filter object, as an abstraction, is general enough to support filter configurations for different scopes (p

[PATCH 5/5] i386/kvm: Support fixed counter in KVM PMU filter

2025-04-09 Thread Zhao Liu
KVM_SET_PMU_EVENT_FILTER of x86 KVM allows user to configure x86 fixed function counters by a bitmap. Add the support of x86-fixed-counter in kvm-pmu-filter object and handle this in i386 kvm codes. Signed-off-by: Zhao Liu Tested-by: Yi Lai --- Changes since RFC v2: * Drop

[PATCH 4/5] i386/kvm: Support event with masked entry format in KVM PMU filter

2025-04-09 Thread Zhao Liu
KVM_SET_PMU_EVENT_FILTER of x86 KVM supports masked events mode, which accepts masked entry format event to flexibly represent a group of PMU events. Support masked entry format in kvm-pmu-filter object and handle this in i386 kvm codes. Signed-off-by: Zhao Liu Tested-by: Yi Lai --- Changes

Re: [VOTE] Apache NuttX 12.9.0 RC0 release

2025-04-09 Thread Yanfeng Liu
Hi, -1 here. Checked mainly with rv-virt on Ubuntu 22.04 with riscv64-unknown-elf-gcc toolchain 10.2.0 mainly. Passed configs: nsh, knsh, nsbi, flats Minor issue:  - rv-virt:python (failed to build with both 10.2 and 14.2) Regards, yf On Tue, 2025-04-08 at 07:21 +0200, Alin Jerpelea wrote:

[webkit-changes] [WebKit/WebKit] 94ec0f: Re-land missing exception checks

2025-04-08 Thread Daniel Liu
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 94ec0f4523cc04f4d7aec3e2192aa738758f4d6a https://github.com/WebKit/WebKit/commit/94ec0f4523cc04f4d7aec3e2192aa738758f4d6a Author: Daniel Liu Date: 2025-04-08 (Tue, 08 Apr 2025) Changed paths: M

Re: [ALC] Request to establish ALC in Taipei

2025-04-08 Thread Jax Liu
+1 I'm an Apache DataFusion Committer. Thanks Chia-Ping. It sounds great. :) Jax On 2025/04/03 15:21:55 Chia-Ping Tsai wrote: > hi All, > > I'm an Apache Member (Apache ID: chia7712), and I've led the local > open-source community, 源來適你/opensource4you [1], for two years. We've > successfully f

[jira] [Updated] (SPARK-51747) Data source cached plan should respect options

2025-04-08 Thread Amanda Liu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amanda Liu updated SPARK-51747: --- Summary: Data source cached plan should respect options (was: Data source cached plan should

[jira] [Updated] (SPARK-51747) Data source cached plan should account for options

2025-04-08 Thread Amanda Liu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amanda Liu updated SPARK-51747: --- Description: Before this, DataSourceStrategy caches the first query plan and does not respect

[jira] [Updated] (SPARK-51747) Data source cached plan should account for options

2025-04-08 Thread Amanda Liu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amanda Liu updated SPARK-51747: --- Description: Before this, DataSourceStrategy does not take into account options.   Before

[jira] [Updated] (SPARK-51747) Data source cached plan should account for options

2025-04-08 Thread Amanda Liu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amanda Liu updated SPARK-51747: --- Description: Before this, DataSourceStrategy caches the first query plan and does not respect

[PATCH] scripts/checkpatch: Fix typo in SPDX-License-Identifier keyword

2025-04-08 Thread Zhao Liu
Fix the typo in the error message to help `grep` the example: ERROR: New file '***' requires 'SPDX-License-Identifer' Fixes: fa4d79c64dae ("scripts: mandate that new files have SPDX-License-Identifier") Signed-off-by: Zhao Liu --- scripts/checkpatch.pl | 4 ++--

Bug#1075313: netris: ftbfs with GCC-14

2025-04-08 Thread Ying-Chun Liu (PaulLiu)
tches/01_multi-games-with-scoring + * debian/control: change libncurses5-dev to libncurses-dev + + -- Ying-Chun Liu (PaulLiu) Tue, 08 Apr 2025 22:05:49 +0800 + netris (0.52-11) unstable; urgency=low [ Rhonda D'Vine ] diff -Nru netris-0.52/debian/control netris-0.52/debian/control --- netris-0

[clang] [Clang][Sema] Handle invalid variable template specialization whose type depends on itself (PR #134522)

2025-04-08 Thread Yanzuo Liu via cfe-commits
@@ -47,3 +47,21 @@ namespace InvalidInsertPos { template<> int v; int k = v; } + +namespace GH51347 { + template + auto p = p; // expected-error {{the type of variable template specialization 'p'}} zwuis wrote: I think this pattern is always illegal. B

[Ubuntu-x-swat] [Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-04-08 Thread Zixing Liu
> Do we need to do anything more on our end? Not at the moment. These packages will go through SRU reviews, and then SRU developers or Ubuntu archive admins will contact you if something needs clarification. -- You received this bug notification because you are a member of Ubuntu-X, which is sub

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-04-08 Thread Zixing Liu
> Do we need to do anything more on our end? Not at the moment. These packages will go through SRU reviews, and then SRU developers or Ubuntu archive admins will contact you if something needs clarification. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[DISCUSS] Cherry-pick #24118 and #24154 to the branch-3.0 and branch-4.0

2025-04-08 Thread Zixuan Liu
Hi all, https://github.com/apache/pulsar/pull/24118 https://github.com/apache/pulsar/pull/24154 The two PR is used to improve the user experience and help the user to correctly use the topic name: - For non-partitioned topic: If partition metadata exists (which shouldn't be there), the broker wi

[PATCHv6 net-next 0/2] wireguard: selftests: use nftables for testing

2025-04-08 Thread Hangbin Liu
update, just re-send v3: drop iptables directly (Jason A. Donenfeld) Also convert to using nft for qemu testing (Jason A. Donenfeld) v2: use one nft table for testing (Phil Sutter) Hangbin Liu (2): wireguard: selftests: convert iptables to nft wireguard: selftests: update to using nft for qemu

  1   2   3   4   5   6   7   8   9   10   >