git: kernel - Fix ip6_forward_rt global and related panic

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Apr 30 14:51:11 PDT 2025


commit 44ceb74d68b972180945df9ab14a19931a4d8f8e
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Apr 30 14:49:59 2025 -0700

    kernel - Fix ip6_forward_rt global and related panic
    
    * Make ip6_forward_rt per-cpu, which should fix a route caching panic
      that can occur sometimes due to code assuming single-threaded
      operation.

Summary of changes:
 sys/net/ip6fw/ip6_fw.h     | 3 +++
 sys/netinet6/ip6_forward.c | 5 ++++-
 sys/netinet6/ip6_input.c   | 2 --
 3 files changed, 7 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/44ceb74d68b972180945df9ab14a19931a4d8f8e


-- 
DragonFly BSD source repository


More information about the Commits mailing list