From 19c355d467e7fa2656f3484574e8aca739c7ee9b Mon Sep 17 00:00:00 2001 From: Siddharth Vadapalli Date: Wed, 11 Dec 2024 13:00:20 +0530 Subject: [PATCH 1/2] refactor(component-owners): rename "pru_list" to "linux_net_list" Since the reviewers associated with the "pru_list" review Linux Networking documentation, a subset of which happens to be PRU-ICSS, use "linux_net_list" instead of "pru_list". Signed-off-by: Siddharth Vadapalli --- .github/component-owners.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/component-owners.yml b/.github/component-owners.yml index 735b5733a..9db72680b 100644 --- a/.github/component-owners.yml +++ b/.github/component-owners.yml @@ -3,12 +3,12 @@ components: # Ownership applies recursively to any file in a directory - source/linux/Foundational_Components/PRU-ICSS*: &pru_list + source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network: &linux_net_list - Siddharth-Vadapalli-at-TI - chintan013 - danish-ti - source/linux/Foundational_Components_PRU_Subsystem.rst: *pru_list - source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network: *pru_list + source/linux/Foundational_Components/PRU-ICSS*: *linux_net_list + source/linux/Foundational_Components_PRU_Subsystem.rst: *linux_net_list source/android: &android_list - glaroque From bd315645af2ce400100a346c758eed22675fc0c9 Mon Sep 17 00:00:00 2001 From: Siddharth Vadapalli Date: Wed, 11 Dec 2024 13:07:04 +0530 Subject: [PATCH 2/2] chore(component-owners): add reviewers for Linux PCIe and USB Documentaion Add reviewers belonging to the "linux_net_list" list as reviewers for Linux PCIe and USB drivers. Signed-off-by: Siddharth Vadapalli --- .github/component-owners.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/component-owners.yml b/.github/component-owners.yml index 9db72680b..7791cdf05 100644 --- a/.github/component-owners.yml +++ b/.github/component-owners.yml @@ -7,6 +7,8 @@ components: - Siddharth-Vadapalli-at-TI - chintan013 - danish-ti + source/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe: *linux_net_list + source/linux/Foundational_Components/Kernel/Kernel_Drivers/USB: *linux_net_list source/linux/Foundational_Components/PRU-ICSS*: *linux_net_list source/linux/Foundational_Components_PRU_Subsystem.rst: *linux_net_list