All of lore.kernel.org
 help / color / mirror / Atom feed
From: clabbe@baylibre.com (LABBE Corentin)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH v2 0/2] ARC: rework U-boot arguments handling
Date: Fri, 15 Feb 2019 12:12:27 +0100	[thread overview]
Message-ID: <20190215111227.GA24034@Red> (raw)
In-Reply-To: <20190214150745.18773-1-Eugeniy.Paltsev@synopsys.com>

On Thu, Feb 14, 2019@06:07:43PM +0300, Eugeniy Paltsev wrote:
> Reworking U-boot args handling and enable uboot support
> unconditionally.
> 
> Changes v1->v2:
>  * Drop magic number check [in this patch series]
>  * Keep comment about cndline appending
> 
> Changes RFC->v1:
>  * Don't add new ABI contract between kernel and uboot
>  * Eliminate CONFIG_ARC_UBOOT_SUPPORT Kconfig option and
>    enable uboot support unconditionally
>  * Skip invalid U-boot args instead of panic
>  * Check existing U-boot magic value
>  * Improve uboot_arg validating
>  * Minor code changes
> 
> Eugeniy Paltsev (2):
>   ARC: U-boot: check arguments paranoidly
>   ARC: enable uboot support unconditionally
> 
>  arch/arc/Kconfig                        | 12 -----
>  arch/arc/configs/nps_defconfig          |  1 -
>  arch/arc/configs/vdk_hs38_defconfig     |  1 -
>  arch/arc/configs/vdk_hs38_smp_defconfig |  2 -
>  arch/arc/kernel/head.S                  |  7 ++-
>  arch/arc/kernel/setup.c                 | 96 +++++++++++++++++++++++----------
>  6 files changed, 70 insertions(+), 49 deletions(-)
> 
> -- 
> 2.14.5
> 

Hello

Tested-by: Corentin LABBE <clabbe at baylibre.com>

It worked on our LAVA lab  along with my "arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM" patch.

Regards

WARNING: multiple messages have this Message-ID (diff)
From: LABBE Corentin <clabbe@baylibre.com>
To: Eugeniy Paltsev <eugeniy.paltsev@synopsys.com>
Cc: linux-snps-arc@lists.infradead.org,
	Vineet Gupta <vineet.gupta1@synopsys.com>,
	linux-kernel@vger.kernel.org,
	Alexey Brodkin <alexey.brodkin@synopsys.com>,
	khilman@baylibre.com
Subject: Re: [PATCH v2 0/2] ARC: rework U-boot arguments handling
Date: Fri, 15 Feb 2019 12:12:27 +0100	[thread overview]
Message-ID: <20190215111227.GA24034@Red> (raw)
In-Reply-To: <20190214150745.18773-1-Eugeniy.Paltsev@synopsys.com>

On Thu, Feb 14, 2019 at 06:07:43PM +0300, Eugeniy Paltsev wrote:
> Reworking U-boot args handling and enable uboot support
> unconditionally.
> 
> Changes v1->v2:
>  * Drop magic number check [in this patch series]
>  * Keep comment about cndline appending
> 
> Changes RFC->v1:
>  * Don't add new ABI contract between kernel and uboot
>  * Eliminate CONFIG_ARC_UBOOT_SUPPORT Kconfig option and
>    enable uboot support unconditionally
>  * Skip invalid U-boot args instead of panic
>  * Check existing U-boot magic value
>  * Improve uboot_arg validating
>  * Minor code changes
> 
> Eugeniy Paltsev (2):
>   ARC: U-boot: check arguments paranoidly
>   ARC: enable uboot support unconditionally
> 
>  arch/arc/Kconfig                        | 12 -----
>  arch/arc/configs/nps_defconfig          |  1 -
>  arch/arc/configs/vdk_hs38_defconfig     |  1 -
>  arch/arc/configs/vdk_hs38_smp_defconfig |  2 -
>  arch/arc/kernel/head.S                  |  7 ++-
>  arch/arc/kernel/setup.c                 | 96 +++++++++++++++++++++++----------
>  6 files changed, 70 insertions(+), 49 deletions(-)
> 
> -- 
> 2.14.5
> 

Hello

Tested-by: Corentin LABBE <clabbe@baylibre.com>

It worked on our LAVA lab  along with my "arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM" patch.

Regards

  parent reply	other threads:[~2019-02-15 11:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-14 15:07 [PATCH v2 0/2] ARC: rework U-boot arguments handling Eugeniy Paltsev
2019-02-14 15:07 ` Eugeniy Paltsev
2019-02-14 15:07 ` [PATCH v2 1/2] ARC: U-boot: check arguments paranoidly Eugeniy Paltsev
2019-02-14 15:07   ` Eugeniy Paltsev
2019-02-15 23:55   ` Vineet Gupta
2019-02-15 23:55     ` Vineet Gupta
2019-02-14 15:07 ` [PATCH v2 2/2] ARC: enable uboot support unconditionally Eugeniy Paltsev
2019-02-14 15:07   ` Eugeniy Paltsev
2019-07-18 20:51   ` Alexey Brodkin
2019-07-18 20:51     ` Alexey Brodkin
2019-08-02  7:40     ` Greg Kroah-Hartman
2019-08-02  7:40       ` Greg Kroah-Hartman
2019-08-02 16:25       ` Alexey Brodkin
2019-08-02 16:25         ` Alexey Brodkin
2019-08-05 11:17         ` Greg Kroah-Hartman
2019-08-05 11:17           ` Greg Kroah-Hartman
2019-02-15 11:12 ` LABBE Corentin [this message]
2019-02-15 11:12   ` [PATCH v2 0/2] ARC: rework U-boot arguments handling LABBE Corentin

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=20190215111227.GA24034@Red \
    --to=clabbe@baylibre.com \
    --cc=linux-snps-arc@lists.infradead.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.