From: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] UBI changes for 2.6.29-rc3
Date: Thu, 29 Jan 2009 18:02:17 +0200 [thread overview]
Message-ID: <20090129160217.24794.31524.sendpatchset@localhost.localdomain> (raw)
Hi Linus,
please pull from
git://git.infradead.org/ubi-2.6.git linux-next
The changes I kindly ask you to pull are mostly about adding some
UBI ioctls, rather than fixes. We add ioctls for UBI functionality
which has always be accessible via kernel API, so we do not really
change much and I think the changes are harmless. I just want to
make life of our users easier by pushing the patches to 2.6.29,
rather than delaying them until 2.6.30. And there are few fixes
and clean-ups.
The following changes since commit 1de9e8e70f5acc441550ca75433563d91b269bbe:
Linus Torvalds (1):
Linux 2.6.29-rc2
are available in the git repository at:
git://git.infradead.org/ubi-2.6.git ..BRANCH.NOT.VERIFIED..
Artem Bityutskiy (7):
UBI: improve ioctl commentaries
UBI: remove unnecessry header inclusion
UBI: allow all ioctls
UBI: add ioctl compatibility
UBI: use nicer 64-bit math
UBI: remove unused variable
UBI: fix resource de-allocation
Corentin Chary (3):
UBI: add ioctl for map operation
UBI: add ioctl for unmap operation
UBI: add ioctl for is_mapped operation
Jan Engelhardt (1):
UBI: constify file operations
Sidney Amani (1):
UBI: allow direct user-space I/O
drivers/mtd/ubi/Kconfig.debug | 10 --
drivers/mtd/ubi/build.c | 21 +++--
drivers/mtd/ubi/cdev.c | 184 +++++++++++++++++++++++++++++-----------
drivers/mtd/ubi/gluebi.c | 11 +--
drivers/mtd/ubi/scan.c | 8 +-
drivers/mtd/ubi/ubi.h | 11 ++-
drivers/mtd/ubi/upd.c | 21 ++---
drivers/mtd/ubi/vmt.c | 17 ++--
include/mtd/ubi-user.h | 132 ++++++++++++++++++++++++-----
9 files changed, 284 insertions(+), 131 deletions(-)
Thanks,
Artem.
reply other threads:[~2009-01-29 14:04 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=20090129160217.24794.31524.sendpatchset@localhost.localdomain \
--to=artem.bityutskiy@nokia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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 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.