[PATCH] WIFI: handle a neglected case in nl80211_new_interface() (no replies)
In nl80211_new_interface(), it calls rdev_add_virtual_intf() to create a new interface, however, it only checks whether returned value is err code, but doesn't check if returned value is NULL. The...
View Article[PATCH v3 00/15] uprobes: Add uprobes support for ARM (15 replies)
From: "David A. Long" <dave.long@linaro.org> This patch series adds basic uprobes support to ARM. It is based on patches developed earlier by Rabin Vincent. That approach of adding hooks into...
View Article[PATCH RESEND] regulator: lp3971: Convert to devm_regulator_register (no...
Both num_regulators and **rdev are no longer required after this conversion, thus remove them from struct lp3971. Signed-off-by: Axel Lin <axel.lin@ingics.com> --- Hi Mark, This patch was sent...
View Article[PATCH] kernel/fork.c : remove local 'oldmm' and retval (3 replies)
From cec2f201f0dc99a33a58d9d1e0452140bb0993a1 Mon Sep 17 00:00:00 2001 From: Daeseok Youn <daeseok.youn@lge.com> Date: Wed, 27 Nov 2013 09:54:41 +0900 Subject: [PATCH] kernel/fork.c : remove...
View Articlelinux-next: Tree for Nov 27 (no replies)
Hi all, Changes since 20131126: My fixes tree contains: Revert "powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option." The staging tree gained conflicts against the staging.current tree....
View Article[PATCH -next] platform/chrome: unregister platform driver/device when module...
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> We have registered platform driver and device when module init, and need unregister them when module exit. Signed-off-by: Wei Yongjun...
View Article[PATCH V4] cpufreq: suspend governors on system suspend/hibernate (no replies)
This patch adds cpufreq callbacks to dpm_{suspend|resume}_noirq() for handling suspend/resume of cpufreq governors. There are multiple problems that are fixed by this patch: - Nishanth Menon (TI)...
View Article[PATCH] dmaengine: pl08x: fix conversioin for generic unmap data (no replies)
commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') added a generic unmap call but used the wrong argument for it. Fix it. Fixes: d38a8c622a1b ('dmaengine: prepare for generic 'unmap'...
View Article[PATCH 1/2] f2fs: remove unnecessary return value (no replies)
Let's remove the unnecessary return value. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com> --- fs/f2fs/f2fs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git...
View Article[PATCH 15/17] tracing/uprobes: Add support for full argument access methods...
From: Namhyung Kim <namhyung.kim@lge.com> Enable to fetch other types of argument for the uprobes. IOW, we can access stack, memory, deref, bitfield and retval from uprobes now. The format for...
View Article[PATCH 03/17] tracing/kprobes: Factor out struct trace_probe (no replies)
From: Namhyung Kim <namhyung.kim@lge.com> There are functions that can be shared to both of kprobes and uprobes. Separate common data structure to struct trace_probe and use it from the shared...
View Article[PATCHSET 00/17] tracing/uprobes: Add support for more fetch methods (v7) (15...
Hello, This patchset implements memory (address), stack[N], deference, bitfield, retval (it needs uretprobe tho) and file_offset fetch methods for uprobes. It's based on the previous work [1] done by...
View Article[PATCH v4 0/2] Setup panic params early (2 replies)
Exactly the same as v3, but with an unlrelated patch on top as well. Felipe Contreras (2): panic: setup panic_timeout early panic: setup panic_on_oops early kernel/panic.c | 13 +++++++++++-- 1 file...
View ArticleIl pacchetto di documenti 49437436 (no replies)
Buongiorno, linux-kernel@vger.kernel.org. Per la conferma definitiva della registrazione andare al seguente indirizzo e scaricare il modulo di contratto...
View Article[PATCH] pinctrl: sh-pfc: Initial r7s72100 support (no replies)
From: Magnus Damm <damm@opensource.se> Add r7s72100 PINCTRL support via sh-pfc. At this point this code provides enough support to allow use together with the gpio-rz driver. Incremental...
View Article[PATCH 00/03] pinctrl: sh-pfc: r7s72100 SCIF2 support (3 replies)
pinctrl: sh-pfc: r7s72100 SCIF2 support [PATCH 01/03] pinctrl: sh-pfc: r7s72100 SCIF2 port3 support [PATCH 02/03] pinctrl: sh-pfc: r7s72100 SCIF2 macro conversion [PATCH 03/03] pinctrl: sh-pfc:...
View Article[PATCH 0/4] generic early_ioremap support (4 replies)
This patch series takes the common bits from the x86 early ioremap implementation and creates a generic library which may be used by other architectures. The early ioremap interfaces are intended for...
View Articlepage fault deadlock (3 replies)
Hi, When I upgrade to latest kernel, I found my system hang there. It is reproducible on my virtualbox, and I found each time I mounted my RAID6 partition and tried to vi or build kernel, my whole...
View Article[PATCH] ARM : Kill CONFIG_MTD_PARTITIONS (no replies)
This patch removes CONFIG_MTD_PARTITIONS in config files for arm. Because CONFIG_MTD_PARTITIONS was removed by commit 6a8a98b22b10f1560d5f90aded4a54234b9b2724. Signed-off-by: Eunbong Song...
View Article[PATCH] w1: matrox: use DEFINE_PCI_DEVICE_TABLE macro (1 reply)
This macro is used to create a struct pci_device_id array. Signed-off-by: Jingoo Han <jg1.han@samsung.com> --- drivers/w1/masters/matrox_w1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)...
View Article