Bug#1102720: patch: Fix failure in the unit test of mk-configure

2025-04-12 Thread Li, Xiaozhan (CN)
Package: mk-configure Version: 0.37.0-2 Severity: normal Tags: patch Dear Maintainer, I will submit a patch to fix this error--https://ci.debian.net/packages/m/mk-configure/unstable/amd64/ The unit test has always failed due to HAVE_FUNCLIB.strcpy=1 since 2024-07-24 11:02:08 UTC. checking fo

Bug#1102574: patch and test result

2025-04-11 Thread Li, Xiaozhan (CN)
This is the test result on my local Debian environment: autopkgtest [04:12:46]: test unittests: [--- = test session starts == platform linux -- Python 3.13.3, pytest-8.3.5, pluggy-1.5.0 rootdir: /tmp/autopkgtest.vOgNr1/aut

Re: [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

2025-04-11 Thread Xin Li
On 4/11/2025 2:12 PM, Jim Mattson wrote: Surely, any CPU that has WRMSRNS also supports "Virtualize IA32_SPEC_CTRL," right? Shouldn't we be using that feature rather than swapping host and guest values with some form of WRMSR? Good question, the simple answer is that they are irrelevant.

Re: [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

2025-04-11 Thread Xin Li
On 4/11/2025 2:12 PM, Jim Mattson wrote: Surely, any CPU that has WRMSRNS also supports "Virtualize IA32_SPEC_CTRL," right? Shouldn't we be using that feature rather than swapping host and guest values with some form of WRMSR? Good question, the simple answer is that they are irrelevant.

Re: [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

2025-04-11 Thread Xin Li
On 4/11/2025 1:50 PM, H. Peter Anvin wrote: This is quite hideous. I have no objection to optimizing __vmx_vcpu_run(), but I would much prefer that a macro like this live in generic code, and that it be generic. It should be easy enough to provide an assembly friendly equivalent to __native_wrm

Re: [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

2025-04-11 Thread Xin Li
On 4/11/2025 1:50 PM, H. Peter Anvin wrote: This is quite hideous. I have no objection to optimizing __vmx_vcpu_run(), but I would much prefer that a macro like this live in generic code, and that it be generic. It should be easy enough to provide an assembly friendly equivalent to __native_wrm

[RFC V3 PATCH 13/13] acpi: hmp/qmp: Add hmp/qmp support for system_sleep

2025-04-11 Thread Annie Li
'*_*' format, it is intended to do so to align to existing 'system_*' commands. Signed-off-by: Annie Li --- hmp-commands.hx| 14 ++ hw/core/machine-hmp-cmds.c | 5 + hw/core/machine-qmp-cmds.c | 11 +++ include/monitor/hmp.h

[RFC V3 PATCH 12/13] microvm: enable suspend

2025-04-11 Thread Annie Li
The function qemu_wakeup_suspend_enabled combines the suspend and wakeup together. However, the microvm doesn't support wakeup yet. Suspend is enabled here, but wakeup doesn't actually work for microvm now. Signed-off-by: Annie Li --- hw/i386/microvm.c | 1 + 1 file changed, 1

[RFC V3 PATCH 11/13] microvm: suspend the system as requested

2025-04-11 Thread Annie Li
Once the microvm guest requests to go to sleep state and sets the GED register with S3 type, QEMU needs to continue suspending the system. Signed-off-by: Annie Li --- hw/acpi/generic_event_device.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/acpi/generic_event_device.c b/hw/acpi

[RFC V3 PATCH 10/13] tests/qtest/bios-table-tests: Update ACPI table binaries for microvm

2025-04-11 Thread Annie Li
Name (_S5, Package (0x04) // _S5_: S5 System State { 0x05, Zero, Zero, Zero }) } } Signed-off-by: Annie Li --- tests/data/acpi/x86/microvm/DSDT| Bin 365 -> 442 bytes tests/data/acpi/x86/microv

[RFC V3 PATCH 09/13] microvm: enable sleep GED event

2025-04-11 Thread Annie Li
The sleep GED event is enabled for MicroVM. Also, the system suspend is enabled when the GED register is set for sleep. Signed-off-by: Annie Li --- hw/i386/microvm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/i386/microvm.c b/hw/i386/microvm.c index d0a236c74f

[RFC V3 PATCH 08/13] hw/acpi: Add ACPI GED support for the sleep event

2025-04-11 Thread Annie Li
From: Miguel Luis Add support for ACPI GED sleep event on the ACPI device interface so that HW-reduced systems can enable guests to sleep. Signed-off-by: Miguel Luis Signed-off-by: Annie Li --- hw/acpi/generic_event_device.c | 9 + include/hw/acpi/generic_event_device.h | 1

[RFC V3 PATCH 07/13] microvm: support control method sleep button

2025-04-11 Thread Annie Li
Add the support of control method sleep button and System S3 Sleeping State for microvm. Signed-off-by: Annie Li --- hw/i386/acpi-microvm.c | 11 +++ include/hw/acpi/generic_event_device.h | 1 + 2 files changed, 12 insertions(+) diff --git a/hw/i386/acpi-microvm.c b

[RFC V3 PATCH 06/13] test/acpi: allow DSDT table changes for microvm

2025-04-11 Thread Annie Li
list changed files in tests/qtest/bios-tables-test-allowed-diff.h Signed-off-by: Annie Li --- tests/qtest/bios-tables-test-allowed-diff.h | 5 + 1 file changed, 5 insertions(+) diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index

[RFC V3 PATCH 05/13] acpi: Send the GPE event of suspend and wakeup for x86

2025-04-11 Thread Annie Li
The GPE event is triggered to notify x86 guest to suppend itself. The function acpi_send_sleep_event will also trigger GED events on HW-reduced systems where ACPI GED sleep event is supported. Signed-off-by: Annie Li --- hw/acpi/core.c | 10 ++ include/hw/acpi

[RFC V3 PATCH 04/13] tests/qtest/bios-table-tests: Update ACPI table binaries for x86

2025-04-11 Thread Annie Li
/ Range Maximum 0x01, // Alignment 0x0C, // Length ) }) OperationRegion (PRST, SystemIO, 0x0CD8, 0x0C) Field (PRST, ByteAcc, NoLock, WriteAsZeros) Signed-off-by: Annie Li --- tests/data/acpi/x86/pc/DSDT

[RFC V3 PATCH 03/13] acpi: Support Control Method sleep button for x86

2025-04-11 Thread Annie Li
Add Control Method Sleep button and its GPE event handler for x86 platform. The GPE event handler notifies OSPM when the Sleep button event is triggered. Signed-off-by: Annie Li --- hw/i386/acpi-build.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a

[RFC V3 PATCH 02/13] test/acpi: allow DSDT table changes for x86 platform

2025-04-11 Thread Annie Li
list changed files in tests/qtest/bios-tables-test-allowed-diff.h Signed-off-by: Annie Li --- tests/qtest/bios-tables-test-allowed-diff.h | 42 + 1 file changed, 42 insertions(+) diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test

[RFC V3 PATCH 01/13] acpi: Implement control method sleep button

2025-04-11 Thread Annie Li
The fixed hardware sleep button isn't appropriate for hardware reduced platform. This patch implements the control method sleep button in a separate source file so that the button can be added for various platforms. Co-developed-by: Miguel Luis Signed-off-by: Annie Li --- hw

[RFC V3 PATCH 00/13] Support ACPI Control Method Sleep button

2025-04-11 Thread Annie Li
es for ARM -- Changes from V1 Rebase the patch set on qemu 9.1.0-rc4 --- Annie Li (12): acpi: Implement control method sleep button test/acpi: allow DSDT table changes for x86 platform acpi: Support Control Method sleep button for x86 tests/qtest/bios-table-tes

Re: [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

2025-04-11 Thread Xin Li
On 4/10/2025 4:24 PM, Sean Christopherson wrote: +/* + * Write EAX to MSR_IA32_SPEC_CTRL. + * + * Choose the best WRMSR instruction based on availability. + * + * Replace with 'wrmsrns' and 'wrmsrns %rax, $MSR_IA32_SPEC_CTRL' once binutils support them. + */ +.macro WRITE_EAX_TO_MSR_IA32_SPEC_CT

Re: [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

2025-04-11 Thread Xin Li
On 4/10/2025 4:24 PM, Sean Christopherson wrote: +/* + * Write EAX to MSR_IA32_SPEC_CTRL. + * + * Choose the best WRMSR instruction based on availability. + * + * Replace with 'wrmsrns' and 'wrmsrns %rax, $MSR_IA32_SPEC_CTRL' once binutils support them. + */ +.macro WRITE_EAX_TO_MSR_IA32_SPEC_CT

Re: RFR: 8352504: RISC-V: implement and enable CMoveI/L [v7]

2025-04-11 Thread Hamlin Li
On Fri, 11 Apr 2025 04:07:45 GMT, Fei Yang wrote: >> Hamlin Li has updated the pull request incrementally with one additional >> commit since the last revision: >> >> enable more test > > src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp line 2173: > >&g

Re: RFR: 8352504: RISC-V: implement and enable CMoveI/L [v8]

2025-04-11 Thread Hamlin Li
0.57 | 118.639 | 119.373 | 0.451 | ns/op | > 1.002 > o.o.b.vm.compiler.IfMinMax.testVectorInt | avgt | 40 | 60130.165 | 60062.303 > | 61839.776 | 61895.194 | 15887.398 | 15924.502 | 15874.835 | 15667.936 | > 101.94 | ns/op | 3.785 > o.o.b.vm.compiler.IfMinMax.testV

[spring] Re: WG Adoption Call fordraft-dong-spring-srv6-inter-layer-programming

2025-04-11 Thread Cheng Li
Hi SRRING, It is an interesting idea, and I believe it is worthy to discuss as a WG item. Regarding the requirement, I trust that we do need some new extension to support this, after double checking RFC8986. Rethinking how to design the solution, I agree with the document that this solution may

git: b2f4d9b67f31 - main - bus.h: Fix a typo in SPDX

2025-04-11 Thread Li-Wen Hsu
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=b2f4d9b67f317f31deeba62cf448d295c29b3f07 commit b2f4d9b67f317f31deeba62cf448d295c29b3f07 Author: Li-Wen Hsu AuthorDate: 2025-04-11 08:14:11 + Commit: Li-Wen Hsu CommitDate: 2025-04-11 08:14:11

git: b2f4d9b67f31 - main - bus.h: Fix a typo in SPDX

2025-04-11 Thread Li-Wen Hsu
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=b2f4d9b67f317f31deeba62cf448d295c29b3f07 commit b2f4d9b67f317f31deeba62cf448d295c29b3f07 Author: Li-Wen Hsu AuthorDate: 2025-04-11 08:14:11 + Commit: Li-Wen Hsu CommitDate: 2025-04-11 08:14:11

[PATCH] drm/amdgpu: Set RAS EEPROM table version to v3 for umc v12_5

2025-04-10 Thread Candice Li
Set RAS EEPROM table version to v3 for umc v12_5. Signed-off-by: Candice Li --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c index

[jira] [Commented] (FLINK-34992) FLIP-437: Support ML Models in Flink SQL

2025-04-10 Thread Hao Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943418#comment-17943418 ] Hao Li commented on FLINK-34992: Hi [~fsk119] ,  These are good question as

Re: [PATCH v8 14/55] i386/tdx: Set APIC bus rate to match with what TDX module enforces

2025-04-10 Thread Xiaoyao Li
On 4/2/2025 7:56 PM, Daniel P. Berrangé wrote: On Tue, Apr 01, 2025 at 09:01:24AM -0400, Xiaoyao Li wrote: TDX advertises core crystal clock with cpuid[0x15] as 25MHz for TD guests and it's unchangeable from VMM. As a result, TDX guest reads the APIC timer as the same frequency, 25MHz.

Re: [PATCH v4 02/13] memory: Change memory_region_set_ram_discard_manager() to return the result

2025-04-10 Thread Xiaoyao Li
On 4/7/2025 3:49 PM, Chenyi Qiang wrote: Modify memory_region_set_ram_discard_manager() to return false if a RamDiscardManager is already set in the MemoryRegion. It doesn't return false, but -EBUSY. The caller must handle this failure, such as having virtio-mem undo its actions and fail the

[Bug 2095422] Re: Fresh install of Ubuntu 22.04.5 fails on P1G7

2025-04-10 Thread Bin Li
** Also affects: mutter (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095422 Title: Fresh install of Ubuntu 22.04.5 fails on P1G7 To manage not

Re: RFR: 8352504: RISC-V: implement and enable CMoveI/L [v5]

2025-04-10 Thread Hamlin Li
0.57 | 118.639 | 119.373 | 0.451 | ns/op | > 1.002 > o.o.b.vm.compiler.IfMinMax.testVectorInt | avgt | 40 | 60130.165 | 60062.303 > | 61839.776 | 61895.194 | 15887.398 | 15924.502 | 15874.835 | 15667.936 | > 101.94 | ns/op | 3.785 > o.o.b.vm.compiler.IfMinMax.testV

[PATCH v17 05/15] irqchip/gic-v3-its: Add support for device tree msi-map and msi-mask

2025-04-10 Thread Frank Li
^^^ 0xc is implement defined sideband information, which append to AXI write transaction. ^ 0 is function index. msi-mask = <0x7> } Check msi-map if msi-parent missed to keep compatility with existed system. Signed-off-by

[Desktop-packages] [Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for oracular. At GNOME 47, gnome-control-center still use Dialog for Automatic Suspend, the orignial changes at switch_to_single_page_layout() is not needed. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-contr

[Desktop-packages] [Bug 2095422] Re: Fresh install of Ubuntu 22.04.5 fails on P1G7

2025-04-10 Thread Bin Li
** Also affects: mutter (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2095422 Title: Fresh install of Ubuntu 22.04.5 fails on P1G7

[PATCH v17 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller

2025-04-10 Thread Frank Li
rbell disabled* * Behavior remains unchanged. Change from v1 to v2 - Add missed patch for endpont/pci-epf-test.c - Move alloc and free to epc driver from epf. - Provide general help function for EPC driver to alloc platform msi irq. - Fixed manivannan's comm

Re: [PATCH] dt-bindings: soc: fsl: fsl,ls1028a-reset: Fix maintainer entry

2025-04-10 Thread Frank Li
On Thu, Apr 10, 2025 at 06:11:12PM +0200, Geert Uytterhoeven wrote: > make dt_binding_check: > > Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml: > maintainers:0: 'Frank Li' does not match '@' > from schema $id: http://devicetree.

[Kernel-packages] [Bug 2095422] Re: Fresh install of Ubuntu 22.04.5 fails on P1G7

2025-04-10 Thread Bin Li
** Also affects: mutter (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2095422 Title: Fresh install of Ubuntu 22.04.5 fails on P1G7

Re: [PATCH v8 38/55] i386/tdx: Set and check kernel_irqchip mode for TDX

2025-04-10 Thread Xiaoyao Li
On 4/2/2025 6:41 PM, Daniel P. Berrangé wrote: On Tue, Apr 01, 2025 at 09:01:48AM -0400, Xiaoyao Li wrote: KVM mandates kernel_irqchip to be split mode. Set it to split mode automatically when users don't provide an explicit value, otherwise check it to be the split mode. Suggested-by: D

[PATCH v17 13/15] pci: imx6: Add helper function imx_pcie_add_lut_by_rid()

2025-04-10 Thread Frank Li
Add helper function imx_pcie_add_lut_by_rid(), which will be used for Endpoint mode in the future. No functional change. Signed-off-by: Frank Li --- change from v14 to v16 - none change from v13 to v14 - new patch --- drivers/pci/controller/dwc/pci-imx6.c | 17 ++--- 1 file changed

[PATCH v17 15/15] arm64: dts: imx95: Add msi-map for pci-ep device

2025-04-10 Thread Frank Li
Add msi-map for pci-ep device. Signed-off-by: Frank Li --- change from v14 to v16 - none change from v13 to v14 - new patch --- arch/arm64/boot/dts/freescale/imx95.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale

RE: [EXTERNAL] Re: [Patch v3 6/6] bus/vmbus: set event for channel without monitoring support

2025-04-10 Thread Long Li
> Subject: [EXTERNAL] Re: [Patch v3 6/6] bus/vmbus: set event for channel > without > monitoring support > > On Fri, 4 Apr 2025 17:35:38 -0700 > lon...@linuxonhyperv.com wrote: > > > diff --git a/drivers/bus/vmbus/vmbus_channel.c > > b/drivers/bus/vmbus/vmbus_channel.c > > index bccef168d3..81e

[PATCH v17 01/15] platform-msi: Add msi_remove_device_irq_domain() in platform_device_msi_free_irqs_all()

2025-04-10 Thread Frank Li
: Marc Zyngier Signed-off-by: Frank Li --- Change from v14 to v16 - use Marc Zyngier's suggested commit message - Add Marc Zyngier's ack tag change from v14 to v15 - none change from v13 to v14 - bring back from v9 and remove fixup and cc stable before it is new use case. --- dr

Re: [VOTE] Release Apache Pulsar 4.0.4 based on 4.0.4-candidate-1

2025-04-10 Thread PengHui Li
+1 (binding) - Built from source - Checked the signatures of the source and binary release artifacts - Ran pulsar standalone - Checked producer and consumer - Verified the Cassandra connector - Verified the Stateful function -Penghui On Tue, Apr 8, 2025 at 7:09 AM Lari Hotari wrote: > +1 (bind

Re: [PATCH v8 08/55] i386/tdx: Initialize TDX before creating TD vcpus

2025-04-10 Thread Xiaoyao Li
On 4/2/2025 7:41 PM, Daniel P. Berrangé wrote: On Tue, Apr 01, 2025 at 09:01:18AM -0400, Xiaoyao Li wrote: Invoke KVM_TDX_INIT_VM in kvm_arch_pre_create_vcpu() that KVM_TDX_INIT_VM configures global TD configurations, e.g. the canonical CPUID config, and must be executed prior to creating vCPUs

[PATCH v17 07/15] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller

2025-04-10 Thread Frank Li
iklas Cassel Signed-off-by: Frank Li --- Change from v15 to v16 - fix rebase conflict Change from v14 to v15 - check CONFIG_GENERIC_MSI Fix below build error | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202502082204.6prr3cfg-...@intel.com/ All errors (new

[Hugin-bug-hunters] [Bug 2106765] [NEW] MacOS startup tips crash

2025-04-10 Thread Mingze Li
*** This bug is a duplicate of bug 2045446 *** https://bugs.launchpad.net/bugs/2045446 Public bug reported: When trying to open Hugin on MacOS Sequoia 15.1.1, "tips of the day" popup opens. Upon closing tips, the whole app crashes. "Show tips at startup" toggle unable to toggle off, crashes a

[Hugin-devs] [Bug 2106765] [NEW] MacOS startup tips crash

2025-04-10 Thread Mingze Li
*** This bug is a duplicate of bug 2045446 *** https://bugs.launchpad.net/bugs/2045446 Public bug reported: When trying to open Hugin on MacOS Sequoia 15.1.1, "tips of the day" popup opens. Upon closing tips, the whole app crashes. "Show tips at startup" toggle unable to toggle off, crashes a

Re: [PATCH 2/2] dma-fence: Improve docu for dma_fence_check_and_signal()

2025-04-10 Thread Li, Yunxiang (Teddy)
Huang, Ray; Matthew Auld; Melissa Wen; Maíra Canal; Zack Rusin; Broadcom internal kernel review list; Lucas De Marchi; Thomas Hellström; Bas Nieuwenhuizen; Wang, Yang(Kevin); Zhang, Jesse(Jie); Huang, Tim; Sundararaju, Sathishkumar; Jamadar, Saleemkhan; Khatri, Sunil; Lazar, Lijo; Zhang, Hawking;

Re: [PATCH 1/7] arm: at91: wdt: Remove unused at91_wdt struct

2025-04-10 Thread Zixun LI
On Thu, Apr 10, 2025 at 12:28 PM Eugen Hristev wrote: > > This breaks sama5d2_xplained_mmc_defconfig for example. > > In file included from arch/arm/mach-at91/spl.c:8: > arch/arm/mach-at91/spl.c: In function ‘at91_disable_wdt’: > arch/arm/mach-at91/spl.c:19:39: error: invalid use of undefined type

[PATCH v17 09/15] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment

2025-04-10 Thread Frank Li
Introduce the helper function pci_epf_align_inbound_addr() to adjust addresses according to PCI BAR alignment requirements, converting addresses into base and offset values. Signed-off-by: Frank Li --- Change from v15 to v16 - none Change from v14 to v15 - change out address type to dma_addr_t

Re: [VOTE] SPIP: Declarative Pipelines

2025-04-10 Thread Xiao Li
+1 (binding) On Thu, Apr 10, 2025 at 00:57 John Zhuge wrote: > +1 (non-binding) > > On Wed, Apr 9, 2025 at 9:11 PM Jacky Lee wrote: > >> +1 (binding) >> >> Kent Yao 于2025年4月10日周四 12:00写道: >> > >> > +1 (binding) >> > >> > Kent Yao >> > >> > Yang Jie 于2025年4月10日周四 10:27写道: >> >> >> >> +1 (bindi

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
** Patch added: "gnome-control-center_47.1.1-0ubuntu2.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2102343/+attachment/5870816/+files/gnome-control-center_47.1.1-0ubuntu2.debdiff ** Patch removed: "gnome-control-center_47.1.1-0ubuntu2.debdiff" https://bugs.l

Bug#1102574: pass-audit: Fix the failure in unittest

2025-04-10 Thread Li, Xiaozhan (CN)
Package: pass-audit Version: 1.2-1.2 Severity: normal Tags: patch Dear Maintainer, I will submit a patch to fix this error--https://ci.debian.net/packages/p/pass-audit/unstable/amd64/ Since the modification Replace-zxcvbn-with-zxcvbn-rs-py.patch

[Desktop-packages] [Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for noble. CcPowerProfileInfoRow derives from GtkListBoxRow which doesn't have title properties at gnome 46, so I used AdwActionRow directly, because CcPowerProfileInfoRow derives from it after gnome 47. commit 3b93511dac5be829d1c3002fe55ab8667adcbee5 Author: Automeris naranj

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
** Patch added: "gnome-control-center_47.1.1-0ubuntu2.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2102343/+attachment/5870816/+files/gnome-control-center_47.1.1-0ubuntu2.debdiff ** Patch removed: "gnome-control-center_47.1.1-0ubuntu2.debdiff" https://bugs.l

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for noble. CcPowerProfileInfoRow derives from GtkListBoxRow which doesn't have title properties at gnome 46, so I used AdwActionRow directly, because CcPowerProfileInfoRow derives from it after gnome 47. commit 3b93511dac5be829d1c3002fe55ab8667adcbee5 Author: Automeris naranja

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for oracular. At GNOME 47, gnome-control-center still use Dialog for Automatic Suspend, the orignial changes at switch_to_single_page_layout() is not needed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

Re: RFR: 8352504: RISC-V: implement and enable CMoveI/L [v7]

2025-04-10 Thread Hamlin Li
0.57 | 118.639 | 119.373 | 0.451 | ns/op | > 1.002 > o.o.b.vm.compiler.IfMinMax.testVectorInt | avgt | 40 | 60130.165 | 60062.303 > | 61839.776 | 61895.194 | 15887.398 | 15924.502 | 15874.835 | 15667.936 | > 101.94 | ns/op | 3.785 > o.o.b.vm.compiler.IfMinMax.testVectorLong

Re: [PATCH 2/2] dma-fence: Improve docu for dma_fence_check_and_signal()

2025-04-10 Thread Li, Yunxiang (Teddy)
Huang, Ray; Matthew Auld; Melissa Wen; Maíra Canal; Zack Rusin; Broadcom internal kernel review list; Lucas De Marchi; Thomas Hellström; Bas Nieuwenhuizen; Wang, Yang(Kevin); Zhang, Jesse(Jie); Huang, Tim; Sundararaju, Sathishkumar; Jamadar, Saleemkhan; Khatri, Sunil; Lazar, Lijo; Zhang, Hawking;

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for noble. CcPowerProfileInfoRow derives from GtkListBoxRow which doesn't have title properties at gnome 46, so I used AdwActionRow directly, because CcPowerProfileInfoRow derives from it after gnome 47. commit 3b93511dac5be829d1c3002fe55ab8667adcbee5 Author: Automeris naranja

[Desktop-packages] [Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for noble. CcPowerProfileInfoRow derives from GtkListBoxRow which doesn't have title properties at gnome 46, so I used AdwActionRow directly, because CcPowerProfileInfoRow derives from it after gnome 47. commit 3b93511dac5be829d1c3002fe55ab8667adcbee5 Author: Automeris naranja

[Desktop-packages] [Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
** Patch added: "gnome-control-center_47.1.1-0ubuntu2.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2102343/+attachment/5870816/+files/gnome-control-center_47.1.1-0ubuntu2.debdiff ** Patch removed: "gnome-control-center_47.1.1-0ubuntu2.debdiff" https://bugs.l

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for oracular. At GNOME 47, gnome-control-center still use Dialog for Automatic Suspend, the orignial changes at switch_to_single_page_layout() is not needed. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-co

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for oracular. At GNOME 47, gnome-control-center still use Dialog for Automatic Suspend, the orignial changes at switch_to_single_page_layout() is not needed. ** Patch added: "gnome-control-center_47.1.1-0ubuntu2.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-cont

[Desktop-packages] [Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the patch for plucky, set suspend notice to visible by default ** Patch added: "gnome-control-center_48.0-1ubuntu4.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2102343/+attachment/5870815/+files/gnome-control-center_48.0-1ubuntu4.debdiff ** Description

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the patch for plucky, set suspend notice to visible by default ** Patch added: "gnome-control-center_48.0-1ubuntu4.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2102343/+attachment/5870815/+files/gnome-control-center_48.0-1ubuntu4.debdiff ** Description

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the patch for plucky, set suspend notice to visible by default ** Patch added: "gnome-control-center_48.0-1ubuntu4.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2102343/+attachment/5870815/+files/gnome-control-center_48.0-1ubuntu4.debdiff ** Description

Re: RFR: 8352504: RISC-V: implement and enable CMoveI/L [v6]

2025-04-10 Thread Hamlin Li
0.57 | 118.639 | 119.373 | 0.451 | ns/op | > 1.002 > o.o.b.vm.compiler.IfMinMax.testVectorInt | avgt | 40 | 60130.165 | 60062.303 > | 61839.776 | 61895.194 | 15887.398 | 15924.502 | 15874.835 | 15667.936 | > 101.94 | ns/op | 3.785 > o.o.b.vm.compiler.IfMinMax.testVectorLong | av

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for oracular. At GNOME 47, gnome-control-center still use Dialog for Automatic Suspend, the orignial changes at switch_to_single_page_layout() is not needed. ** Patch added: "gnome-control-center_47.1.1-0ubuntu2.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-cont

Re: RFR: 8352504: RISC-V: implement and enable CMoveI/L [v4]

2025-04-10 Thread Hamlin Li
0.57 | 118.639 | 119.373 | 0.451 | ns/op | > 1.002 > o.o.b.vm.compiler.IfMinMax.testVectorInt | avgt | 40 | 60130.165 | 60062.303 > | 61839.776 | 61895.194 | 15887.398 | 15924.502 | 15874.835 | 15667.936 | > 101.94 | ns/op | 3.785 > o.o.b.vm.compiler.IfMinMax.testVectorLong | avgt |

[Desktop-packages] [Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for oracular. At GNOME 47, gnome-control-center still use Dialog for Automatic Suspend, the orignial changes at switch_to_single_page_layout() is not needed. ** Patch added: "gnome-control-center_47.1.1-0ubuntu2.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-cont

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for noble. CcPowerProfileInfoRow derives from GtkListBoxRow which doesn't have title properties at gnome 46, so I used AdwActionRow directly, because CcPowerProfileInfoRow derives from it after gnome 47. commit 3b93511dac5be829d1c3002fe55ab8667adcbee5 Author: Automeris naranj

[Bug 2102343] Re: [SRU] power: Add increase power consuption description for automatic suspend

2025-04-10 Thread Bin Li
Here is the debdiff for noble. CcPowerProfileInfoRow derives from GtkListBoxRow which doesn't have title properties at gnome 46, so I used AdwActionRow directly, because CcPowerProfileInfoRow derives from it after gnome 47. commit 3b93511dac5be829d1c3002fe55ab8667adcbee5 Author: Automeris naranj

Re: RFR: 8352504: RISC-V: implement and enable CMoveI/L [v3]

2025-04-10 Thread Hamlin Li
On Wed, 9 Apr 2025 06:52:26 GMT, Fei Yang wrote: >> This is to not enable Zicond automatically, but user can still turn it on >> manually if they want to try or make sure it bring benefit on the specific >> hardware. >> Currently it's based on bananapi result, so maybe in the future we should

Re: RFR: 8352504: RISC-V: implement and enable CMoveI/L [v3]

2025-04-10 Thread Hamlin Li
0.57 | 118.639 | 119.373 | 0.451 | ns/op | > 1.002 > o.o.b.vm.compiler.IfMinMax.testVectorInt | avgt | 40 | 60130.165 | 60062.303 > | 61839.776 | 61895.194 | 15887.398 | 15924.502 | 15874.835 | 15667.936 | > 101.94 | ns/op | 3.785 > o.o.b.vm.compiler.IfMinMax.testVectorLong | avgt |

How to Set “People in or regularly in your targeted locations” in Location Targeting via Google Ads API

2025-04-09 Thread Haitian Li
Hi Google Ads API team, I’m currently working on setting location targeting for campaigns using the Google Ads API. In the Google Ads UI, under location options, there is a setting for: *“Presence: People in or regularly in your targeted locations”* I’d like to achieve the same behavior via

[jira] [Updated] (SPARK-51756) Non-deterministic stage could lead to incorrect results with partial retry

2025-04-09 Thread Jiexing Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiexing Li updated SPARK-51756: --- Attachment: example 1.png > Non-deterministic stage could lead to incorrect results with part

Re: [PATCH 2/2] dma-fence: Improve docu for dma_fence_check_and_signal()

2025-04-09 Thread Li, Yunxiang (Teddy)
Huang, Ray; Matthew Auld; Melissa Wen; Maíra Canal; Zack Rusin; Broadcom internal kernel review list; Lucas De Marchi; Thomas Hellström; Bas Nieuwenhuizen; Wang, Yang(Kevin); Zhang, Jesse(Jie); Huang, Tim; Sundararaju, Sathishkumar; Jamadar, Saleemkhan; Khatri, Sunil; Lazar, Lijo; Zhang, Hawking;

[jira] [Updated] (SPARK-51756) Non-deterministic stage could lead to incorrect results with partial retry

2025-04-09 Thread Jiexing Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiexing Li updated SPARK-51756: --- Attachment: (was: example 1.png) > Non-deterministic stage could lead to incorrect results w

[jira] [Updated] (SPARK-51756) Non-deterministic stage could lead to incorrect results with partial retry

2025-04-09 Thread Jiexing Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiexing Li updated SPARK-51756: --- Attachment: example 1.png > Non-deterministic stage could lead to incorrect results with part

[jira] [Updated] (SPARK-51756) Non-deterministic stage could lead to incorrect results with partial retry

2025-04-09 Thread Jiexing Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiexing Li updated SPARK-51756: --- Description: Spark's resilience features can cause an RDD to be partially recomputed, e.g. wh

[jira] [Updated] (SPARK-51756) Non-deterministic stage could lead to incorrect results with partial retry

2025-04-09 Thread Jiexing Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiexing Li updated SPARK-51756: --- Attachment: example 2.png > Non-deterministic stage could lead to incorrect results with part

[jira] [Updated] (SPARK-51756) Non-deterministic stage could lead to incorrect results with partial retry

2025-04-09 Thread Jiexing Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiexing Li updated SPARK-51756: --- Description: Spark's resilience features can cause an RDD to be partially recomputed, e.g. wh

[jira] [Created] (SPARK-51756) Non-deterministic stage could lead to incorrect results with partial retry

2025-04-09 Thread Jiexing Li (Jira)
Jiexing Li created SPARK-51756: -- Summary: Non-deterministic stage could lead to incorrect results with partial retry Key: SPARK-51756 URL: https://issues.apache.org/jira/browse/SPARK-51756 Project

[jira] [Updated] (SPARK-51756) Non-deterministic stage could lead to incorrect results with partial retry

2025-04-09 Thread Jiexing Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiexing Li updated SPARK-51756: --- Attachment: example 3.png > Non-deterministic stage could lead to incorrect results with part

[jira] [Updated] (SPARK-51756) Non-deterministic stage could lead to incorrect results with partial retry

2025-04-09 Thread Jiexing Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-51756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiexing Li updated SPARK-51756: --- Attachment: example 4.png > Non-deterministic stage could lead to incorrect results with part

[gcc r15-9332] Revert "RISC-V: Refine the testcases for cond_widen_complicate-3"

2025-04-09 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:24d1832e0d6edce4f6f717135fcec65d6939e199 commit r15-9332-g24d1832e0d6edce4f6f717135fcec65d6939e199 Author: Pan Li Date: Wed Apr 9 19:08:21 2025 +0800 Revert "RISC-V: Refine the testcases for cond_widen_complicate-3" This reve

Re: RFR: 8352504: RISC-V: implement and enable CMoveI/L

2025-04-09 Thread Hamlin Li
On Wed, 9 Apr 2025 06:41:51 GMT, Fei Yang wrote: > Sorry for not being clear enough. I am suggesting this: if (UseZicond) { FLAG_SET_DEFAULT(ConditionalMoveLimit, 3); } I think this depends on whether we should enable ConditionalMoveLimit based on `UseZicond`? So, I'll leave it until

[Bug 2095422] Re: Fresh install of Ubuntu 22.04.5 fails on P1G7

2025-04-09 Thread Bin Li
On 22.04.5 the libmutter-10-0 is 42.9-0ubuntu8, and the 42.9-0ubuntu9 is in updates now. Because the 22.04.5 image was released, this issue should be fixed in next release 22.04.6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

RE: [PATCH] drm/amd/display: Fix drm_err argument type error

2025-04-09 Thread Li, Roman
[Public] Reviewed-by: Roman Li Please fix your authorship format as "First_name Last_name " before merge. Thanks, Roman > -Original Message- > From: chengjya > Sent: Wednesday, April 9, 2025 5:17 AM > To: Li, Roman ; amd-gfx@lists.freedesktop.org; Kaszewsk

[Bug 2095422] Re: Fresh install of Ubuntu 22.04.5 fails on P1G7

2025-04-09 Thread Bin Li
@asheikh4, Did you meet this issue on 6.8.0-40 or 6.8.0-52? Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095422 Title: Fresh install of Ubuntu 22.04.5 fails on P1G7 To manage notificatio

Re: [PATCH 2/2] dma-fence: Improve docu for dma_fence_check_and_signal()

2025-04-09 Thread Li, Yunxiang (Teddy)
Huang, Ray; Matthew Auld; Melissa Wen; Maíra Canal; Zack Rusin; Broadcom internal kernel review list; Lucas De Marchi; Thomas Hellström; Bas Nieuwenhuizen; Wang, Yang(Kevin); Zhang, Jesse(Jie); Huang, Tim; Sundararaju, Sathishkumar; Jamadar, Saleemkhan; Khatri, Sunil; Lazar, Lijo; Zhang, Hawking;

Re: [PATCH 2/2] dma-fence: Improve docu for dma_fence_check_and_signal()

2025-04-09 Thread Li, Yunxiang (Teddy)
Huang, Ray; Matthew Auld; Melissa Wen; Maíra Canal; Zack Rusin; Broadcom internal kernel review list; Lucas De Marchi; Thomas Hellström; Bas Nieuwenhuizen; Wang, Yang(Kevin); Zhang, Jesse(Jie); Huang, Tim; Sundararaju, Sathishkumar; Jamadar, Saleemkhan; Khatri, Sunil; Lazar, Lijo; Zhang, Hawking;

Re: [PATCH 2/2] dma-fence: Improve docu for dma_fence_check_and_signal()

2025-04-09 Thread Li, Yunxiang (Teddy)
Huang, Ray; Matthew Auld; Melissa Wen; Maíra Canal; Zack Rusin; Broadcom internal kernel review list; Lucas De Marchi; Thomas Hellström; Bas Nieuwenhuizen; Wang, Yang(Kevin); Zhang, Jesse(Jie); Huang, Tim; Sundararaju, Sathishkumar; Jamadar, Saleemkhan; Khatri, Sunil; Lazar, Lijo; Zhang, Hawking;

Re: [PATCH v8 55/55] docs: Add TDX documentation

2025-04-09 Thread Xiaoyao Li
On 4/2/2025 6:50 PM, Daniel P. Berrangé wrote: CC libvirt / Jiri, for confirmation about whether the CPUID restrictions listed below will have any possible impact on libvirt CPUID handling... On Tue, Apr 01, 2025 at 09:02:05AM -0400, Xiaoyao Li wrote: Add docs/system/i386/tdx.rst for TDX

Re: RFR: 8352504: RISC-V: implement and enable CMoveI/L [v2]

2025-04-09 Thread Hamlin Li
0.57 | 118.639 | 119.373 | 0.451 | ns/op | > 1.002 > o.o.b.vm.compiler.IfMinMax.testVectorInt | avgt | 40 | 60130.165 | 60062.303 > | 61839.776 | 61895.194 | 15887.398 | 15924.502 | 15874.835 | 15667.936 | > 101.94 | ns/op | 3.785 > o.o.b.vm.compiler.IfMinMax.testVectorLong |

RE: [PATCH v1] RISC-V: Refine the testcases for cond_widen_complicate-3

2025-04-09 Thread Li, Pan2
: Wednesday, April 9, 2025 6:47 PM To: Li, Pan2 ; Robin Dapp ; gcc-patches@gcc.gnu.org Cc: juzhe.zh...@rivai.ai; kito.ch...@gmail.com; jeffreya...@gmail.com; Chen, Ken ; Robin Dapp Subject: Re: [PATCH v1] RISC-V: Refine the testcases for cond_widen_complicate-3 Hi Pan, Richard committed combine

Can Gravitino replace HMS?

2025-04-09 Thread melin li
Gravitino creates the catalog by relying on an external metastore storage system. Unlike unitycatalog, creating a catalog does not depend on other Metastores. For example, spark + hms, replaced with spark + Gravitino, can create a parquet format table: create table demos ( id long, name string ) u

  1   2   3   4   5   6   7   8   9   10   >