openwrt/target/linux/generic
Daniel Golle f64c64a91c generic: fix compiler error in OpenWrt's kexec patch
330-MIPS-kexec-Accept-command-line-parameters-from-users.patch causes
problems when building with -Werror=unused-result.

arch/mips/kernel/machine_kexec.c: In function 'machine_kexec_init_argv':
arch/mips/kernel/machine_kexec.c:76:2: error: ignoring return value of 'copy_from_user', declared with attribute warn_unused_result [-Werror=unused-result]
  copy_from_user(kexec_argv_buf, buf, size);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

Fix this by handling the return value in an appropriate way.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-04 16:23:21 +02:00
..
backport-4.9 kernel: bump 4.9 to 4.9.207 2019-12-24 18:04:32 +01:00
backport-4.14 kernel: bump 4.14 to 4.14.160 2019-12-24 17:45:54 +01:00
backport-4.19 kernel: bump 4.19 to 4.19.90 2019-12-24 15:34:43 +01:00
files generic ar8xxx: increase VLAN table for AR83x7 2019-11-30 16:49:05 +01:00
hack-4.9 kernel: bump 4.9 to 4.9.207 2019-12-24 18:04:32 +01:00
hack-4.14 kernel: bump 4.14 to 4.14.160 2019-12-24 17:45:54 +01:00
hack-4.19 kernel: bump 4.19 to 4.19.91 2019-12-24 17:45:33 +01:00
image treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
other-files kernel: move initramfs's init script out of base-files 2017-04-04 14:06:40 +02:00
pending-4.9 generic: fix compiler error in OpenWrt's kexec patch 2020-01-04 16:23:21 +02:00
pending-4.14 generic: fix compiler error in OpenWrt's kexec patch 2020-01-04 16:23:21 +02:00
pending-4.19 generic: fix compiler error in OpenWrt's kexec patch 2020-01-04 16:23:21 +02:00
config-4.9 kernel: move crypto-arc4 into a module 2019-08-26 18:21:13 +02:00
config-4.14 kernel: Add missing configuration option 2019-11-22 20:15:36 +01:00
config-4.19 kernel: Deactivate CONFIG_SFP in generic config 2019-12-23 15:25:36 +01:00
PATCHES kernel: update PATCHES with a stricter policy 2013-07-09 20:52:07 +00:00