Linux MM tree latest commits
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: hverkuil@xs4all.nl, mm-commits@vger.kernel.org
Subject: [merged] lib-vsprintfc-add-missing-export_symbolsimple_strtoll.patch removed from -mm tree
Date: Mon, 26 Apr 2010 10:26:47 -0400	[thread overview]
Message-ID: <201004261728.o3QHSL6l009117@imap1.linux-foundation.org> (raw)


The patch titled
     lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)
has been removed from the -mm tree.  Its filename was
     lib-vsprintfc-add-missing-export_symbolsimple_strtoll.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)
From: Hans Verkuil <hverkuil@xs4all.nl>

Add a missing EXPORT_SYMBOL.

I must be the first person that wants to use this function :-)

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 lib/vsprintf.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN lib/vsprintf.c~lib-vsprintfc-add-missing-export_symbolsimple_strtoll lib/vsprintf.c
--- a/lib/vsprintf.c~lib-vsprintfc-add-missing-export_symbolsimple_strtoll
+++ a/lib/vsprintf.c
@@ -118,6 +118,7 @@ long long simple_strtoll(const char *cp,
 
 	return simple_strtoull(cp, endp, base);
 }
+EXPORT_SYMBOL(simple_strtoll);
 
 /**
  * strict_strtoul - convert a string to an unsigned long strictly
_

Patches currently in -mm which might be from hverkuil@xs4all.nl are

origin.patch
linux-next.patch
drivers-media-video-au0828-au0828-videoc-off-by-one-bug.patch
cx88-improve-error-handling.patch


                 reply	other threads:[~2010-04-26 17:28 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=201004261728.o3QHSL6l009117@imap1.linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@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