From: Greg KH <greg@kroah•com>
To: Larry Finger <Larry.Finger@lwfinger•net>
Cc: Stephen Rothwell <sfr@canb•auug.org.au>,
linux-next@vger•kernel.org, linux-kernel@vger•kernel.org,
wlanfae <wlanfae@realtek•com>, Jiri Pirko <jpirko@redhat•com>,
David Miller <davem@davemloft•net>,
netdev@vger•kernel.org
Subject: Re: linux-next: build failure after merge of the staging tree
Date: Thu, 25 Aug 2011 08:39:07 -0700 [thread overview]
Message-ID: <20110825153907.GA31018@kroah.com> (raw)
In-Reply-To: <4E55DA8C.10102@lwfinger.net>
On Thu, Aug 25, 2011 at 12:15:56AM -0500, Larry Finger wrote:
> On 08/25/2011 12:02 AM, Stephen Rothwell wrote:
> >Hi Greg,
> >
> >After merging the staging tree, today's linux-next build (x86_64
> >allmodconfig) failed like this:
> >
> >drivers/staging/rtl8192e/rtl_core.c:2917:2: error: unknown field 'ndo_set_multicast_list' specified in initializer
> >
> >Caused by commit 94a799425eee ("From: wlanfae<wlanfae@realtek•com>" -
> >really "[PATCH 1/8] rtl8192e: Import new version of driver from realtek"
> >Larry, that patch was badly imported ...) interacting with commit
> >b81693d9149c ("net: remove ndo_set_multicast_list callback") from the net
> >tree.
> >
> >I applied the following patch (which seems to be what was done to the
> >other drivers in the net tree - there is probably more required):
> >
> >From: Stephen Rothwell<sfr@canb•auug.org.au>
> >Date: Thu, 25 Aug 2011 14:57:55 +1000
> >Subject: [PATCH] rtl8192e: update for ndo_set_multicast_list removal.
> >
> >Signed-off-by: Stephen Rothwell<sfr@canb•auug.org.au>
> >---
> > drivers/staging/rtl8192e/rtl_core.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> >diff --git a/drivers/staging/rtl8192e/rtl_core.c b/drivers/staging/rtl8192e/rtl_core.c
> >index f8a13d9..b38f626 100644
> >--- a/drivers/staging/rtl8192e/rtl_core.c
> >+++ b/drivers/staging/rtl8192e/rtl_core.c
> >@@ -2914,7 +2914,7 @@ static const struct net_device_ops rtl8192_netdev_ops = {
> > .ndo_stop = rtl8192_close,
> > .ndo_tx_timeout = rtl8192_tx_timeout,
> > .ndo_do_ioctl = rtl8192_ioctl,
> >- .ndo_set_multicast_list = r8192_set_multicast,
> >+ .ndo_set_rx_mode = r8192_set_multicast,
> > .ndo_set_mac_address = r8192_set_mac_adr,
> > .ndo_validate_addr = eth_validate_addr,
> > .ndo_change_mtu = eth_change_mtu,
>
> Stephan,
>
> Thanks for the notice. It seems that commit b81693d9149c had not
> made it into my copy of staging. I'll look into the issue.
It wouldn't ever make it there, as that's coming from the net-next tree,
so this will have to wait until stuff merges together in Linus's tree.
thanks,
greg k-h
next prev parent reply other threads:[~2011-08-25 15:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-25 5:02 linux-next: build failure after merge of the staging tree Stephen Rothwell
2011-08-25 5:15 ` Larry Finger
2011-08-25 15:39 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-16 3:52 Stephen Rothwell
2021-08-16 5:24 ` Greg KH
2021-08-16 15:10 ` Greg KH
2021-08-16 21:46 ` Stephen Rothwell
2015-06-03 7:16 Stephen Rothwell
2015-06-03 7:23 ` Johannes Berg
2011-07-06 5:02 Stephen Rothwell
2011-07-06 15:12 ` Greg KH
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=20110825153907.GA31018@kroah.com \
--to=greg@kroah$(echo .)com \
--cc=Larry.Finger@lwfinger$(echo .)net \
--cc=davem@davemloft$(echo .)net \
--cc=jpirko@redhat$(echo .)com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=sfr@canb$(echo .)auug.org.au \
--cc=wlanfae@realtek$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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