mbox series

[v3,for-4.20,0/4] AMD/IOMMU: assorted corrections (leftover)

Message ID 0a006732-2b6e-46f0-a706-f432abd45d2c@suse.com (mailing list archive)
Headers show
Series AMD/IOMMU: assorted corrections (leftover) | expand

Message

Jan Beulich Feb. 4, 2025, 1 p.m. UTC
What previously was the main bug fix in this series was dropped for v3. It
turns out what is now patch 2 is sufficient to address the issue, while
doing the requested tidying. The latter two patches are for 4.21 only, with
the final one being up for debate altogether.

1: radix-tree: purge node allocation override hooks
2: radix-tree: introduce RADIX_TREE{,_INIT}()
3: radix-tree: drop "root" parameters from radix_tree_node_{alloc,free}()
4: PCI: drop pci_segments_init()

Jan

Comments

Jan Beulich Feb. 6, 2025, 12:35 p.m. UTC | #1
Oleksii,

On 04.02.2025 14:00, Jan Beulich wrote:
> What previously was the main bug fix in this series was dropped for v3. It
> turns out what is now patch 2 is sufficient to address the issue, while
> doing the requested tidying. The latter two patches are for 4.21 only, with
> the final one being up for debate altogether.
> 
> 1: radix-tree: purge node allocation override hooks
> 2: radix-tree: introduce RADIX_TREE{,_INIT}()
> 3: radix-tree: drop "root" parameters from radix_tree_node_{alloc,free}()
> 4: PCI: drop pci_segments_init()

any verdict one way or the other for the first two patches?

Thanks, Jan
Oleksii Kurochko Feb. 6, 2025, 1:14 p.m. UTC | #2
On 2/6/25 1:35 PM, Jan Beulich wrote:
> Oleksii,
>
> On 04.02.2025 14:00, Jan Beulich wrote:
>> What previously was the main bug fix in this series was dropped for v3. It
>> turns out what is now patch 2 is sufficient to address the issue, while
>> doing the requested tidying. The latter two patches are for 4.21 only, with
>> the final one being up for debate altogether.
>>
>> 1: radix-tree: purge node allocation override hooks
>> 2: radix-tree: introduce RADIX_TREE{,_INIT}()
>> 3: radix-tree: drop "root" parameters from radix_tree_node_{alloc,free}()
>> 4: PCI: drop pci_segments_init()
> any verdict one way or the other for the first two patches?

Sorry, I missed the fixes tag so I thought that they are just refactoring.

For first two patches:
R-Acked-by: Oleksii Kurochko<oleksii.kurochko@gmail.com>

~ Oleksii