Re: [git.k.o] gitweb->cgit: Re-add Git snapshot tarball feature

2013-03-03 Thread Arend van Spriel
On 03/03/13 12:34, Sedat Dilek wrote: Hi, unfortunately, the Git snapshot tarball feature was dropped when switching from gitweb->cgit interface. Just curious. I am looking at gitweb and cgit for our internal repositories and still deciding so I would like to know what "your" main motivation

Re: checkpatch bailing out

2013-03-02 Thread Arend van Spriel
On 03/02/13 14:07, Joe Perches wrote: On Sat, 2013-03-02 at 13:02 +0100, Arend van Spriel wrote: With my laptop being broken I have to work on a server provided by my employer and I am preparing some patches for submission. So I intended to run checkpatch, but I get the following message after

checkpatch bailing out

2013-03-02 Thread Arend van Spriel
With my laptop being broken I have to work on a server provided by my employer and I am preparing some patches for submission. So I intended to run checkpatch, but I get the following message after which the script bails out: $ git format-patch -1 --stdout | scripts/checkpatch.pl - Nested quan

Re: linux-next: Tree for Feb 15

2013-02-15 Thread Arend van Spriel
On 02/15/2013 08:42 AM, Stephen Rothwell wrote: > Hi all, > > News: Yesterday was the 5th anniversary of linux-next! I can't > believe I am still doing this :-) Was it a big celebration? ;-) Keep up the good work. Gr. AvS -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [ 61/61] drm/nouveau: add lockdep annotations

2013-02-13 Thread Arend van Spriel
On 02/13/2013 10:43 AM, Ben Skeggs wrote: > On Wed, 2013-02-13 at 10:33 +0100, Arend van Spriel wrote: >> On 02/13/2013 04:35 AM, Peter Hurley wrote: >>> On Tue, 2013-02-12 at 12:35 -0800, Greg Kroah-Hartman wrote: >>>> 3.7-stable review patch. If anyone has any

Re: [ 61/61] drm/nouveau: add lockdep annotations

2013-02-13 Thread Arend van Spriel
On 02/13/2013 04:35 AM, Peter Hurley wrote: > On Tue, 2013-02-12 at 12:35 -0800, Greg Kroah-Hartman wrote: >> 3.7-stable review patch. If anyone has any objections, please let me know. > > FWIW, I never saw this on 3.7 but it happened 1st time on 3.8-rcX > I haven't tested this fix either. Dito.

Re: Wifi basics documents

2013-02-08 Thread Arend van Spriel
On 02/08/2013 10:53 AM, sl reddy wrote: > any successions will be helpful for me My *suggestion* would be: http://wireless.kernel.org/en/developers/Documentation For what it is worth, below is some terrible ascii art. Gr. AvS Fullmac model: user-space (libnl)

Re: Wifi basics documents

2013-02-08 Thread Arend van Spriel
On 02/08/2013 07:55 AM, Onteddu Slreddy wrote: > Hello All, > > > I recently joined this group the group. > > Can anybody suggest me places where I can get Documents which will explain > wifi Architecture in brief i would like to know details like > > In Linux for embedded systems: > W

Re: [PATCH] drivers: net: Remove remaining alloc/OOM messages

2013-02-07 Thread Arend van Spriel
> Removed now unused stack variables. > Removed unnecessary parentheses. > Neatened alignment. for brcm80211 driver files listed below: Acked-by: Arend van Spriel > Signed-off-by: Joe Perches > --- > Let me know if you want multiple small patches instead. > > drivers/ne

Re: [PATCH wireless-next] brcmsmac: avoid 512 byte stack variable

2013-02-07 Thread Arend van Spriel
x27; puts 512 bytes on stack > > Cc: Brett Rudley > Cc: Arend van Spriel > Cc: "Franky (Zhenhui) Lin" > Cc: Hante Meuleman > Cc: "John W. Linville" > Cc: Seth Forshee > Cc: Pieter-Paul Giesberts > Cc: Hauke Mehrtens > Cc: linux-wirel...@vger

Re: [PATCH wireless-next] brcmsmac: avoid 512 byte stack variable

2013-02-07 Thread Arend van Spriel
On 02/07/2013 09:19 PM, Joe Perches wrote: > On Thu, 2013-02-07 at 13:13 -0700, Tim Gardner wrote: >> Dynamically allocate the probe response template which >> avoids potential stack corruption. Observed with smatch: > > trivial: > >> diff --git a/drivers/net/wireless/brcm80211/brcmsmac/main.c >

Re: [PATCH wireless-next] brcmsmac: fix u16 overflow warning

2013-02-07 Thread Arend van Spriel
uot; > Cc: Pieter-Paul Giesberts > Cc: Seth Forshee > Cc: Hauke Mehrtens > Cc: linux-wirel...@vger.kernel.org > Cc: brcm80211-dev-l...@broadcom.com > Cc: net...@vger.kernel.org Acked-by: Arend van Spriel > Signed-off-by: Tim Gardner > --- > drivers/net/wireless/brcm80

Re: listing drivers

2013-01-23 Thread Arend van Spriel
On 01/23/2013 04:30 PM, Thiago Farina wrote: > Hi, > > On Tue, Jan 22, 2013 at 12:27 PM, Arend van Spriel wrote: >> On 01/22/2013 02:46 PM, Thiago Farina wrote: >>> Hi folks, >>> >>> Is there a way to list the drivers installed/used in my desktop and &g

Re: listing drivers

2013-01-22 Thread Arend van Spriel
On 01/22/2013 02:46 PM, Thiago Farina wrote: > Hi folks, > > Is there a way to list the drivers installed/used in my desktop and > map them (the path) to their source code in the linux kernel tree? This might work for you (if using bash): for m in $(cat /proc/modules | gawk '{ print $1; }');do m

3.8-rc2: lockdep warning in nouveau driver

2013-01-09 Thread Arend van Spriel
Maybe this one is already known, but I did not find a post about it. So here it is. Regards, Arend == [9.422018] usb 1-1.2: new high-speed USB device number 4 using ehci-pci [9.436177] [TTM] Zone kernel: Available gr

3.8-rc1: nouveau: X window session not starting

2013-01-05 Thread Arend van Spriel
Not sure if it is a kernel issue or user-space. Truth is probably somewhere in the middle. It popped up moving to 3.8-rc1 using nouveau. Using nvidia's driver works fine. With nouveau, after entering login credentials in lightDM the user session does not start and I am back at the lightDM login scr

Re: [PATCH] brcmsmac: initialize morepending in brcms_b_recv()

2012-12-23 Thread Arend van Spriel
seems to be invalid except when RXBND is defined as zero, which would make the whole function totally bogus. Would be good to have a WARN_ON(!RXBND) in brcms_b_attach(). I don't like pleasing a compiler with unnecessary initializers but I am also for builds with zero warnings. So... Acked-by:

Re: [PATCH 0/6] drivers: convert struct spinlock to spinlock_t

2012-11-30 Thread Arend van Spriel
On 11/30/2012 09:25 PM, Luis R. Rodriguez wrote: > On Fri, Nov 30, 2012 at 11:18 AM, Luis R. Rodriguez > wrote: >> On Fri, Nov 30, 2012 at 12:38 AM, Arend van Spriel >> wrote: >>> So what is the rationale here. During mainlining our drivers we had to >>> re

Re: [PATCH 0/6] drivers: convert struct spinlock to spinlock_t

2012-11-30 Thread Arend van Spriel
On 11/29/2012 09:45 PM, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > Turns out a few drivers have strayed away from using the > spinlock_t typedef and decided to use struct spinlock > directly. This series converts these drivers to use > spinlock_t. Each change has been compile tested

Re: Streamlining Developer's Certificate of Origin, Signed-off-by tag

2012-11-20 Thread Arend van Spriel
On 11/20/2012 10:16 PM, Alan Cox wrote: On Tue, 20 Nov 2012 12:59:40 -0800 "Luis R. Rodriguez" wrote: Thoughts? Nobody is stopping you putting a copy on a web site. Correct me if I am wrong, but I think what Luis is referring to, is the fact that the 'Developer's Certificate of Origin' is

Re: PROBLEM: REGRESSION in drivers/platform/x86/dell-laptop.c

2012-11-18 Thread Arend van Spriel
ted while RfKill switch is engaged, leading to hang due to partial initialization of hardware. Tested-by: Reviewed-by: Arend van Spriel Reviewed-by: Hante Meuleman Signed-off-by: Piotr Haber Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville Maybe

Re: linux-next: manual merge of the wireless-next tree with the wireless tree

2012-11-15 Thread Arend van Spriel
On 11/15/2012 03:17 AM, Stephen Rothwell wrote: Hi John, Today's linux-next merge of the wireless-next tree got a conflict in drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c between commit d61f978b8f26 ("brcmfmac: fix typo in CONFIG_BRCMISCAN") from the tree and commit f07998959d57 ("brcm

Re: [PATCH -next] wireless: brcmfmac: fix printk format warning

2012-11-13 Thread Arend van Spriel
On 11/13/2012 04:55 PM, Randy Dunlap wrote: On 11/01/2012 12:31 PM, Johannes Berg wrote: On Thu, 2012-11-01 at 19:01 +0100, Arend van Spriel wrote: On 11/01/2012 06:43 PM, Randy Dunlap wrote: From: Randy Dunlap Fix printk format warning for ssid_len, which is a size_t: drivers/net

Re: [PATCH -next] wireless: brcmfmac: fix printk format warning

2012-11-01 Thread Arend van Spriel
On 11/01/2012 08:31 PM, Johannes Berg wrote: > On Thu, 2012-11-01 at 19:01 +0100, Arend van Spriel wrote: >> On 11/01/2012 06:43 PM, Randy Dunlap wrote: >>> From: Randy Dunlap >>> >>> Fix printk format warning for ssid_len, which is a size_t: >>>

Re: [PATCH -next] wireless: brcmfmac: fix printk format warning

2012-11-01 Thread Arend van Spriel
On 11/01/2012 06:43 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Fix printk format warning for ssid_len, which is a size_t: > > drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c:3941:2: warning: format > '%d' expects type 'int', but argument 4 has type 'size_t' > > Signed-off-by: Randy

Re: x86_64: undefined symbol 'mcount' in 3.7-rc1

2012-10-31 Thread Arend van Spriel
On 10/31/2012 07:44 PM, Steven Rostedt wrote: On Wed, 2012-10-17 at 22:23 +0200, Arend van Spriel wrote: Hi Steven, I have nightly test machines upgraded to 3.7-rc1 and on the 64-bit platform I get MODPOST warning on 'mcount'. It is conditionally exported in x8664_ksyms_64

Re: Linux 3.7-rc3

2012-10-30 Thread Arend van Spriel
On 10/30/2012 01:10 AM, Rafael J. Wysocki wrote: On Sunday, October 28, 2012 12:59:49 PM Linus Torvalds wrote: It's been a week, time for -rc3! Nothing particularly stands out here. Lots of small fixes, exemplified by the series of memory leak fixes in usb serial drivers. Just a lot of random s

Re: lockdep info message

2012-10-26 Thread Arend van Spriel
On 10/26/2012 01:25 PM, Peter Zijlstra wrote: On Fri, 2012-10-26 at 12:15 +0200, Arend van Spriel wrote: Hi Peter and/or Ingo, I am working on a driver (brcmfmac) and when unloading it or unplugging the device I get this info message (see below) upon calling cancel_work_sync(). Just wondering

lockdep info message

2012-10-26 Thread Arend van Spriel
Hi Peter and/or Ingo, I am working on a driver (brcmfmac) and when unloading it or unplugging the device I get this info message (see below) upon calling cancel_work_sync(). Just wondering if there is something I need to do in the driver or should it be done in workqueue code. Regards, Arend

Re: [BUG 3.7-rc1] nouveau cli->mutex possible recursive locking detected

2012-10-25 Thread Arend van Spriel
On 10/24/2012 02:45 PM, Arend van Spriel wrote: On 10/24/2012 01:14 PM, Arend van Spriel wrote: On 10/16/2012 02:43 PM, Stanislaw Gruszka wrote: I have this lockdep warning on wireless-testing tree based on 3.7-rc1 (no other patches except wireless bits

Re: [BUG 3.7-rc1] nouveau cli->mutex possible recursive locking detected

2012-10-25 Thread Arend van Spriel
On 10/24/2012 02:45 PM, Arend van Spriel wrote: On 10/24/2012 01:14 PM, Arend van Spriel wrote: On 10/16/2012 02:43 PM, Stanislaw Gruszka wrote: I have this lockdep warning on wireless-testing tree based on 3.7-rc1 (no other patches except wireless bits

Re: [BUG 3.7-rc1] nouveau cli->mutex possible recursive locking detected

2012-10-24 Thread Arend van Spriel
On 10/24/2012 01:14 PM, Arend van Spriel wrote: On 10/16/2012 02:43 PM, Stanislaw Gruszka wrote: I have this lockdep warning on wireless-testing tree based on 3.7-rc1 (no other patches except wireless bits). = Restarting tasks ... done. [ INFO

Re: [BUG 3.7-rc1] nouveau cli->mutex possible recursive locking detected

2012-10-24 Thread Arend van Spriel
On 10/16/2012 02:43 PM, Stanislaw Gruszka wrote: I have this lockdep warning on wireless-testing tree based on 3.7-rc1 (no other patches except wireless bits). = Restarting tasks ... done. [ INFO: possible recursive locking detected ] 3.7.0-rc1-wl+ #2

Re: [PATCH net-next 04/21] wireless: Convert is__ether_addr uses to eth_addr_

2012-10-20 Thread Arend van Spriel
On 10/19/2012 05:55 AM, Joe Perches wrote: Convert the old ether_addr tests to eth_addr_. Adds api consistency. Acked-by: Arend van Spriel Signed-off-by: Joe Perches --- .../net/wireless/brcm80211/brcmfmac/dhd_linux.c|4 ++-- .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c

Re: [PATCH v2 5/5] ARM: tegra: enable brcmfmac in defconfig

2012-09-21 Thread Arend van Spriel
On 09/21/2012 06:19 PM, Stephen Warren wrote: On 09/21/2012 08:39 AM, Arend van Spriel wrote: On 09/21/2012 10:55 AM, Wei Ni wrote: New options enabled: * CFG80211_WEXT: (dependency) * BRCMFMAC: wlan driver, enable as module. Signed-off-by: Wei Ni --- arch/arm/configs/tegra_defconfig

Re: [PATCH v2 5/5] ARM: tegra: enable brcmfmac in defconfig

2012-09-21 Thread Arend van Spriel
On 09/21/2012 10:55 AM, Wei Ni wrote: New options enabled: * CFG80211_WEXT: (dependency) * BRCMFMAC: wlan driver, enable as module. Signed-off-by: Wei Ni --- arch/arm/configs/tegra_defconfig |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/tegra_defc

Re: Out of memory on 3.5 kernels

2012-09-20 Thread Arend van Spriel
Thanks, Nico > just while running, I got the following brcmsmac related error: > > [17336.572558] WARNING: at drivers/net/wireless/brcm80211/brcmsmac/main.c:7968 brcms_c_wait_for_tx_completion+0x99/0xb0 [brcmsmac]() > [17336.572562] Hardware name: MacBookAir4,2 > [17336.572565] Modules linked

Re: Out of memory on 3.5 kernels

2012-09-20 Thread Arend van Spriel
On 09/20/2012 09:32 AM, Nico Schottelius wrote: Hey David, David Rientjes [Wed, Sep 19, 2012 at 11:54:54PM -0700]: >On Thu, 20 Sep 2012, Nico Schottelius wrote: > > >for some time the slab usage is quite high (~3.2 GiB) and whenever I try > >to do a backup with ccollect (which is using rsync),

3.6-rc1: issue with nouveaufb - system hangs

2012-08-29 Thread Arend van Spriel
Not sure if this is a known issue. Running a dell e6410 laptop and after fb log message it seemed to do pretty much nothing. By accident I kept it in that state long enough this time and udev spewed some more info. Not sure if it helps. Gr. AvS [8.844294] [drm] Initialized drm 1.1.0 20060

Re: [PATCH 2/6] brcmfmac: Handling the interrupt in ISR directly for non-OOB

2012-08-27 Thread Arend van Spriel
On 08/27/2012 12:25 PM, Wei Ni wrote: In case of inband interrupts, if we handle the interrupt in dpc thread, two level of thread switching takes place to process wifi interrupts. One in SDHCI driver and the other in Wifi driver. This may cause the system instability. Looking into the sdhci/mmc

Re: v3.6-rc1: modprobe hangs with sdhci failure on dell e6410

2012-08-24 Thread Arend van Spriel
On 08/24/2012 10:24 AM, Arend van Spriel wrote: On 08/23/2012 04:58 PM, Aaron Lu wrote: On Wed, Aug 22, 2012 at 10:11 PM, Arend van Spriel wrote: A quick search using google did not provide clues. Regardless if there is anything inserted the hang occurs. Gr. AvS Also, your .config might be

Re: v3.6-rc1: modprobe hangs with sdhci failure on dell e6410

2012-08-24 Thread Arend van Spriel
On 08/23/2012 04:58 PM, Aaron Lu wrote: On Wed, Aug 22, 2012 at 10:11 PM, Arend van Spriel wrote: A quick search using google did not provide clues. Regardless if there is anything inserted the hang occurs. Gr. AvS Also, your .config might be helpful. True. Here it is. Gr. AvS config

Re: How to get the irq flags from the dts file

2012-08-09 Thread Arend van Spriel
On 08/09/2012 12:43 PM, Wei Ni wrote: > Hi, all > I'm working on tegra wlan upstream issue. > The tegra board use the Broadcom 4329 as wlan device, and the driver is > the brcmfmac. > > This wlan driver support out-band-interrupt (OOB), I want to add DT > support to use this OOB. > I can add foll

Re: [PATCH]: Mac80211 driver and I checked the patch

2012-08-06 Thread Arend van Spriel
On 08/06/2012 07:59 PM, Arend van Spriel wrote: > On 08/06/2012 01:49 PM, Christopher Sacchi wrote: >> > The source file needed a change that was told in the description to >> > know that the #include needed to be fixed, and the function changed >> > another value

Re: [PATCH]: Mac80211 driver and I checked the patch

2012-08-06 Thread Arend van Spriel
Very generic subject line. I would expect something like: [PATCH] mac80211: include rfkill header implicitly On 08/06/2012 01:49 PM, Christopher Sacchi wrote: > The source file needed a change that was told in the description to > know that the #include needed to be fixed, and the function chang

<    1   2   3   4   5   6