* backport devcoredump
@ 2015-09-09 8:33 Arend van Spriel
2015-09-09 8:49 ` Johannes Berg
0 siblings, 1 reply; 7+ messages in thread
From: Arend van Spriel @ 2015-09-09 8:33 UTC (permalink / raw)
To: Johannes Berg; +Cc: backports@vger.kernel.org
Hi Johannes,
I noticed that devcoredump has been added to backports project through
backport-adjustment patch. brcmfmac now select WANT_DEV_COREDUMP.
However, when I run gentree.py the devcoredump patch is not applied.
Also Kconfig of brcm80211 still shows WANT_DEV_COREDUMP. I tried
changing it to BPAUTO_WANT_DEV_COREDUMP, but that did not help.
CC [M]
/iscsi/arend/git/brcm80211-backport/drivers/net/wireless/brcm80211/brcmfmac/debug.o
/iscsi/arend/git/brcm80211-backport/drivers/net/wireless/brcm80211/brcmfmac/debug.c:19:31:
fatal error: linux/devcoredump.h: No such file or directory
#include <linux/devcoredump.h>
^
compilation terminated.
Regards,
Arend
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: backport devcoredump
2015-09-09 8:33 backport devcoredump Arend van Spriel
@ 2015-09-09 8:49 ` Johannes Berg
2015-09-09 12:03 ` Arend van Spriel
0 siblings, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2015-09-09 8:49 UTC (permalink / raw)
To: Arend van Spriel; +Cc: backports@vger.kernel.org
On Wed, 2015-09-09 at 10:33 +0200, Arend van Spriel wrote:
> Hi Johannes,
>
> I noticed that devcoredump has been added to backports project
> through
> backport-adjustment patch. brcmfmac now select WANT_DEV_COREDUMP.
> However, when I run gentree.py the devcoredump patch is not applied.
> Also Kconfig of brcm80211 still shows WANT_DEV_COREDUMP.
That's strange.
I guess I'll need to run that - are you using a special copy-list?
johannes
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: backport devcoredump
2015-09-09 8:49 ` Johannes Berg
@ 2015-09-09 12:03 ` Arend van Spriel
2015-09-09 12:30 ` Johannes Berg
0 siblings, 1 reply; 7+ messages in thread
From: Arend van Spriel @ 2015-09-09 12:03 UTC (permalink / raw)
To: Johannes Berg; +Cc: backports@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 555 bytes --]
On 09/09/2015 10:49 AM, Johannes Berg wrote:
> On Wed, 2015-09-09 at 10:33 +0200, Arend van Spriel wrote:
>> Hi Johannes,
>>
>> I noticed that devcoredump has been added to backports project
>> through
>> backport-adjustment patch. brcmfmac now select WANT_DEV_COREDUMP.
>> However, when I run gentree.py the devcoredump patch is not applied.
>> Also Kconfig of brcm80211 still shows WANT_DEV_COREDUMP.
>
> That's strange.
>
> I guess I'll need to run that - are you using a special copy-list?
I do and maybe that is causing it. I attached it.
Gr. AvS
[-- Attachment #2: copy-list --]
[-- Type: text/plain, Size: 1499 bytes --]
#
# This file specifies which sources are copied from the kernel
# into the backports package.
#
# Directories must end with a slash (e.g. "net/wireless/") and
# are then copied with all their contents.
#
# It is also possible to rename while copying, to do so list
# old name -> new name
# Note that in this case the spaces are needed: " -> "
#
COPYING
MAINTAINERS
include/linux/unaligned/
include/linux/hashtable.h
# 802.11
drivers/net/wireless/Kconfig
drivers/net/wireless/Makefile
include/linux/wireless.h
include/uapi/linux/wireless.h
include/linux/ieee80211.h
include/linux/pci_ids.h
include/uapi/linux/pci_regs.h
include/linux/mmc/sdio_ids.h
include/linux/ath9k_platform.h
include/uapi/linux/wil6210_uapi.h
include/linux/wl12xx.h
include/linux/rndis.h
include/linux/bcm47xx_wdt.h
include/linux/usb/usbnet.h
include/linux/usb/rndis_host.h
include/linux/spi/libertas_spi.h
include/linux/platform_data/brcmfmac-sdio.h
include/uapi/linux/nl80211.h
include/net/cfg80211.h
include/net/cfg80211-wext.h
include/net/ieee80211_radiotap.h
include/net/lib80211.h
include/net/mac80211.h
include/net/regulatory.h
net/Makefile
net/Kconfig
net/wireless/
net/mac80211/
include/linux/ssb/
drivers/bcma/
include/linux/bcma/
include/linux/bcm47xx_nvram.h
drivers/net/wireless/brcm80211/
include/net/netns/ieee802154_6lowpan.h
# MPLS labels, checked on skb->protocol on the
# respective 802 family, only ethernet seems to use
# this right now, see 960d97f95
include/linux/mpls.h
include/uapi/linux/mpls.h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: backport devcoredump
2015-09-09 12:03 ` Arend van Spriel
@ 2015-09-09 12:30 ` Johannes Berg
2015-09-09 12:39 ` Arend van Spriel
0 siblings, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2015-09-09 12:30 UTC (permalink / raw)
To: Arend van Spriel; +Cc: backports@vger.kernel.org
On Wed, 2015-09-09 at 14:03 +0200, Arend van Spriel wrote:
>
> > I guess I'll need to run that - are you using a special copy-list?
>
> I do and maybe that is causing it. I attached it.
>
Unlikely. However, I can't reproduce your issue - if I just add "select
WANT_DEV_COREDUMP" to your driver (brcmsmac) in my tree and compile
with that I do get it enabled.
Can you share your driver changes for it?
johannes
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: backport devcoredump
2015-09-09 12:30 ` Johannes Berg
@ 2015-09-09 12:39 ` Arend van Spriel
2015-09-09 13:37 ` Arend van Spriel
0 siblings, 1 reply; 7+ messages in thread
From: Arend van Spriel @ 2015-09-09 12:39 UTC (permalink / raw)
To: Johannes Berg; +Cc: backports@vger.kernel.org
On 09/09/2015 02:30 PM, Johannes Berg wrote:
> On Wed, 2015-09-09 at 14:03 +0200, Arend van Spriel wrote:
>>
>>> I guess I'll need to run that - are you using a special copy-list?
>>
>> I do and maybe that is causing it. I attached it.
>>
>
> Unlikely. However, I can't reproduce your issue - if I just add "select
> WANT_DEV_COREDUMP" to your driver (brcmsmac) in my tree and compile
> with that I do get it enabled.
Thanks for checking.
> Can you share your driver changes for it?
I will dig a bit deeper here. It must be something trivial. If I run
with backports/master I do get drivers-base-devcoredump.c in compat
folder so it must be in my branch which includes the copy-list change.
Gr. AvS
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: backport devcoredump
2015-09-09 12:39 ` Arend van Spriel
@ 2015-09-09 13:37 ` Arend van Spriel
2015-09-09 13:54 ` Johannes Berg
0 siblings, 1 reply; 7+ messages in thread
From: Arend van Spriel @ 2015-09-09 13:37 UTC (permalink / raw)
To: Johannes Berg; +Cc: backports@vger.kernel.org
On 09/09/2015 02:39 PM, Arend van Spriel wrote:
> On 09/09/2015 02:30 PM, Johannes Berg wrote:
>> On Wed, 2015-09-09 at 14:03 +0200, Arend van Spriel wrote:
>>>
>>>> I guess I'll need to run that - are you using a special copy-list?
>>>
>>> I do and maybe that is causing it. I attached it.
>>>
>>
>> Unlikely. However, I can't reproduce your issue - if I just add "select
>> WANT_DEV_COREDUMP" to your driver (brcmsmac) in my tree and compile
>> with that I do get it enabled.
I guess the WANT_DEV_COREDUMP must be in the source tree to generate
drivers-base-devcoredump.c etc. I used backports generated tree using my
copy-list so not driver selects WANT_DEV_COREDUMP, because I applied the
brcmfmac devcoredump patch on the backports generated tree.
Gr. AvS
> Thanks for checking.
>
>> Can you share your driver changes for it?
>
> I will dig a bit deeper here. It must be something trivial. If I run
> with backports/master I do get drivers-base-devcoredump.c in compat
> folder so it must be in my branch which includes the copy-list change.
>
> Gr. AvS
>
> --
> To unsubscribe from this list: send the line "unsubscribe backports" in
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: backport devcoredump
2015-09-09 13:37 ` Arend van Spriel
@ 2015-09-09 13:54 ` Johannes Berg
0 siblings, 0 replies; 7+ messages in thread
From: Johannes Berg @ 2015-09-09 13:54 UTC (permalink / raw)
To: Arend van Spriel; +Cc: backports@vger.kernel.org
> I guess the WANT_DEV_COREDUMP must be in the source tree to generate
> drivers-base-devcoredump.c etc. I used backports generated tree using
> my copy-list so not driver selects WANT_DEV_COREDUMP, because I
> applied the brcmfmac devcoredump patch on the backports generated
> tree.
>
Yes, I think you're right - I changed that at some point because I
explicitly didn't want all the unused requirements to be pulled in.
johannes
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-09-09 13:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 8:33 backport devcoredump Arend van Spriel
2015-09-09 8:49 ` Johannes Berg
2015-09-09 12:03 ` Arend van Spriel
2015-09-09 12:30 ` Johannes Berg
2015-09-09 12:39 ` Arend van Spriel
2015-09-09 13:37 ` Arend van Spriel
2015-09-09 13:54 ` Johannes Berg
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.