All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Stanislaw Gruszka <sgruszka@redhat.com>, netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org,
	Xose Vazquez Perez <xose.vazquez@gmail.com>,
	Larry Finger <Larry.Finger@lwfinger.net>
Subject: Re: [PATCH 4.11] genetlink: fix counting regression on ctrl_dumpfamily()
Date: Wed, 22 Mar 2017 23:05:25 +0100	[thread overview]
Message-ID: <1490220325.14145.0.camel@sipsolutions.net> (raw)
In-Reply-To: <1490195313-13272-1-git-send-email-sgruszka@redhat.com>

On Wed, 2017-03-22 at 16:08 +0100, Stanislaw Gruszka wrote:
> Commit 2ae0f17df1cd ("genetlink: use idr to track families") replaced
> 
> 	if (++n < fams_to_skip)
> 		continue;
> into:
> 
> 	if (n++ < fams_to_skip)
> 		continue;

D'oh. I don't know how that ended up in there, tbh.

Acked-by: Johannes Berg <johannes@sipsolutions.net>

johannes

  reply	other threads:[~2017-03-22 22:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-22 15:08 [PATCH 4.11] genetlink: fix counting regression on ctrl_dumpfamily() Stanislaw Gruszka
2017-03-22 22:05 ` Johannes Berg [this message]
2017-03-22 22:39 ` David Miller
2017-03-22 22:39   ` David Miller
2017-03-23 10:45 ` poma

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=1490220325.14145.0.camel@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=Larry.Finger@lwfinger.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sgruszka@redhat.com \
    --cc=xose.vazquez@gmail.com \
    /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.