linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] UBI changes for 3.11-rc1
@ 2013-07-05 14:51 Bityutskiy, Artem
  2013-07-05 14:59 ` Artem Bityutskiy
  0 siblings, 1 reply; 4+ messages in thread
From: Bityutskiy, Artem @ 2013-07-05 14:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mtd, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1806 bytes --]

Hellow Linus!

The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

  Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-ubi.git tags/upstream-3.11-rc1

for you to fetch changes up to 83ff59a066637a6c28844bbf43009459408240f4:

  UBI: support ubi_num on mtd.ubi command line (2013-07-01 08:32:57 +0300)

----------------------------------------------------------------
A couple of fixes and clean-ups, allow for assigning user-defined
UBI device numbers when attaching MTD devices by using the "mtd="
module parameter.

----------------------------------------------------------------
Brian Pomerantz (1):
      UBI: fastmap break out of used PEB search

Mike Frysinger (4):
      UBI: drop redundant "UBI error" string
      UBI: do not abort init when ubi.mtd devices cannot be found
      UBI: document UBI_IOCVOLUP better in user header
      UBI: support ubi_num on mtd.ubi command line

 drivers/mtd/ubi/build.c     | 59 ++++++++++++++++++++++++++++++++++++++++-------------------
 drivers/mtd/ubi/fastmap.c   |  4 +++-
 include/uapi/mtd/ubi-user.h |  5 ++++-

-- 
Best Regards,
Artem Bityutskiy
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] UBI changes for 3.11-rc1
  2013-07-05 14:51 [GIT PULL] UBI changes for 3.11-rc1 Bityutskiy, Artem
@ 2013-07-05 14:59 ` Artem Bityutskiy
  0 siblings, 0 replies; 4+ messages in thread
From: Artem Bityutskiy @ 2013-07-05 14:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mtd, linux-kernel

On Fri, 2013-07-05 at 14:51 +0000, Bityutskiy, Artem wrote:
> Hellow Linus!
> 
> The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

Apologies, I meant to send this from a different e-mail address, so that
it would not have all the "confidentiality" disclaimers. I've resent the
request from my @gmail.com address instead.

-- 
Best Regards,
Artem Bityutskiy


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] UBI changes for 3.11-rc1
  2013-07-05 14:57 Artem Bityutskiy
@ 2013-07-05 19:12 ` Linus Torvalds
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2013-07-05 19:12 UTC (permalink / raw)
  To: Artem Bityutskiy; +Cc: linux-mtd, linux-kernel

On Fri, Jul 5, 2013 at 7:57 AM, Artem Bityutskiy <dedekind1@gmail.com> wrote:
>
>  drivers/mtd/ubi/build.c     | 59 ++++++++++++++++++++++++++++++++++++++++-------------------
>  drivers/mtd/ubi/fastmap.c   |  4 +++-
>  include/uapi/mtd/ubi-user.h |  5 ++++-

That's a very strange script you're using. It has somehow cut off the
last line of the diffstat - the one that actually is the primary one
to check the overally statistics:

 3 files changed, 47 insertions(+), 21 deletions(-)

Please double-check your pull script.

Anyway, pulled, so you don't need to re-send, but please fix this for
future pulls.

                Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] UBI changes for 3.11-rc1
@ 2013-07-05 14:57 Artem Bityutskiy
  2013-07-05 19:12 ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Artem Bityutskiy @ 2013-07-05 14:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mtd, linux-kernel

Hello Linus!

The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

  Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-ubi.git tags/upstream-3.11-rc1

for you to fetch changes up to 83ff59a066637a6c28844bbf43009459408240f4:

  UBI: support ubi_num on mtd.ubi command line (2013-07-01 08:32:57 +0300)

----------------------------------------------------------------
A couple of fixes and clean-ups, allow for assigning user-defined
UBI device numbers when attaching MTD devices by using the "mtd="
module parameter.

----------------------------------------------------------------
Brian Pomerantz (1):
      UBI: fastmap break out of used PEB search

Mike Frysinger (4):
      UBI: drop redundant "UBI error" string
      UBI: do not abort init when ubi.mtd devices cannot be found
      UBI: document UBI_IOCVOLUP better in user header
      UBI: support ubi_num on mtd.ubi command line

 drivers/mtd/ubi/build.c     | 59 ++++++++++++++++++++++++++++++++++++++++-------------------
 drivers/mtd/ubi/fastmap.c   |  4 +++-
 include/uapi/mtd/ubi-user.h |  5 ++++-

-- 
Best Regards,
Artem Bityutskiy



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-05 19:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-05 14:51 [GIT PULL] UBI changes for 3.11-rc1 Bityutskiy, Artem
2013-07-05 14:59 ` Artem Bityutskiy
2013-07-05 14:57 Artem Bityutskiy
2013-07-05 19:12 ` Linus Torvalds

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).