All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Matthew Wilcox <willy@infradead.org>
Cc: netdev@vger.kernel.org, linux-mm@kvack.org
Subject: Re: tcp_bind_bucket is missing from slabinfo
Date: Sat, 24 Feb 2018 10:58:55 -0800	[thread overview]
Message-ID: <20180224105855.5ff93c2f@xeon-e3> (raw)
In-Reply-To: <20180224143520.GA22222@bombadil.infradead.org>

On Sat, 24 Feb 2018 06:35:20 -0800
Matthew Wilcox <willy@infradead.org> wrote:

> On Fri, Feb 23, 2018 at 10:50:30PM -0800, Stephen Hemminger wrote:
> > Somewhere back around 3.17 the kmem cache "tcp_bind_bucket" dropped out
> > of /proc/slabinfo. It turns out the ss command was dumpster diving
> > in slabinfo to determine the number of bound sockets and now it always
> > reports 0.
> > 
> > Not sure why, the cache is still created but it doesn't
> > show in slabinfo. Could it be some part of making slab/slub common code
> > (or network namespaces). The cache is created in tcp_init but not visible.
> > 
> > Any ideas?  
> 
> Try booting with slab_nomerge=1

Yes, thats it. 

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

      reply	other threads:[~2018-02-24 18:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-24  6:50 tcp_bind_bucket is missing from slabinfo Stephen Hemminger
2018-02-24 14:35 ` Matthew Wilcox
2018-02-24 18:58   ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180224105855.5ff93c2f@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=linux-mm@kvack.org \
    --cc=netdev@vger.kernel.org \
    --cc=willy@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.