Wen Yang ([email protected])

Number of posts: 231 (2.41 per day)
First post: 2017-08-03 07:47:58
Last post: 2017-11-08 03:50:23

Date List Subject
2019-02-13 02:35:34 linux-kernel [PATCH v2 1/4] media: platform: meson-ao-cec: fix possible object reference leak
2019-02-11 09:07:38 linux-kernel [PATCH] PCI: endpoint: functions: use memcpy_fromio()/memcpy_toio()
2019-01-24 01:37:43 linux-kernel [RESEND PATCH] char/rtc: fix object reference leaks in rtc_init
2019-01-15 03:09:36 linux-kernel [PATCH v2] pvcalls-front: fix potential null dereference
2019-01-14 03:22:21 linux-kernel [PATCH] pvcalls-front: fix potential null dereference
2018-12-11 05:40:46 linux-kernel [PATCH] net/ibmvnic: Remove tests of member address
2018-12-10 11:54:43 linux-kernel [PATCH] VMCI: Use memdup_user() rather than duplicating its implementation
2018-12-06 13:21:00 linux-kernel [PATCH v2] scsi: aic7xxx: Use kmemdup instead of duplicating its function
2018-12-06 13:06:35 linux-kernel [PATCH] scsi: aic7xxx: Use kmemdup instead of duplicating its function
2018-12-06 12:54:04 linux-kernel [PATCH v2] PCI: endpoint: functions: Use kmemdup instead of duplicating its function
2018-12-06 12:39:21 linux-kernel [PATCH] scsi: message: fusion: Use kmemdup instead of duplicating its function
2018-12-06 12:34:17 linux-kernel [PATCH] media: siano: Use kmemdup instead of duplicating its function
2018-12-06 10:26:07 linux-kernel [PATCH] PCI: endpoint: functions: Use kmemdup instead of duplicating its function
2018-12-06 10:23:08 linux-kernel [PATCH] PCI: endpoint: functions: Use kmemdup instead of duplicating its function
2018-12-06 09:04:29 linux-kernel [PATCH] omfs: Use kmemdup instead of duplicating its function
2018-12-06 08:46:07 linux-kernel [PATCH] ocfs2: fix memdup.cocci warnings
2018-12-06 04:40:09 linux-kernel [PATCH] scsi: aic7xxx: Remove unnecessary NULL check before kfree
2018-12-06 01:20:25 linux-kernel [PATCH] drivers/fmc: Remove unnecessary NULL check before debugfs_remove_recursive
2018-12-06 01:10:31 linux-kernel [PATCH] platform/x86: intel_ips: Remove unnecessary NULL check before debugfs_remove_recursive
2018-12-05 04:24:29 linux-kernel [PATCH] scsi: wd719x: Fix sleeping under a spinlock
2018-12-05 02:34:18 linux-kernel [PATCH v6] pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlock
2018-12-04 07:15:17 linux-kernel [PATCH v5] pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlock
2018-12-03 06:44:22 linux-kernel [PATCH] fbdev: fsl-diu: remove redundant null check on cmap
2018-12-03 06:24:04 linux-kernel [PATCH] udlfb: fix potential NULL pointer dereference in dlfb_usb_probe
2018-12-03 02:26:43 linux-kernel [PATCH v2] locktorture: style fix - spaces required around
2018-12-03 02:24:25 linux-kernel [PATCH v2] locktorture: Fix assignment of boolean variables
2018-12-01 09:29:33 linux-kernel [PATCH] sched/fair: Fix typos
2018-12-01 09:12:20 linux-kernel [PATCH] sched/fair: Fix assignment of boolean variables
2018-12-01 08:41:51 linux-kernel [PATCH] locktorture: style fix - spaces required around
2018-12-01 08:34:42 linux-kernel [PATCH] locktorture: Fix assignment of boolean variables
2018-12-01 08:06:45 linux-kernel [PATCH] cpu: Bool tests don't need comparisons
2018-12-01 06:34:08 linux-kernel [PATCH v4] pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlock
2018-11-30 11:02:22 linux-kernel [PATCH v3] pvcalls-front: Avoid __get_free_pages(GFP_KERNEL) under spinlock
2018-11-30 10:53:12 linux-kernel [PATCH v2] pvcalls-front: Avoid __get_free_pages(GFP_KERNEL) under spinlock
2018-11-30 06:58:54 linux-kernel [PATCH] batman-adv: fix null pointer dereference in batadv_gw_election
2018-11-29 12:03:06 linux-kernel [PATCH] pvcalls-front: Use GFP_ATOMIC under spin_lock
2018-11-29 07:31:46 linux-kernel [PATCH] NFC: fdp: Fix signedness bug in fdp_nci_send_patch
2018-11-29 07:28:20 linux-wireless [PATCH] NFC: fdp: Fix signedness bug in fdp_nci_send_patch
2018-11-29 06:11:22 linux-kernel [PATCH] drm/msm: Fix error return checking
2018-11-29 03:19:58 linux-kernel [PATCH] scsi: Fix bad alignments
2018-11-29 02:09:35 linux-kernel [PATCH] ASoC: stm32: sai: Fix unsigned comparison with less than zero
2018-11-29 01:45:40 linux-kernel [PATCH v2] ASoC: stm32: sai: Fix invalid use of sizeof in stm32_sai_add_mclk_provider()
2018-11-28 10:02:11 linux-kernel [PATCH] scsi: Fix semicolon.cocci warnings
2018-11-28 08:07:23 linux-kernel [PATCH] scsi: megaraid_sas: NULL check before some freeing functions is not needed
2018-11-28 07:28:11 linux-kernel [PATCH] dlm: NULL check before kmem_cache_destroy is not needed
2018-11-27 12:52:01 linux-kernel [PATCH] perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
2018-11-27 12:37:31 linux-kernel [PATCH] Fix invalid use of sizeof in stm32_sai_add_mclk_provider()
2018-11-27 10:36:47 linux-kernel [PATCH] scsi: qla2xxx: Use PTR_ERR_OR_ZERO to replace the open coded version
2018-11-27 07:51:59 linux-kernel [PATCH] scsi: ufs: Use PTR_ERR_OR_ZERO to replace the open coded version
2018-11-21 09:21:44 linux-kernel [PATCH 3/4] tools: bpftool: fix potential NULL pointer dereference in do_load
2018-11-21 09:21:44 linux-kernel [PATCH 2/4] soc/fsl/qe: fix potential NULL pointer dereference in ucc_of_parse_tdm