LinuxLists
Users
About
Markus Elfring (
[email protected]
)
Number of posts: 2148 (0.34 per day)
First post: 2006-12-19 19:15:39
Last post: 2024-06-15 15:12:42
Previous Page
/
Next Page
Date
List
Subject
2024-01-28 17:10:06
linux-kernel
[PATCH] xen/privcmd: Use memdup_array_user() in alloc_ioreq()
2024-01-28 14:36:25
linux-kernel
[PATCH] misc: fastrpc: Use memdup_user() rather than duplicating its implementation
2024-01-28 10:46:03
linux-kernel
Re: [v2] platform/x86/amd/pmf: Fix memory leak in amd_pmf_get_pb_data()
2024-01-27 14:56:03
linux-kernel
[PATCH] fpga: dfl: fme: Return directly after a failed devm_kasprintf() call in fme_perf_pmu_register()
2024-01-27 10:35:52
linux-kernel
Re: [PATCH nf-next] netfilter: nf_conncount: Use KMEM_CACHE() instead of kmem_cache_create()
2024-01-27 10:08:18
linux-kernel
Re: [PATCH ipsec-next] xfrm6_tunnel: Use KMEM_CACHE() instead of kmem_cache_create()
2024-01-24 18:11:02
linux-kernel
[PATCH] Coccinelle: api: Add SmPL script “use_KMEM_CACHE.cocci”
2024-01-24 17:05:14
linux-kernel
Re: [PATCH] KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliver
2024-01-23 17:39:29
linux-kernel
[PATCH] of: unittest: Return directly after a failed kasprintf() call in of_unittest_pci_node_verify()
2024-01-23 15:36:57
linux-kernel
Re: netfilter: nf_tables: Add a null pointer check in two functions
2024-01-23 13:47:24
linux-kernel
[PATCH] netfilter: nf_tables: Add a null pointer check in two functions
2024-01-22 12:21:53
linux-kernel
Re: [0/3] dmaengine: timb_dma: Adjustments for td_alloc_init_desc()
2024-01-22 10:09:02
linux-kernel
Re: [v2] x86/xen: Add some null pointer checking to smp.c
2024-01-22 09:53:01
linux-kernel
Re: [v3] x86/xen: Add some null pointer checking to smp.c
2024-01-22 09:39:14
linux-kernel
Re: [cocci] [v2] coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/sysfs.rst
2024-01-21 12:03:21
linux-kernel
Re: [cocci] [v2] coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/sysfs.rst
2024-01-21 11:04:38
linux-kernel
Re: [cocci] [v2] coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/sysfs.rst
2024-01-21 10:54:38
linux-kernel
Re: [cocci] [v2] coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/sysfs.rst
2024-01-20 14:52:49
linux-kernel
Re: [PATCH v3] x86/xen: Add some null pointer checking to smp.c
2024-01-19 10:43:04
linux-kernel
Re: [PATCH v3] x86/xen: Add some null pointer checking to smp.c
2024-01-19 09:12:15
linux-kernel
Re: [PATCH] meson-mx-socinfo: Fix possible null-pointer dereference issues in meson_mx_socinfo_init
2024-01-18 14:16:49
linux-kernel
[PATCH] pstore/ram_core: Improve exception handling in persistent_ram_new()
2024-01-18 08:40:29
linux-kernel
Re: [PATCH] pstore/ram: Return directly after a failed kasprintf() call in ramoops_init_prz()
2024-01-18 08:13:50
linux-kernel
Re: [PATCH] drm/msm/adreno: Add a null pointer check in zap_shader_load_mdt()
2024-01-17 21:24:48
linux-kernel
Re: [PATCH] scsi: cxlflash: Fix null pointer dereference in ocxlflash_get_fd
2024-01-17 20:25:08
linux-kernel
[PATCH] pstore/ram: Return directly after a failed kasprintf() call in ramoops_init_prz()
2024-01-17 18:51:18
linux-kernel
Re: [PATCH] drm/msm/adreno: Add a null pointer check in zap_shader_load_mdt()
2024-01-17 17:44:03
linux-kernel
[PATCH 2/2] clk: versatile: clk-icst: Use common error handling code in icst_clk_setup()
2024-01-17 17:43:04
linux-kernel
[PATCH 0/2] versatile clock: Adjustments for two function implementations
2024-01-17 17:42:18
linux-kernel
[PATCH 1/2] clk: versatile: clk-icst: Return directly after a failed kasprintf() call in of_syscon_icst_setup()
2024-01-17 15:47:34
linux-kernel
[PATCH] clk: versaclock7: Return directly after a failed kasprintf() call in vc7_probe()
2024-01-17 10:41:38
linux-kernel
Re: [PATCH v2] x86/xen: Add some null pointer checking to smp.c
2024-01-16 11:32:52
linux-kernel
Re: vfio/platform: Use common error handling code in vfio_set_trigger()
2024-01-12 17:51:20
linux-kernel
Re: [v2 1/2] io_uring: Delete a redundant kfree() call in io_ring_ctx_alloc()
2024-01-12 15:01:27
linux-kernel
Re: [v2 2/2] io_uring: Improve exception handling in io_ring_ctx_alloc()
2024-01-11 12:10:38
linux-kernel
Re: leds: trigger: oneshot: One function call less in pattern_init() after error detection
2024-01-10 21:01:42
linux-kernel
[PATCH v2 1/2] io_uring: Delete a redundant kfree() call in io_ring_ctx_alloc()
2024-01-10 21:01:03
linux-kernel
[PATCH v2 2/2] io_uring: Improve exception handling in io_ring_ctx_alloc()
2024-01-10 17:09:02
linux-kernel
Re: Drivers: hv: vmbus: One function call less in create_gpadl_header() after error detection
2024-01-10 14:00:47
linux-kernel
Re: [0/2] ARM: Adjustments for init_atags_procfs()
2024-01-10 13:46:59
linux-kernel
Re: [0/2] ARM: Adjustments for init_atags_procfs()
2024-01-10 13:36:08
linux-kernel
Re: [0/4] overlayfs: Adjustments for ovl_fill_super()
2024-01-10 13:02:03
linux-kernel
Re: [0/4] overlayfs: Adjustments for ovl_fill_super()
2024-01-10 12:53:39
linux-kernel
Re: [0/2] ARM: Adjustments for init_atags_procfs()
2024-01-10 12:44:32
linux-kernel
Re: [0/2] ARM: Adjustments for init_atags_procfs()
2024-01-10 12:25:06
linux-kernel
Re: [PATCH 0/4] overlayfs: Adjustments for ovl_fill_super()
2024-01-10 12:00:51
linux-kernel
Re: [0/2] ARM: Adjustments for init_atags_procfs()
2024-01-10 11:53:44
linux-kernel
Re: [PATCH 0/2] ARM: Adjustments for init_atags_procfs()
2024-01-10 11:52:16
linux-kernel
Re: [PATCH 0/2] perf/x86/intel/pt: Adjustments for pt_pmu_hw_init()
2024-01-10 11:40:43
linux-kernel
Re: [PATCH 0/3] lru_cache: Adjustments for lc_create()
2024-01-10 11:31:15
linux-kernel
Re: io_uring: Fix exception handling in io_ring_ctx_alloc()