Re: [PATCH 3.14 00/29] 3.14.73-stable review -rc2

2016-06-23 Thread Shuah Khan
On 06/22/2016 10:54 PM, Greg Kroah-Hartman wrote:
> -rc2!
> 
> Please test this...
> 
> This is the start of the stable review cycle for the 3.14.73 release.
> There are 35 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 Sat Jun 25 04:50:44 UTC 2016.
> 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.x/stable-review/patch-3.14.73-rc2.gz
> or in the git tree and branch at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
> linux-3.14.y
> and the diffstat can be found below.
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah



Re: [PATCH 3.14 00/29] 3.14.73-stable review -rc2

2016-06-23 Thread Shuah Khan
On 06/22/2016 10:54 PM, Greg Kroah-Hartman wrote:
> -rc2!
> 
> Please test this...
> 
> This is the start of the stable review cycle for the 3.14.73 release.
> There are 35 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 Sat Jun 25 04:50:44 UTC 2016.
> 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.x/stable-review/patch-3.14.73-rc2.gz
> or in the git tree and branch at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
> linux-3.14.y
> and the diffstat can be found below.
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah



Re: [PATCH 3.14 00/29] 3.14.73-stable review -rc2

2016-06-23 Thread Guenter Roeck
On Wed, Jun 22, 2016 at 09:54:56PM -0700, Greg Kroah-Hartman wrote:
> -rc2!
> 
> Please test this...
> 
> This is the start of the stable review cycle for the 3.14.73 release.
> There are 35 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 Sat Jun 25 04:50:44 UTC 2016.
> Anything received after that time might be too late.
> 

Build results:
total: 131 pass: 131 fail: 0
Qemu test results:
total: 89 pass: 89 fail: 0

Details are available at http://kerneltests.org/builders.

Guenter



Re: [PATCH 3.14 00/29] 3.14.73-stable review -rc2

2016-06-23 Thread Guenter Roeck
On Wed, Jun 22, 2016 at 09:54:56PM -0700, Greg Kroah-Hartman wrote:
> -rc2!
> 
> Please test this...
> 
> This is the start of the stable review cycle for the 3.14.73 release.
> There are 35 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 Sat Jun 25 04:50:44 UTC 2016.
> Anything received after that time might be too late.
> 

Build results:
total: 131 pass: 131 fail: 0
Qemu test results:
total: 89 pass: 89 fail: 0

Details are available at http://kerneltests.org/builders.

Guenter



Re: [PATCH 3.14 00/29] 3.14.73-stable review -rc2

2016-06-22 Thread Greg Kroah-Hartman
-rc2!

Please test this...

This is the start of the stable review cycle for the 3.14.73 release.
There are 35 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 Sat Jun 25 04:50:44 UTC 2016.
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.x/stable-review/patch-3.14.73-rc2.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-3.14.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 3.14.73-rc2

Florian Westphal 
netfilter: x_tables: do compat validation via translate_table

Dave Jones 
netfilter: ensure number of counters is >0 in do_replace()

Florian Westphal 
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval

Florian Westphal 
netfilter: ip6_tables: simplify translate_compat_table args

Florian Westphal 
netfilter: ip_tables: simplify translate_compat_table args

Florian Westphal 
netfilter: arp_tables: simplify translate_compat_table args

Florian Westphal 
netfilter: x_tables: don't reject valid target size on some architectures

Florian Westphal 
netfilter: x_tables: validate all offsets and sizes in a rule

Florian Westphal 
netfilter: x_tables: check for bogus target offset

Florian Westphal 
netfilter: x_tables: check standard target size too

Florian Westphal 
netfilter: x_tables: add compat version of xt_check_entry_offsets

Florian Westphal 
netfilter: x_tables: assert minimum target size

Florian Westphal 
netfilter: x_tables: kill check_entry helper

Florian Westphal 
netfilter: x_tables: add and use xt_check_entry_offsets

Florian Westphal 
netfilter: x_tables: validate targets of jumps

Florian Westphal 
netfilter: x_tables: don't move to non-existent next rule

Willy Tarreau 
pipe: limit the per-user amount of pages allocated in pipes

Greg Kroah-Hartman 
xfs: fix up backport error in fs/xfs/xfs_inode.c

Florian Westphal 
netfilter: x_tables: fix unconditional helper

Florian Westphal 
netfilter: x_tables: make sure e->next_offset covers remaining blob size

Florian Westphal 
netfilter: x_tables: validate e->target_offset early

Russell Currey 
powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge

Ralf Baechle 
MIPS: Fix 64k page support for 32 bit kernels.

Al Viro 
fix d_walk()/non-delayed __d_free() race

Prasun Maiti 
wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel

Jann Horn 
ecryptfs: forbid opening files without mmap handler

Helge Deller 
parisc: Fix pagefault crash in unaligned __get_user() call

Thomas Huth 
powerpc: Use privileged SPR number for MMCR2

Thomas Huth 
powerpc: Fix definition of SIAR and SDAR registers

Tom Lendacky 
crypto: ccp - Fix AES XTS error for request sizes above 4096

Russell King 
ARM: fix PTRACE_SETVFPREGS on SMP systems

Paolo Bonzini 
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS

Yuchung Cheng 
tcp: record TLP and ER timer stats in v6 stats

Edward Cree 
sfc: on MC reset, clear PIO buffer linkage in TXQs

Herbert Xu 
netlink: Fix dump skb leak/double free


-

Diffstat:

 Documentation/sysctl/fs.txt  |  23 ++
 Makefile |   4 +-
 arch/arm/kernel/ptrace.c |   2 +-
 arch/mips/include/asm/processor.h|   2 +-
 arch/parisc/kernel/unaligned.c   |  10 +-
 arch/powerpc/include/asm/reg.h   |   6 +-
 arch/powerpc/platforms/pseries/eeh_pseries.c |  51 +++--
 arch/x86/kvm/x86.c   |   5 +
 drivers/crypto/ccp/ccp-crypto-aes-xts.c  |  17 +-
 drivers/net/ethernet/sfc/ef10.c  |  16 ++
 fs/dcache.c  |   4 +-
 fs/ecryptfs/kthread.c|  13 +-
 fs/pipe.c|  47 +++-
 fs/xfs/xfs_inode.c   |   2 +-
 include/linux/netfilter/x_tables.h   |   9 +-
 include/linux/pipe_fs_i.h

Re: [PATCH 3.14 00/29] 3.14.73-stable review -rc2

2016-06-22 Thread Greg Kroah-Hartman
-rc2!

Please test this...

This is the start of the stable review cycle for the 3.14.73 release.
There are 35 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 Sat Jun 25 04:50:44 UTC 2016.
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.x/stable-review/patch-3.14.73-rc2.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-3.14.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 3.14.73-rc2

Florian Westphal 
netfilter: x_tables: do compat validation via translate_table

Dave Jones 
netfilter: ensure number of counters is >0 in do_replace()

Florian Westphal 
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval

Florian Westphal 
netfilter: ip6_tables: simplify translate_compat_table args

Florian Westphal 
netfilter: ip_tables: simplify translate_compat_table args

Florian Westphal 
netfilter: arp_tables: simplify translate_compat_table args

Florian Westphal 
netfilter: x_tables: don't reject valid target size on some architectures

Florian Westphal 
netfilter: x_tables: validate all offsets and sizes in a rule

Florian Westphal 
netfilter: x_tables: check for bogus target offset

Florian Westphal 
netfilter: x_tables: check standard target size too

Florian Westphal 
netfilter: x_tables: add compat version of xt_check_entry_offsets

Florian Westphal 
netfilter: x_tables: assert minimum target size

Florian Westphal 
netfilter: x_tables: kill check_entry helper

Florian Westphal 
netfilter: x_tables: add and use xt_check_entry_offsets

Florian Westphal 
netfilter: x_tables: validate targets of jumps

Florian Westphal 
netfilter: x_tables: don't move to non-existent next rule

Willy Tarreau 
pipe: limit the per-user amount of pages allocated in pipes

Greg Kroah-Hartman 
xfs: fix up backport error in fs/xfs/xfs_inode.c

Florian Westphal 
netfilter: x_tables: fix unconditional helper

Florian Westphal 
netfilter: x_tables: make sure e->next_offset covers remaining blob size

Florian Westphal 
netfilter: x_tables: validate e->target_offset early

Russell Currey 
powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge

Ralf Baechle 
MIPS: Fix 64k page support for 32 bit kernels.

Al Viro 
fix d_walk()/non-delayed __d_free() race

Prasun Maiti 
wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel

Jann Horn 
ecryptfs: forbid opening files without mmap handler

Helge Deller 
parisc: Fix pagefault crash in unaligned __get_user() call

Thomas Huth 
powerpc: Use privileged SPR number for MMCR2

Thomas Huth 
powerpc: Fix definition of SIAR and SDAR registers

Tom Lendacky 
crypto: ccp - Fix AES XTS error for request sizes above 4096

Russell King 
ARM: fix PTRACE_SETVFPREGS on SMP systems

Paolo Bonzini 
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS

Yuchung Cheng 
tcp: record TLP and ER timer stats in v6 stats

Edward Cree 
sfc: on MC reset, clear PIO buffer linkage in TXQs

Herbert Xu 
netlink: Fix dump skb leak/double free


-

Diffstat:

 Documentation/sysctl/fs.txt  |  23 ++
 Makefile |   4 +-
 arch/arm/kernel/ptrace.c |   2 +-
 arch/mips/include/asm/processor.h|   2 +-
 arch/parisc/kernel/unaligned.c   |  10 +-
 arch/powerpc/include/asm/reg.h   |   6 +-
 arch/powerpc/platforms/pseries/eeh_pseries.c |  51 +++--
 arch/x86/kvm/x86.c   |   5 +
 drivers/crypto/ccp/ccp-crypto-aes-xts.c  |  17 +-
 drivers/net/ethernet/sfc/ef10.c  |  16 ++
 fs/dcache.c  |   4 +-
 fs/ecryptfs/kthread.c|  13 +-
 fs/pipe.c|  47 +++-
 fs/xfs/xfs_inode.c   |   2 +-
 include/linux/netfilter/x_tables.h   |   9 +-
 include/linux/pipe_fs_i.h|   4 +
 include/linux/sched.h|   1 +
 kernel/sysctl.c  |  14 ++
 net/bridge/netfilter/ebtables.c  |   4 +
 net/ipv4/netfilter/arp_tables.c  | 279 +---
 net/ipv4/netfilter/ip_tables.c   | 312 +--
 net/ipv6/netfilter/ip6_tables.c  | 305 +-
 net/ipv6/tcp_ipv6.c  |   4 +-
 net/netfilter/x_tables.c | 171 ++-
 net/netlink/af_netlink.c |   7 +-
 net/wireless/wext-core.c |  25 ++-
 26 files changed, 708