netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guillaume Nault <g.nault@alphalink.fr>
To: netdev@vger.kernel.org
Cc: James Chapman <jchapman@katalix.com>, David Miller <davem@davemloft.net>
Subject: [PATCH net,stable 0/2] Fixes for PPPoL2TP sockets
Date: Wed, 12 Jun 2013 16:07:10 +0200	[thread overview]
Message-ID: <20130612140710.GA3500@alphalink.fr> (raw)

Hi,

Here are two fixes for the PPPoL2TP sendmsg() call:

  -Patch 1 fixes an skbuff management issue.
  -Patch 2 updates the value returned to userspace on success.
   Though it's a userspace visible change, I submit it because
   (1) it fixes a compliance issue with a standardised interface,
   (2) sendmsg() wasn't functional anyway before applying patch 1,
       so fixing its return value shouldn't hurt any existing program.

Regards,

Guillaume Nault (2):
  l2tp: Fix PPP header erasure and memory leak
  l2tp: Fix sendmsg() return value

 net/l2tp/l2tp_ppp.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.10.4

                 reply	other threads:[~2013-06-12 14:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20130612140710.GA3500@alphalink.fr \
    --to=g.nault@alphalink.fr \
    --cc=davem@davemloft.net \
    --cc=jchapman@katalix.com \
    --cc=netdev@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).