linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.6 00/30] 5.6.3-rc2 review
@ 2020-04-07 16:39 Greg Kroah-Hartman
  2020-04-07 19:02 ` shuah
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2020-04-07 16:39 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuah, patches,
	ben.hutchings, lkft-triage, stable

This is the start of the stable review cycle for the 5.6.3 release.
There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.6.3-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-5.6.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 5.6.3-rc2

Randy Dunlap <rdunlap@infradead.org>
    mm: mempolicy: require at least one nodeid for MPOL_PREFERRED

Arnaldo Carvalho de Melo <acme@redhat.com>
    perf python: Fix clang detection to strip out options passed in $CC

Bibby Hsieh <bibby.hsieh@mediatek.com>
    soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ helper

Geoffrey Allott <geoffrey@allott.email>
    ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated sound on EVGA X99 Classified motherboard

Mike Snitzer <snitzer@redhat.com>
    Revert "dm: always call blk_queue_split() in dm_process_bio()"

Takashi Iwai <tiwai@suse.de>
    Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"

Hans de Goede <hdegoede@redhat.com>
    power: supply: axp288_charger: Add special handling for HP Pavilion x2 10

Hans de Goede <hdegoede@redhat.com>
    extcon: axp288: Add wakeup support

Freeman Liu <freeman.liu@unisoc.com>
    nvmem: sprd: Fix the block lock operation

Nicholas Johnson <nicholas.johnson-opensource@outlook.com.au>
    nvmem: check for NULL reg_read and reg_write before dereferencing

Khouloud Touil <ktouil@baylibre.com>
    nvmem: release the write-protect pin

Alexander Usyskin <alexander.usyskin@intel.com>
    mei: me: add cedar fork device ids

Eugene Syromiatnikov <esyr@redhat.com>
    coresight: do not use the BIT() macro in the UAPI header

Kelsey Skunberg <kelsey.skunberg@gmail.com>
    PCI: sysfs: Revert "rescan" file renames

Kishon Vijay Abraham I <kishon@ti.com>
    misc: pci_endpoint_test: Avoid using module parameter to determine irqtype

Kishon Vijay Abraham I <kishon@ti.com>
    misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devices

YueHaibing <yuehaibing@huawei.com>
    misc: rtsx: set correct pcr_ops for rts522A

Uma Shankar <uma.shankar@intel.com>
    drm/i915/display: Fix mode private_flags comparison at atomic_check

Torsten Duwe <duwe@lst.de>
    drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix

Matthew Wilcox (Oracle) <willy@infradead.org>
    XArray: Fix xa_find_next for large multi-index entries

Guenter Roeck <linux@roeck-us.net>
    brcmfmac: abort and release host after error

Daniel Jordan <daniel.m.jordan@oracle.com>
    padata: fix uninitialized return value in padata_replace()

Xin Long <lucien.xin@gmail.com>
    udp: initialize is_flist with 0 in udp_gro_receive

Florian Westphal <fw@strlen.de>
    net: fix fraglist segmentation reference count leak

Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
    net: macb: Fix handling of fixed-link node

Qiujun Huang <hqjagain@gmail.com>
    sctp: fix refcount bug in sctp_wfree

Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
    sctp: fix possibly using a bad saddr with a given dst

William Dauchy <w.dauchy@criteo.com>
    net, ip_tunnel: fix interface lookup with no key

Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
    net: dsa: ksz: Select KSZ protocol tag

Qian Cai <cai@lca.pw>
    ipv4: fix a RCU-list lock in fib_triestat_seq_show


-------------

Diffstat:

 Makefile                                           |  4 +-
 drivers/extcon/extcon-axp288.c                     | 32 ++++++++++++
 drivers/gpu/drm/bridge/analogix/analogix-anx6345.c |  4 +-
 drivers/gpu/drm/i915/display/intel_display.c       |  4 +-
 drivers/md/dm.c                                    |  5 +-
 drivers/misc/cardreader/rts5227.c                  |  1 +
 drivers/misc/mei/hw-me-regs.h                      |  2 +
 drivers/misc/mei/pci-me.c                          |  2 +
 drivers/misc/pci_endpoint_test.c                   | 14 ++++--
 drivers/net/dsa/microchip/Kconfig                  |  1 +
 drivers/net/ethernet/cadence/macb_main.c           |  3 ++
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    |  2 +
 drivers/nvmem/core.c                               |  1 +
 drivers/nvmem/nvmem-sysfs.c                        |  6 +++
 drivers/nvmem/sprd-efuse.c                         |  2 +-
 drivers/pci/pci-sysfs.c                            |  6 ++-
 drivers/power/supply/axp288_charger.c              | 57 +++++++++++++++++++++-
 drivers/soc/mediatek/mtk-cmdq-helper.c             |  1 +
 include/uapi/linux/coresight-stm.h                 |  6 ++-
 include/uapi/sound/asoc.h                          |  1 +
 kernel/padata.c                                    |  2 +-
 lib/test_xarray.c                                  | 18 +++++++
 lib/xarray.c                                       |  3 +-
 mm/mempolicy.c                                     |  6 ++-
 net/core/skbuff.c                                  |  1 +
 net/ipv4/fib_trie.c                                |  3 ++
 net/ipv4/ip_tunnel.c                               |  6 +--
 net/ipv4/udp_offload.c                             |  1 +
 net/sctp/ipv6.c                                    | 20 +++++---
 net/sctp/protocol.c                                | 28 +++++++----
 net/sctp/socket.c                                  | 31 +++++++++---
 sound/pci/hda/patch_ca0132.c                       |  1 +
 tools/perf/util/setup.py                           |  2 +-
 33 files changed, 226 insertions(+), 50 deletions(-)



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-07 16:39 [PATCH 5.6 00/30] 5.6.3-rc2 review Greg Kroah-Hartman
@ 2020-04-07 19:02 ` shuah
  2020-04-07 19:18   ` shuah
  2020-04-07 19:02 ` Jon Hunter
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 12+ messages in thread
From: shuah @ 2020-04-07 19:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel
  Cc: torvalds, akpm, linux, patches, ben.hutchings, lkft-triage,
	stable, shuah

On 4/7/20 10:39 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.6.3 release.
> There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.6.3-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-5.6.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

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

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-07 16:39 [PATCH 5.6 00/30] 5.6.3-rc2 review Greg Kroah-Hartman
  2020-04-07 19:02 ` shuah
@ 2020-04-07 19:02 ` Jon Hunter
  2020-04-08  7:10   ` Greg Kroah-Hartman
  2020-04-08  2:44 ` Guenter Roeck
  2020-04-08  9:46 ` Naresh Kamboju
  3 siblings, 1 reply; 12+ messages in thread
From: Jon Hunter @ 2020-04-07 19:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel
  Cc: torvalds, akpm, linux, shuah, patches, ben.hutchings,
	lkft-triage, stable, linux-tegra


On 07/04/2020 17:39, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.6.3 release.
> There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.6.3-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-5.6.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

All tests are passing for Tegra ...

Test results for stable-v5.6:
    13 builds:	13 pass, 0 fail
    24 boots:	24 pass, 0 fail
    40 tests:	40 pass, 0 fail

Linux version:	5.6.3-rc2-gf106acd0db7c
Boards tested:	tegra124-jetson-tk1, tegra186-p2771-0000,
                tegra194-p2972-0000, tegra20-ventana,
                tegra210-p2371-2180, tegra210-p3450-0000,
                tegra30-cardhu-a04

Cheers
Jon

-- 
nvpublic

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-07 19:02 ` shuah
@ 2020-04-07 19:18   ` shuah
  2020-04-07 19:33     ` Guenter Roeck
  0 siblings, 1 reply; 12+ messages in thread
From: shuah @ 2020-04-07 19:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel
  Cc: torvalds, akpm, linux, patches, ben.hutchings, lkft-triage,
	stable, shuah

On 4/7/20 1:02 PM, shuah wrote:
> On 4/7/20 10:39 AM, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 5.6.3 release.
>> There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
>> Anything received after that time might be too late.
>>
>> The whole patch series can be found in one patch at:
>>     https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.6.3-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-5.6.y
>> and the diffstat can be found below.
>>
>> thanks,
>>
>> greg k-h
>>
> 
> Compiled and booted on my test system. No dmesg regressions.
> 
> thanks,
> -- Shuah
> 

Okay. After a reboot ran into the following problem with wifi.
Turning wifi off and on worked.


[    4.499152] Generic FE-GE Realtek PHY r8169-100:00: attached PHY 
driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-100:00, 
irq=IGNORE)
[    4.596676] r8169 0000:01:00.0 enp1s0f0: Link is Down
[    9.916063] ath10k_pci 0000:02:00.0: wmi service ready event not received
[    9.996205] ath10k_pci 0000:02:00.0: Could not init core: -110
[   10.127822] rfkill: input handler disabled
[   15.268624] wlp2s0: authenticate with c0:56:27:75:aa:b4
[   15.336248] wlp2s0: send auth to c0:56:27:75:aa:b4 (try 1/3)
[   15.357599] wlp2s0: authenticated
[   15.358081] wlp2s0: associating with AP with corrupt probe response
[   15.360036] wlp2s0: associate with c0:56:27:75:aa:b4 (try 1/3)
[   15.388367] wlp2s0: RX AssocResp from c0:56:27:75:aa:b4 (capab=0x411 
status=0 aid=1)
[   15.389937] ------------[ cut here ]------------
[   15.389955] WARNING: CPU: 5 PID: 0 at 
drivers/net/wireless/ath/ath10k/htt_rx.c:35 
ath10k_htt_rx_pop_paddr.isra.0+0xca/0x100 [ath10k_core]
[   15.389956] Modules linked in: cmac bnep binfmt_misc nls_iso8859_1 
edac_mce_amd kvm_amd kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel amdgpu snd_hda_codec_realtek snd_hda_codec_generic 
ledtrig_audio snd_usb_audio snd_hda_codec_hdmi snd_usbmidi_lib 
snd_seq_midi snd_hda_intel snd_seq_midi_event snd_intel_dspcfg 
snd_hda_codec aesni_intel snd_rawmidi crypto_simd snd_hda_core btusb 
amd_iommu_v2 cryptd snd_hwdep ath10k_pci glue_helper btrtl gpu_sched 
ath10k_core btbcm ttm btintel mc snd_seq bluetooth snd_pcm ath serio_raw 
k10temp wmi_bmof snd_seq_device drm_kms_helper pl2303 input_leds 
ecdh_generic ecc snd_pci_acp3x mac80211 cec snd_timer drm snd cfg80211 
i2c_algo_bit fb_sys_fops ipmi_devintf syscopyarea sysfillrect sysimgblt 
ccp soundcore libarc4 ipmi_msghandler mac_hid sch_fq_codel parport_pc 
ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid ahci 
psmouse i2c_piix4 libahci nvme nvme_core r8169 realtek wmi video
[   15.389998] CPU: 5 PID: 0 Comm: swapper/5 Not tainted 5.6.3-rc2+ #4
[   15.389999] Hardware name: LENOVO 10VGCTO1WW/3130, BIOS M1XKT45A 
08/21/2019
[   15.390011] RIP: 0010:ath10k_htt_rx_pop_paddr.isra.0+0xca/0x100 
[ath10k_core]
[   15.390014] Code: 8b b8 a8 02 00 00 48 8b 87 40 02 00 00 48 85 c0 74 
24 48 8b 40 28 48 85 c0 74 14 45 31 c0 b9 02 00 00 00 e8 08 1e 6b fc eb 
05 <0f> 0b 45 31 e4 4c 89 e0 41 5c 5d c3 48 8b 05 b3 2d 3d fd 48 85 c0
[   15.390016] RSP: 0018:ffffa10d002ecd78 EFLAGS: 00010246
[   15.390017] RAX: 0000000000000000 RBX: ffff8d94fd1a4750 RCX: 
ffff8d952f761e80
[   15.390019] RDX: 000000007fee6d00 RSI: ffff8d952f76293c RDI: 
ffff8d952f762828
[   15.390020] RBP: ffffa10d002ecd80 R08: 0000000000200000 R09: 
ffff8d94fd08b758
[   15.390021] R10: 0000000000000000 R11: 000ffffffffff000 R12: 
ffff8d94fd1a4748
[   15.390022] R13: ffffa10d002ece28 R14: ffff8d952f761e80 R15: 
ffff8d952f761e80
[   15.390024] FS:  0000000000000000(0000) GS:ffff8d9537b40000(0000) 
knlGS:0000000000000000
[   15.390025] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   15.390026] CR2: 0000561a638de9c0 CR3: 000000023171a000 CR4: 
00000000003406e0
[   15.390027] Call Trace:
[   15.390029]  <IRQ>
[   15.390042]  ath10k_htt_txrx_compl_task+0x758/0x14b0 [ath10k_core]
[   15.390048]  ath10k_pci_napi_poll+0x56/0x120 [ath10k_pci]
[   15.390053]  net_rx_action+0x13a/0x370
[   15.390057]  __do_softirq+0xe1/0x2d6
[   15.390061]  irq_exit+0xae/0xb0
[   15.390064]  do_IRQ+0x5a/0xf0
[   15.390067]  common_interrupt+0xf/0xf
[   15.390068]  </IRQ>
[   15.390072] RIP: 0010:cpuidle_enter_state+0xca/0x3e0
[   15.390074] Code: ff e8 8a 56 80 ff 80 7d c7 00 74 17 9c 58 0f 1f 44 
00 00 f6 c4 02 0f 85 ea 02 00 00 31 ff e8 1d d6 86 ff fb 66 0f 1f 44 00 
00 <45> 85 e4 0f 88 3f 02 00 00 49 63 d4 4c 8b 7d d0 4c 2b 7d c8 48 8d
[   15.390075] RSP: 0018:ffffa10d0018fe38 EFLAGS: 00000246 ORIG_RAX: 
ffffffffffffffd9
[   15.390077] RAX: ffff8d9537b6ce40 RBX: ffff8d9534a93c00 RCX: 
000000000000001f
[   15.390078] RDX: 0000000000000000 RSI: 00000000280a5e6f RDI: 
0000000000000000
[   15.390079] RBP: ffffa10d0018fe78 R08: 00000003954e39cc R09: 
ffffffffbd977140
[   15.390079] R10: ffff8d9537b6bb04 R11: ffff8d9537b6bae4 R12: 
0000000000000001
[   15.390080] R13: ffffffffbd977140 R14: 0000000000000001 R15: 
ffff8d9534a93c00
[   15.390086]  ? cpuidle_enter_state+0xa6/0x3e0
[   15.390089]  cpuidle_enter+0x2e/0x40
[   15.390092]  call_cpuidle+0x23/0x40
[   15.390094]  do_idle+0x1e7/0x280
[   15.390097]  cpu_startup_entry+0x20/0x30
[   15.390100]  start_secondary+0x167/0x1c0
[   15.390103]  secondary_startup_64+0xa4/0xb0
[   15.390106] ---[ end trace 60c3cabcf041b110 ]---
[   15.390118] ath10k_pci 0000:02:00.0: failed to pop paddr list: -2
[   15.390840] wlp2s0: associated
[   19.387476] wlp2s0: deauthenticated from c0:56:27:75:aa:b4 (Reason: 
2=PREV_AUTH_NOT_VALID)
[   24.377944] wlp2s0: authenticate with c0:56:27:75:aa:b4

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-07 19:18   ` shuah
@ 2020-04-07 19:33     ` Guenter Roeck
  2020-04-07 19:51       ` shuah
  0 siblings, 1 reply; 12+ messages in thread
From: Guenter Roeck @ 2020-04-07 19:33 UTC (permalink / raw)
  To: shuah, Greg Kroah-Hartman, linux-kernel
  Cc: torvalds, akpm, patches, ben.hutchings, lkft-triage, stable

On 4/7/20 12:18 PM, shuah wrote:
> On 4/7/20 1:02 PM, shuah wrote:
>> On 4/7/20 10:39 AM, Greg Kroah-Hartman wrote:
>>> This is the start of the stable review cycle for the 5.6.3 release.
>>> There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
>>> Anything received after that time might be too late.
>>>
>>> The whole patch series can be found in one patch at:
>>>     https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.6.3-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-5.6.y
>>> and the diffstat can be found below.
>>>
>>> thanks,
>>>
>>> greg k-h
>>>
>>
>> Compiled and booted on my test system. No dmesg regressions.
>>
>> thanks,
>> -- Shuah
>>
> 
> Okay. After a reboot ran into the following problem with wifi.
> Turning wifi off and on worked.
> 
> 
> [    4.499152] Generic FE-GE Realtek PHY r8169-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
> [    4.596676] r8169 0000:01:00.0 enp1s0f0: Link is Down
> [    9.916063] ath10k_pci 0000:02:00.0: wmi service ready event not received
> [    9.996205] ath10k_pci 0000:02:00.0: Could not init core: -110
> [   10.127822] rfkill: input handler disabled
> [   15.268624] wlp2s0: authenticate with c0:56:27:75:aa:b4
> [   15.336248] wlp2s0: send auth to c0:56:27:75:aa:b4 (try 1/3)
> [   15.357599] wlp2s0: authenticated
> [   15.358081] wlp2s0: associating with AP with corrupt probe response
> [   15.360036] wlp2s0: associate with c0:56:27:75:aa:b4 (try 1/3)
> [   15.388367] wlp2s0: RX AssocResp from c0:56:27:75:aa:b4 (capab=0x411 status=0 aid=1)
> [   15.389937] ------------[ cut here ]------------
> [   15.389955] WARNING: CPU: 5 PID: 0 at drivers/net/wireless/ath/ath10k/htt_rx.c:35 ath10k_htt_rx_pop_paddr.isra.0+0xca/0x100 [ath10k_core]
> [   15.389956] Modules linked in: cmac bnep binfmt_misc nls_iso8859_1 edac_mce_amd kvm_amd kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel amdgpu snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_usb_audio snd_hda_codec_hdmi snd_usbmidi_lib snd_seq_midi snd_hda_intel snd_seq_midi_event snd_intel_dspcfg snd_hda_codec aesni_intel snd_rawmidi crypto_simd snd_hda_core btusb amd_iommu_v2 cryptd snd_hwdep ath10k_pci glue_helper btrtl gpu_sched ath10k_core btbcm ttm btintel mc snd_seq bluetooth snd_pcm ath serio_raw k10temp wmi_bmof snd_seq_device drm_kms_helper pl2303 input_leds ecdh_generic ecc snd_pci_acp3x mac80211 cec snd_timer drm snd cfg80211 i2c_algo_bit fb_sys_fops ipmi_devintf syscopyarea sysfillrect sysimgblt ccp soundcore libarc4 ipmi_msghandler mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid ahci psmouse i2c_piix4 libahci nvme nvme_core r8169 realtek wmi video
> [   15.389998] CPU: 5 PID: 0 Comm: swapper/5 Not tainted 5.6.3-rc2+ #4
> [   15.389999] Hardware name: LENOVO 10VGCTO1WW/3130, BIOS M1XKT45A 08/21/2019
> [   15.390011] RIP: 0010:ath10k_htt_rx_pop_paddr.isra.0+0xca/0x100 [ath10k_core]
> [   15.390014] Code: 8b b8 a8 02 00 00 48 8b 87 40 02 00 00 48 85 c0 74 24 48 8b 40 28 48 85 c0 74 14 45 31 c0 b9 02 00 00 00 e8 08 1e 6b fc eb 05 <0f> 0b 45 31 e4 4c 89 e0 41 5c 5d c3 48 8b 05 b3 2d 3d fd 48 85 c0
> [   15.390016] RSP: 0018:ffffa10d002ecd78 EFLAGS: 00010246
> [   15.390017] RAX: 0000000000000000 RBX: ffff8d94fd1a4750 RCX: ffff8d952f761e80
> [   15.390019] RDX: 000000007fee6d00 RSI: ffff8d952f76293c RDI: ffff8d952f762828
> [   15.390020] RBP: ffffa10d002ecd80 R08: 0000000000200000 R09: ffff8d94fd08b758
> [   15.390021] R10: 0000000000000000 R11: 000ffffffffff000 R12: ffff8d94fd1a4748
> [   15.390022] R13: ffffa10d002ece28 R14: ffff8d952f761e80 R15: ffff8d952f761e80
> [   15.390024] FS:  0000000000000000(0000) GS:ffff8d9537b40000(0000) knlGS:0000000000000000
> [   15.390025] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [   15.390026] CR2: 0000561a638de9c0 CR3: 000000023171a000 CR4: 00000000003406e0
> [   15.390027] Call Trace:
> [   15.390029]  <IRQ>
> [   15.390042]  ath10k_htt_txrx_compl_task+0x758/0x14b0 [ath10k_core]
> [   15.390048]  ath10k_pci_napi_poll+0x56/0x120 [ath10k_pci]
> [   15.390053]  net_rx_action+0x13a/0x370
> [   15.390057]  __do_softirq+0xe1/0x2d6
> [   15.390061]  irq_exit+0xae/0xb0
> [   15.390064]  do_IRQ+0x5a/0xf0
> [   15.390067]  common_interrupt+0xf/0xf
> [   15.390068]  </IRQ>
> [   15.390072] RIP: 0010:cpuidle_enter_state+0xca/0x3e0
> [   15.390074] Code: ff e8 8a 56 80 ff 80 7d c7 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 ea 02 00 00 31 ff e8 1d d6 86 ff fb 66 0f 1f 44 00 00 <45> 85 e4 0f 88 3f 02 00 00 49 63 d4 4c 8b 7d d0 4c 2b 7d c8 48 8d
> [   15.390075] RSP: 0018:ffffa10d0018fe38 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffd9
> [   15.390077] RAX: ffff8d9537b6ce40 RBX: ffff8d9534a93c00 RCX: 000000000000001f
> [   15.390078] RDX: 0000000000000000 RSI: 00000000280a5e6f RDI: 0000000000000000
> [   15.390079] RBP: ffffa10d0018fe78 R08: 00000003954e39cc R09: ffffffffbd977140
> [   15.390079] R10: ffff8d9537b6bb04 R11: ffff8d9537b6bae4 R12: 0000000000000001
> [   15.390080] R13: ffffffffbd977140 R14: 0000000000000001 R15: ffff8d9534a93c00
> [   15.390086]  ? cpuidle_enter_state+0xa6/0x3e0
> [   15.390089]  cpuidle_enter+0x2e/0x40
> [   15.390092]  call_cpuidle+0x23/0x40
> [   15.390094]  do_idle+0x1e7/0x280
> [   15.390097]  cpu_startup_entry+0x20/0x30
> [   15.390100]  start_secondary+0x167/0x1c0
> [   15.390103]  secondary_startup_64+0xa4/0xb0
> [   15.390106] ---[ end trace 60c3cabcf041b110 ]---
> [   15.390118] ath10k_pci 0000:02:00.0: failed to pop paddr list: -2
> [   15.390840] wlp2s0: associated
> [   19.387476] wlp2s0: deauthenticated from c0:56:27:75:aa:b4 (Reason: 2=PREV_AUTH_NOT_VALID)
> [   24.377944] wlp2s0: authenticate with c0:56:27:75:aa:b4
> 

I don't immediately see a change that might be responsible for this problem. Since v5.5,
possibly, but not since v5.6. That makes me wonder if this is reproducible. Any idea ?

Thanks,
Guenter

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-07 19:33     ` Guenter Roeck
@ 2020-04-07 19:51       ` shuah
  2020-04-08  7:09         ` Greg Kroah-Hartman
  0 siblings, 1 reply; 12+ messages in thread
From: shuah @ 2020-04-07 19:51 UTC (permalink / raw)
  To: Guenter Roeck, Greg Kroah-Hartman, linux-kernel
  Cc: torvalds, akpm, patches, ben.hutchings, lkft-triage, stable, shuah

On 4/7/20 1:33 PM, Guenter Roeck wrote:
> On 4/7/20 12:18 PM, shuah wrote:
>> On 4/7/20 1:02 PM, shuah wrote:
>>> On 4/7/20 10:39 AM, Greg Kroah-Hartman wrote:
>>>> This is the start of the stable review cycle for the 5.6.3 release.
>>>> There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
>>>> Anything received after that time might be too late.
>>>>
>>>> The whole patch series can be found in one patch at:
>>>>      https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.6.3-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-5.6.y
>>>> and the diffstat can be found below.
>>>>
>>>> thanks,
>>>>
>>>> greg k-h
>>>>
>>>
>>> Compiled and booted on my test system. No dmesg regressions.
>>>
>>> thanks,
>>> -- Shuah
>>>
>>
>> Okay. After a reboot ran into the following problem with wifi.
>> Turning wifi off and on worked.
>>
>>
>> [    4.499152] Generic FE-GE Realtek PHY r8169-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
>> [    4.596676] r8169 0000:01:00.0 enp1s0f0: Link is Down
>> [    9.916063] ath10k_pci 0000:02:00.0: wmi service ready event not received
>> [    9.996205] ath10k_pci 0000:02:00.0: Could not init core: -110
>> [   10.127822] rfkill: input handler disabled
>> [   15.268624] wlp2s0: authenticate with c0:56:27:75:aa:b4
>> [   15.336248] wlp2s0: send auth to c0:56:27:75:aa:b4 (try 1/3)
>> [   15.357599] wlp2s0: authenticated
>> [   15.358081] wlp2s0: associating with AP with corrupt probe response
>> [   15.360036] wlp2s0: associate with c0:56:27:75:aa:b4 (try 1/3)
>> [   15.388367] wlp2s0: RX AssocResp from c0:56:27:75:aa:b4 (capab=0x411 status=0 aid=1)
>> [   15.389937] ------------[ cut here ]------------
>> [   15.389955] WARNING: CPU: 5 PID: 0 at drivers/net/wireless/ath/ath10k/htt_rx.c:35 ath10k_htt_rx_pop_paddr.isra.0+0xca/0x100 [ath10k_core]
>> [   15.389956] Modules linked in: cmac bnep binfmt_misc nls_iso8859_1 edac_mce_amd kvm_amd kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel amdgpu snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_usb_audio snd_hda_codec_hdmi snd_usbmidi_lib snd_seq_midi snd_hda_intel snd_seq_midi_event snd_intel_dspcfg snd_hda_codec aesni_intel snd_rawmidi crypto_simd snd_hda_core btusb amd_iommu_v2 cryptd snd_hwdep ath10k_pci glue_helper btrtl gpu_sched ath10k_core btbcm ttm btintel mc snd_seq bluetooth snd_pcm ath serio_raw k10temp wmi_bmof snd_seq_device drm_kms_helper pl2303 input_leds ecdh_generic ecc snd_pci_acp3x mac80211 cec snd_timer drm snd cfg80211 i2c_algo_bit fb_sys_fops ipmi_devintf syscopyarea sysfillrect sysimgblt ccp soundcore libarc4 ipmi_msghandler mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid ahci psmouse i2c_piix4 libahci nvme nvme_core r8169 realtek wmi video
>> [   15.389998] CPU: 5 PID: 0 Comm: swapper/5 Not tainted 5.6.3-rc2+ #4
>> [   15.389999] Hardware name: LENOVO 10VGCTO1WW/3130, BIOS M1XKT45A 08/21/2019
>> [   15.390011] RIP: 0010:ath10k_htt_rx_pop_paddr.isra.0+0xca/0x100 [ath10k_core]
>> [   15.390014] Code: 8b b8 a8 02 00 00 48 8b 87 40 02 00 00 48 85 c0 74 24 48 8b 40 28 48 85 c0 74 14 45 31 c0 b9 02 00 00 00 e8 08 1e 6b fc eb 05 <0f> 0b 45 31 e4 4c 89 e0 41 5c 5d c3 48 8b 05 b3 2d 3d fd 48 85 c0
>> [   15.390016] RSP: 0018:ffffa10d002ecd78 EFLAGS: 00010246
>> [   15.390017] RAX: 0000000000000000 RBX: ffff8d94fd1a4750 RCX: ffff8d952f761e80
>> [   15.390019] RDX: 000000007fee6d00 RSI: ffff8d952f76293c RDI: ffff8d952f762828
>> [   15.390020] RBP: ffffa10d002ecd80 R08: 0000000000200000 R09: ffff8d94fd08b758
>> [   15.390021] R10: 0000000000000000 R11: 000ffffffffff000 R12: ffff8d94fd1a4748
>> [   15.390022] R13: ffffa10d002ece28 R14: ffff8d952f761e80 R15: ffff8d952f761e80
>> [   15.390024] FS:  0000000000000000(0000) GS:ffff8d9537b40000(0000) knlGS:0000000000000000
>> [   15.390025] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
>> [   15.390026] CR2: 0000561a638de9c0 CR3: 000000023171a000 CR4: 00000000003406e0
>> [   15.390027] Call Trace:
>> [   15.390029]  <IRQ>
>> [   15.390042]  ath10k_htt_txrx_compl_task+0x758/0x14b0 [ath10k_core]
>> [   15.390048]  ath10k_pci_napi_poll+0x56/0x120 [ath10k_pci]
>> [   15.390053]  net_rx_action+0x13a/0x370
>> [   15.390057]  __do_softirq+0xe1/0x2d6
>> [   15.390061]  irq_exit+0xae/0xb0
>> [   15.390064]  do_IRQ+0x5a/0xf0
>> [   15.390067]  common_interrupt+0xf/0xf
>> [   15.390068]  </IRQ>
>> [   15.390072] RIP: 0010:cpuidle_enter_state+0xca/0x3e0
>> [   15.390074] Code: ff e8 8a 56 80 ff 80 7d c7 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 ea 02 00 00 31 ff e8 1d d6 86 ff fb 66 0f 1f 44 00 00 <45> 85 e4 0f 88 3f 02 00 00 49 63 d4 4c 8b 7d d0 4c 2b 7d c8 48 8d
>> [   15.390075] RSP: 0018:ffffa10d0018fe38 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffd9
>> [   15.390077] RAX: ffff8d9537b6ce40 RBX: ffff8d9534a93c00 RCX: 000000000000001f
>> [   15.390078] RDX: 0000000000000000 RSI: 00000000280a5e6f RDI: 0000000000000000
>> [   15.390079] RBP: ffffa10d0018fe78 R08: 00000003954e39cc R09: ffffffffbd977140
>> [   15.390079] R10: ffff8d9537b6bb04 R11: ffff8d9537b6bae4 R12: 0000000000000001
>> [   15.390080] R13: ffffffffbd977140 R14: 0000000000000001 R15: ffff8d9534a93c00
>> [   15.390086]  ? cpuidle_enter_state+0xa6/0x3e0
>> [   15.390089]  cpuidle_enter+0x2e/0x40
>> [   15.390092]  call_cpuidle+0x23/0x40
>> [   15.390094]  do_idle+0x1e7/0x280
>> [   15.390097]  cpu_startup_entry+0x20/0x30
>> [   15.390100]  start_secondary+0x167/0x1c0
>> [   15.390103]  secondary_startup_64+0xa4/0xb0
>> [   15.390106] ---[ end trace 60c3cabcf041b110 ]---
>> [   15.390118] ath10k_pci 0000:02:00.0: failed to pop paddr list: -2
>> [   15.390840] wlp2s0: associated
>> [   19.387476] wlp2s0: deauthenticated from c0:56:27:75:aa:b4 (Reason: 2=PREV_AUTH_NOT_VALID)
>> [   24.377944] wlp2s0: authenticate with c0:56:27:75:aa:b4
>>
> 
> I don't immediately see a change that might be responsible for this problem. Since v5.5,
> possibly, but not since v5.6. That makes me wonder if this is reproducible. Any idea ?
> 
> Thanks,
> Guenter

Yeah I didn't see anything obvious either.

I am running into an existing problem. No reason to hold this release
up for this problem.

thanks,
-- Shuah


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-07 16:39 [PATCH 5.6 00/30] 5.6.3-rc2 review Greg Kroah-Hartman
  2020-04-07 19:02 ` shuah
  2020-04-07 19:02 ` Jon Hunter
@ 2020-04-08  2:44 ` Guenter Roeck
  2020-04-08  7:09   ` Greg Kroah-Hartman
  2020-04-08  9:46 ` Naresh Kamboju
  3 siblings, 1 reply; 12+ messages in thread
From: Guenter Roeck @ 2020-04-08  2:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel
  Cc: torvalds, akpm, shuah, patches, ben.hutchings, lkft-triage, stable

On 4/7/20 9:39 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.6.3 release.
> There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
> Anything received after that time might be too late.
> 

Build results:
	total: 155 pass: 155 fail: 0
Qemu test results:
	total: 428 pass: 428 fail: 0

Guenter

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-08  2:44 ` Guenter Roeck
@ 2020-04-08  7:09   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2020-04-08  7:09 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: linux-kernel, torvalds, akpm, shuah, patches, ben.hutchings,
	lkft-triage, stable

On Tue, Apr 07, 2020 at 07:44:54PM -0700, Guenter Roeck wrote:
> On 4/7/20 9:39 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.6.3 release.
> > There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
> > Anything received after that time might be too late.
> > 
> 
> Build results:
> 	total: 155 pass: 155 fail: 0
> Qemu test results:
> 	total: 428 pass: 428 fail: 0

Thanks for testing all of these and letting me know.

greg k-h

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-07 19:51       ` shuah
@ 2020-04-08  7:09         ` Greg Kroah-Hartman
  0 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2020-04-08  7:09 UTC (permalink / raw)
  To: shuah
  Cc: Guenter Roeck, linux-kernel, torvalds, akpm, patches,
	ben.hutchings, lkft-triage, stable

On Tue, Apr 07, 2020 at 01:51:06PM -0600, shuah wrote:
> On 4/7/20 1:33 PM, Guenter Roeck wrote:
> > On 4/7/20 12:18 PM, shuah wrote:
> > > On 4/7/20 1:02 PM, shuah wrote:
> > > > On 4/7/20 10:39 AM, Greg Kroah-Hartman wrote:
> > > > > This is the start of the stable review cycle for the 5.6.3 release.
> > > > > There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
> > > > > Anything received after that time might be too late.
> > > > > 
> > > > > The whole patch series can be found in one patch at:
> > > > >      https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.6.3-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-5.6.y
> > > > > and the diffstat can be found below.
> > > > > 
> > > > > thanks,
> > > > > 
> > > > > greg k-h
> > > > > 
> > > > 
> > > > Compiled and booted on my test system. No dmesg regressions.
> > > > 
> > > > thanks,
> > > > -- Shuah
> > > > 
> > > 
> > > Okay. After a reboot ran into the following problem with wifi.
> > > Turning wifi off and on worked.
> > > 
> > > 
> > > [    4.499152] Generic FE-GE Realtek PHY r8169-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
> > > [    4.596676] r8169 0000:01:00.0 enp1s0f0: Link is Down
> > > [    9.916063] ath10k_pci 0000:02:00.0: wmi service ready event not received
> > > [    9.996205] ath10k_pci 0000:02:00.0: Could not init core: -110
> > > [   10.127822] rfkill: input handler disabled
> > > [   15.268624] wlp2s0: authenticate with c0:56:27:75:aa:b4
> > > [   15.336248] wlp2s0: send auth to c0:56:27:75:aa:b4 (try 1/3)
> > > [   15.357599] wlp2s0: authenticated
> > > [   15.358081] wlp2s0: associating with AP with corrupt probe response
> > > [   15.360036] wlp2s0: associate with c0:56:27:75:aa:b4 (try 1/3)
> > > [   15.388367] wlp2s0: RX AssocResp from c0:56:27:75:aa:b4 (capab=0x411 status=0 aid=1)
> > > [   15.389937] ------------[ cut here ]------------
> > > [   15.389955] WARNING: CPU: 5 PID: 0 at drivers/net/wireless/ath/ath10k/htt_rx.c:35 ath10k_htt_rx_pop_paddr.isra.0+0xca/0x100 [ath10k_core]
> > > [   15.389956] Modules linked in: cmac bnep binfmt_misc nls_iso8859_1 edac_mce_amd kvm_amd kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel amdgpu snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_usb_audio snd_hda_codec_hdmi snd_usbmidi_lib snd_seq_midi snd_hda_intel snd_seq_midi_event snd_intel_dspcfg snd_hda_codec aesni_intel snd_rawmidi crypto_simd snd_hda_core btusb amd_iommu_v2 cryptd snd_hwdep ath10k_pci glue_helper btrtl gpu_sched ath10k_core btbcm ttm btintel mc snd_seq bluetooth snd_pcm ath serio_raw k10temp wmi_bmof snd_seq_device drm_kms_helper pl2303 input_leds ecdh_generic ecc snd_pci_acp3x mac80211 cec snd_timer drm snd cfg80211 i2c_algo_bit fb_sys_fops ipmi_devintf syscopyarea sysfillrect sysimgblt ccp soundcore libarc4 ipmi_msghandler mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid ahci psmouse i2c_piix4 libahci nvme nvme_core r8169 realtek wmi video
> > > [   15.389998] CPU: 5 PID: 0 Comm: swapper/5 Not tainted 5.6.3-rc2+ #4
> > > [   15.389999] Hardware name: LENOVO 10VGCTO1WW/3130, BIOS M1XKT45A 08/21/2019
> > > [   15.390011] RIP: 0010:ath10k_htt_rx_pop_paddr.isra.0+0xca/0x100 [ath10k_core]
> > > [   15.390014] Code: 8b b8 a8 02 00 00 48 8b 87 40 02 00 00 48 85 c0 74 24 48 8b 40 28 48 85 c0 74 14 45 31 c0 b9 02 00 00 00 e8 08 1e 6b fc eb 05 <0f> 0b 45 31 e4 4c 89 e0 41 5c 5d c3 48 8b 05 b3 2d 3d fd 48 85 c0
> > > [   15.390016] RSP: 0018:ffffa10d002ecd78 EFLAGS: 00010246
> > > [   15.390017] RAX: 0000000000000000 RBX: ffff8d94fd1a4750 RCX: ffff8d952f761e80
> > > [   15.390019] RDX: 000000007fee6d00 RSI: ffff8d952f76293c RDI: ffff8d952f762828
> > > [   15.390020] RBP: ffffa10d002ecd80 R08: 0000000000200000 R09: ffff8d94fd08b758
> > > [   15.390021] R10: 0000000000000000 R11: 000ffffffffff000 R12: ffff8d94fd1a4748
> > > [   15.390022] R13: ffffa10d002ece28 R14: ffff8d952f761e80 R15: ffff8d952f761e80
> > > [   15.390024] FS:  0000000000000000(0000) GS:ffff8d9537b40000(0000) knlGS:0000000000000000
> > > [   15.390025] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> > > [   15.390026] CR2: 0000561a638de9c0 CR3: 000000023171a000 CR4: 00000000003406e0
> > > [   15.390027] Call Trace:
> > > [   15.390029]  <IRQ>
> > > [   15.390042]  ath10k_htt_txrx_compl_task+0x758/0x14b0 [ath10k_core]
> > > [   15.390048]  ath10k_pci_napi_poll+0x56/0x120 [ath10k_pci]
> > > [   15.390053]  net_rx_action+0x13a/0x370
> > > [   15.390057]  __do_softirq+0xe1/0x2d6
> > > [   15.390061]  irq_exit+0xae/0xb0
> > > [   15.390064]  do_IRQ+0x5a/0xf0
> > > [   15.390067]  common_interrupt+0xf/0xf
> > > [   15.390068]  </IRQ>
> > > [   15.390072] RIP: 0010:cpuidle_enter_state+0xca/0x3e0
> > > [   15.390074] Code: ff e8 8a 56 80 ff 80 7d c7 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 ea 02 00 00 31 ff e8 1d d6 86 ff fb 66 0f 1f 44 00 00 <45> 85 e4 0f 88 3f 02 00 00 49 63 d4 4c 8b 7d d0 4c 2b 7d c8 48 8d
> > > [   15.390075] RSP: 0018:ffffa10d0018fe38 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffd9
> > > [   15.390077] RAX: ffff8d9537b6ce40 RBX: ffff8d9534a93c00 RCX: 000000000000001f
> > > [   15.390078] RDX: 0000000000000000 RSI: 00000000280a5e6f RDI: 0000000000000000
> > > [   15.390079] RBP: ffffa10d0018fe78 R08: 00000003954e39cc R09: ffffffffbd977140
> > > [   15.390079] R10: ffff8d9537b6bb04 R11: ffff8d9537b6bae4 R12: 0000000000000001
> > > [   15.390080] R13: ffffffffbd977140 R14: 0000000000000001 R15: ffff8d9534a93c00
> > > [   15.390086]  ? cpuidle_enter_state+0xa6/0x3e0
> > > [   15.390089]  cpuidle_enter+0x2e/0x40
> > > [   15.390092]  call_cpuidle+0x23/0x40
> > > [   15.390094]  do_idle+0x1e7/0x280
> > > [   15.390097]  cpu_startup_entry+0x20/0x30
> > > [   15.390100]  start_secondary+0x167/0x1c0
> > > [   15.390103]  secondary_startup_64+0xa4/0xb0
> > > [   15.390106] ---[ end trace 60c3cabcf041b110 ]---
> > > [   15.390118] ath10k_pci 0000:02:00.0: failed to pop paddr list: -2
> > > [   15.390840] wlp2s0: associated
> > > [   19.387476] wlp2s0: deauthenticated from c0:56:27:75:aa:b4 (Reason: 2=PREV_AUTH_NOT_VALID)
> > > [   24.377944] wlp2s0: authenticate with c0:56:27:75:aa:b4
> > > 
> > 
> > I don't immediately see a change that might be responsible for this problem. Since v5.5,
> > possibly, but not since v5.6. That makes me wonder if this is reproducible. Any idea ?
> > 
> > Thanks,
> > Guenter
> 
> Yeah I didn't see anything obvious either.
> 
> I am running into an existing problem. No reason to hold this release
> up for this problem.

Thanks for testing all of these, and hopefully this doesn't act up again


greg k-h

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-07 19:02 ` Jon Hunter
@ 2020-04-08  7:10   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2020-04-08  7:10 UTC (permalink / raw)
  To: Jon Hunter
  Cc: linux-kernel, torvalds, akpm, linux, shuah, patches,
	ben.hutchings, lkft-triage, stable, linux-tegra

On Tue, Apr 07, 2020 at 08:02:57PM +0100, Jon Hunter wrote:
> 
> On 07/04/2020 17:39, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.6.3 release.
> > There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
> > Anything received after that time might be too late.
> > 
> > The whole patch series can be found in one patch at:
> > 	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.6.3-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-5.6.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> 
> All tests are passing for Tegra ...
> 
> Test results for stable-v5.6:
>     13 builds:	13 pass, 0 fail
>     24 boots:	24 pass, 0 fail
>     40 tests:	40 pass, 0 fail
> 
> Linux version:	5.6.3-rc2-gf106acd0db7c
> Boards tested:	tegra124-jetson-tk1, tegra186-p2771-0000,
>                 tegra194-p2972-0000, tegra20-ventana,
>                 tegra210-p2371-2180, tegra210-p3450-0000,
>                 tegra30-cardhu-a04
> 

Thanks for testing all of these again :)

greg k-h

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-07 16:39 [PATCH 5.6 00/30] 5.6.3-rc2 review Greg Kroah-Hartman
                   ` (2 preceding siblings ...)
  2020-04-08  2:44 ` Guenter Roeck
@ 2020-04-08  9:46 ` Naresh Kamboju
  2020-04-08 14:06   ` Greg Kroah-Hartman
  3 siblings, 1 reply; 12+ messages in thread
From: Naresh Kamboju @ 2020-04-08  9:46 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: open list, Linus Torvalds, Andrew Morton, Guenter Roeck,
	Shuah Khan, patches, Ben Hutchings, lkft-triage, linux- stable,
	open list:KERNEL SELFTEST FRAMEWORK

On Tue, 7 Apr 2020 at 22:09, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 5.6.3 release.
> There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
>         https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.6.3-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-5.6.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64, and i386.

There are three kernel warnings on stable-rc 5.6 two of them are also
present in Linus's tree.
So these reported issues are not the release blockers.
The Source of these warnings are reported while running kselftests.

1) This warning reported on the mailing list and discussion is active.
Warning reported on x86_64, i386, arm and arm64.

[  346.741358] kselftest: Running tests in lib
[  346.872415] test_printf: loaded.
[  346.876442] BUG: kernel NULL pointer dereference, address: 00000000
[  346.882703] #PF: supervisor read access in kernel mode
[  346.887844] #PF: error_code(0x0000) - not-present page
[  346.892990] *pde = 00000000
[  346.895877] Oops: 0000 [#1] SMP
[  346.899025] CPU: 1 PID: 6060 Comm: modprobe Tainted: G        W
    5.6.3-rc2 #1
[  346.906772] Hardware name: Supermicro SYS-5019S-ML/X11SSH-F, BIOS
2.0b 07/27/2017
[  346.914261] EIP: ida_free+0x61/0x130

ref:
https://lore.kernel.org/linux-kselftest/CAFd5g46Bwd8HS9-xjHLh_rB59Nfw8iAnM6aFe0QPcveewDUT6g@mail.gmail.com/T/#me600a8093338a485291361aaf9439e8b2f08a20f

2) This warning is reported on the mailing list and waiting for response,
warning reported on i386 kernel image running x86_64 device.

[  166.488084] ------------[ cut here ]------------
[  166.492749] WARNING: CPU: 2 PID: 1456 at
/usr/src/kernel/kernel/locking/lockdep.c:1119
lockdep_register_key+0xb0/0xf0
[  166.503357] Modules linked in: algif_hash af_alg
x86_pkg_temp_thermal fuse [last unloaded: test_bpf]
[  166.512481] CPU: 2 PID: 1456 Comm: ip Not tainted 5.6.3-rc2 #1
[  166.518306] Hardware name: Supermicro SYS-5019S-ML/X11SSH-F, BIOS
2.0b 07/27/2017
[  166.525776] EIP: lockdep_register_key+0xb0/0xf0

ref:
https://lore.kernel.org/netdev/CA+G9fYt7-R-_fVDeiwj=sVvBQ-456Pm1oFFtM5Hm_94nN-tA+w@mail.gmail.com/T/#u

3) This warning is only noticed on stable rc 5.6 and 5.5 seen only on arm64.
This needs to be investigated.

[  386.349099] kselftest: Running tests in ftrace
[  393.984018]
[  393.984290] =============================
[  393.984781] WARNING: suspicious RCU usage
[  393.988690] 5.6.3-rc2 #1 Not tainted
[  393.992679] -----------------------------
[  393.996327] /usr/src/kernel/include/trace/events/ipi.h:36
suspicious rcu_dereference_check() usage!
[  394.000241]
[  394.000241] other info that might help us debug this:
[  394.000241]
[  394.009094]
[  394.009094] RCU used illegally from idle CPU!
[  394.009094] rcu_scheduler_active = 2, debug_locks = 1
[  394.017084] RCU used illegally from extended quiescent state!
[  394.028187] 1 lock held by swapper/3/0:
[  394.033826]  #0: ffff80001237b6a8 (max_trace_lock){....}, at:
check_critical_timing+0x7c/0x1a8

ref:
https://lore.kernel.org/linux-kselftest/CA+G9fYtYRc_mKPDN-Gryw7fhjPNGBUP=KemTXaXR6UBU94M3hw@mail.gmail.com/T/#u


Summary
------------------------------------------------------------------------

kernel: 5.6.3-rc2
git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-5.6.y
git commit: f106acd0db7c11e0208a2ecbeb0f7c52fc6c455a
git describe: v5.6.2-31-gf106acd0db7c
Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-5.6-oe/build/v5.6.2-31-gf106acd0db7c


No regressions (compared to build v5.6.2)

No fixes (compared to build v5.6.2)

Ran 22476 total tests in the following environments and test suites.

Environments
--------------
- dragonboard-410c
- hi6220-hikey
- i386
- juno-r2
- nxp-ls2088
- qemu_arm
- qemu_arm64
- qemu_i386
- qemu_x86_64
- x15
- x86
- x86-kasan

Test Suites
-----------
* build
* install-android-platform-tools-r2600
* install-android-platform-tools-r2800
* kselftest
* kvm-unit-tests
* libgpiod
* libhugetlbfs
* linux-log-parser
* ltp-cap_bounds-tests
* ltp-commands-tests
* ltp-cpuhotplug-tests
* ltp-crypto-tests
* ltp-cve-tests
* ltp-dio-tests
* ltp-fcntl-locktests-tests
* ltp-filecaps-tests
* ltp-fs-tests
* ltp-fs_bind-tests
* ltp-fs_perms_simple-tests
* ltp-fsx-tests
* ltp-hugetlb-tests
* ltp-io-tests
* ltp-ipc-tests
* ltp-math-tests
* ltp-nptl-tests
* ltp-pty-tests
* ltp-sched-tests
* ltp-securebits-tests
* perf
* v4l2-compliance
* ltp-containers-tests
* ltp-mm-tests
* ltp-open-posix-tests
* ltp-syscalls-tests
* network-basic-tests
* spectre-meltdown-checker-test

-- 
Linaro LKFT
https://lkft.linaro.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5.6 00/30] 5.6.3-rc2 review
  2020-04-08  9:46 ` Naresh Kamboju
@ 2020-04-08 14:06   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2020-04-08 14:06 UTC (permalink / raw)
  To: Naresh Kamboju
  Cc: open list, Linus Torvalds, Andrew Morton, Guenter Roeck,
	Shuah Khan, patches, Ben Hutchings, lkft-triage, linux- stable,
	open list:KERNEL SELFTEST FRAMEWORK

On Wed, Apr 08, 2020 at 03:16:45PM +0530, Naresh Kamboju wrote:
> On Tue, 7 Apr 2020 at 22:09, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 5.6.3 release.
> > There are 30 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 Thu, 09 Apr 2020 15:46:32 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> >         https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.6.3-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-5.6.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
> 
> Results from Linaro’s test farm.
> No regressions on arm64, arm, x86_64, and i386.

Thanks for testing all of these and letting me know.

greg k-h

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-04-08 14:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 16:39 [PATCH 5.6 00/30] 5.6.3-rc2 review Greg Kroah-Hartman
2020-04-07 19:02 ` shuah
2020-04-07 19:18   ` shuah
2020-04-07 19:33     ` Guenter Roeck
2020-04-07 19:51       ` shuah
2020-04-08  7:09         ` Greg Kroah-Hartman
2020-04-07 19:02 ` Jon Hunter
2020-04-08  7:10   ` Greg Kroah-Hartman
2020-04-08  2:44 ` Guenter Roeck
2020-04-08  7:09   ` Greg Kroah-Hartman
2020-04-08  9:46 ` Naresh Kamboju
2020-04-08 14:06   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).