mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	devel@driverdev.osuosl.org
Cc: linux-kernel@vger.kernel.org,
	"David Daney" <ddaney@caviumnetworks.com>,
	"David S. Miller" <davem@davemloft.net>,
	"Matthew Wilcox (Oracle)" <willy@infradead.org>,
	YueHaibing <yuehaibing@huawei.com>,
	"Aaro Koskinen" <aaro.koskinen@iki.fi>,
	"Wambui Karuga" <wambui.karugax@gmail.com>,
	"Julia Lawall" <julia.lawall@lip6.fr>,
	"Florian Westphal" <fw@strlen.de>,
	"Geert Uytterhoeven" <geert@linux-m68k.org>,
	"Branden Bonaby" <brandonbonaby94@gmail.com>,
	"Petr Štetiar" <ynezz@true.cz>,
	"Sandro Volery" <sandro@volery.com>,
	"Paul Burton" <paulburton@kernel.org>,
	"Dan Carpenter" <dan.carpenter@oracle.com>,
	"Giovanni Gherdovich" <bobdc9664@seznam.cz>,
	"Valery Ivanov" <ivalery111@gmail.com>
Subject: Re: [PATCH 1/2] staging: octeon: delete driver
Date: Tue, 10 Dec 2019 02:42:14 -0800	[thread overview]
Message-ID: <6f934497-0635-7aa0-e7d5-ed2c4cc48d2d@roeck-us.net> (raw)
In-Reply-To: <20191210091509.3546251-1-gregkh@linuxfoundation.org>

On 12/10/19 1:15 AM, Greg Kroah-Hartman wrote:
> This driver has been in the tree since 2009 with no real movement to get
> it out.  Now it is starting to cause build issues and other problems for
> people who want to fix coding style problems, but can not actually build
> it.
> 
> As nothing is happening here, just delete the module entirely.
> 
> Reported-by: Guenter Roeck <linux@roeck-us.net>
> Cc: David Daney <ddaney@caviumnetworks.com>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Cc: YueHaibing <yuehaibing@huawei.com>
> Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
> Cc: Wambui Karuga <wambui.karugax@gmail.com>
> Cc: Julia Lawall <julia.lawall@lip6.fr>
> Cc: Florian Westphal <fw@strlen.de>
> Cc: Geert Uytterhoeven <geert@linux-m68k.org>
> Cc: Branden Bonaby <brandonbonaby94@gmail.com>
> Cc: "Petr Štetiar" <ynezz@true.cz>
> Cc: Sandro Volery <sandro@volery.com>
> Cc: Paul Burton <paulburton@kernel.org>
> Cc: Dan Carpenter <dan.carpenter@oracle.com>
> Cc: Giovanni Gherdovich <bobdc9664@seznam.cz>
> Cc: Valery Ivanov <ivalery111@gmail.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Acked-by: Guenter Roeck <linux@roeck-us.net>

  parent reply	other threads:[~2019-12-10 10:42 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-10  9:15 Greg Kroah-Hartman
2019-12-10  9:15 ` [PATCH 2/2] staging: octeon-usb: delete the octeon usb host controller driver Greg Kroah-Hartman
2019-12-10 19:31   ` Aaro Koskinen
2019-12-10 20:19     ` Greg Kroah-Hartman
2019-12-10 21:27       ` Aaro Koskinen
2019-12-11  7:42         ` Greg Kroah-Hartman
2020-02-04  4:06   ` Chris Packham
2020-02-04  7:15     ` gregkh
2020-02-04  7:21       ` Dan Carpenter
2019-12-10 10:42 ` Guenter Roeck [this message]
2020-02-04  4:02   ` [PATCH 1/2] staging: octeon: delete driver Chris Packham
2020-02-04  7:09     ` gregkh
2020-02-04 20:06       ` Chris Packham
2020-02-04 20:31         ` Matthew Wilcox
2020-02-04 22:53           ` gregkh
2020-02-05  3:34           ` Dan Carpenter
2020-02-05  3:44             ` Matthew Wilcox
2020-02-05  3:56             ` Guenter Roeck
2020-02-05  9:03               ` Geert Uytterhoeven
2020-02-05 13:52                 ` Guenter Roeck
2020-02-06  8:18                   ` Geert Uytterhoeven
2019-12-10 11:40 ` Sandro Volery
2019-12-10 12:01   ` Greg Kroah-Hartman
2019-12-10 12:54     ` Sandro Volery
2019-12-10 19:46     ` Aaro Koskinen
2019-12-10 20:15       ` Guenter Roeck
2019-12-10 21:48         ` Aaro Koskinen
2019-12-10 22:48           ` Guenter Roeck
2019-12-11  7:22           ` Dan Carpenter

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=6f934497-0635-7aa0-e7d5-ed2c4cc48d2d@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=aaro.koskinen@iki.fi \
    --cc=bobdc9664@seznam.cz \
    --cc=brandonbonaby94@gmail.com \
    --cc=dan.carpenter@oracle.com \
    --cc=davem@davemloft.net \
    --cc=ddaney@caviumnetworks.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=fw@strlen.de \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=ivalery111@gmail.com \
    --cc=julia.lawall@lip6.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulburton@kernel.org \
    --cc=sandro@volery.com \
    --cc=wambui.karugax@gmail.com \
    --cc=willy@infradead.org \
    --cc=ynezz@true.cz \
    --cc=yuehaibing@huawei.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 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®