Re: [PATCH 4.11 00/84] 4.11.9-stable review

2017-07-04 Thread Greg Kroah-Hartman
On Mon, Jul 03, 2017 at 12:55:07PM -0700, Guenter Roeck wrote:
> On 07/03/2017 06:34 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.11.9 release.
> > There are 84 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 Wed Jul  5 13:33:30 UTC 2017.
> > Anything received after that time might be too late.
> > 
> 
> Build results:
>   total: 145 pass: 143 fail: 2
> Failed builds:
>   arm:allmodconfig
>   arm:omap2plus_defconfig
> 
> Qemu test results:
>   total: 122 pass: 119 fail: 3
> Failed tests:
>   arm:beagle:omap2plus_defconfig:omap3-beagle
>   arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
>   arm:overo:omap2plus_defconfig:omap3-overo-tobi
> 
> Details are available at http://kerneltests.org/builders.
> 
> The common build error is:
> 
> drivers/hsi/clients/ssi_protocol.c: In function 'ssip_pn_setup':
> drivers/hsi/clients/ssi_protocol.c:1068:5: error: 'struct net_device' has no 
> member named 'destructor'
> 
> Bisect points to commit 1469d4b7e6 ("net: Fix inconsistent teardown and
> release of private net dev state.") as the culprit for the build failures.
> Reverting that patch fixes the problem.

Ah, looks like we need to add commit ed66e50d9587 ("hsi: Fix build
regression due to netdev destructor fix.") to the tree to fix this up,
let me go queue it up now...

thanks,

greg k-h


Re: [PATCH 4.11 00/84] 4.11.9-stable review

2017-07-04 Thread Greg Kroah-Hartman
On Mon, Jul 03, 2017 at 12:55:07PM -0700, Guenter Roeck wrote:
> On 07/03/2017 06:34 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.11.9 release.
> > There are 84 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 Wed Jul  5 13:33:30 UTC 2017.
> > Anything received after that time might be too late.
> > 
> 
> Build results:
>   total: 145 pass: 143 fail: 2
> Failed builds:
>   arm:allmodconfig
>   arm:omap2plus_defconfig
> 
> Qemu test results:
>   total: 122 pass: 119 fail: 3
> Failed tests:
>   arm:beagle:omap2plus_defconfig:omap3-beagle
>   arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
>   arm:overo:omap2plus_defconfig:omap3-overo-tobi
> 
> Details are available at http://kerneltests.org/builders.
> 
> The common build error is:
> 
> drivers/hsi/clients/ssi_protocol.c: In function 'ssip_pn_setup':
> drivers/hsi/clients/ssi_protocol.c:1068:5: error: 'struct net_device' has no 
> member named 'destructor'
> 
> Bisect points to commit 1469d4b7e6 ("net: Fix inconsistent teardown and
> release of private net dev state.") as the culprit for the build failures.
> Reverting that patch fixes the problem.

Ah, looks like we need to add commit ed66e50d9587 ("hsi: Fix build
regression due to netdev destructor fix.") to the tree to fix this up,
let me go queue it up now...

thanks,

greg k-h


Re: [PATCH 4.11 00/84] 4.11.9-stable review

2017-07-03 Thread Guenter Roeck

On 07/03/2017 06:34 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.11.9 release.
There are 84 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 Wed Jul  5 13:33:30 UTC 2017.
Anything received after that time might be too late.



Build results:
total: 145 pass: 143 fail: 2
Failed builds:
arm:allmodconfig
arm:omap2plus_defconfig

Qemu test results:
total: 122 pass: 119 fail: 3
Failed tests:
arm:beagle:omap2plus_defconfig:omap3-beagle
arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
arm:overo:omap2plus_defconfig:omap3-overo-tobi

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

The common build error is:

drivers/hsi/clients/ssi_protocol.c: In function 'ssip_pn_setup':
drivers/hsi/clients/ssi_protocol.c:1068:5: error: 'struct net_device' has no 
member named 'destructor'

Bisect points to commit 1469d4b7e6 ("net: Fix inconsistent teardown and
release of private net dev state.") as the culprit for the build failures.
Reverting that patch fixes the problem.

Guenter


Re: [PATCH 4.11 00/84] 4.11.9-stable review

2017-07-03 Thread Guenter Roeck

On 07/03/2017 06:34 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.11.9 release.
There are 84 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 Wed Jul  5 13:33:30 UTC 2017.
Anything received after that time might be too late.



Build results:
total: 145 pass: 143 fail: 2
Failed builds:
arm:allmodconfig
arm:omap2plus_defconfig

Qemu test results:
total: 122 pass: 119 fail: 3
Failed tests:
arm:beagle:omap2plus_defconfig:omap3-beagle
arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
arm:overo:omap2plus_defconfig:omap3-overo-tobi

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

The common build error is:

drivers/hsi/clients/ssi_protocol.c: In function 'ssip_pn_setup':
drivers/hsi/clients/ssi_protocol.c:1068:5: error: 'struct net_device' has no 
member named 'destructor'

Bisect points to commit 1469d4b7e6 ("net: Fix inconsistent teardown and
release of private net dev state.") as the culprit for the build failures.
Reverting that patch fixes the problem.

Guenter


[PATCH 4.11 00/84] 4.11.9-stable review

2017-07-03 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.11.9 release.
There are 84 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 Wed Jul  5 13:33:30 UTC 2017.
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/v4.x/stable-review/patch-4.11.9-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-4.11.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.11.9-rc1

Wanpeng Li 
KVM: nVMX: Fix exception injection

Radim Krčmář 
KVM: x86: zero base3 of unusable segments

Radim Krčmář 
KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()

Ladi Prosek 
KVM: x86: fix emulation of RSM and IRET instructions

Thomas Petazzoni 
mtd: nand: fsmc: fix NAND width handling

Kamal Dasu 
mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program

Arnd Bergmann 
infiniband: hns: avoid gcc-7.0.1 warning for uninitialized data

Suravee Suthikulpanit 
iommu/amd: Fix interrupt remapping when disable guest_mode

Pan Bian 
iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()

Robin Murphy 
iommu/dma: Don't reserve PCI I/O windows

Eric Ren 
ocfs2: fix deadlock caused by recursive locking in xattr

Junxiao Bi 
ocfs2: o2hb: revert hb threshold to keep compatible

Andy Lutomirski 
x86/mm: Fix flush_tlb_page() on Xen

Joerg Roedel 
x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space

Kan Liang 
perf/x86: Fix spurious NMI with PEBS Load Latency event

Baoquan He 
x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug

Thomas Gleixner 
x86/mshyperv: Remove excess #includes from mshyperv.h

Josh Poimboeuf 
Revert "x86/entry: Fix the end of the stack for newly forked tasks"

Arnaldo Carvalho de Melo 
tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel

Christophe JAILLET 
ARM: davinci: PM: Do not free useful resources in normal path in 
'davinci_pm_init'

Christophe JAILLET 
ARM: davinci: PM: Free resources in error handling path in 'davinci_pm_init'

Doug Berger 
ARM: 8685/1: ensure memblock-limit is pmd-aligned

Lorenzo Pieralisi 
ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation

Timmy Li 
ARM64: PCI: Fix struct acpi_pci_root_ops allocation failure path

Eric Anholt 
watchdog: bcm281xx: Fix use of uninitialized spinlock.

Dan Carpenter 
xfrm: Oops on error in pfkey_msg2xfrm_state()

Dan Carpenter 
xfrm: NULL dereference on allocation failure

Sabrina Dubroca 
xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY

Hangbin Liu 
xfrm: move xfrm_garbage_collect out of xfrm_policy_flush

Yossi Kuperman 
xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish

Juergen Gross 
xen/blkback: don't free be structure too early

Ard Biesheuvel 
mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings

Thomas Gleixner 
pinctrl/amd: Use regular interrupt instead of chained

Baoquan He 
x86/mm: Fix boot crash caused by incorrect loop count calculation in 
sync_global_pgds()

Vallish Vaidyeshwara 
dm thin: do not queue freed thin mapping for next stage processing

Deepak Rawat 
drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr

Kan Liang 
perf/x86/intel/uncore: Fix wrong box pointer check

Vikas Shivappa 
x86/intel_rdt: Fix memory leak on mount failure

Bartosz Golaszewski 
gpiolib: fix filtering out unwanted events

Miklos Szeredi 
ovl: copy-up: don't unlock between lookup and link

Benjamin Coddington 
Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"

Trond Myklebust 
NFSv4.1: Fix a race in nfs4_proc_layoutget

Benjamin Coddington 

[PATCH 4.11 00/84] 4.11.9-stable review

2017-07-03 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.11.9 release.
There are 84 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 Wed Jul  5 13:33:30 UTC 2017.
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/v4.x/stable-review/patch-4.11.9-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-4.11.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.11.9-rc1

Wanpeng Li 
KVM: nVMX: Fix exception injection

Radim Krčmář 
KVM: x86: zero base3 of unusable segments

Radim Krčmář 
KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()

Ladi Prosek 
KVM: x86: fix emulation of RSM and IRET instructions

Thomas Petazzoni 
mtd: nand: fsmc: fix NAND width handling

Kamal Dasu 
mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program

Arnd Bergmann 
infiniband: hns: avoid gcc-7.0.1 warning for uninitialized data

Suravee Suthikulpanit 
iommu/amd: Fix interrupt remapping when disable guest_mode

Pan Bian 
iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()

Robin Murphy 
iommu/dma: Don't reserve PCI I/O windows

Eric Ren 
ocfs2: fix deadlock caused by recursive locking in xattr

Junxiao Bi 
ocfs2: o2hb: revert hb threshold to keep compatible

Andy Lutomirski 
x86/mm: Fix flush_tlb_page() on Xen

Joerg Roedel 
x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space

Kan Liang 
perf/x86: Fix spurious NMI with PEBS Load Latency event

Baoquan He 
x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug

Thomas Gleixner 
x86/mshyperv: Remove excess #includes from mshyperv.h

Josh Poimboeuf 
Revert "x86/entry: Fix the end of the stack for newly forked tasks"

Arnaldo Carvalho de Melo 
tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel

Christophe JAILLET 
ARM: davinci: PM: Do not free useful resources in normal path in 
'davinci_pm_init'

Christophe JAILLET 
ARM: davinci: PM: Free resources in error handling path in 'davinci_pm_init'

Doug Berger 
ARM: 8685/1: ensure memblock-limit is pmd-aligned

Lorenzo Pieralisi 
ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation

Timmy Li 
ARM64: PCI: Fix struct acpi_pci_root_ops allocation failure path

Eric Anholt 
watchdog: bcm281xx: Fix use of uninitialized spinlock.

Dan Carpenter 
xfrm: Oops on error in pfkey_msg2xfrm_state()

Dan Carpenter 
xfrm: NULL dereference on allocation failure

Sabrina Dubroca 
xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY

Hangbin Liu 
xfrm: move xfrm_garbage_collect out of xfrm_policy_flush

Yossi Kuperman 
xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish

Juergen Gross 
xen/blkback: don't free be structure too early

Ard Biesheuvel 
mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings

Thomas Gleixner 
pinctrl/amd: Use regular interrupt instead of chained

Baoquan He 
x86/mm: Fix boot crash caused by incorrect loop count calculation in 
sync_global_pgds()

Vallish Vaidyeshwara 
dm thin: do not queue freed thin mapping for next stage processing

Deepak Rawat 
drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr

Kan Liang 
perf/x86/intel/uncore: Fix wrong box pointer check

Vikas Shivappa 
x86/intel_rdt: Fix memory leak on mount failure

Bartosz Golaszewski 
gpiolib: fix filtering out unwanted events

Miklos Szeredi 
ovl: copy-up: don't unlock between lookup and link

Benjamin Coddington 
Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"

Trond Myklebust 
NFSv4.1: Fix a race in nfs4_proc_layoutget

Benjamin Coddington 
NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umask

Hui Wang 
ALSA: hda - set input_path bitmap to zero after moving it to new place

Takashi Iwai 
ALSA: hda - Fix endless loop of codec configure

Paul Burton 
MIPS: Fix IRQ tracing & lockdep when rescheduling

Paul Burton 
MIPS: pm-cps: Drop manual cache-line alignment of ready_count

James Hogan 
MIPS: Avoid accidental raw backtrace

Karl Beldan 
MIPS: head: Reorder instructions missing a delay slot

Juergen Gross 
xen/blkback: don't use xen_blkif_get() in xen-blkback kthread

Kinglong Mee 
NFSv4.x/callback: Create the callback service through svc_create_pooled

Eric Leblond 
netfilter: synproxy: fix conntrackd interaction

Serhey Popovych 
rtnetlink: add IFLA_GROUP to ifla_policy

Serhey Popovych 
ipv6: Do not leak throw route references

Gao Feng 
net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev

Wei Wang 
decnet: always not