On 9/1/2023 2:17 PM, Jakub Kicinski wrote:
Some corporate proxies block our current NIPA URLs because they use a free / shady DNS domain. As suggested by Jesse we got a new DNS entry from Konstantin - netdev.bots.linux.dev, use it. Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> --- CC: corbet@xxxxxxx CC: workflows@xxxxxxxxxxxxxxx CC: linux-doc@xxxxxxxxxxxxxxx CC: intel-wired-lan@xxxxxxxxxxxxxxxx Please LMK if the old URLs pop up somewhere, I may have missed some place. The old patchwork checks will continue to use the old address but new ones should link via netdev.bots... --- Documentation/process/maintainer-netdev.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/process/maintainer-netdev.rst b/Documentation/process/maintainer-netdev.rst index db1b81cfba9b..09dcf6377c27 100644 --- a/Documentation/process/maintainer-netdev.rst +++ b/Documentation/process/maintainer-netdev.rst @@ -98,7 +98,7 @@ If you aren't subscribed to netdev and/or are simply unsure if repository link above for any new networking-related commits. You may also check the following website for the current status: - https://patchwork.hopto.org/net-next.html + https://netdev.bots.linux.dev/net-next.html The ``net`` tree continues to collect fixes for the vX.Y content, and is fed back to Linus at regular (~weekly) intervals. Meaning that the @@ -185,7 +185,7 @@ must match the MAINTAINERS entry) and a handful of senior reviewers. Bot records its activity here: - https://patchwork.hopto.org/pw-bot.html + https://netdev.bots.linux.dev/pw-bot.html Review timelines ~~~~~~~~~~~~~~~~ -- 2.41.0
Yes, thank you, this works much better through my masters' filters, both here and through the patchwork links to the test result details.
Reviewed by: Shannon Nelson <shannon.nelson@xxxxxxx>