1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package
Petr Štetiar 38c7cf0e69
qca-nss-dp: fix oops in nss_dp_probe
Currently kernel crashes when of_phy_connect has issues:

 Unable to handle kernel access to user memory outside uaccess routines at virtual address 0000000000000308
 ...
 pc : phy_attached_print+0x28/0x1b0
 lr : phy_attached_info+0x14/0x20
 ...
 Call trace:
  phy_attached_print+0x28/0x1b0
  phy_attached_info+0x14/0x20
  nss_dp_adjust_link+0x544/0x6c4 [qca_nss_dp]

of_phy_connect returns either pointer or NULL, so can't be checked with
IS_ERR macro.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2023-06-05 08:31:36 +02:00
..
base-files base-files: enable BPF JIT kallsyms by default 2023-06-02 20:53:49 +02:00
boot grub2: enable EFI for armvirt 2023-06-02 11:36:12 +02:00
devel valgrind: update to 3.21.0 2023-06-03 11:28:49 +02:00
firmware ath11k-firmware: update to WLAN.HK.2.9.0.1-01713-QCAHKSWPL_SILICONZ-1 2023-06-04 12:50:11 +02:00
kernel qca-nss-dp: fix oops in nss_dp_probe 2023-06-05 08:31:36 +02:00
libs libubox: update to the latest version 2023-06-04 18:38:03 +02:00
network netifd: update to the latest version 2023-06-04 18:37:29 +02:00
system selinux-policy: update to 1.2.5 2023-05-31 22:00:48 +02:00
utils firmware-utils: add missing build dependencies 2023-06-01 23:54:20 +02:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00