mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] UBI/UBIFS changes for v3.3
@ 2012-01-09 14:07 Artem Bityutskiy
  2012-01-09 15:00 ` richard -rw- weinberger
  0 siblings, 1 reply; 4+ messages in thread
From: Artem Bityutskiy @ 2012-01-09 14:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 840 bytes --]

Hi Linus,

please pull UBI and UBIFS changes for v3.3.

The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37:

  Linux 3.2-rc2 (2011-11-15 15:02:59 -0200)

are available in the git repository at:
  git://git.infradead.org/ubifs-2.6.git linux-next

Artem Bityutskiy (1):
      UBI: fix use-after-free on error path

Bhavesh Parekh (1):
      UBI: fix missing scrub when there is a bit-flip

Thomas Meyer (1):
      UBIFS: Use kmemdup rather than duplicating its implementation

 drivers/mtd/ubi/eba.c |    6 ++++--
 drivers/mtd/ubi/ubi.h |    2 ++
 drivers/mtd/ubi/wl.c  |   12 ++++++++----
 fs/ubifs/lpt.c        |    6 ++----
 fs/ubifs/tnc.c        |    3 +--
 fs/ubifs/xattr.c      |    6 ++----
 6 files changed, 19 insertions(+), 16 deletions(-)

-- 
Best Regards,
Artem Bityutskiy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [GIT PULL] UBI/UBIFS changes for v3.3
  2012-01-09 14:07 [GIT PULL] UBI/UBIFS changes for v3.3 Artem Bityutskiy
@ 2012-01-09 15:00 ` richard -rw- weinberger
  2012-01-09 15:14   ` Artem Bityutskiy
  2012-01-10  8:57   ` Artem Bityutskiy
  0 siblings, 2 replies; 4+ messages in thread
From: richard -rw- weinberger @ 2012-01-09 15:00 UTC (permalink / raw)
  To: artem.bityutskiy; +Cc: Linus Torvalds, linux-kernel

On Mon, Jan 9, 2012 at 3:07 PM, Artem Bityutskiy
<artem.bityutskiy@linux.intel.com> wrote:
> Hi Linus,
>
> please pull UBI and UBIFS changes for v3.3.
>
> The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37:
>
>  Linux 3.2-rc2 (2011-11-15 15:02:59 -0200)
>
> are available in the git repository at:
>  git://git.infradead.org/ubifs-2.6.git linux-next
>
> Artem Bityutskiy (1):
>      UBI: fix use-after-free on error path
>
> Bhavesh Parekh (1):
>      UBI: fix missing scrub when there is a bit-flip
>
> Thomas Meyer (1):
>      UBIFS: Use kmemdup rather than duplicating its implementation
>

Where is "ubi: Make vid_hdr non-static"?
http://marc.info/?l=linux-kernel&m=132456978023418

-- 
Thanks,
//richard

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

* Re: [GIT PULL] UBI/UBIFS changes for v3.3
  2012-01-09 15:00 ` richard -rw- weinberger
@ 2012-01-09 15:14   ` Artem Bityutskiy
  2012-01-10  8:57   ` Artem Bityutskiy
  1 sibling, 0 replies; 4+ messages in thread
From: Artem Bityutskiy @ 2012-01-09 15:14 UTC (permalink / raw)
  To: richard -rw- weinberger; +Cc: Linus Torvalds, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]

On Mon, 2012-01-09 at 16:00 +0100, richard -rw- weinberger wrote:
> On Mon, Jan 9, 2012 at 3:07 PM, Artem Bityutskiy
> <artem.bityutskiy@linux.intel.com> wrote:
> > Hi Linus,
> >
> > please pull UBI and UBIFS changes for v3.3.
> >
> > The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37:
> >
> >  Linux 3.2-rc2 (2011-11-15 15:02:59 -0200)
> >
> > are available in the git repository at:
> >  git://git.infradead.org/ubifs-2.6.git linux-next
> >
> > Artem Bityutskiy (1):
> >      UBI: fix use-after-free on error path
> >
> > Bhavesh Parekh (1):
> >      UBI: fix missing scrub when there is a bit-flip
> >
> > Thomas Meyer (1):
> >      UBIFS: Use kmemdup rather than duplicating its implementation
> >
> 
> Where is "ubi: Make vid_hdr non-static"?
> http://marc.info/?l=linux-kernel&m=132456978023418

Oh, forgot to merge it, but just picked it. I'll send a separate pull
request to Linus with this patch a bit later. Apologies.

-- 
Best Regards,
Artem Bityutskiy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [GIT PULL] UBI/UBIFS changes for v3.3
  2012-01-09 15:00 ` richard -rw- weinberger
  2012-01-09 15:14   ` Artem Bityutskiy
@ 2012-01-10  8:57   ` Artem Bityutskiy
  1 sibling, 0 replies; 4+ messages in thread
From: Artem Bityutskiy @ 2012-01-10  8:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, richard -rw- weinberger

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

On Mon, 2012-01-09 at 16:00 +0100, richard -rw- weinberger wrote:
> > Thomas Meyer (1):
> >      UBIFS: Use kmemdup rather than duplicating its implementation
> >
> 
> Where is "ubi: Make vid_hdr non-static"?
> http://marc.info/?l=linux-kernel&m=132456978023418

Linus,

just to elaborate: this pull request is still valid. I'll take care
of the other patch separately.

-- 
Best Regards,
Artem Bityutskiy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-01-10  8:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-09 14:07 [GIT PULL] UBI/UBIFS changes for v3.3 Artem Bityutskiy
2012-01-09 15:00 ` richard -rw- weinberger
2012-01-09 15:14   ` Artem Bityutskiy
2012-01-10  8:57   ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®