[PATCH RT 14/14] Linux 3.10.32-rt31-rc2 (no replies)
3.10.32-rt31-rc2 stable review patch. If anyone has any objections, please let me know. ------------------ From: "Steven Rostedt (Red Hat)" <rostedt@goodmis.org> --- localversion-rt | 2 +- 1...
View Article[PATCH RT 10/14] arm/unwind: use a raw_spin_lock (no replies)
3.10.32-rt31-rc2 stable review patch. If anyone has any objections, please let me know. ------------------ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Mostly unwind is done with irqs...
View Article[PATCH RT 12/14] leds: trigger: disable CPU trigger on -RT (no replies)
3.10.32-rt31-rc2 stable review patch. If anyone has any objections, please let me know. ------------------ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> as it triggers: |CPU: 0 PID: 0...
View Article[PATCH RT 00/14] Linux 3.10.32-rt31-rc2 (11 replies)
Dear RT Folks, This is the RT stable review cycle of patch 3.10.32-rt31-rc2. Please scream at me if I messed something up. Please test the patches too. The -rc release will be uploaded to kernel.org...
View Article[PATCH] lib: radix: return correct error code on insertion failure (1 reply)
We would never check the return value of __radix_tree_create() on insertion which would cause us to return -EEXIST on all cases of failure, even when such failure would be running out of memory, for...
View Article[PATCH 2/2] drm/panel: remove redundant regulator_disable() (no replies)
regulator_disable() is already performed by panel_simple_disable(), which is called by panel_simple_remove(). Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> ---...
View Article[PATCH 1/2] drm/panel: use gpiod interface for enable GPIO (no replies)
Use the new GPIO descriptor interface to handle the panel's enable GPIO. This considerably simplifies the code. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> ---...
View Article[PATCH 3/3] tracing: introduce a trace_data_offset struct to store array size...
Commit 7d536cb3f stores the length of the array in the high 16 bits of the offset field. Using a struct with two separate 16 bit fields makes it cleaner. Tested: Boot kernel with this change, set a...
View Article[PATCH 0/3] tracing: fix macro expansion and refactor some of dynamic_array...
Hi Steven Rostedt, Li Zefan, This fixes an issue with macro expansion introduced in commit 7d536cb3f (tracing/events: record the size of dynamic arrays). I split it in 3 patches, the first fixes a...
View Article[PATCH] Documentation/trace/postprocess/trace-pagealloc-postprocess.pl: fix...
From: Vinayak Menon <vinayakm.list@gmail.com> The script fails, when irq, preempt and lockdep fields (field 3 below) are printed in the trace output. Example entry: worker/0:0-4 [000] ...1...
View Article[PATCH] irq: Export symbol no_action() (no replies)
This will allow to use dummy IRQ handler no_action() from drivers compiled as module. For example, dummy handler is could be used for drivers that use ARM FIQ interrupts. Signed-off-by: Alexander...
View Article[PATCH] staging: tidspbridge: fixed space coding style (1 reply)
- Adjusted pointer's '*' declaration to the data_type. - Added space after 'if' keyword Signed-off-by: Masood Mehmood <ody.guru@gmail.com> --- drivers/staging/tidspbridge/dynload/tramp.c | 2 +-...
View Article[PATCH] net: Replace min macro with min_t (no replies)
Instead of an explicit cast, use the min_t macro. Signed-off-by: Silvan Jegen <s.jegen@gmail.com> --- drivers/net/wireless/b43/main.c | 2 +- drivers/net/wireless/b43/sysfs.c | 2 +-...
View ArticleStaging driver: drivers/staging/vt6656/ (1 reply)
Hello all, I have a confusion regarding functions in aes_ccmp.c. It seems none of these functions are currently being used. So Is fine if we can remove this file or should we keep it. Regards, Monam...
View Article[PATCH v2 0/7] ARM: dts: omap3-gta04: Various devicetree updates (7 replies)
This updated series fix issue with proper gta04 booting in 3.14 kernel and add various devices to devicetree. Changes from V1: - removed fixes which was merged to 3.14 already - add bma180...
View ArticleDiploma thesis about media choice and usage in Free Software communities: I...
Dear Free Software contributor* I'm currently in the process of writing my diploma thesis. I've worked hard during the last few weeks and months on a questionnaire [1] which shall collect some data...
View Article[PATCH v21 02/12] Add new func _install_special_mapping() to mmap.c (no replies)
The _install_special_mapping() is the new base function for install_special_mapping(). This function will return a pointer of the created VMA or a error code in an ERR_PTR() This new function will be...
View Article[PATCH v21 08/12] Patch alternatives in the 32-bit vDSO (no replies)
rdtsc_barrier() needs this. Signed-off-by: Stefani Seibold <stefani@seibold.net> --- arch/x86/include/asm/vdso.h | 2 ++ arch/x86/vdso/Makefile | 3 ++- arch/x86/vdso/vdso32-setup.c | 25...
View Article[PATCH v21 06/12] cleanup __vdso_gettimeofday (no replies)
This patch do a little cleanup for the __vdso_gettimeofday() function. It kick out an unneeded ret local variable and makes the code faster if only the timezone is needed. Signed-off-by: Stefani...
View Article[PATCH v21 04/12] vclock_gettime.c __vdso_clock_gettime cleanup (no replies)
This patch is a small code cleanup for the __vdso_clock_gettime() function. It removes the unneeded return values from do_monotonic_coarse() and do_realtime_coarse() and add a fallback label for doing...
View Article