Re: [PATCH 2/2] x86/ldt: allow to disable modify_ldt at runtime
On Mon, Aug 3, 2015 at 4:19 PM, Willy Tarreau <w@1wt.eu> wrote: > On Mon, Aug 03, 2015 at 03:35:15PM -0700, Kees Cook wrote: >> Yay for perm disable! Thank you! :) > > Andy would...
View ArticleRe: [PATCH v3 01/11] user_ns: 3 new LSM hooks for user namespace operations
On Mon, Aug 3, 2015 at 4:34 AM, Lukasz Pawelczyk <l.pawelczyk@samsung.com> wrote: > On piÄ…, 2015-07-31 at 22:48 -0500, Serge E. Hallyn wrote: >> On Fri, Jul 31, 2015 at 11:28:56AM...
View ArticleRe: [PATCH] serial: don't announce CIR serial ports
Hi Maciej, On 08/02/2015 05:09 PM, Maciej S. Szmigiero wrote: > CIR type serial ports aren't real serial ports. > This is just a way to prevent legacy serial driver > from probing and...
View Article[PATCH V3 request from stable 3.10 to 3.14] efi: fix 32bit kernel boot failed...
From: Fupan Li <fupan.li@windriver.com> Commit 35d5134b7d5a ("x86/efi: Correct EFI boot stub use of code32_start") imported a bug, which will cause 32bit kernel boot failed using efi method. It...
View ArticleRe: [PATCH v2 1/2] clk: rockchip: add pclk_pd_pmu to the list of rk3288...
Hi Stephen, On 04/08/15 09:14, Stephen Boyd wrote: > On 08/03/2015 06:03 PM, Lin Huang wrote: >> From: huang lin <hl@rock-chips.com> >> >> pclk_pd_pmu needs to keep running...
View Article[PATCH 0/2] Lustre: remove cfs_daemonize from comments
From: Oleg Drokin <green@linuxhacker.ru> cfs_daemonize was removed long ago, but I just stumbled upon a couple of instances where it was still referenced in the comments, so here are the patches...
View Article[PATCH 2/2] staging/lustre: Properly reference kthread_run instead of...
From: Oleg Drokin <green@linuxhacker.ru> cfs_daemonize is long gone and replaced by a proper call to kthread_run, so update the comment to reflect that fact. Signed-off-by: Oleg Drokin...
View Article[PATCH 1/2] staging/lustre/ptlrpc: Remove stray cfs_daemonize comment
From: Oleg Drokin <green@linuxhacker.ru> Ever since daemonize was removed in 3.18, there are no longer any flags passed to kthread_run. Most of the comments were deleted, but this one lingered...
View Article[PATCH 0/8] watchdog: Add support for keepalives triggered by infrastructure
The watchdog infrastructure is currently purely passive, meaning it only passes information from user space to drivers and vice versa. Since watchdog hardware tends to have its own quirks, this can...
View Article[PATCH 7/8] watchdog: gpio_wdt: Convert to use infrastructure triggered...
The watchdog infrastructure now supports handling watchdog keepalive if the watchdog is running while the watchdog device is closed. The infrastructure now also supports generating additional...
View Article[PATCH 2/8] watchdog: Introduce hardware maximum timeout in watchdog core
Introduce an optional hardware maximum timeout in the watchdog core. The hardware maximum timeout can be lower than the maximum timeout. Drivers can set the maximum hardare timeout value in the...
View Article[PATCH 5/8] watchdog: imx2: Convert to use infrastructure triggered keepalives
The watchdog infrastructure now supports handling watchdog keepalive if the watchdog is running while the watchdog device is closed. Convert the driver to use this infrastructure. Signed-off-by:...
View Article[PATCH 6/8] watchdog: retu: Convert to use infrastructure triggered keepalives
The watchdog infrastructure now supports handling watchdog keepalive if the watchdog is running while the watchdog device is closed. Convert the driver to use this infrastructure. Signed-off-by:...
View Article[PATCH 8/8] watchdog: at91sam9: Convert to use infrastructure triggered...
The watchdog infrastructure now supports handling watchdog keepalive if the watchdog is running while the watchdog device is closed. The infrastructure now also supports generating additional...
View Article[PATCH 4/8] watchdog: Make set_timeout function optional
For some watchdogs, the hardware timeout is fixed, and the watchdog driver depends on the watchdog core to handle the actual timeout. In this situation, the watchdog driver might only set the...
View Article[PATCH 3/8] watchdog: Introduce WDOG_RUNNING flag
The WDOG_RUNNING flag is expected to be set by watchdog drivers if the hardware watchdog is running. If the flag is set, the watchdog subsystem will ping the watchdog even if the watchdog device is...
View Article[PATCH 1/8] watchdog: watchdog_dev: Use single variable name for struct...
The current code uses 'wdd', wddev', and 'watchdog' as variable names for struct watchdog_device. This is confusing and makes it difficult to enhance the code. Replace it all with 'wdd'. Cc: Timo...
View ArticleRe: [TRIVIAL PATCH] block: Correct misuses of 0x%
Ping ? > On Aug 3, 2015, at 16:56, yalin wang <yalin.wang2010@gmail.com> wrote: > > >> On Aug 3, 2015, at 16:03, Joe Perches <joe@perches.com> wrote: >> >> On...
View ArticleRe: [PATCH 00/15] trivial: Drop unlikely before IS_ERR(_OR_NULL)
On 03-08-15, 17:38, Steven Rostedt wrote: > On Fri, 31 Jul 2015 13:23:10 +0300 > "Kirill A. Shutemov" <kirill@shutemov.name> wrote: > > We have two cases in code: > > > >...
View ArticleRe: [PATCH] usb: gadget: f_printer: fix the bug of deadlock caused by nested...
On 08/03/2015 10:47 PM, Felipe Balbi wrote: > Hi, > > On Mon, Aug 03, 2015 at 07:19:43PM +0800, fupan.li@windriver.com wrote: >> From: fli <fupan.li@windriver.com> >>...
View Article