Re: [PATCH 4.9 00/87] 4.9.62-stable review --> crash

2017-11-14 Thread Greg Kroah-Hartman
On Tue, Nov 14, 2017 at 08:46:25AM +0100, Sebastian Gottschall wrote:
> Am 14.11.2017 um 08:41 schrieb Greg Kroah-Hartman:
> > On Tue, Nov 14, 2017 at 07:48:47AM +0100, Sebastian Gottschall wrote:
> > > ahm it compiles well. but
> > > 
> > > [   24.838120] Unable to handle kernel NULL pointer dereference at virtual
> > > address 0055
> > > [   24.846193] pgd = c0004000
> > > [   24.848893] [0055] *pgd=
> > > [   24.852472] Internal error: Oops - BUG: 817 [#1] PREEMPT SMP ARM
> > > [   24.858463] Modules linked in: xhci_plat_hcd xhci_pci xhci_hcd ohci_hcd
> > > ehci_pci ehci_platform ehci_hcd usbcore usb_common nls_base qca_ssdk
> > > gpio_pca953x mii_gpio wil6210 ath10k_pci ath10k_core ath9k ath9k_common
> > > ath9k_hw ath mac80211 cfg80211 compat
> > > [   24.880852] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.9.62-rc1 #90
> > > [   24.887189] Hardware name: AnnapurnaLabs Alpine (Device Tree)
> > > [   24.892921] task: ef029ac0 task.stack: ef05a000
> > > [   24.897444] PC is at nf_nat_cleanup_conntrack+0x4c/0x74
> > > [   24.902657] LR is at nf_nat_cleanup_conntrack+0x38/0x74
> > > [   24.907869] pc : []    lr : []    psr: 6153
> > > [   24.907869] sp : ef05bb58  ip : ef05bb58  fp : ef05bb6c
> > > [   24.919317] r10: ed230cc0  r9 : ed230c00  r8 : edf45800
> > > [   24.924529] r7 : ebcd2f00  r6 : ec33739e  r5 : c0892294  r4 : ebcd2f00
> > > [   24.931040] r3 :   r2 : 0055  r1 :   r0 : c0892718
> > > [   24.937551] Flags: nZCv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  
> > > Segment
> > > user
> > > [   24.944755] Control: 10c5387d  Table: 2bd1006a  DAC: 0055
> > > [   24.950486] Process swapper/2 (pid: 0, stack limit = 0xef05a210)
> > > [   24.956477] Stack: (0xef05bb58 to 0xef05c000)
> > > 
> > > 
> > > will dig into the code to find the reason
> > Can you run 'git bisect' or if you use quilt, do a manual bisect to find
> > the offending patch?
> 
> already done
> 
> netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to
> rhashtable"
> 
> this one caused the crash. if i revert it, its working again

Ah nice.  Do you also have the crash in 4.14 with that patch, as it is
in there too.

thanks,

greg k-h


Re: [PATCH 4.9 00/87] 4.9.62-stable review --> crash

2017-11-14 Thread Greg Kroah-Hartman
On Tue, Nov 14, 2017 at 08:46:25AM +0100, Sebastian Gottschall wrote:
> Am 14.11.2017 um 08:41 schrieb Greg Kroah-Hartman:
> > On Tue, Nov 14, 2017 at 07:48:47AM +0100, Sebastian Gottschall wrote:
> > > ahm it compiles well. but
> > > 
> > > [   24.838120] Unable to handle kernel NULL pointer dereference at virtual
> > > address 0055
> > > [   24.846193] pgd = c0004000
> > > [   24.848893] [0055] *pgd=
> > > [   24.852472] Internal error: Oops - BUG: 817 [#1] PREEMPT SMP ARM
> > > [   24.858463] Modules linked in: xhci_plat_hcd xhci_pci xhci_hcd ohci_hcd
> > > ehci_pci ehci_platform ehci_hcd usbcore usb_common nls_base qca_ssdk
> > > gpio_pca953x mii_gpio wil6210 ath10k_pci ath10k_core ath9k ath9k_common
> > > ath9k_hw ath mac80211 cfg80211 compat
> > > [   24.880852] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.9.62-rc1 #90
> > > [   24.887189] Hardware name: AnnapurnaLabs Alpine (Device Tree)
> > > [   24.892921] task: ef029ac0 task.stack: ef05a000
> > > [   24.897444] PC is at nf_nat_cleanup_conntrack+0x4c/0x74
> > > [   24.902657] LR is at nf_nat_cleanup_conntrack+0x38/0x74
> > > [   24.907869] pc : []    lr : []    psr: 6153
> > > [   24.907869] sp : ef05bb58  ip : ef05bb58  fp : ef05bb6c
> > > [   24.919317] r10: ed230cc0  r9 : ed230c00  r8 : edf45800
> > > [   24.924529] r7 : ebcd2f00  r6 : ec33739e  r5 : c0892294  r4 : ebcd2f00
> > > [   24.931040] r3 :   r2 : 0055  r1 :   r0 : c0892718
> > > [   24.937551] Flags: nZCv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  
> > > Segment
> > > user
> > > [   24.944755] Control: 10c5387d  Table: 2bd1006a  DAC: 0055
> > > [   24.950486] Process swapper/2 (pid: 0, stack limit = 0xef05a210)
> > > [   24.956477] Stack: (0xef05bb58 to 0xef05c000)
> > > 
> > > 
> > > will dig into the code to find the reason
> > Can you run 'git bisect' or if you use quilt, do a manual bisect to find
> > the offending patch?
> 
> already done
> 
> netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to
> rhashtable"
> 
> this one caused the crash. if i revert it, its working again

Ah nice.  Do you also have the crash in 4.14 with that patch, as it is
in there too.

thanks,

greg k-h


Re: [PATCH 4.9 00/87] 4.9.62-stable review --> crash

2017-11-13 Thread Sebastian Gottschall

Am 14.11.2017 um 08:41 schrieb Greg Kroah-Hartman:

On Tue, Nov 14, 2017 at 07:48:47AM +0100, Sebastian Gottschall wrote:

ahm it compiles well. but

[   24.838120] Unable to handle kernel NULL pointer dereference at virtual
address 0055
[   24.846193] pgd = c0004000
[   24.848893] [0055] *pgd=
[   24.852472] Internal error: Oops - BUG: 817 [#1] PREEMPT SMP ARM
[   24.858463] Modules linked in: xhci_plat_hcd xhci_pci xhci_hcd ohci_hcd
ehci_pci ehci_platform ehci_hcd usbcore usb_common nls_base qca_ssdk
gpio_pca953x mii_gpio wil6210 ath10k_pci ath10k_core ath9k ath9k_common
ath9k_hw ath mac80211 cfg80211 compat
[   24.880852] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.9.62-rc1 #90
[   24.887189] Hardware name: AnnapurnaLabs Alpine (Device Tree)
[   24.892921] task: ef029ac0 task.stack: ef05a000
[   24.897444] PC is at nf_nat_cleanup_conntrack+0x4c/0x74
[   24.902657] LR is at nf_nat_cleanup_conntrack+0x38/0x74
[   24.907869] pc : []    lr : []    psr: 6153
[   24.907869] sp : ef05bb58  ip : ef05bb58  fp : ef05bb6c
[   24.919317] r10: ed230cc0  r9 : ed230c00  r8 : edf45800
[   24.924529] r7 : ebcd2f00  r6 : ec33739e  r5 : c0892294  r4 : ebcd2f00
[   24.931040] r3 :   r2 : 0055  r1 :   r0 : c0892718
[   24.937551] Flags: nZCv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  Segment
user
[   24.944755] Control: 10c5387d  Table: 2bd1006a  DAC: 0055
[   24.950486] Process swapper/2 (pid: 0, stack limit = 0xef05a210)
[   24.956477] Stack: (0xef05bb58 to 0xef05c000)


will dig into the code to find the reason

Can you run 'git bisect' or if you use quilt, do a manual bisect to find
the offending patch?


already done

netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to 
rhashtable"


this one caused the crash. if i revert it, its working again


Sebastian


--
Mit freundlichen Grüssen / Regards

Sebastian Gottschall / CTO

NewMedia-NET GmbH - DD-WRT
Firmensitz:  Stubenwaldallee 21a, 64625 Bensheim
Registergericht: Amtsgericht Darmstadt, HRB 25473
Geschäftsführer: Peter Steinhäuser, Christian Scheele
http://www.dd-wrt.com
email: s.gottsch...@dd-wrt.com
Tel.: +496251-582650 / Fax: +496251-5826565



Re: [PATCH 4.9 00/87] 4.9.62-stable review --> crash

2017-11-13 Thread Sebastian Gottschall

Am 14.11.2017 um 08:41 schrieb Greg Kroah-Hartman:

On Tue, Nov 14, 2017 at 07:48:47AM +0100, Sebastian Gottschall wrote:

ahm it compiles well. but

[   24.838120] Unable to handle kernel NULL pointer dereference at virtual
address 0055
[   24.846193] pgd = c0004000
[   24.848893] [0055] *pgd=
[   24.852472] Internal error: Oops - BUG: 817 [#1] PREEMPT SMP ARM
[   24.858463] Modules linked in: xhci_plat_hcd xhci_pci xhci_hcd ohci_hcd
ehci_pci ehci_platform ehci_hcd usbcore usb_common nls_base qca_ssdk
gpio_pca953x mii_gpio wil6210 ath10k_pci ath10k_core ath9k ath9k_common
ath9k_hw ath mac80211 cfg80211 compat
[   24.880852] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.9.62-rc1 #90
[   24.887189] Hardware name: AnnapurnaLabs Alpine (Device Tree)
[   24.892921] task: ef029ac0 task.stack: ef05a000
[   24.897444] PC is at nf_nat_cleanup_conntrack+0x4c/0x74
[   24.902657] LR is at nf_nat_cleanup_conntrack+0x38/0x74
[   24.907869] pc : []    lr : []    psr: 6153
[   24.907869] sp : ef05bb58  ip : ef05bb58  fp : ef05bb6c
[   24.919317] r10: ed230cc0  r9 : ed230c00  r8 : edf45800
[   24.924529] r7 : ebcd2f00  r6 : ec33739e  r5 : c0892294  r4 : ebcd2f00
[   24.931040] r3 :   r2 : 0055  r1 :   r0 : c0892718
[   24.937551] Flags: nZCv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  Segment
user
[   24.944755] Control: 10c5387d  Table: 2bd1006a  DAC: 0055
[   24.950486] Process swapper/2 (pid: 0, stack limit = 0xef05a210)
[   24.956477] Stack: (0xef05bb58 to 0xef05c000)


will dig into the code to find the reason

Can you run 'git bisect' or if you use quilt, do a manual bisect to find
the offending patch?


already done

netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to 
rhashtable"


this one caused the crash. if i revert it, its working again


Sebastian


--
Mit freundlichen Grüssen / Regards

Sebastian Gottschall / CTO

NewMedia-NET GmbH - DD-WRT
Firmensitz:  Stubenwaldallee 21a, 64625 Bensheim
Registergericht: Amtsgericht Darmstadt, HRB 25473
Geschäftsführer: Peter Steinhäuser, Christian Scheele
http://www.dd-wrt.com
email: s.gottsch...@dd-wrt.com
Tel.: +496251-582650 / Fax: +496251-5826565



Re: [PATCH 4.9 00/87] 4.9.62-stable review --> crash

2017-11-13 Thread Greg Kroah-Hartman
On Tue, Nov 14, 2017 at 07:48:47AM +0100, Sebastian Gottschall wrote:
> ahm it compiles well. but
> 
> [   24.838120] Unable to handle kernel NULL pointer dereference at virtual
> address 0055
> [   24.846193] pgd = c0004000
> [   24.848893] [0055] *pgd=
> [   24.852472] Internal error: Oops - BUG: 817 [#1] PREEMPT SMP ARM
> [   24.858463] Modules linked in: xhci_plat_hcd xhci_pci xhci_hcd ohci_hcd
> ehci_pci ehci_platform ehci_hcd usbcore usb_common nls_base qca_ssdk
> gpio_pca953x mii_gpio wil6210 ath10k_pci ath10k_core ath9k ath9k_common
> ath9k_hw ath mac80211 cfg80211 compat
> [   24.880852] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.9.62-rc1 #90
> [   24.887189] Hardware name: AnnapurnaLabs Alpine (Device Tree)
> [   24.892921] task: ef029ac0 task.stack: ef05a000
> [   24.897444] PC is at nf_nat_cleanup_conntrack+0x4c/0x74
> [   24.902657] LR is at nf_nat_cleanup_conntrack+0x38/0x74
> [   24.907869] pc : []    lr : []    psr: 6153
> [   24.907869] sp : ef05bb58  ip : ef05bb58  fp : ef05bb6c
> [   24.919317] r10: ed230cc0  r9 : ed230c00  r8 : edf45800
> [   24.924529] r7 : ebcd2f00  r6 : ec33739e  r5 : c0892294  r4 : ebcd2f00
> [   24.931040] r3 :   r2 : 0055  r1 :   r0 : c0892718
> [   24.937551] Flags: nZCv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  Segment
> user
> [   24.944755] Control: 10c5387d  Table: 2bd1006a  DAC: 0055
> [   24.950486] Process swapper/2 (pid: 0, stack limit = 0xef05a210)
> [   24.956477] Stack: (0xef05bb58 to 0xef05c000)
> 
> 
> will dig into the code to find the reason

Can you run 'git bisect' or if you use quilt, do a manual bisect to find
the offending patch?

thanks,

greg k-h


Re: [PATCH 4.9 00/87] 4.9.62-stable review --> crash

2017-11-13 Thread Greg Kroah-Hartman
On Tue, Nov 14, 2017 at 07:48:47AM +0100, Sebastian Gottschall wrote:
> ahm it compiles well. but
> 
> [   24.838120] Unable to handle kernel NULL pointer dereference at virtual
> address 0055
> [   24.846193] pgd = c0004000
> [   24.848893] [0055] *pgd=
> [   24.852472] Internal error: Oops - BUG: 817 [#1] PREEMPT SMP ARM
> [   24.858463] Modules linked in: xhci_plat_hcd xhci_pci xhci_hcd ohci_hcd
> ehci_pci ehci_platform ehci_hcd usbcore usb_common nls_base qca_ssdk
> gpio_pca953x mii_gpio wil6210 ath10k_pci ath10k_core ath9k ath9k_common
> ath9k_hw ath mac80211 cfg80211 compat
> [   24.880852] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.9.62-rc1 #90
> [   24.887189] Hardware name: AnnapurnaLabs Alpine (Device Tree)
> [   24.892921] task: ef029ac0 task.stack: ef05a000
> [   24.897444] PC is at nf_nat_cleanup_conntrack+0x4c/0x74
> [   24.902657] LR is at nf_nat_cleanup_conntrack+0x38/0x74
> [   24.907869] pc : []    lr : []    psr: 6153
> [   24.907869] sp : ef05bb58  ip : ef05bb58  fp : ef05bb6c
> [   24.919317] r10: ed230cc0  r9 : ed230c00  r8 : edf45800
> [   24.924529] r7 : ebcd2f00  r6 : ec33739e  r5 : c0892294  r4 : ebcd2f00
> [   24.931040] r3 :   r2 : 0055  r1 :   r0 : c0892718
> [   24.937551] Flags: nZCv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  Segment
> user
> [   24.944755] Control: 10c5387d  Table: 2bd1006a  DAC: 0055
> [   24.950486] Process swapper/2 (pid: 0, stack limit = 0xef05a210)
> [   24.956477] Stack: (0xef05bb58 to 0xef05c000)
> 
> 
> will dig into the code to find the reason

Can you run 'git bisect' or if you use quilt, do a manual bisect to find
the offending patch?

thanks,

greg k-h


Re: [PATCH 4.9 00/87] 4.9.62-stable review --> crash

2017-11-13 Thread Sebastian Gottschall

ahm it compiles well. but

[   24.838120] Unable to handle kernel NULL pointer dereference at 
virtual address 0055

[   24.846193] pgd = c0004000
[   24.848893] [0055] *pgd=
[   24.852472] Internal error: Oops - BUG: 817 [#1] PREEMPT SMP ARM
[   24.858463] Modules linked in: xhci_plat_hcd xhci_pci xhci_hcd 
ohci_hcd ehci_pci ehci_platform ehci_hcd usbcore usb_common nls_base 
qca_ssdk gpio_pca953x mii_gpio wil6210 ath10k_pci ath10k_core ath9k 
ath9k_common ath9k_hw ath mac80211 cfg80211 compat

[   24.880852] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.9.62-rc1 #90
[   24.887189] Hardware name: AnnapurnaLabs Alpine (Device Tree)
[   24.892921] task: ef029ac0 task.stack: ef05a000
[   24.897444] PC is at nf_nat_cleanup_conntrack+0x4c/0x74
[   24.902657] LR is at nf_nat_cleanup_conntrack+0x38/0x74
[   24.907869] pc : []    lr : []    psr: 6153
[   24.907869] sp : ef05bb58  ip : ef05bb58  fp : ef05bb6c
[   24.919317] r10: ed230cc0  r9 : ed230c00  r8 : edf45800
[   24.924529] r7 : ebcd2f00  r6 : ec33739e  r5 : c0892294  r4 : ebcd2f00
[   24.931040] r3 :   r2 : 0055  r1 :   r0 : c0892718
[   24.937551] Flags: nZCv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  
Segment user

[   24.944755] Control: 10c5387d  Table: 2bd1006a  DAC: 0055
[   24.950486] Process swapper/2 (pid: 0, stack limit = 0xef05a210)
[   24.956477] Stack: (0xef05bb58 to 0xef05c000)


will dig into the code to find the reason


Am 13.11.2017 um 13:55 schrieb Greg Kroah-Hartman:

This is the start of the stable review cycle for the 4.9.62 release.
There are 87 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 Nov 15 12:55:40 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.9.62-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.9.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
 Linux 4.9.62-rc1

Borislav Petkov 
 x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context

Pavel Tatashin 
 x86/smpboot: Make optimization of delay calibration work correctly

Florian Westphal 
 netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to 
rhashtable"

Richard Schütz 
 can: c_can: don't indicate triple sampling support for D_CAN

Marek Vasut 
 can: ifi: Fix transmitter delay calculation

Gerhard Bertelsmann 
 can: sun4i: handle overrun in RX FIFO

John Stultz 
 drm/bridge: adv7511: Re-write the i2c address before EDID probing

John Stultz 
 drm/bridge: adv7511: Reuse __adv7511_power_on/off() when probing EDID

John Stultz 
 drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused 
internally

Sinclair Yeh 
 drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue

Ilya Dryomov 
 rbd: use GFP_NOIO for parent stat and data requests

Kai-Heng Feng 
 Input: elan_i2c - add ELAN060C to the ACPI table

Oswald Buddenhagen 
 MIPS: AR7: Ensure that serial ports are properly set up

Jonas Gorski 
 MIPS: AR7: Defer registration of GPIO

Jaedon Shin 
 MIPS: BMIPS: Fix missing cbr address

Marcus Cooper 
 ASoC: sun4i-spdif: remove legacy dapm components

Luis R. Rodriguez 
 tools: firmware: check for distro fallback udev cancel rule

Luis R. Rodriguez 
 selftests: firmware: send expected errors to /dev/null

Matt Redfearn 
 MIPS: SMP: Fix deadlock & online race

Matija Glavinic Pecotic 
 MIPS: Fix race on setting and getting cpu_online_mask

Matt Redfearn 
 MIPS: SMP: Use a completion event to signal CPU up

Paul Burton 
 MIPS: Fix CM region target definitions

Gustavo A. R. Silva 
 MIPS: microMIPS: Fix incorrect mask in insn_table_MM

Maarten Lankhorst 
 drm/i915: Do not rely on wm preservation for ILK watermarks

Takashi Iwai 
 ALSA: seq: Avoid invalid lockdep class warning

Takashi Iwai 
 ALSA: seq: Fix OSS sysex delivery in OSS emulation

Mark Rutland 
 ARM: 8720/1: ensure dump_instr() checks addr_limit

Eric Biggers 
 

Re: [PATCH 4.9 00/87] 4.9.62-stable review --> crash

2017-11-13 Thread Sebastian Gottschall

ahm it compiles well. but

[   24.838120] Unable to handle kernel NULL pointer dereference at 
virtual address 0055

[   24.846193] pgd = c0004000
[   24.848893] [0055] *pgd=
[   24.852472] Internal error: Oops - BUG: 817 [#1] PREEMPT SMP ARM
[   24.858463] Modules linked in: xhci_plat_hcd xhci_pci xhci_hcd 
ohci_hcd ehci_pci ehci_platform ehci_hcd usbcore usb_common nls_base 
qca_ssdk gpio_pca953x mii_gpio wil6210 ath10k_pci ath10k_core ath9k 
ath9k_common ath9k_hw ath mac80211 cfg80211 compat

[   24.880852] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.9.62-rc1 #90
[   24.887189] Hardware name: AnnapurnaLabs Alpine (Device Tree)
[   24.892921] task: ef029ac0 task.stack: ef05a000
[   24.897444] PC is at nf_nat_cleanup_conntrack+0x4c/0x74
[   24.902657] LR is at nf_nat_cleanup_conntrack+0x38/0x74
[   24.907869] pc : []    lr : []    psr: 6153
[   24.907869] sp : ef05bb58  ip : ef05bb58  fp : ef05bb6c
[   24.919317] r10: ed230cc0  r9 : ed230c00  r8 : edf45800
[   24.924529] r7 : ebcd2f00  r6 : ec33739e  r5 : c0892294  r4 : ebcd2f00
[   24.931040] r3 :   r2 : 0055  r1 :   r0 : c0892718
[   24.937551] Flags: nZCv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  
Segment user

[   24.944755] Control: 10c5387d  Table: 2bd1006a  DAC: 0055
[   24.950486] Process swapper/2 (pid: 0, stack limit = 0xef05a210)
[   24.956477] Stack: (0xef05bb58 to 0xef05c000)


will dig into the code to find the reason


Am 13.11.2017 um 13:55 schrieb Greg Kroah-Hartman:

This is the start of the stable review cycle for the 4.9.62 release.
There are 87 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 Nov 15 12:55:40 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.9.62-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.9.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
 Linux 4.9.62-rc1

Borislav Petkov 
 x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context

Pavel Tatashin 
 x86/smpboot: Make optimization of delay calibration work correctly

Florian Westphal 
 netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to 
rhashtable"

Richard Schütz 
 can: c_can: don't indicate triple sampling support for D_CAN

Marek Vasut 
 can: ifi: Fix transmitter delay calculation

Gerhard Bertelsmann 
 can: sun4i: handle overrun in RX FIFO

John Stultz 
 drm/bridge: adv7511: Re-write the i2c address before EDID probing

John Stultz 
 drm/bridge: adv7511: Reuse __adv7511_power_on/off() when probing EDID

John Stultz 
 drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused 
internally

Sinclair Yeh 
 drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue

Ilya Dryomov 
 rbd: use GFP_NOIO for parent stat and data requests

Kai-Heng Feng 
 Input: elan_i2c - add ELAN060C to the ACPI table

Oswald Buddenhagen 
 MIPS: AR7: Ensure that serial ports are properly set up

Jonas Gorski 
 MIPS: AR7: Defer registration of GPIO

Jaedon Shin 
 MIPS: BMIPS: Fix missing cbr address

Marcus Cooper 
 ASoC: sun4i-spdif: remove legacy dapm components

Luis R. Rodriguez 
 tools: firmware: check for distro fallback udev cancel rule

Luis R. Rodriguez 
 selftests: firmware: send expected errors to /dev/null

Matt Redfearn 
 MIPS: SMP: Fix deadlock & online race

Matija Glavinic Pecotic 
 MIPS: Fix race on setting and getting cpu_online_mask

Matt Redfearn 
 MIPS: SMP: Use a completion event to signal CPU up

Paul Burton 
 MIPS: Fix CM region target definitions

Gustavo A. R. Silva 
 MIPS: microMIPS: Fix incorrect mask in insn_table_MM

Maarten Lankhorst 
 drm/i915: Do not rely on wm preservation for ILK watermarks

Takashi Iwai 
 ALSA: seq: Avoid invalid lockdep class warning

Takashi Iwai 
 ALSA: seq: Fix OSS sysex delivery in OSS emulation

Mark Rutland 
 ARM: 8720/1: ensure dump_instr() checks addr_limit

Eric Biggers 
 KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]

Andrey Ryabinin 
 crypto: x86/sha256-mb - fix panic due to unaligned access

Andrey Ryabinin 
 crypto: x86/sha1-mb - fix panic due to unaligned access

Romain Izard 
 crypto: ccm - preserve the IV buffer

Li Bin 
 workqueue: Fix NULL pointer dereference

Peter Zijlstra 
 x86/uaccess, sched/preempt: Verify access_ok() context

Carlo Caione 
 platform/x86: hp-wmi: Do not shadow error values

Carlo Caione 
 platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_state

Eric Biggers 
 KEYS: trusted: fix writing past end of buffer in trusted_read()

Eric Biggers 
 KEYS: