Re: [PATCH] net: mana: Add debug logs in MANA network driver

2025-02-12 Thread Erni Sri Satya Vennela
On Tue, Feb 11, 2025 at 05:31:22PM +0100, Andrew Lunn wrote: > On Tue, Feb 11, 2025 at 01:51:55AM -0800, Erni Sri Satya Vennela wrote: > > Add debug statements to assist in debugging and monitoring > > driver behaviour, making it easier to identify potential > > issues during development and testi

RE: [EXTERNAL] Re: [Patch v2 0/3] IB/core: Fix GID cache for bonded net devices

2025-02-12 Thread Long Li
> Subject: [EXTERNAL] Re: [Patch v2 0/3] IB/core: Fix GID cache for bonded net > devices > > On Fri, Feb 07, 2025 at 01:36:15PM -0800, lon...@linuxonhyperv.com wrote: > > From: Long Li > > > > When populating GID cache for net devices in a bonded setup, it should > > use the master device's addre

Re: [PATCH hyperv-next v4 4/6] dt-bindings: microsoft,vmbus: Add GIC and DMA coherence to the example

2025-02-12 Thread Roman Kisel
On 2/11/2025 10:42 PM, Krzysztof Kozlowski wrote: On Tue, Feb 11, 2025 at 05:43:19PM -0800, Roman Kisel wrote: The existing example lacks the GIC interrupt controller property making it not possible to boot on ARM64, and it lacks the DMA GIC controller is not relevant to this binding. Wi

Re: [PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks

2025-02-12 Thread Nuno Das Neves
On 2/12/2025 3:25 PM, Easwar Hariharan wrote: > On 2/12/2025 3:01 PM, Nuno Das Neves wrote: >> On 2/11/2025 9:47 PM, Easwar Hariharan wrote: >>> On 2/11/2025 2:21 PM, Nuno Das Neves wrote: Introduce CONFIG_MSHV_ROOT as a tristate to enable root partition booting and future mshv driver fun

Re: [PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks

2025-02-12 Thread Easwar Hariharan
On 2/12/2025 3:01 PM, Nuno Das Neves wrote: > On 2/11/2025 9:47 PM, Easwar Hariharan wrote: >> On 2/11/2025 2:21 PM, Nuno Das Neves wrote: >>> Introduce CONFIG_MSHV_ROOT as a tristate to enable root partition >>> booting and future mshv driver functionality. >>> >>> Change hv_root_partition into a

Re: [PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks

2025-02-12 Thread Nuno Das Neves
On 2/11/2025 9:47 PM, Easwar Hariharan wrote: > On 2/11/2025 2:21 PM, Nuno Das Neves wrote: >> Introduce CONFIG_MSHV_ROOT as a tristate to enable root partition >> booting and future mshv driver functionality. >> >> Change hv_root_partition into a function which always returns false >> if CONFIG_MS

Re: [PATCH hyperv-next 0/2] x86/hyperv: VTL mode reboot fixes

2025-02-12 Thread Roman Kisel
On 2/12/2025 9:54 AM, Saurabh Singh Sengar wrote: On Wed, Feb 12, 2025 at 02:21:18AM +, Wei Liu wrote: [...] Saurabh please review these patches. Thanks. Hi Roman, Hi Saurabh, Thanks for the patch, few suggestions and queries: 1. Please fix the kernel bot warning Will do! 2. C

Re: [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop

2025-02-12 Thread Sean Christopherson
On Wed, Feb 12, 2025, Michael Kelley wrote: > From: Sean Christopherson Sent: Monday, February 10, 2025 > 8:22 AM > > On Sat, Feb 08, 2025, Michael Kelley wrote: > > > But I would be good with some restructuring so that setting the sched > > > clock > > > save/restore hooks is more closely tied

Re: [PATCH hyperv-next 0/2] x86/hyperv: VTL mode reboot fixes

2025-02-12 Thread Saurabh Singh Sengar
On Wed, Feb 12, 2025 at 02:21:18AM +, Wei Liu wrote: > On Fri, Jan 17, 2025 at 01:07:00PM -0800, Roman Kisel wrote: > > The first patch defines a specialized machine emergency restart > > callback not to write to the physical address of 0x472 which is > > what the native_machine_emergency_resta

Re: [PATCH hyperv-next v4 6/6] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

2025-02-12 Thread Bjorn Helgaas
On Tue, Feb 11, 2025 at 05:43:21PM -0800, Roman Kisel wrote: > The hyperv-pci driver uses ACPI for MSI IRQ domain configuration on > arm64. It won't be able to do that in the VTL mode where only DeviceTree > can be used. > > Update the hyperv-pci driver to get vPCI MSI IRQ domain in the DeviceTree

Re: [PATCH 03/16] x86/tsc: Add helper to register CPU and TSC freq calibration routines

2025-02-12 Thread Tom Lendacky
On 2/11/25 14:32, Borislav Petkov wrote: > On Tue, Feb 11, 2025 at 09:43:23AM -0800, Sean Christopherson wrote: >> It conflates two very different things: host/bare metal support for memory >> encryption, and SEV guest support. For kernels that will never run in a VM, >> pulling in all the SEV gue

RE: [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop

2025-02-12 Thread Michael Kelley
From: Sean Christopherson Sent: Monday, February 10, 2025 8:22 AM > > On Sat, Feb 08, 2025, Michael Kelley wrote: > > From: Sean Christopherson Sent: Friday, February 7, > > 2025 9:23 AM > > > > > > Dropping a few people/lists whose emails are bouncing. > > > > > > On Fri, Jan 31, 2025, Sean C