[ceph-users] Re: How to speed up OSD deployment process

2024-11-08 Thread YuFan Chen
t; default Ansible runs sequentially for a given host and parallel for > multiple hosts. > > Note that spawning multiple tasks that fight for the same resource may > offer little to no speed improvement. > > Regards, > >Tim > > On 11/8/24 10:05, YuFan Che

Re: RFR: 8327858: Improve spliterator and forEach for single-element immutable collections [v4]

2024-11-08 Thread Chen Liang
On Fri, 11 Oct 2024 15:49:33 GMT, Chen Liang wrote: >> Please review this patch that: >> 1. Implemented `forEach` to optimize for 1 or 2 element collections. >> 2. Implemented `spliterator` to optimize for a single element. >> >> The default implementations

Re: RFR: 8342707: Prepare Gatherers for graduation from Preview [v4]

2024-11-08 Thread Chen Liang
On Fri, 8 Nov 2024 13:56:38 GMT, Viktor Klang wrote: >> Make final adjustments to drop PreviewFeature and updating the @ since >> markers. > > Viktor Klang has updated the pull request incrementally with one additional > commit since the last revision: > > Updating the copyright year of the

Re: RFR: 8342707: Prepare Gatherers for graduation from Preview [v4]

2024-11-08 Thread Chen Liang
On Fri, 8 Nov 2024 13:56:38 GMT, Viktor Klang wrote: >> Make final adjustments to drop PreviewFeature and updating the @ since >> markers. > > Viktor Klang has updated the pull request incrementally with one additional > commit since the last revision: > > Updating the copyright year of the

[ceph-users] How to speed up OSD deployment process

2024-11-08 Thread YuFan Chen
. However, I’ve noticed that cephadm creates the OSDs sequentially. Then, on each node, it starts a single OSD and waits for it to become ready before moving on to the next. Is there a way to speed up the OSD deployment process? Thanks in advance for your help! Best regards, Yufan Chen

[jira] [Created] (FLINK-36677) Instruct users to change log level dynamically in operator

2024-11-08 Thread Luke Chen (Jira)
Luke Chen created FLINK-36677: - Summary: Instruct users to change log level dynamically in operator Key: FLINK-36677 URL: https://issues.apache.org/jira/browse/FLINK-36677 Project: Flink Issue

[jira] [Created] (FLINK-36677) Instruct users to change log level dynamically in operator

2024-11-08 Thread Luke Chen (Jira)
Luke Chen created FLINK-36677: - Summary: Instruct users to change log level dynamically in operator Key: FLINK-36677 URL: https://issues.apache.org/jira/browse/FLINK-36677 Project: Flink Issue

Ozone Community Meeting(APAC, 2024 8th Nov)

2024-11-07 Thread Sammi Chen
Hao, Mingyu, Zhan, Chung En Lee, Pony, Wei-Chiu, Sammi Wei-Chiu - Migrating Hadoop dependency 3.3.6 to 3.4.1 in progress - Plan to migrate protobuf dependency 2.5 to 3.7 Sammi - Deleting service bug fixes and improvement JIRA, https://issues.apache.org/jira/browse/HDDS-11506. - October Ozone meet

[oe][meta-gnome][PATCH 2/4] sysprof: require opengl distro feature when gtk4 is dependend on

2024-11-07 Thread Chen Qi via lists.openembedded.org
From: Chen Qi gkt4 has 'opengl' in its REQUIRED_DISTRO_FEATURES, so when it is depended upon by sysprof, 'opengl' distro feature should also be required. Signed-off-by: Chen Qi --- meta-gnome/recipes-gnome/sysprof/sysprof_3.48.0.bb | 5 - 1 file changed, 4 inser

[oe][meta-gnome][PATCH 1/4] libspelling: require opengl distro feature

2024-11-07 Thread Chen Qi via lists.openembedded.org
From: Chen Qi The gkt4 in DEPENDS has 'opengl' in its REQUIRED_DISTRO_FEATURES, so libspelling also needs to set this. Signed-off-by: Chen Qi --- meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/

[oe][meta-gnome][PATCH 4/4] gnome-boxes: require opengl distro feature

2024-11-07 Thread Chen Qi via lists.openembedded.org
From: Chen Qi spice-gtk requires opengl distro feature, so gnome-boxes should require it too. Signed-off-by: Chen Qi --- .../recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-gnome/dynamic-layers/meta

[oe][meta-gnome][PATCH 3/4] grilo-plugins: consider opengl distro feature for default PACKAGECONFIG

2024-11-07 Thread Chen Qi via lists.openembedded.org
From: Chen Qi gnome-online-accounts requires opengl by default, so lua-factory PACKAGECONFIG should rely on opengl by default. Signed-off-by: Chen Qi --- meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-gnome

Re: [VOTE] Release Apache HoraeDB(incubating) v2.1.0 - Vote Round 3

2024-11-07 Thread Mian Chen
+1 [*] Download links are valid. [*] Checksums and signatures. [*] LICENSE/NOTICE files exist [*] No unexpected binary files [*] All source files have ASF headers [*] Can compile from source Jiacai Liu 于2024年11月5日周二 20:50写道: > Hello, Apache HoraeDB(incubating) Community, > > This is a call for

Re: [meta-virtualization][scarthgap][PATCH] libvirt: set USERADD_DEPENDS to avoid package_write_rpm failure

2024-11-07 Thread Chen Qi via lists.yoctoproject.org
I didn't sent this patch for master branch because master branch has changed the polkit part and there's no chown there. So this patch is only suitable for scarthgap. Regards, Qi On 11/8/24 10:55, Chen Qi via lists.yoctoproject.org wrote: From: Chen Qi When do_package uses state

[meta-virtualization][scarthgap][PATCH] libvirt: set USERADD_DEPENDS to avoid package_write_rpm failure

2024-11-07 Thread Chen Qi via lists.yoctoproject.org
From: Chen Qi When do_package uses state cache and is not re-run but do_package_write_rpm is re-run, then we get the following error: Exception: KeyError: 'getpwuid(): uid not found: 996' This is because libvirt does chown to polkitd in do_install and polkitd is from polkit. Here

Re: [ANNOUNCE] Apache Kafka 3.9.0

2024-11-07 Thread Luke Chen
> Hsu, José Armando García Sancio, Josep Prat, Jun Rao, Justine Olshan, Kamal > Chandraprakash, Ken Huang, Kevin Wu, Kirk True, Kondrat Bertalan, Krishna > Agarwal, KrishVora01, Kuan-Po (Cooper) Tseng, Kuan-Po Tseng, Lee Dongjin, > Lianet Magrans , Logan Zhu, Loïc GREFFIER, Lucas Brutsc

Re: [ANNOUNCE] Apache Kafka 3.9.0

2024-11-07 Thread Luke Chen
> Hsu, José Armando García Sancio, Josep Prat, Jun Rao, Justine Olshan, Kamal > Chandraprakash, Ken Huang, Kevin Wu, Kirk True, Kondrat Bertalan, Krishna > Agarwal, KrishVora01, Kuan-Po (Cooper) Tseng, Kuan-Po Tseng, Lee Dongjin, > Lianet Magrans , Logan Zhu, Loïc GREFFIER, Lucas Brutsc

Re: [PATCH v8 0/8] Support RISC-V IOPMP

2024-11-07 Thread Ethan Chen via
hecking in! I do plan to send an updated version, but it may take a bit more time. Best regards, Ethan > > On 7/15/24 6:56 AM, Ethan Chen wrote: > > This series implements basic functions of IOPMP specification v0.9.1 rapid-k > > model. > > The specification url: > &g

[jira] [Closed] (HUDI-8433) Fix not update issuedinstant when stream read empty commits

2024-11-07 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen closed HUDI-8433. Resolution: Fixed Fixed via master branch: 3a57591152065ddb317c5fe67bab8163730f1e73 > Fix not upd

Re: nested-smmuv3 topic for QEMU/libvirt, Nov 2024

2024-11-07 Thread Nicolin Chen
Hi Eric, On Thu, Nov 07, 2024 at 12:11:05PM +0100, Eric Auger wrote: > On 11/1/24 05:09, Nicolin Chen wrote: > > Hi, > > > > This is a continued discussion following previous month's: > > https://lore.kernel.org/qemu-devel/Zvr%2Fbf7KgLN1cjOl@Asurada-Nvidia/ &g

Re: [PATCH v6 01/10] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl

2024-11-07 Thread Nicolin Chen
On Thu, Nov 07, 2024 at 09:11:27PM +1100, Alexey Kardashevskiy wrote: > On 31/10/24 08:35, Nicolin Chen wrote: > > Introduce a new IOMMUFD_OBJ_VDEVICE to represent a physical device (struct > > device) against a vIOMMU (struct iommufd_viommu) object in a VM. > > > > T

Re: [PATCH] RISC-V: Add norelax function attribute

2024-11-07 Thread Yangyu Chen
Thanks for doing this! > On Nov 8, 2024, at 00:19, shiyul...@iscas.ac.cn wrote: > > From: yulong > > This patch adds norelax function attribute that be discussed in > riscv-c-api-doc PR#94. > URL:https://github.com/riscv-non-isa/riscv-c-api-doc/pull/94 > > gcc/ChangeLog: > >* config/

Re: [VOTE] Release Apache Pekko gRPC 1.1.1-RC1

2024-11-07 Thread JingZhang Chen
v 2024 at 10:40, JingZhang Chen wrote: > > > > compile task OOM on my laptop, have not investigate yet. > > > > apart from this is fine. > > [x] Download links are valid. > > [x] Checksums and signatures. > > [x] LICENSE/NOTICE files exist > > [

Re: [VOTE] Release Apache Pekko gRPC 1.1.1-RC1

2024-11-07 Thread JingZhang Chen
compile task OOM on my laptop, have not investigate yet. apart from this is fine. [x] Download links are valid. [x] Checksums and signatures. [x] LICENSE/NOTICE files exist [x] No unexpected binary files [x] All source files have ASF headers [ ] Can compile from source [ ] Can verify the binary bu

Re: [VOTE] Apache Ozone 1.4.1 RC2

2024-11-07 Thread Sammi Chen
Forget to mention that the suggestion isn't required to be included in this 1.4.1 do release. On Thu, 7 Nov 2024 at 16:36, Sammi Chen wrote: > Thanks for the info, Nanda. > I try to understand this. So "white_check_mark" means we will have new > dot releases once

Re: [VOTE] Apache Ozone 1.4.1 RC2

2024-11-07 Thread Sammi Chen
ven do both) > > Old discussion on supported version: > https://lists.apache.org/thread/9zw8v6lv7ogk4rj4yqyt10g0gwtrf60v > > > > On Thu, Nov 7, 2024 at 11:00 AM Sammi Chen wrote: > > > Does anyone know what this "white_check_mark" means? > > Do we really need thi

Re: [PATCH] drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handle

2024-11-07 Thread Chen Ridong
On 2024/10/29 16:34, Chen Ridong wrote: > From: Chen Ridong > > The 'vmw_user_object_buffer' function may return NULL with incorrect > inputs. To avoid possible null pointer dereference, add a check whether > the 'bo' is NULL in the vmw_framebuffe

Re: [VOTE] Apache Ozone 1.4.1 RC2

2024-11-06 Thread Sammi Chen
4> so we can keep track of > the updates we should make to the guide when the release goes out. > > On Wed, Nov 6, 2024 at 10:22 AM Xi Chen wrote: > > > Hi Nanda > > Thanks for your check and suggestions > > > > Q: The code name for the release is still set to &q

Re: [VOTE] Apache Ozone 1.4.1 RC2

2024-11-06 Thread Xi Chen
Hi Ethan Rose Thanks for the update. I'm wondering if our current Ozone-1.4-RC2 vote should continue? Or if I need to update “SECURITY.md”, release Ozone-1.4-RC3 and vote again? Xi Chen On 2024/11/06 16:54:17 Ethan Rose wrote: > Yes we should add a step in the guide to update the secur

Re: [PATCH v7 13/13] Documentation: userspace-api: iommufd: Update vIOMMU

2024-11-06 Thread Nicolin Chen
On Thu, Nov 07, 2024 at 10:20:49AM +0700, Bagas Sanjaya wrote: > On Wed, Nov 06, 2024 at 05:35:45PM -0800, Nicolin Chen wrote: > > On Thu, Nov 07, 2024 at 07:56:31AM +0700, Bagas Sanjaya wrote: > > > On Tue, Nov 05, 2024 at 12:04:29PM -0800, Nicolin Chen wrote: > > > >

Re: [DISCUSS] Apache Kafka 4.0.0 release

2024-11-06 Thread Luke Chen
; KIP-1105 is a minor one, and will open a voting thread soon. > > Thanks, > Kamal > > On Thu, Nov 7, 2024 at 7:28 AM Luke Chen wrote: > > > Hi Alyssa, > > > > I've added KIP-966 into the release plan. > > > > Thanks. > > Luke > > &g

[jira] [Closed] (HUDI-8484) Instant heartbeats memory leak

2024-11-06 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen closed HUDI-8484. Resolution: Fixed Fixed via master branch: 6a7cce91ac0643bfb7ddb192259d96e98bd1b7cb > Instant heartbe

Re: [PATCH 2/2] drm/amdgpu: Bypass resizing bars for PVH dom0

2024-11-06 Thread Chen, Jiqian
On 2024/11/6 23:50, Christian König wrote: > Am 06.11.24 um 04:20 schrieb Chen, Jiqian: >> On 2024/11/5 21:42, Christian König wrote: >>> Am 05.11.24 um 07:05 schrieb Jiqian Chen: >>>> VPCI of Xen doesn't support resizable bar. When discrete GPU is used on

Re: [PATCH v6 05/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl

2024-11-06 Thread Nicolin Chen
On Thu, Nov 07, 2024 at 12:37:59PM +1100, Alexey Kardashevskiy wrote: > On 31/10/24 08:34, Nicolin Chen wrote: > > +int iommufd_viommu_alloc_ioctl(struct iommufd_ucmd *ucmd) > > +{ > > + struct iommu_viommu_alloc *cmd = ucmd->cmd; > > + struct io

Re: [DISCUSS] Apache Kafka 4.0.0 release

2024-11-06 Thread Luke Chen
en pretty > > >> rapid, I > > >> >> do think we will get there by January. (Well hopefully even earlier > > :) > > >> >> > > >> >> best, > > >> >> Colin > > >> >> > > >>

Re: [PATCH v7 13/13] Documentation: userspace-api: iommufd: Update vIOMMU

2024-11-06 Thread Nicolin Chen
On Thu, Nov 07, 2024 at 07:56:31AM +0700, Bagas Sanjaya wrote: > On Tue, Nov 05, 2024 at 12:04:29PM -0800, Nicolin Chen wrote: > > With the introduction of the new object and its infrastructure, update the > > doc to reflect that and add a new graph. > > > > R

[clang] [llvm] [AMDGPU] modify named barrier builtins and intrinsics (PR #114550)

2024-11-06 Thread Gang Chen via cfe-commits
https://github.com/cmc-rep closed https://github.com/llvm/llvm-project/pull/114550 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: RFR: 8343559: Optimize Class.getMethod(String, Class...) for methods with no-arg [v2]

2024-11-06 Thread Chen Liang
On Wed, 6 Nov 2024 17:28:54 GMT, jengebr wrote: >> I benchmarked variations on this and got some surprises. The noArg change >> was removed prior to any experiments, so this is strictly the `matches()` >> optimization. >> >> Base case (no PR): >> >> Benchmark Mode C

Re: [PATCH] drm/amdkfd: Differentiate logging message for driver oversubscription

2024-11-06 Thread Chen, Xiaogang
On 11/5/2024 6:31 PM, Felix Kuehling wrote: On 2024-10-28 17:40, Xiaogang.Chen wrote: From: Xiaogang Chen To allow user better understand the cause triggering runlist oversubscription. No function change. Signed-off-by: Xiaogang Chen xiaogang.c...@amd.com ---   .../gpu/drm/amd/amdkfd

Re: [ANNOUNCE] New Apache Flink Committer - Junrui Li

2024-11-06 Thread Luke Chen
Congrats, Junrui! Luke On Wed, Nov 6, 2024 at 8:20 PM Jing Ge wrote: > Congrats, Junrui! > > Best regards, > Jing > > On Wed, Nov 6, 2024 at 11:46 AM Yu Chen wrote: > > > Congratulations, Junrui! > > > > Best, > > Yu Chen > > > > >

Re: RFR: 8343559: Optimize Class.getMethod(String, Class...) for methods with no-arg

2024-11-06 Thread Chen Liang
On Wed, 6 Nov 2024 14:15:42 GMT, jengebr wrote: > This change optimizes the runtime of `Class.getMethod(String, Class[])` in > two ways: > > 1. While iterating across each Method to find a match (existing logic) it now > compares parameter count before checking method name. This check is > s

Re: RFR: 8343559: Optimize Class.getMethod(String, Class...) for methods with no-arg

2024-11-06 Thread Chen Liang
On Wed, 6 Nov 2024 14:15:42 GMT, jengebr wrote: > This change optimizes the runtime of `Class.getMethod(String, Class[])` in > two ways: > > 1. While iterating across each Method to find a match (existing logic) it now > compares parameter count before checking method name. This check is > s

Re: [VOTE] Apache Ozone 1.4.1 RC2

2024-11-06 Thread Xi Chen
che.org/jira/browse/HDDS-10214 Do we need to update “SECURITY.md” every time we release a new version? if so we should add this step to the Apache Release Manager Guide Xi Chen On 2024/11/05 13:37:37 Nandakumar wrote: > Thanx Xi Chen for driving the release. > > - Verified checksums

Bug#1086839: lists.debian.org: Request for new mailing list: debian-server

2024-11-06 Thread Shengqi Chen
Policy: open Post Policy: open Web Archive: yes -- Thanks, Shengqi Chen

Re: [ANNOUNCE] New Apache Flink Committer - Junrui Li

2024-11-06 Thread Yu Chen
Congratulations, Junrui! Best, Yu Chen > 2024年11月6日 16:32,Xuyang 写道: > > Congratulations, Junrui! > > > -- > >Best! >Xuyang > > > > > > 在 2024-11-06 14:34:36,"Yuepeng Pan" 写道: >> Congratulations! >> >>

[PATCH] drm/tegra: fix a possible null pointer dereference

2024-11-06 Thread Qiu-ji Chen
) for reset.") Cc: sta...@vger.kernel.org Signed-off-by: Qiu-ji Chen --- drivers/gpu/drm/tegra/dc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c index be61c9d1a4f0..1ed30853bd9e 100644 --- a/drivers/gpu/drm/tegra/

Re: [DISCUSS] New label for breaking changes in 4.0

2024-11-06 Thread Luke Chen
Hi Divij, Thanks for raising this! I agree we should have some ways to identify the breaking changes in v4.0.0. As I proposed in another thread, in v4.0.0, instead of tracking with time as before, we should also consider the status of some features because there are some changes only allowed in th

[jira] [Resolved] (HDDS-11622) Support domain socket creation

2024-11-05 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-11622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sammi Chen resolved HDDS-11622. --- Fix Version/s: 2.0.0 Resolution: Fixed > Support domain socket creat

[jira] [Created] (HDDS-11651) Add short-circuit read feature robot tests

2024-11-05 Thread Sammi Chen (Jira)
Sammi Chen created HDDS-11651: - Summary: Add short-circuit read feature robot tests Key: HDDS-11651 URL: https://issues.apache.org/jira/browse/HDDS-11651 Project: Apache Ozone Issue Type: Sub

[Spectacle] [Bug 495835] Spectacle control window blocks rectangular area screenshot

2024-11-05 Thread Shimi Chen
https://bugs.kde.org/show_bug.cgi?id=495835 Shimi Chen changed: What|Removed |Added CC||shimi.c...@gmail.com -- You are receiving this

[jira] [Commented] (KAFKA-17244) java.base/java.lang.VirtualThread$VThreadContinuation.onPinned

2024-11-05 Thread Jianbin Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895877#comment-17895877 ] Jianbin Chen commented on KAFKA-17244: -- Can someone help take a look at this i

[jira] [Comment Edited] (KAFKA-17244) java.base/java.lang.VirtualThread$VThreadContinuation.onPinned

2024-11-05 Thread Jianbin Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895877#comment-17895877 ] Jianbin Chen edited comment on KAFKA-17244 at 11/6/24 6:5

[QEMU PATCH v10] xen/passthrough: use gsi to map pirq when dom0 is PVH

2024-11-05 Thread Jiqian Chen
To solve above problem, use new interface of Xen, xc_pcidev_get_gsi to get gsi and use xc_physdev_map_pirq_gsi to map pirq when dom0 is PVH. Signed-off-by: Jiqian Chen Signed-off-by: Huang Rui Signed-off-by: Jiqian Chen --- Hi All, This is v10 to support passthrough on Xen when dom0 is PVH.

Re: [VOTE] KIP-1058: Txn consumer exerts pressure on remote storage when reading non-txn topic

2024-11-05 Thread Luke Chen
Had another read of the KIP, LGTM! +1 from me. Thanks for the KIP! Luke On Wed, Nov 6, 2024 at 1:58 PM Satish Duggana wrote: > +1 > > Thanks Kamal for the KIP. Discussed offline with Kamal on the proposal and > the changes. > It improves the performance of consumers' remote reads in read_commit

[QEMU PATCH v10] xen/passthrough: use gsi to map pirq when dom0 is PVH

2024-11-05 Thread Jiqian Chen
To solve above problem, use new interface of Xen, xc_pcidev_get_gsi to get gsi and use xc_physdev_map_pirq_gsi to map pirq when dom0 is PVH. Signed-off-by: Jiqian Chen Signed-off-by: Huang Rui Signed-off-by: Jiqian Chen --- Hi All, This is v10 to support passthrough on Xen when dom0 is PVH.

Re: RFR: 8342650: Move getChars to DecimalDigits [v2]

2024-11-05 Thread Chen Liang
On Tue, 5 Nov 2024 15:47:00 GMT, Shaojin Wen wrote: >> Move getChars methods of StringLatin1 and StringUTF16 to DecimalDigits to >> reduce duplication >> >> 1. HexDigits and OctalDigits also include getCharsLatin1 and getCharsUTF16 >> 2. Putting these two methods into DecimalDigits can avoid th

Re: [PATCH 2/2] drm/amdgpu: Bypass resizing bars for PVH dom0

2024-11-05 Thread Chen, Jiqian
On 2024/11/5 21:42, Christian König wrote: > Am 05.11.24 um 07:05 schrieb Jiqian Chen: >> VPCI of Xen doesn't support resizable bar. When discrete GPU is used on >> PVH dom0 which using the VPCI, amdgpu fails to probe, so we need to >> disable this capability for PVH d

[Crash-utility] [PATCH] arm64: gdb stack unwind append more registers

2024-11-05 Thread Guanyou Chen
Hi Lianbo, Tao Let gdb fetch_registers include cpu context x19~x28, This may not mean for already scheduled tasks, but gdb stack unwind show more args. Before: crash> gdb bt #0 __switch_to (prev=, prev@entry=0xff80025f, next=next@entry=) at arch/arm64/kernel/process.c:566 #

[ovs-dev] [PATCH v2] netdev_offload_dpdk: Support icmpv6 offload.

2024-11-05 Thread Allen Chen via dev
Support icmpv6 offload Signed-off-by: Allen Chen --- lib/netdev-offload-dpdk.c | 16 1 file changed, 16 insertions(+) diff --git a/lib/netdev-offload-dpdk.c b/lib/netdev-offload-dpdk.c index 1a6e100ff..19da8f4d4 100644 --- a/lib/netdev-offload-dpdk.c +++ b/lib/netdev-offload

[jira] [Updated] (HUDI-8484) Instant heartbeats memory leak

2024-11-05 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-8484: - Summary: Instant heartbeats memory leak (was: Instants heartbeats memory leak) > Instant heartbe

[jira] [Created] (HUDI-8484) Instants heartbeats memory leak

2024-11-05 Thread Danny Chen (Jira)
Danny Chen created HUDI-8484: Summary: Instants heartbeats memory leak Key: HUDI-8484 URL: https://issues.apache.org/jira/browse/HUDI-8484 Project: Apache Hudi Issue Type: New Feature

Re: [PATCH v3] drm/amdkfd: change kfd process kref count at creation

2024-11-05 Thread Chen, Xiaogang
ping On 10/28/2024 3:43 PM, Xiaogang.Chen wrote: From: Xiaogang Chen kfd process kref count(process->ref) is initialized to 1 by kref_init. After it is created not need to increase its kref. Instad add kfd process kref at kfd process mmu notifier allocation since we already decrease the k

[PATCH v7 10/10] Documentation: userspace-api: iommufd: Update vDEVICE

2024-11-05 Thread Nicolin Chen
With the introduction of the new object and its infrastructure, update the doc and the vIOMMU graph to reflect that. Reviewed-by: Jason Gunthorpe Reviewed-by: Kevin Tian Signed-off-by: Nicolin Chen --- Documentation/userspace-api/iommufd.rst | 41 +++-- 1 file changed, 32

[PATCH v7 09/10] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl

2024-11-05 Thread Nicolin Chen
Add a viommu_cache test function to cover vIOMMU invalidations using the updated IOMMU_HWPT_INVALIDATE ioctl, which now allows passing in a vIOMMU via its hwpt_id field. Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- tools/testing/selftests/iommu

[PATCH v7 08/10] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command

2024-11-05 Thread Nicolin Chen
Similar to IOMMU_TEST_OP_MD_CHECK_IOTLB verifying a mock_domain's iotlb, IOMMU_TEST_OP_DEV_CHECK_CACHE will be used to verify a mock_dev's cache. Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/iommufd_test.h | 5 +

[PATCH v7 04/10] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE

2024-11-05 Thread Nicolin Chen
. Update the uAPI, kdoc, and selftest case accordingly. Reviewed-by: Jason Gunthorpe Reviewed-by: Kevin Tian Signed-off-by: Nicolin Chen --- include/uapi/linux/iommufd.h| 9 -- drivers/iommu/iommufd/hw_pagetable.c| 40 +++-- tools/testing/selftests/iommu

[PATCH v7 07/10] iommufd/selftest: Add mock_viommu_cache_invalidate

2024-11-05 Thread Nicolin Chen
Similar to the coverage of cache_invalidate_user for iotlb invalidation, add a device cache and a viommu_cache_invalidate function to test it out. Reviewed-by: Kevin Tian Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/iommufd_test.h | 25 + drivers/iommu/iommufd/selftest.c

[PATCH v7 06/10] iommufd/viommu: Add iommufd_viommu_find_dev helper

2024-11-05 Thread Nicolin Chen
This avoids a bigger trouble of exposing struct iommufd_device and struct iommufd_vdevice in the public header. Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- include/linux/iommufd.h| 8 drivers/iommu/iommufd/driver.c | 13

[PATCH v7 02/10] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage

2024-11-05 Thread Nicolin Chen
Add a vdevice_alloc op to the viommu mock_viommu_ops for the coverage of IOMMU_VIOMMU_TYPE_SELFTEST allocations. Then, add a vdevice_alloc TEST_F to cover the IOMMU_VDEVICE_ALLOC ioctl. Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- tools/testing

[PATCH v7 03/10] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops

2024-11-05 Thread Nicolin Chen
This per-vIOMMU cache_invalidate op is like the cache_invalidate_user op in struct iommu_domain_ops, but wider, supporting device cache (e.g. PCI ATC invaldiations). Reviewed-by: Jason Gunthorpe Reviewed-by: Kevin Tian Signed-off-by: Nicolin Chen --- include/linux/iommufd.h | 10 ++ 1

[PATCH v7 05/10] iommu: Add iommu_copy_struct_from_full_user_array helper

2024-11-05 Thread Nicolin Chen
iommu_copy_struct_from_user_array kdoc accordingly. Signed-off-by: Jason Gunthorpe Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- include/linux/iommu.h | 48 ++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/include

[PATCH v7 01/10] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl

2024-11-05 Thread Nicolin Chen
tl handler. Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/iommufd_private.h | 18 ++ include/linux/iommufd.h | 4 ++ include/uapi/linux/iommufd.h| 22 +++ drivers/iommu/iommufd/main.c| 6 ++ drivers/iommu/iommufd/viommu.c

[PATCH v7 00/10] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)

2024-11-05 Thread Nicolin Chen
iommu helper * Reordered details of set/unset_vdev_id handlers for proper lockings v1 https://lore.kernel.org/all/cover.1723061377.git.nicol...@nvidia.com/ Thanks! Nicolin Jason Gunthorpe (1): iommu: Add iommu_copy_struct_from_full_user_array helper Nicolin Chen (9): iommufd/viommu: Ad

[PATCH v7 13/13] Documentation: userspace-api: iommufd: Update vIOMMU

2024-11-05 Thread Nicolin Chen
With the introduction of the new object and its infrastructure, update the doc to reflect that and add a new graph. Reviewed-by: Jason Gunthorpe Reviewed-by: Kevin Tian Signed-off-by: Nicolin Chen --- Documentation/userspace-api/iommufd.rst | 69 - 1 file changed, 68

[PATCH v7 12/13] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage

2024-11-05 Thread Nicolin Chen
Add a new iommufd_viommu FIXTURE and setup it up with a vIOMMU object. Any new vIOMMU feature will be added as a TEST_F under that. Reviewed-by: Kevin Tian Signed-off-by: Nicolin Chen --- tools/testing/selftests/iommu/iommufd_utils.h | 28 tools/testing/selftests/iommu/iommufd.c

[PATCH v7 09/13] iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()

2024-11-05 Thread Nicolin Chen
A nested domain now can be allocated for a parent domain or for a vIOMMU object. Rework the existing allocators to prepare for the latter case. Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/selftest.c | 89

[PATCH v7 08/13] iommufd/selftest: Add container_of helpers

2024-11-05 Thread Nicolin Chen
Use these inline helpers to shorten those container_of lines. Note that one of them goes back and forth between iommu_domain and mock_iommu_domain, which isn't necessary. So drop its container_of. Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- dr

[PATCH v7 11/13] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST

2024-11-05 Thread Nicolin Chen
Implement the viommu alloc/free functions to increase/reduce refcount of its dependent mock iommu device. User space can verify this loop via the IOMMU_VIOMMU_TYPE_SELFTEST. Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd

[PATCH v7 10/13] iommufd/selftest: Add refcount to mock_iommu_device

2024-11-05 Thread Nicolin Chen
refcount is unbalanced. The refcount inc/dec will be added in the following patch. Suggested-by: Jason Gunthorpe Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/selftest.c | 39 +--- 1 file changed, 31 inse

[PATCH v7 05/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl

2024-11-05 Thread Nicolin Chen
Reviewed-by: Kevin Tian Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/Makefile | 3 +- drivers/iommu/iommufd/iommufd_private.h | 3 + include/uapi/linux/iommufd.h| 40 drivers/iommu/iommufd/main.c| 6 ++ drivers/iommu/iommufd/viommu.c

[PATCH v7 07/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC

2024-11-05 Thread Nicolin Chen
. Since a vIOMMU object holds the parent hwpt's refcount already, increase the refcount of the vIOMMU only. Reviewed-by: Kevin Tian Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/iommufd_private.h | 1 + include/uapi/linux/iommufd.h| 14 +++-- drivers/iommu/io

[PATCH v7 06/13] iommufd: Add alloc_domain_nested op to iommufd_viommu_ops

2024-11-05 Thread Nicolin Chen
Allow IOMMU driver to use a vIOMMU object that holds a nesting parent hwpt/domain to allocate a nested domain. Suggested-by: Jason Gunthorpe Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- include/linux/iommufd.h | 9 + 1 file changed, 9

[PATCH v7 03/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct

2024-11-05 Thread Nicolin Chen
iommu_domain_ops my_driver_domain_ops = { .viommu_alloc = my_driver_viommu_alloc, }; Suggested-by: Jason Gunthorpe Reviewed-by: Kevin Tian Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- include/linux/iommu.h | 14 ++ include/lin

[PATCH v7 04/13] iommufd: Verify object in iommufd_object_finalize/abort()

2024-11-05 Thread Nicolin Chen
more robust to verify if the xarray slot indexed by the input obj->id is having an XA_ZERO_ENTRY, which is the reserved value stored by xa_alloc via iommufd_object_alloc. Suggested-by: Jason Gunthorpe Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/mai

[PATCH v7 01/13] iommufd: Move struct iommufd_object to public iommufd header

2024-11-05 Thread Nicolin Chen
; }; It has to expose struct iommufd_object and enum iommufd_object_type from the core-level private header to the public iommufd header. Reviewed-by: Jason Gunthorpe Reviewed-by: Kevin Tian Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/iommufd_private.h | 25

[PATCH v7 02/13] iommufd: Move _iommufd_object_alloc helper to a sharable file

2024-11-05 Thread Nicolin Chen
remaining to be selectable for drivers to build the existing iova_bitmap.c file. Suggested-by: Jason Gunthorpe Reviewed-by: Jason Gunthorpe Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/Kconfig | 4 +++ drivers/iommu/iommufd/Makefile | 1 + drivers/iommu/iommufd

[PATCH v7 00/13] iommufd: Add vIOMMU infrastructure (Part-1)

2024-11-05 Thread Nicolin Chen
IOMMU_INVALIDATE uAPI; Instead, reuse the HWPT one * Reworked mock_viommu_cache_invalidate() using the new iommu helper * Reordered details of set/unset_vdev_id handlers for proper lockings v1 https://lore.kernel.org/all/cover.1723061377.git.nicol...@nvidia.com/ Thanks! Nicolin Nicolin Chen (

Re: RFR: 8343064: ClassFormatError: Illegal class name from InnerClassLambdaMetafactory [v2]

2024-11-05 Thread Chen Liang
s. In particular, I used > the scenario where people assumed LMf generates weak hidden classes, which > happened in this issue report and in #12493, that misuse can lead to resource > leaks. Chen Liang has updated the pull request incrementally with one additional commit since the la

Re: RFR: 8343064: ClassFormatError: Illegal class name from InnerClassLambdaMetafactory

2024-11-05 Thread Chen Liang
On Tue, 5 Nov 2024 18:29:52 GMT, Chen Liang wrote: > After the ClassFile API migration, when serializable lambdas are requested > for hidden class callers, illegal class name is generated for the > serialization methods, which previously had legal yet unusable class names, > as hi

RFR: 8343064: ClassFormatError: Illegal class name from InnerClassLambdaMetafactory

2024-11-05 Thread Chen Liang
After the ClassFile API migration, when serializable lambdas are requested for hidden class callers, illegal class name is generated for the serialization methods, which previously had legal yet unusable class names, as hidden classes cannot be described by a `CONSTANT_Class_info`. This patch r

Re: RFR: 8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options [v2]

2024-11-05 Thread Chen Liang
On Sun, 3 Nov 2024 03:17:14 GMT, Archie Cobbs wrote: >> Please review this patch which removes unnecessary `@SuppressWarnings` >> annotations and `-Xlint:-foo` options. > > Archie Cobbs has updated the pull request with a new target base due to a > merge or a rebase. The incremental webrev excl

Re: RFR: 8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options [v2]

2024-11-05 Thread Chen Liang
On Sun, 3 Nov 2024 03:17:14 GMT, Archie Cobbs wrote: >> Please review this patch which removes unnecessary `@SuppressWarnings` >> annotations and `-Xlint:-foo` options. > > Archie Cobbs has updated the pull request with a new target base due to a > merge or a rebase. The incremental webrev excl

Re: [ANNOUNCE] New Apache Flink Committer - Junrui Li

2024-11-05 Thread Zhanghao Chen
Congrats, Junrui! Best, Zhanghao Chen From: Zhu Zhu Sent: Tuesday, November 5, 2024 19:59 To: dev ; Junrui Lee Subject: [ANNOUNCE] New Apache Flink Committer - Junrui Li Hi everyone, On behalf of the PMC, I'm happy to announce that Junrui Li has become

[jira] [Updated] (YUNIKORN-2960) Fix typos in Partition and Queue Configuration and App Placement Rules

2024-11-05 Thread Yu-Lin Chen (Jira)
[ https://issues.apache.org/jira/browse/YUNIKORN-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu-Lin Chen updated YUNIKORN-2960: -- Component/s: documentation (was: website) > Fix typos in Partition

[jira] [Resolved] (YUNIKORN-2960) Fix typos in Partition and Queue Configuration and App Placement Rules

2024-11-05 Thread Yu-Lin Chen (Jira)
[ https://issues.apache.org/jira/browse/YUNIKORN-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu-Lin Chen resolved YUNIKORN-2960. --- Fix Version/s: 1.7.0 Target Version: 1.7.0 Resolution: Fixed Merged to

[jira] [Resolved] (YUNIKORN-2960) Fix typos in Partition and Queue Configuration and App Placement Rules

2024-11-05 Thread Yu-Lin Chen (Jira)
[ https://issues.apache.org/jira/browse/YUNIKORN-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu-Lin Chen resolved YUNIKORN-2960. --- Fix Version/s: 1.7.0 Target Version: 1.7.0 Resolution: Fixed Merged to

[PATCH] xen: Fix the issue of resource not being properly released in xenbus_dev_probe()

2024-11-05 Thread Qiu-ji Chen
ool flagged the missing release operation as a potential problem, which led to the development of this patch. Fixes: 4bac07c993d0 ("xen: add the Xenbus sysfs and virtual device hotplug driver") Cc: sta...@vger.kernel.org Signed-off-by: Qiu-ji Chen --- drivers/xen/xenbus/xenbus_probe.c |

Re: Request for Comments: Adding bulk-read method "CharSequence.getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)"

2024-11-05 Thread Chen Liang
f users pass in a trusted char array into such a method. -Chen On Sun, Oct 27, 2024 at 3:44 AM Markus Karg wrote: > >Hi Markus, > > >Should we drop the srcBigin/srcEnd parameters, as they can be replaced by > a subSequence(srcBegin, srcEnd) call? > > Chen, I do understa

Integrated: 8343547: Restore accidentally removed annotations in LambdaForm from ClassFile API port

2024-11-05 Thread Chen Liang
On Mon, 4 Nov 2024 15:47:46 GMT, Chen Liang wrote: > These two annotations are found to be lost during the ClassFile API port of > LambdaForm generation. I seem not able to reproduce the master issue in a > current build but could reproduce before when the change is first made.

[jira] [Commented] (AXIS2-6051) Axis2 Future Roadmap in keeping up with new Java Versions

2024-11-05 Thread Tom Chen (Jira)
[ https://issues.apache.org/jira/browse/AXIS2-6051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895519#comment-17895519 ] Tom Chen commented on AXIS2-6051: - Hi [~robertlazarski] and [~cortlepp] , any luc

  1   2   3   4   5   6   7   8   9   10   >