> On 30-Oct-2023, at 10:45 AM, Ani Sinha wrote:
>
>
>
>> On 23-Oct-2023, at 11:07 AM, Shradha Gupta
>> wrote:
>>
>> On Mon, Oct 16, 2023 at 07:01:22PM +0530, Ani Sinha wrote:
>>> Some small fixes:
>>> - lets make sure we are not adding ipv4 addresses in ipv6 section in
>>> keyfile and vi
On Mon, Nov 06, 2023 at 06:18:48PM +, Peter Martincic wrote:
> Sorry for the formatting/recipient/procedure mistakes. I've an updated commit
> message based on feedback from Michael. I'll wait to hear back from you and
> Boqun before I post V2/updates.
>
> Thanks again,
> Peter
>
> -Ori
Sorry for the formatting/recipient/procedure mistakes. I've an updated commit
message based on feedback from Michael. I'll wait to hear back from you and
Boqun before I post V2/updates.
Thanks again,
Peter
-Original Message-
From: Wei Liu
Sent: Sunday, November 5, 2023 5:31 PM
To: Pet
On 11/5/23 20:55, Michael Kelley wrote:
From: Abhinav Singh Sent: Monday, October
30, 2023 3:50 PM
This patch fixes two sparse warnings
1. sparse complaining about the removal of __iomem address
space when casting the return value of this ioremap_cache(...)
from `void __ioremap*` to `void*`.
On Fri, Nov 3, 2023 at 5:45 PM Jason Gunthorpe wrote:
>
> This call chain is using dev->iommu->fwspec to pass around the fwspec
> between the three parts (acpi_iommu_configure(), acpi_iommu_fwspec_init(),
> iommu_probe_device()).
>
> However there is no locking around the accesses to dev->iommu, s
On Fri, Nov 3, 2023 at 5:45 PM Jason Gunthorpe wrote:
>
> Nothing needs this pointer. Return a normal error code with the usual
> IOMMU semantic that ENODEV means 'there is no IOMMU driver'.
>
> Signed-off-by: Jason Gunthorpe
Acked-by: Rafael J. Wysocki
> ---
> drivers/acpi/scan.c | 24 ++
Hi Nuno,
kernel test robot noticed the following build errors:
[auto build test ERROR on arnd-asm-generic/master]
[also build test ERROR on tip/x86/core arm64/for-next/core linus/master v6.6
next-20231106]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when