All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@kernel.org>
To: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Cc: Kevin Hilman <khilman@kernel.org>,
	Grant Likely <grant.likely@linaro.org>,
	Rob Herring <robherring2@gmail.com>,
	Bjorn Helgaas <bhelgaas@google.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Pantelis Antoniou <pantelis.antoniou@konsulko.com>,
	Wolfram Sang <wsa@the-dreams.de>, Rob Herring <robh@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Tyler Baker <tyler.baker@linaro.org>,
	Olof Johansson <olof@lixom.net>
Subject: Re: [PATCH 2/2] drivercore: Fix unregistration path of platform devices
Date: Wed, 10 Jun 2015 07:38:32 -0700	[thread overview]
Message-ID: <CAMAWPa-bGwVCnmv=H=8Zo-NCw-nOFBj3-XcVvb-0m0sNYtPO7g@mail.gmail.com> (raw)
In-Reply-To: <CAPybu_24X0zZJv6D9i4YM_r7azdnjYrRH=V+p_ong2cFKNrF1w@mail.gmail.com>

On Wed, Jun 10, 2015 at 12:11 AM, Ricardo Ribalda Delgado
<ricardo.ribalda@gmail.com> wrote:
> Hi Kevin, Hi Grant, Hi Greg
>
> Although I do not agree with everything exposed by Grant, I understand
> his concerns as a Maintainer with future support of the code. Also
> there is no point in wasting more energy in discussing than in coding.
>
> So, in order to make everybody life a bit easier I think a good plan here is:
>
> 1) revert the whole serie :(

IMO, the should be done ASAP so these failures are not masking other
problems.   So Greg doesn't have to wade through this whole thread to
figure out which patches to revert, I'd recommend sending him the list
of commits to revert.

At this stage of the cycle (merge window opening soon, maintainers
trying to stabilize their stuff for Linus) we want to see linux-next
approaching some level of stability.

Kevin

  parent reply	other threads:[~2015-06-10 14:38 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-07 14:20 [PATCH 0/2] Fix oops in platform_device resource unregister Grant Likely
2015-06-07 14:20 ` [PATCH 1/2] of/unittest: Show broken behaviour in the platform bus Grant Likely
2015-06-07 14:20   ` Grant Likely
2015-06-08 20:16   ` Rob Herring
2015-06-09 11:05     ` Grant Likely
2015-06-15 16:45   ` Wolfram Sang
2015-06-15 16:45     ` Wolfram Sang
2015-06-07 14:20 ` [PATCH 2/2] drivercore: Fix unregistration path of platform devices Grant Likely
2015-06-07 14:20   ` Grant Likely
2015-06-07 18:13   ` Ricardo Ribalda Delgado
2015-06-08  8:14     ` Pantelis Antoniou
2015-06-08  8:14       ` Pantelis Antoniou
2015-06-08  8:42       ` Ricardo Ribalda Delgado
2015-06-08 18:47     ` Grant Likely
2015-06-08 18:47       ` Grant Likely
2015-06-08 20:09       ` Ricardo Ribalda Delgado
2015-06-08 20:09         ` Ricardo Ribalda Delgado
2015-06-08 20:47         ` Ricardo Ribalda Delgado
2015-06-08 20:47           ` Ricardo Ribalda Delgado
2015-06-09 11:00         ` Grant Likely
2015-06-09 11:00           ` Grant Likely
2015-06-10  0:22           ` Kevin Hilman
2015-06-10  0:22             ` Kevin Hilman
2015-06-10  7:11             ` Ricardo Ribalda Delgado
2015-06-10 14:03               ` Rob Herring
2015-06-16  7:58                 ` Tony Lindgren
2015-06-16  7:58                   ` Tony Lindgren
2015-06-10 14:38               ` Kevin Hilman [this message]
2015-06-10 14:46                 ` Ricardo Ribalda Delgado
2015-06-10 14:46                   ` Ricardo Ribalda Delgado
2015-06-10 15:34                   ` Greg Kroah-Hartman
2015-06-10 15:40                   ` Greg Kroah-Hartman
2015-06-10 17:11                     ` Grant Likely
2015-06-10 17:12                       ` Pantelis Antoniou
2015-06-10 17:12                         ` Pantelis Antoniou
2015-06-10 23:38                       ` Wolfram Sang
2015-06-10 23:38                         ` Wolfram Sang
2015-06-12 14:00   ` Ricardo Ribalda Delgado
2015-06-12 14:00     ` Ricardo Ribalda Delgado
2015-06-15 16:46   ` Wolfram Sang
2015-06-15 16:46     ` Wolfram Sang
2015-06-23 17:12     ` Ricardo Ribalda Delgado
2015-06-23 17:12       ` Ricardo Ribalda Delgado
2015-07-16 20:33       ` Ricardo Ribalda Delgado
2015-08-22 12:57         ` Ricardo Ribalda Delgado
2015-08-22 12:57           ` Ricardo Ribalda Delgado
2015-08-23 21:52         ` Rob Herring
2015-08-23 21:52           ` Rob Herring
2015-08-23 21:58           ` Ricardo Ribalda Delgado

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='CAMAWPa-bGwVCnmv=H=8Zo-NCw-nOFBj3-XcVvb-0m0sNYtPO7g@mail.gmail.com' \
    --to=khilman@kernel.org \
    --cc=bhelgaas@google.com \
    --cc=devicetree@vger.kernel.org \
    --cc=grant.likely@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=pantelis.antoniou@konsulko.com \
    --cc=ricardo.ribalda@gmail.com \
    --cc=robh@kernel.org \
    --cc=robherring2@gmail.com \
    --cc=tyler.baker@linaro.org \
    --cc=wsa@the-dreams.de \
    /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.