diff mbox series

[ovs-dev,1/2] Update mailing list archive pointers to the current server.

Message ID 1511821718-98985-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev,1/2] Update mailing list archive pointers to the current server. | expand

Commit Message

Justin Pettit Nov. 27, 2017, 10:28 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 Documentation/internals/contributing/submitting-patches.rst | 2 +-
 Documentation/internals/security.rst                        | 2 +-
 lib/netdev-linux.c                                          | 6 +++---
 lib/ovs-thread.c                                            | 2 +-
 ovn/TODO.rst                                                | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

Comments

Ben Pfaff Nov. 27, 2017, 10:57 p.m. UTC | #1
On Mon, Nov 27, 2017 at 02:28:37PM -0800, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

If you checked that the new URLs are correct (I did not), then:
Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit Nov. 27, 2017, 11 p.m. UTC | #2
> On Nov 27, 2017, at 2:57 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Mon, Nov 27, 2017 at 02:28:37PM -0800, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> 
> If you checked that the new URLs are correct (I did not), then:
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks.  I pushed this to master.  I'll wait a day or two for the other.

--Justin
diff mbox series

Patch

diff --git a/Documentation/internals/contributing/submitting-patches.rst b/Documentation/internals/contributing/submitting-patches.rst
index ac828cd6b879..eb7e651b85a9 100644
--- a/Documentation/internals/contributing/submitting-patches.rst
+++ b/Documentation/internals/contributing/submitting-patches.rst
@@ -252,7 +252,7 @@  Examples of common tags follow.
 
   ::
 
-      Reported-at: http://openvswitch.org/pipermail/dev/2014-June/040952.html
+      Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2014-June/284495.html
 
 ``Submitted-at: <URL>``
 
diff --git a/Documentation/internals/security.rst b/Documentation/internals/security.rst
index da7b9b0f8af4..f6a31ad01116 100644
--- a/Documentation/internals/security.rst
+++ b/Documentation/internals/security.rst
@@ -221,7 +221,7 @@  sections for the document include:
       tags, such as Acked-by tags obtained during review.
 
 `CVE-2016-2074
-<https://mail.openvswitch.org/pipermail/ovs-announce/2016-March/000082.html>`__
+<https://mail.openvswitch.org/pipermail/ovs-announce/2016-March/000222.html>`__
 is an example advisory document.
 
 Step 3b: Fix
diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c
index fbbbb7205e67..e809b8877a83 100644
--- a/lib/netdev-linux.c
+++ b/lib/netdev-linux.c
@@ -144,7 +144,7 @@  struct tpacket_auxdata {
  *
  * To avoid revisiting problems reported with using configure to detect
  * compatibility (see report at
- * http://openvswitch.org/pipermail/dev/2014-October/047978.html)
+ * https://mail.openvswitch.org/pipermail/ovs-dev/2014-October/291521.html)
  * unconditionally replace ethtool_cmd_speed. */
 #define ethtool_cmd_speed rpl_ethtool_cmd_speed
 static inline uint32_t rpl_ethtool_cmd_speed(const struct ethtool_cmd *ep)
@@ -182,8 +182,8 @@  static inline uint32_t rpl_ethtool_cmd_speed(const struct ethtool_cmd *ep)
  *
  * Tests for rtnl_link_stats64 don't seem to consistently work, e.g. on
  * 2.6.32-431.29.2.el6.x86_64 (see report at
- * http://openvswitch.org/pipermail/dev/2014-October/047978.html).  Maybe
- * if_link.h is not self-contained on those kernels.  It is easiest to
+ * https://mail.openvswitch.org/pipermail/ovs-dev/2014-October/291521.html).
+ * Maybe if_link.h is not self-contained on those kernels.  It is easiest to
  * unconditionally define a replacement. */
 #ifndef IFLA_STATS64
 #define IFLA_STATS64 23
diff --git a/lib/ovs-thread.c b/lib/ovs-thread.c
index d0c0c09bde49..f8bc06d382c8 100644
--- a/lib/ovs-thread.c
+++ b/lib/ovs-thread.c
@@ -402,7 +402,7 @@  ovs_thread_create(const char *name, void *(*start)(void *), void *arg)
 
     /* Some small systems use a default stack size as small as 80 kB, but OVS
      * requires approximately 384 kB according to the following analysis:
-     * http://openvswitch.org/pipermail/dev/2016-January/065049.html
+     * https://mail.openvswitch.org/pipermail/ovs-dev/2016-January/308592.html
      *
      * We use 512 kB to give us some margin of error. */
     pthread_attr_t attr;
diff --git a/ovn/TODO.rst b/ovn/TODO.rst
index d0e62bfbb919..f8569b357281 100644
--- a/ovn/TODO.rst
+++ b/ovn/TODO.rst
@@ -33,7 +33,7 @@  OVN To-do List
 
   Latest discussion:
 
-  http://openvswitch.org/pipermail/dev/2016-August/078106.html
+  https://mail.openvswitch.org/pipermail/ovs-dev/2016-August/321649.html
 
 * Get incremental updates in ovn-controller and ovn-northd in some
   sensible way.
@@ -231,7 +231,7 @@  OVN To-do List
   likely needed as a part of that solution.
 
   There's more commentary in this ML post:
-  http://openvswitch.org/pipermail/dev/2015-November/062385.html
+  https://mail.openvswitch.org/pipermail/ovs-dev/2015-November/305928.html
 
 * ACL