Re: [PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns

2025-05-01 Thread Kuniyuki Iwashima
From: Jeff Layton Date: Wed, 30 Apr 2025 19:59:23 -0700 > On Wed, 2025-04-30 at 14:29 -0700, Kuniyuki Iwashima wrote: > > From: Jeff Layton > > Date: Wed, 30 Apr 2025 08:06:54 -0700 > > > After assigning the inode number to the namespace, use it to create a > > > unique name for each netns refcou

Re: [PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns

2025-05-01 Thread Kuniyuki Iwashima
From: Jeff Layton Date: Wed, 30 Apr 2025 21:07:20 -0700 > On Wed, 2025-04-30 at 20:50 -0700, Kuniyuki Iwashima wrote: > > From: Jeff Layton > > Date: Wed, 30 Apr 2025 20:42:40 -0700 > > > On Wed, 2025-04-30 at 20:07 -0700, Kuniyuki Iwashima wrote: > > > > From: Jeff Layton > > > > Date: Wed, 30

Re: [PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns

2025-05-01 Thread Kuniyuki Iwashima
From: Jeff Layton Date: Wed, 30 Apr 2025 08:06:54 -0700 > After assigning the inode number to the namespace, use it to create a > unique name for each netns refcount tracker with the ns.inum value in > it, and register a symlink to the debugfs file for it. > > init_net is registered before the re

Re: [PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns

2025-05-01 Thread Kuniyuki Iwashima
From: Jeff Layton Date: Wed, 30 Apr 2025 20:42:40 -0700 > On Wed, 2025-04-30 at 20:07 -0700, Kuniyuki Iwashima wrote: > > From: Jeff Layton > > Date: Wed, 30 Apr 2025 19:59:23 -0700 > > > On Wed, 2025-04-30 at 14:29 -0700, Kuniyuki Iwashima wrote: > > > > From: Jeff Layton > > > > Date: Wed, 30

Re: [PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns

2025-04-30 Thread Jeff Layton
On Wed, 2025-04-30 at 20:50 -0700, Kuniyuki Iwashima wrote: > From: Jeff Layton > Date: Wed, 30 Apr 2025 20:42:40 -0700 > > On Wed, 2025-04-30 at 20:07 -0700, Kuniyuki Iwashima wrote: > > > From: Jeff Layton > > > Date: Wed, 30 Apr 2025 19:59:23 -0700 > > > > On Wed, 2025-04-30 at 14:29 -0700, Ku

Re: [PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns

2025-04-30 Thread Jeff Layton
On Wed, 2025-04-30 at 20:07 -0700, Kuniyuki Iwashima wrote: > From: Jeff Layton > Date: Wed, 30 Apr 2025 19:59:23 -0700 > > On Wed, 2025-04-30 at 14:29 -0700, Kuniyuki Iwashima wrote: > > > From: Jeff Layton > > > Date: Wed, 30 Apr 2025 08:06:54 -0700 > > > > After assigning the inode number to t

Re: [PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns

2025-04-30 Thread Jeff Layton
On Wed, 2025-04-30 at 14:29 -0700, Kuniyuki Iwashima wrote: > From: Jeff Layton > Date: Wed, 30 Apr 2025 08:06:54 -0700 > > After assigning the inode number to the namespace, use it to create a > > unique name for each netns refcount tracker with the ns.inum value in > > it, and register a symlink

[PATCH v6 08/10] net: add symlinks to ref_tracker_dir for netns

2025-04-30 Thread Jeff Layton
After assigning the inode number to the namespace, use it to create a unique name for each netns refcount tracker with the ns.inum value in it, and register a symlink to the debugfs file for it. init_net is registered before the ref_tracker dir is created, so add a late_initcall() to register its