All of lore.kernel.org
 help / color / mirror / Atom feed
From: "M. Vefa Bicakci" <m.v.b@runbox.com>
To: Sasha Levin <sashal@kernel.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>, stable@vger.kernel.org
Subject: Re: [PATCH v2] kconfig: Clear "written" flag to avoid data loss
Date: Sat, 3 Aug 2019 13:14:19 -0400	[thread overview]
Message-ID: <20190803131419.394911de@runbox.com> (raw)
In-Reply-To: <20190803132212.1849D2075C@mail.kernel.org>

On Sat, 03 Aug 2019 13:22:11 +0000
Sasha Levin <sashal@kernel.org> wrote:

> Hi,
> 
> [This is an automated email]

Hello,

Sorry about the late reply.
 
> This commit has been processed because it contains a "Fixes:" tag,
> fixing commit: 8e2442a5f86e kconfig: fix missing choice values in
> auto.conf.
> 
> The bot has tested the following trees: v5.2.5, v4.19.63.
> 
> v5.2.5: Build OK!
> v4.19.63: Failed to apply! Possible dependencies:
>     aff11cd983ec ("kconfig: Terminate menu blocks with a comment in
> the generated config")
> 
> 
> NOTE: The patch will not be queued to stable trees until it is
> upstream.
> 
> How should we proceed with this patch?

The merge conflict is a very minor one involving the difference between
the following two code blocks:

v4.19.y
	const char *str;
	char dirname[PATH_MAX+1], tmpname[PATH_MAX+22],
	newname[PATH_MAX+8]; char *env;

next/master (and v5.2.y)
	const char *str;
	char tmpname[PATH_MAX + 1], oldname[PATH_MAX + 1];
	char *env;
	bool need_newline = false;

This patch inserts the variable "int i;" between "char *env;" and
"bool need_newline = false;", but this does not work due to v4.19.y not
having the same context.

> --
> Thanks,
> Sasha

Thank you,

Vefa

  reply	other threads:[~2019-08-03 17:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-12  6:07 [PATCH] kconfig: fix missing choice values in auto.conf Masahiro Yamada
2019-07-12 10:59 ` Joonas Kylmälä
2019-08-02 23:52 ` M. Vefa Bicakci
2019-08-03  2:32   ` Masahiro Yamada
2019-08-03 10:02     ` [PATCH v2] kconfig: Clear "written" flag to avoid data loss M. Vefa Bicakci
2019-08-03 13:22       ` Sasha Levin
2019-08-03 17:14         ` M. Vefa Bicakci [this message]
2019-08-05  2:08         ` yamada.masahiro
2019-08-05  2:25         ` yamada.masahiro
2019-08-04  3:50       ` Masahiro Yamada

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=20190803131419.394911de@runbox.com \
    --to=m.v.b@runbox.com \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=yamada.masahiro@socionext.com \
    /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.