Re: [ 00/45] 3.0.88-stable review

2013-07-28 Thread Greg Kroah-Hartman
On Sun, Jul 28, 2013 at 12:30:37AM +0100, Ben Hutchings wrote:
> On Sat, 2013-07-27 at 06:22 -0500, li...@roeck-us.net wrote:
> > Quoting Greg Kroah-Hartman :
> > 
> > > This is the start of the stable review cycle for the 3.0.88 release.
> > > There are 45 patches in this series, all will be posted as a response
> > > to this one.  If anyone has any issues with these being applied, please
> > > let me know.
> > >
> > > Responses should be made by Sun Jul 28 20:54:53 UTC 2013.
> > > Anything received after that time might be too late.
> > >
> > > The whole patch series can be found in one patch at:
> > >   kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.88-rc1.gz
> > > and the diffstat can be found below.
> > >
> > We have additional build failures.
> > 
> > Total builds: 54 Total build errors: 20
> > 
> > Link:  
> > http://desktop.roeck-us.net/buildlogs/v3.0.87-45-g367423c.2013-07-27.03:09:16
> > 
> > Previously:
> > Total builds: 54 Total build errors: 17
> > 
> > Additional failures are i386/allmodconfig, i386/allyesconfig and mips/malta.
> > 
> > I don't have time to track down the culprit tonight (I am still in  
> > Down Under ;). I hope I can do it tomorrow.
> 
> I iterated through the 3.0 patch queue with i386/allmodconfig, and got
> to:
> 
> Applying patch ifb-fix-rcu_sched-self-detected-stalls.patch
> patching file drivers/net/ifb.c
> 
> Now at patch ifb-fix-rcu_sched-self-detected-stalls.patch
>   CHK include/linux/version.h
>   CHK include/generated/utsrelease.h
>   CALLscripts/checksyscalls.sh
>   CHK include/generated/compile.h
>   VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
>   VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
>   VDSOSYM arch/x86/vdso/vdso32-syms.lds
>   LD  arch/x86/vdso/built-in.o
>   LD  arch/x86/built-in.o
>   CC [M]  drivers/net/ifb.o
> drivers/net/ifb.c: In function ‘ifb_init_module’:
> drivers/net/ifb.c:257:3: error: implicit declaration of function 
> ‘cond_resched’ [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors
> make[2]: *** [drivers/net/ifb.o] Error 1
> make[1]: *** [drivers/net] Error 2
> make[1]: *** Waiting for unfinished jobs
> make: *** [drivers] Error 2
> 
> I think this patch needs to add a '#include ', but that
> header is being included indirectly in some other configurations (and in
> mainline).
> 
> With that change, I can apply the remaining patches and compile
> 3.0.88-rc1 successfully.

Odd that this didn't trigger on x86-64.  Anyway, thanks, I've made this
change to the patch, so all should be good in the final version.  If
not, please let me know.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [ 00/45] 3.0.88-stable review

2013-07-28 Thread Greg Kroah-Hartman
On Sun, Jul 28, 2013 at 12:30:37AM +0100, Ben Hutchings wrote:
 On Sat, 2013-07-27 at 06:22 -0500, li...@roeck-us.net wrote:
  Quoting Greg Kroah-Hartman gre...@linuxfoundation.org:
  
   This is the start of the stable review cycle for the 3.0.88 release.
   There are 45 patches in this series, all will be posted as a response
   to this one.  If anyone has any issues with these being applied, please
   let me know.
  
   Responses should be made by Sun Jul 28 20:54:53 UTC 2013.
   Anything received after that time might be too late.
  
   The whole patch series can be found in one patch at:
 kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.88-rc1.gz
   and the diffstat can be found below.
  
  We have additional build failures.
  
  Total builds: 54 Total build errors: 20
  
  Link:  
  http://desktop.roeck-us.net/buildlogs/v3.0.87-45-g367423c.2013-07-27.03:09:16
  
  Previously:
  Total builds: 54 Total build errors: 17
  
  Additional failures are i386/allmodconfig, i386/allyesconfig and mips/malta.
  
  I don't have time to track down the culprit tonight (I am still in  
  Down Under ;). I hope I can do it tomorrow.
 
 I iterated through the 3.0 patch queue with i386/allmodconfig, and got
 to:
 
 Applying patch ifb-fix-rcu_sched-self-detected-stalls.patch
 patching file drivers/net/ifb.c
 
 Now at patch ifb-fix-rcu_sched-self-detected-stalls.patch
   CHK include/linux/version.h
   CHK include/generated/utsrelease.h
   CALLscripts/checksyscalls.sh
   CHK include/generated/compile.h
   VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
   VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
   VDSOSYM arch/x86/vdso/vdso32-syms.lds
   LD  arch/x86/vdso/built-in.o
   LD  arch/x86/built-in.o
   CC [M]  drivers/net/ifb.o
 drivers/net/ifb.c: In function ‘ifb_init_module’:
 drivers/net/ifb.c:257:3: error: implicit declaration of function 
 ‘cond_resched’ [-Werror=implicit-function-declaration]
 cc1: some warnings being treated as errors
 make[2]: *** [drivers/net/ifb.o] Error 1
 make[1]: *** [drivers/net] Error 2
 make[1]: *** Waiting for unfinished jobs
 make: *** [drivers] Error 2
 
 I think this patch needs to add a '#include linux/sched.h', but that
 header is being included indirectly in some other configurations (and in
 mainline).
 
 With that change, I can apply the remaining patches and compile
 3.0.88-rc1 successfully.

Odd that this didn't trigger on x86-64.  Anyway, thanks, I've made this
change to the patch, so all should be good in the final version.  If
not, please let me know.

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [ 00/45] 3.0.88-stable review

2013-07-27 Thread Guenter Roeck

On 07/27/2013 04:30 PM, Ben Hutchings wrote:

On Sat, 2013-07-27 at 06:22 -0500, li...@roeck-us.net wrote:

Quoting Greg Kroah-Hartman :


This is the start of the stable review cycle for the 3.0.88 release.
There are 45 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Jul 28 20:54:53 UTC 2013.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.88-rc1.gz
and the diffstat can be found below.


We have additional build failures.

Total builds: 54 Total build errors: 20

Link:
http://desktop.roeck-us.net/buildlogs/v3.0.87-45-g367423c.2013-07-27.03:09:16

Previously:
Total builds: 54 Total build errors: 17

Additional failures are i386/allmodconfig, i386/allyesconfig and mips/malta.

I don't have time to track down the culprit tonight (I am still in
Down Under ;). I hope I can do it tomorrow.

I iterated through the 3.0 patch queue with i386/allmodconfig, and got
to:

Applying patch ifb-fix-rcu_sched-self-detected-stalls.patch
patching file drivers/net/ifb.c

Now at patch ifb-fix-rcu_sched-self-detected-stalls.patch
   CHK include/linux/version.h
   CHK include/generated/utsrelease.h
   CALLscripts/checksyscalls.sh
   CHK include/generated/compile.h
   VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
   VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
   VDSOSYM arch/x86/vdso/vdso32-syms.lds
   LD  arch/x86/vdso/built-in.o
   LD  arch/x86/built-in.o
   CC [M]  drivers/net/ifb.o
drivers/net/ifb.c: In function ‘ifb_init_module’:
drivers/net/ifb.c:257:3: error: implicit declaration of function ‘cond_resched’ 
[-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[2]: *** [drivers/net/ifb.o] Error 1
make[1]: *** [drivers/net] Error 2
make[1]: *** Waiting for unfinished jobs
make: *** [drivers] Error 2

I think this patch needs to add a '#include ', but that
header is being included indirectly in some other configurations (and in
mainline).

With that change, I can apply the remaining patches and compile
3.0.88-rc1 successfully.

Ben.


Yes, that is what I found as well.

Guenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [ 00/45] 3.0.88-stable review

2013-07-27 Thread Ben Hutchings
On Sat, 2013-07-27 at 06:22 -0500, li...@roeck-us.net wrote:
> Quoting Greg Kroah-Hartman :
> 
> > This is the start of the stable review cycle for the 3.0.88 release.
> > There are 45 patches in this series, all will be posted as a response
> > to this one.  If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Sun Jul 28 20:54:53 UTC 2013.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> > kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.88-rc1.gz
> > and the diffstat can be found below.
> >
> We have additional build failures.
> 
> Total builds: 54 Total build errors: 20
> 
> Link:  
> http://desktop.roeck-us.net/buildlogs/v3.0.87-45-g367423c.2013-07-27.03:09:16
> 
> Previously:
> Total builds: 54 Total build errors: 17
> 
> Additional failures are i386/allmodconfig, i386/allyesconfig and mips/malta.
> 
> I don't have time to track down the culprit tonight (I am still in  
> Down Under ;). I hope I can do it tomorrow.

I iterated through the 3.0 patch queue with i386/allmodconfig, and got
to:

Applying patch ifb-fix-rcu_sched-self-detected-stalls.patch
patching file drivers/net/ifb.c

Now at patch ifb-fix-rcu_sched-self-detected-stalls.patch
  CHK include/linux/version.h
  CHK include/generated/utsrelease.h
  CALLscripts/checksyscalls.sh
  CHK include/generated/compile.h
  VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
  VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
  VDSOSYM arch/x86/vdso/vdso32-syms.lds
  LD  arch/x86/vdso/built-in.o
  LD  arch/x86/built-in.o
  CC [M]  drivers/net/ifb.o
drivers/net/ifb.c: In function ‘ifb_init_module’:
drivers/net/ifb.c:257:3: error: implicit declaration of function ‘cond_resched’ 
[-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[2]: *** [drivers/net/ifb.o] Error 1
make[1]: *** [drivers/net] Error 2
make[1]: *** Waiting for unfinished jobs
make: *** [drivers] Error 2

I think this patch needs to add a '#include ', but that
header is being included indirectly in some other configurations (and in
mainline).

With that change, I can apply the remaining patches and compile
3.0.88-rc1 successfully.

Ben.

-- 
Ben Hutchings
All extremists should be taken out and shot.


signature.asc
Description: This is a digitally signed message part


Re: [ 00/45] 3.0.88-stable review

2013-07-27 Thread linux

Quoting Greg Kroah-Hartman :


This is the start of the stable review cycle for the 3.0.88 release.
There are 45 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Jul 28 20:54:53 UTC 2013.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.88-rc1.gz
and the diffstat can be found below.


We have additional build failures.

Total builds: 54 Total build errors: 20

Link:  
http://desktop.roeck-us.net/buildlogs/v3.0.87-45-g367423c.2013-07-27.03:09:16


Previously:
Total builds: 54 Total build errors: 17

Additional failures are i386/allmodconfig, i386/allyesconfig and mips/malta.

I don't have time to track down the culprit tonight (I am still in  
Down Under ;). I hope I can do it tomorrow.


Guenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [ 00/45] 3.0.88-stable review

2013-07-27 Thread linux

Quoting Greg Kroah-Hartman gre...@linuxfoundation.org:


This is the start of the stable review cycle for the 3.0.88 release.
There are 45 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Jul 28 20:54:53 UTC 2013.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.88-rc1.gz
and the diffstat can be found below.


We have additional build failures.

Total builds: 54 Total build errors: 20

Link:  
http://desktop.roeck-us.net/buildlogs/v3.0.87-45-g367423c.2013-07-27.03:09:16


Previously:
Total builds: 54 Total build errors: 17

Additional failures are i386/allmodconfig, i386/allyesconfig and mips/malta.

I don't have time to track down the culprit tonight (I am still in  
Down Under ;). I hope I can do it tomorrow.


Guenter

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [ 00/45] 3.0.88-stable review

2013-07-27 Thread Ben Hutchings
On Sat, 2013-07-27 at 06:22 -0500, li...@roeck-us.net wrote:
 Quoting Greg Kroah-Hartman gre...@linuxfoundation.org:
 
  This is the start of the stable review cycle for the 3.0.88 release.
  There are 45 patches in this series, all will be posted as a response
  to this one.  If anyone has any issues with these being applied, please
  let me know.
 
  Responses should be made by Sun Jul 28 20:54:53 UTC 2013.
  Anything received after that time might be too late.
 
  The whole patch series can be found in one patch at:
  kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.88-rc1.gz
  and the diffstat can be found below.
 
 We have additional build failures.
 
 Total builds: 54 Total build errors: 20
 
 Link:  
 http://desktop.roeck-us.net/buildlogs/v3.0.87-45-g367423c.2013-07-27.03:09:16
 
 Previously:
 Total builds: 54 Total build errors: 17
 
 Additional failures are i386/allmodconfig, i386/allyesconfig and mips/malta.
 
 I don't have time to track down the culprit tonight (I am still in  
 Down Under ;). I hope I can do it tomorrow.

I iterated through the 3.0 patch queue with i386/allmodconfig, and got
to:

Applying patch ifb-fix-rcu_sched-self-detected-stalls.patch
patching file drivers/net/ifb.c

Now at patch ifb-fix-rcu_sched-self-detected-stalls.patch
  CHK include/linux/version.h
  CHK include/generated/utsrelease.h
  CALLscripts/checksyscalls.sh
  CHK include/generated/compile.h
  VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
  VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
  VDSOSYM arch/x86/vdso/vdso32-syms.lds
  LD  arch/x86/vdso/built-in.o
  LD  arch/x86/built-in.o
  CC [M]  drivers/net/ifb.o
drivers/net/ifb.c: In function ‘ifb_init_module’:
drivers/net/ifb.c:257:3: error: implicit declaration of function ‘cond_resched’ 
[-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[2]: *** [drivers/net/ifb.o] Error 1
make[1]: *** [drivers/net] Error 2
make[1]: *** Waiting for unfinished jobs
make: *** [drivers] Error 2

I think this patch needs to add a '#include linux/sched.h', but that
header is being included indirectly in some other configurations (and in
mainline).

With that change, I can apply the remaining patches and compile
3.0.88-rc1 successfully.

Ben.

-- 
Ben Hutchings
All extremists should be taken out and shot.


signature.asc
Description: This is a digitally signed message part


Re: [ 00/45] 3.0.88-stable review

2013-07-27 Thread Guenter Roeck

On 07/27/2013 04:30 PM, Ben Hutchings wrote:

On Sat, 2013-07-27 at 06:22 -0500, li...@roeck-us.net wrote:

Quoting Greg Kroah-Hartman gre...@linuxfoundation.org:


This is the start of the stable review cycle for the 3.0.88 release.
There are 45 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Jul 28 20:54:53 UTC 2013.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.88-rc1.gz
and the diffstat can be found below.


We have additional build failures.

Total builds: 54 Total build errors: 20

Link:
http://desktop.roeck-us.net/buildlogs/v3.0.87-45-g367423c.2013-07-27.03:09:16

Previously:
Total builds: 54 Total build errors: 17

Additional failures are i386/allmodconfig, i386/allyesconfig and mips/malta.

I don't have time to track down the culprit tonight (I am still in
Down Under ;). I hope I can do it tomorrow.

I iterated through the 3.0 patch queue with i386/allmodconfig, and got
to:

Applying patch ifb-fix-rcu_sched-self-detected-stalls.patch
patching file drivers/net/ifb.c

Now at patch ifb-fix-rcu_sched-self-detected-stalls.patch
   CHK include/linux/version.h
   CHK include/generated/utsrelease.h
   CALLscripts/checksyscalls.sh
   CHK include/generated/compile.h
   VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
   VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
   VDSOSYM arch/x86/vdso/vdso32-syms.lds
   LD  arch/x86/vdso/built-in.o
   LD  arch/x86/built-in.o
   CC [M]  drivers/net/ifb.o
drivers/net/ifb.c: In function ‘ifb_init_module’:
drivers/net/ifb.c:257:3: error: implicit declaration of function ‘cond_resched’ 
[-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[2]: *** [drivers/net/ifb.o] Error 1
make[1]: *** [drivers/net] Error 2
make[1]: *** Waiting for unfinished jobs
make: *** [drivers] Error 2

I think this patch needs to add a '#include linux/sched.h', but that
header is being included indirectly in some other configurations (and in
mainline).

With that change, I can apply the remaining patches and compile
3.0.88-rc1 successfully.

Ben.


Yes, that is what I found as well.

Guenter

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[ 00/45] 3.0.88-stable review

2013-07-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.0.88 release.
There are 45 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Jul 28 20:54:53 UTC 2013.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.88-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 3.0.88-rc1

Eldad Zack 
ALSA: usb-audio: 6fire: return correct XRUN indication

Steffen Maier 
zfcp: status read buffers on first adapter open with link down

Thomas Gleixner 
hrtimers: Move SMP function call to thread context

zhangwei(Jovi) 
tracing: Fix irqs-off tag display in syscall tracing

David Jeffery 
lockd: protect nlm_blocked access in nlmsvc_retry_blocked

Barry Grussling 
usb: cp210x support SEL C662 Vendor/Device

Sami Rahman 
USB: cp210x: add MMB and PI ZigBee USB Device Support

Luiz Angelo Daros de Luca 
usb: serial: cp210x: Add USB ID for Netgear Switches embedded serial adapter

Enrico Mioso 
usb: serial: option: Add ONYX 3G device support

Alexandr \\\"Sky\\\" Ivanov 
USB: option: add D-Link DWM-152/C1 and DWM-156/C1

Daniil Bolsun 
USB: option: append Petatel NP10T device to GSM modems list

Enrico Mioso 
usb: serial: option.c: remove ONDA MT825UP product ID fromdriver

Dan Williams 
usb: serial: option: add Olivetti Olicard 200

Bjørn Mork 
usb: option: add TP-LINK MA260

Enrico Mioso 
usb: serial: option: blacklist ONDA MT689DC QMI interface

Andi Kleen 
SCSI: Fix incorrect memset in bnx2fc_parse_fcp_rsp

Bjørn Mork 
SCSI: megaraid_sas: fix memory leak if SGL has zero length entries

Jan Kara 
writeback: Fix periodic writeback after fs mount

Eric Dumazet 
vlan: fix a race in egress prio management

dingtianhong 
ifb: fix oops when loading the ifb failed

dingtianhong 
dummy: fix oops when loading the dummy failed

dingtianhong 
ifb: fix rcu_sched self-detected stalls

Dave Kleikamp 
sunvnet: vnet_port_remove must call unregister_netdev

Hannes Frederic Sowa 
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET 
pending data

Wei Yongjun 
l2tp: add missing .owner to struct pppox_proto

Amerigo Wang 
ipv6,mcast: always hold idev->lock before mca_lock

Changli Gao 
net: Swap ver and type in pppoe_hdr

Dave Jones 
x25: Fix broken locking in ioctl error paths.

Eric Dumazet 
neighbour: fix a race in neigh_destroy()

Mathias Krause 
af_key: fix info leaks in notify messages

Eric Dumazet 
ipv6: ip6_sk_dst_check() must not assume ipv6 dst

Gao feng 
ipv6: don't call addrconf_dst_alloc again when enable lo

Linus Lüssing 
bridge: fix switched interval for MLD Query types

Dave Kleikamp 
sparc: tsb must be flushed before tlb

bob picco 
sparc64 address-congruence property

Olivier DANET 
sparc32: vm_area_struct access for old Sun SPARCs.

Peter Zijlstra 
perf: Fix perf_lock_task_context() vs RCU

Jiri Olsa 
perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid 
scenario

Jiri Olsa 
perf: Clone child context from parent context pmu

Steven Rostedt (Red Hat) 
tracing: Use current_uid() for critical time tracing

Sreekanth Reddy 
SCSI: mpt2sas: fix firmware failure with wrong task attribute

Daniel Hansel 
SCSI: zfcp: fix adapter (re)open recovery while link to SAN is down

Gabor Juhos 
rt2x00: read 5GHz TX power values from the correct offset

Fabio Estevam 
ASoC: sglt5000: Fix SGTL5000_PLL_FRAC_DIV_MASK

Thomas Gleixner 
tick: Prevent uncontrolled switch to oneshot mode


-

Diffstat:

 Makefile  |  4 ++--
 arch/sparc/kernel/asm-offsets.c   |  2 ++
 arch/sparc/mm/hypersparc.S|  8 
 arch/sparc/mm/init_64.c   |  9 -
 arch/sparc/mm/swift.S |  8 
 arch/sparc/mm/tlb.c   |  2 +-
 arch/sparc/mm/tsunami.S   |  6 +++---
 arch/sparc/mm/viking.S| 10 +-
 drivers/net/dummy.c   |  4 
 drivers/net/ifb.c |  8 +++-
 drivers/net/sunvnet.c |  2 ++
 drivers/net/wireless/rt2x00/rt2800lib.c   |  4 ++--
 drivers/net/wireless/rt2x00/rt61pci.c |  3 ++-
 drivers/net/wireless/rt2x00/rt73usb.c |  3 ++-
 drivers/s390/scsi/zfcp_aux.c  |  5 -
 drivers/s390/scsi/zfcp_fsf.c  | 25 +++--
 drivers/scsi/bnx2fc/bnx2fc_io.c   |  2 +-
 drivers/scsi/megaraid/megaraid_sas_base.c | 10 ++
 drivers/scsi/mpt2sas/mpt2sas_scsih.c  |  6 +-
 drivers/usb/serial/cp210x.c   |  4 
 

[ 00/45] 3.0.88-stable review

2013-07-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.0.88 release.
There are 45 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Jul 28 20:54:53 UTC 2013.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.88-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman gre...@linuxfoundation.org
Linux 3.0.88-rc1

Eldad Zack el...@fogrefinery.com
ALSA: usb-audio: 6fire: return correct XRUN indication

Steffen Maier ma...@linux.vnet.ibm.com
zfcp: status read buffers on first adapter open with link down

Thomas Gleixner t...@linutronix.de
hrtimers: Move SMP function call to thread context

zhangwei(Jovi) jovi.zhang...@huawei.com
tracing: Fix irqs-off tag display in syscall tracing

David Jeffery djeff...@redhat.com
lockd: protect nlm_blocked access in nlmsvc_retry_blocked

Barry Grussling ba...@grussling.com
usb: cp210x support SEL C662 Vendor/Device

Sami Rahman sami.rah...@mmbresearch.com
USB: cp210x: add MMB and PI ZigBee USB Device Support

Luiz Angelo Daros de Luca luizl...@gmail.com
usb: serial: cp210x: Add USB ID for Netgear Switches embedded serial adapter

Enrico Mioso mrkiko...@gmail.com
usb: serial: option: Add ONYX 3G device support

Alexandr \\\Sky\\\ Ivanov alexandr@gmail.com
USB: option: add D-Link DWM-152/C1 and DWM-156/C1

Daniil Bolsun dan.bol...@gmail.com
USB: option: append Petatel NP10T device to GSM modems list

Enrico Mioso mrkiko...@gmail.com
usb: serial: option.c: remove ONDA MT825UP product ID fromdriver

Dan Williams d...@redhat.com
usb: serial: option: add Olivetti Olicard 200

Bjørn Mork bj...@mork.no
usb: option: add TP-LINK MA260

Enrico Mioso mrkiko...@gmail.com
usb: serial: option: blacklist ONDA MT689DC QMI interface

Andi Kleen a...@firstfloor.org
SCSI: Fix incorrect memset in bnx2fc_parse_fcp_rsp

Bjørn Mork bj...@mork.no
SCSI: megaraid_sas: fix memory leak if SGL has zero length entries

Jan Kara j...@suse.cz
writeback: Fix periodic writeback after fs mount

Eric Dumazet eduma...@google.com
vlan: fix a race in egress prio management

dingtianhong dingtianh...@huawei.com
ifb: fix oops when loading the ifb failed

dingtianhong dingtianh...@huawei.com
dummy: fix oops when loading the dummy failed

dingtianhong dingtianh...@huawei.com
ifb: fix rcu_sched self-detected stalls

Dave Kleikamp dave.kleik...@oracle.com
sunvnet: vnet_port_remove must call unregister_netdev

Hannes Frederic Sowa han...@stressinduktion.org
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET 
pending data

Wei Yongjun yongjun_...@trendmicro.com.cn
l2tp: add missing .owner to struct pppox_proto

Amerigo Wang amw...@redhat.com
ipv6,mcast: always hold idev-lock before mca_lock

Changli Gao xiao...@gmail.com
net: Swap ver and type in pppoe_hdr

Dave Jones da...@redhat.com
x25: Fix broken locking in ioctl error paths.

Eric Dumazet eric.duma...@gmail.com
neighbour: fix a race in neigh_destroy()

Mathias Krause mini...@googlemail.com
af_key: fix info leaks in notify messages

Eric Dumazet eduma...@google.com
ipv6: ip6_sk_dst_check() must not assume ipv6 dst

Gao feng gaof...@cn.fujitsu.com
ipv6: don't call addrconf_dst_alloc again when enable lo

Linus Lüssing linus.luess...@web.de
bridge: fix switched interval for MLD Query types

Dave Kleikamp dave.kleik...@oracle.com
sparc: tsb must be flushed before tlb

bob picco bpi...@meloft.net
sparc64 address-congruence property

Olivier DANET oda...@caramail.com
sparc32: vm_area_struct access for old Sun SPARCs.

Peter Zijlstra pet...@infradead.org
perf: Fix perf_lock_task_context() vs RCU

Jiri Olsa jo...@redhat.com
perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid 
scenario

Jiri Olsa jo...@redhat.com
perf: Clone child context from parent context pmu

Steven Rostedt (Red Hat) rost...@goodmis.org
tracing: Use current_uid() for critical time tracing

Sreekanth Reddy sreekanth.re...@lsi.com
SCSI: mpt2sas: fix firmware failure with wrong task attribute

Daniel Hansel daniel.han...@linux.vnet.ibm.com
SCSI: zfcp: fix adapter (re)open recovery while link to SAN is down

Gabor Juhos juh...@openwrt.org
rt2x00: read 5GHz TX power values from the correct offset

Fabio Estevam fabio.este...@freescale.com
ASoC: sglt5000: Fix SGTL5000_PLL_FRAC_DIV_MASK

Thomas Gleixner t...@linutronix.de
tick: Prevent uncontrolled switch to oneshot mode


-

Diffstat:

 Makefile  |  4 ++--
 arch/sparc/kernel/asm-offsets.c   |  2 ++
 arch/sparc/mm/hypersparc.S|  8 
 arch/sparc/mm/init_64.c