mbox series

[U-Boot] Pull request: u-boot-ubi/master

Message ID 81b70495-492d-72f6-3976-ba87b964e6da@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-ubi/master | expand

Pull-request

git://git.denx.de/u-boot-ubi.git master

Message

Heiko Schocher Nov. 20, 2017, 4:28 p.m. UTC
Hello Tom,

please pull from u-boot-ubi master

The following changes since commit b6251db8c3f0de605b4cd6f15a00fc7dd19cda63:

   Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND (2017-11-17 16:37:26 -0500)

are available in the git repository at:

   git://git.denx.de/u-boot-ubi.git master

for you to fetch changes up to cd5f33e5fc832effd70866fccd629046a6dac265:

   ubi: no NULL check needed before kmem_cache_destroy (2017-11-20 10:13:42 +0100)

----------------------------------------------------------------
Heinrich Schuchardt (2):
       ubifs: no NULL check needed before free
       ubi: no NULL check needed before kmem_cache_destroy

  drivers/mtd/ubi/attach.c |  3 +--
  fs/ubifs/ubifs.c         | 12 ++++--------
  2 files changed, 5 insertions(+), 10 deletions(-)

travis builds fine, see:

https://travis-ci.org/hsdenx/u-boot-ubi/builds/304639411

bye,
Heiko

Comments

Tom Rini Nov. 20, 2017, 10:58 p.m. UTC | #1
On Mon, Nov 20, 2017 at 05:28:57PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi master
> 
> The following changes since commit b6251db8c3f0de605b4cd6f15a00fc7dd19cda63:
> 
>   Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND (2017-11-17 16:37:26 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to cd5f33e5fc832effd70866fccd629046a6dac265:
> 
>   ubi: no NULL check needed before kmem_cache_destroy (2017-11-20 10:13:42 +0100)
> 

Applied to u-boot/master, thanks!