Message ID | 20230901211718.739139-1-kuba@kernel.org |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [net] docs: netdev: update the netdev infra URLs | expand |
On Fri, Sep 01, 2023 at 02:17:18PM -0700, 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@kernel.org> Reviewed-by: Simon Horman <horms@kernel.org>
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@kernel.org> > --- > CC: corbet@lwn.net > CC: workflows@vger.kernel.org > CC: linux-doc@vger.kernel.org > > CC: intel-wired-lan@lists.osuosl.org > > 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@amd.com>
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 ~~~~~~~~~~~~~~~~
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@kernel.org> --- CC: corbet@lwn.net CC: workflows@vger.kernel.org CC: linux-doc@vger.kernel.org CC: intel-wired-lan@lists.osuosl.org 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(-)