All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aishwarya Pant <aishpant@gmail.com>
To: Julia Lawall <julia.lawall@lip6.fr>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH 0/2] staging: bcm2835-camera: remove get_msg_context() and release_msg_context()
Date: Wed, 8 Mar 2017 17:17:09 +0530	[thread overview]
Message-ID: <20170308114709.GA2707@aishwarya> (raw)
In-Reply-To: <alpine.DEB.2.20.1703080841250.2108@hadrien>

On Wed, Mar 08, 2017 at 08:41:38AM +0100, Julia Lawall wrote:
> 
> 
> On Wed, 8 Mar 2017, Aishwarya Pant wrote:
> 
> > This patch replaces in mmal-vchiq.c:
> >         - get_msg_context(..) with a kzalloc at the caller
> > 	- release_msg_context(..) with a kfree at the caller
> >
> > Aishwarya Pant (2):
> >   staging: bcm2835-camera: replace get_msg_context() with kzalloc
> >   staging: bcm2835-camera: replace release_msg_context() with kfree
> 
> 
> Haven't you sent these before?

I had sent patch 1/2 before as a two part patchset. Greg asked me to re-send 
the patchset as a single patch. Later I noticed the function release_msg_context()
could also be removed and added it here.


> 
> julia
> 
> >
> >  .../vc04_services/bcm2835-camera/mmal-vchiq.c      | 29 ++++------------------
> >  1 file changed, 5 insertions(+), 24 deletions(-)
> >
> > --
> > 2.7.4
> >
> > --
> > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> > To post to this group, send email to outreachy-kernel@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/cover.1488948214.git.aishpant%40gmail.com.
> > For more options, visit https://groups.google.com/d/optout.
> >


  reply	other threads:[~2017-03-08 11:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-08  4:44 [PATCH 0/2] staging: bcm2835-camera: remove get_msg_context() and release_msg_context() Aishwarya Pant
2017-03-08  4:44 ` [PATCH 1/2] staging: bcm2835-camera: replace get_msg_context() with kzalloc Aishwarya Pant
2017-03-09 13:36   ` [Outreachy kernel] " Greg KH
2017-03-09 14:20     ` Aishwarya Pant
2017-03-08  4:44 ` [PATCH 2/2] staging: bcm2835-camera: replace release_msg_context() with kfree Aishwarya Pant
2017-03-08  7:00   ` [Outreachy kernel] " Julia Lawall
2017-03-08  7:41 ` [Outreachy kernel] [PATCH 0/2] staging: bcm2835-camera: remove get_msg_context() and release_msg_context() Julia Lawall
2017-03-08 11:47   ` Aishwarya Pant [this message]
2017-03-08 12:27     ` Julia Lawall

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=20170308114709.GA2707@aishwarya \
    --to=aishpant@gmail.com \
    --cc=julia.lawall@lip6.fr \
    --cc=outreachy-kernel@googlegroups.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.