[PATCH] x86/perf/amd_uncore: Plug reference leak
Subject: x86/perf/amd_uncore: Plug reference leak From: Thomas Gleixner <tglx@linutronix.de> Date: Wed, 03 Feb 2016 09:38:31 +0100 In the error path
View Article[PATCH] pinctrl: mediatek: fix platform_no_drv_owner.cocci warnings
drivers/pinctrl/mediatek/pinctrl-mt2701.c:576:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set
View Article[PATCH v4 1/4] Staging: rtl8188eu/core: remove paragraph which mention FSF...
As FSF address changed in the past, and can change in the future, remove the address paragraph in the comment header, and avoid a warning of checkpatc
View Article[PATCH v4 2/4] Staging: rtl8188eu/core: Coding style fix, set conform spaces...
And a space after include keyword, making the preprocessor more readable, and remove an unexpected space between a type and variable name. Signed-off
View Article[PATCH v4 3/4] Staging: rtl8188eu/core: Coding style fix, set constant...
Remove a checkpatch warning, putting constant operant on right of two tests. Signed-off-by: Colin Vidal <colin@cvidal.org> --- drivers/staging/rtl81
View Article[PATCH v4 4/4] Staging: rtl8188eu/core: Coding style fix, avoid line over 80...
Jump a new line after and operator of the test. It avoids to exceed 80 chars line, and remove a checkpatch warning. Signed-off-by: Colin Vidal <colin
View Article[PATCH v5] ftrace/module: remove ftrace module notifier
Remove the ftrace module notifier in favor of directly calling ftrace_module_enable() and ftrace_release_mod() in the module loader. Hard-coding the f
View Article[PATCH 1/2] vfs: make sure struct filename->iname is word-aligned
I noticed that offsetof(struct filename, iname) is actually 28 on 64 bit platforms, so we always pass an unaligned pointer to strncpy_from_user. This
View Article[PATCH 2/2] vfs: don't always include audit-specific members of struct...
The three members uptr, aname and refcnt are only used when CONFIG_AUDITSYSCALL, a fact which is not obvious from the header file or namei.c alone. So
View Article[PATCH v5 0/4] x86: sigcontext fixes, again
This is take 2 at fixing x86 64-bit signals wrt SS. After a lot of thought, this is not controlled by any flags -- I would much prefer to avoid opt-i
View Article[PATCH v5 1/4] x86/signal/64: Add a comment about sigcontext->fs and gs
These fields have a strange history. This tries to document it. This borrows from 9a036b93a344 ("x86/signal/64: Remove 'fs' and 'gs' from sigcontext
View Article[PATCH v5 2/4] x86/signal/64: Fix SS if needed when delivering a 64-bit signal
Signals are always delivered to 64-bit tasks with CS set to a long mode segment. In long mode, SS doesn't matter as long as it's a present writable s
View Article[PATCH v5 3/4] x86/signal/64: Re-add support for SS in the 64-bit signal context
This is a second attempt to make the improvements from c6f2062935c8 ("x86/signal/64: Fix SS handling for signals delivered to 64-bit programs"), which
View Article[PATCH v5 4/4] selftests/x86: Add tests for UC_SIGCONTEXT_SS and...
This tests the two ABI-preserving cases that DOSEMU cares about, and it also explicitly tests the new UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SS flags.
View Article[PATCH net-next,V2] net: macb: make magic-packet property generic
As requested by Rob Herring on patch https://patchwork.ozlabs.org/patch/580862/. This is a new property that it's still in net-next and has never bee
View Article[PATCH 1/2] powerpc/perf/hv-24x7: Display domain indices in sysfs
From aff5a822e873522b9a3f355f816547394b452a64 Mon Sep 17 00:00:00 2001 From: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> Date: Tue, 16 Feb 2016 2
View Article[PATCH 2/2] powerpc/perf/24x7: Eliminate domain suffix in event names
From 1520e8087d047e8ab6c1bda027a74eb33956e5a0 Mon Sep 17 00:00:00 2001 From: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> Date: Tue, 16 Feb 2016 2
View Article[RFC][PATCH] sched: Kick bandwidth timer immediately on start up
I've been debugging why deadline tasks can cause the RT scheduler to throttle, even when the deadline tasks are only taking up 50% of the CPU and RT t
View Article[PATCHv4 0/7] Convert exiting EEPROM drivers to NVMEM
This patch set converts the old EEPROM drivers in driver/misc/eeprom to use the NVMEM framework. These drivers export there content in /sys as read on
View Article[PATCHv4 1/7] nvmem: Add flag to export NVMEM to root only
Legacy AT24, AT25 EEPROMs are exported in sys so that only root can read the contents. The EEPROMs may contain sensitive information. Add a flag so th
View Article