Re: [PATCH net-next 0/3] net: Switch tag HW extraction/insertion
From: David Miller <davem@davemloft.net> Date: Thu, 30 Jul 2015 14:19:35 -0700 (PDT) > This looks fine, series applied, thanks. I think your control block is too large, you'll need to rework...
View Article[PATCH 0/3] serial: 8250: fix locking/race/cleanup issues
This patch series addresses some locking, race condition, and cleanup issues identified with the 8250 serial driver on omap boards. John Ogness (3): serial: 8250: unlock port for uart_write_wakeup()...
View Article[PATCH 1/3] serial: 8250: unlock port for uart_write_wakeup()
uart_write_wakeup() should be called without holding the port lock. Otherwise a possible recursive spinlock issue can occur, such as the following callchain: 8250_core.c:serial8250_tx_chars() - called...
View Article[PATCH 2/3] serial: 8250: move rx_running out of the bitfield
That bitfield is modified by read + or + write operation. If someone sets any of the other two bits it might render the lock useless. Signed-off-by: John Ogness <john.ogness@linutronix.de>...
View Article[PATCH 3/3] serial: 8250: omap: restore registers on shutdown
If DMA is active during a shutdown, a delayed restore of the registers may be pending. The restore must be performed after the DMA is stopped, otherwise the delayed restore remains pending and will...
View Article[PATCH 10/11] blkcg: minor updates around blkcg_policy_data
From 4b246538f4bdb143de8faec8b8ed4e4c18a862a8 Mon Sep 17 00:00:00 2001 From: Tejun Heo <tj@kernel.org> Date: Thu, 30 Jul 2015 18:51:50 -0400 * Rename blkcg->pd[] to blkcg->cpd[] so that...
View Article[PATCH v2 10/10] blkcg: implement interface for the unified hierarchy
From 1618deedf2fb0788ae11ac544f45671ceb6e43ec Mon Sep 17 00:00:00 2001 From: Tejun Heo <tj@kernel.org> Date: Thu, 30 Jul 2015 18:51:53 -0400 blkcg interface grew to be the biggest of all...
View Article[PATCH] char: make misc_deregister a void function
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> With well over 200+ users of this api, there are a mere 12 users that actually cheked the return value of this function. And all of them...
View ArticleRe: Dealing with the NMI mess
On Thu, 30 Jul 2015, Andy Lutomirski wrote: > On Thu, Jul 30, 2015 at 8:41 AM, Paolo Bonzini <pbonzini@redhat.com> wrote: > > > > > > On 24/07/2015 23:08, Andy Lutomirski...
View ArticleRe: [PATCH v2 net] net: sk_clone_lock() should only do get_net() if the...
From: Sowmini Varadhan <sowmini.varadhan@oracle.com> Date: Thu, 30 Jul 2015 15:50:36 +0200 > > > The newsk returned by sk_clone_lock should hold a get_net() > reference if, and only...
View ArticleRe: [PATCH 3/9] x86/intel_rdt: Cache Allocation documentation and cgroup...
On Thu, 30 Jul 2015, Marcelo Tosatti wrote: > On Thu, Jul 30, 2015 at 10:47:23AM -0700, Vikas Shivappa wrote: >> >> >> Marcello, >> >> >> On Wed, 29 Jul 2015,...
View ArticleRe: [PATCH v2] net/phy: micrel: Reenable interrupts during resume
On Thu, Jul 30, 2015 at 10:00:34AM -0700, David Miller wrote: > From: Nathan Sullivan <nathan.sullivan@ni.com> > Date: Thu, 30 Jul 2015 10:15:48 -0500 > > > Changes for V2:...
View ArticleRe: Capture sequencing in logs
Funny, yeah I was just playing with it and couldn't get that to work, so I just did another git pull thinking maybe I just wasn't updated, then came back to my email and saw your second reply. Hrm....
View ArticleRe: Capture sequencing in logs
And it only kinda works because when there is no question mark then the field will have the uri instead of being empty... On Thu, Jul 30, 2015 at 7:12 PM, Phillip Decker <...
View ArticleRe: cgroup/loop Bad page state oops in Linux v4.2-rc3-136-g45b4b782e848
On Thu, Jul 30, 2015 at 7:27 AM, Josh Boyer <jwboyer@fedoraproject.org> wrote: > On Wed, Jul 29, 2015 at 8:29 PM, Ming Lei <ming.lei@canonical.com> wrote: >> On Wed, Jul 29, 2015...
View ArticleRe: [PATCH 1/3] serial: 8250: unlock port for uart_write_wakeup()
On 07/30/2015 06:54 PM, John Ogness wrote: > uart_write_wakeup() should be called without holding the port lock. > Otherwise a possible recursive spinlock issue can occur, such as > the...
View ArticleRe: [PATCH net-next 1/9] openvswitch: Scrub packet in ovs_vport_receive()
On 30 July 2015 at 11:40, Thomas Graf <tgraf@suug.ch> wrote: > On 07/30/15 at 11:12am, Joe Stringer wrote: >> Signed-off-by: Joe Stringer <joestringer@nicira.com> > > Can...
View ArticleRe: [PHP-DEV] Introduction and some opcache SSE related stuff
Hi Dmitry, Bogdan, ----- Original Message ----- From: "Dmitry Stogov" Sent: Thursday, July 30, 2015 > Hi Bogdan, > > On Wed, Jul 29, 2015 at 5:22 PM, Andone, Bogdan...
View ArticleRe: [PATCH net-next 0/3] net: Switch tag HW extraction/insertion
On 30/07/15 15:51, David Miller wrote: > From: David Miller <davem@davemloft.net> > Date: Thu, 30 Jul 2015 14:19:35 -0700 (PDT) > >> This looks fine, series applied, thanks. >...
View ArticleRe: [PATCH 2/3] serial: 8250: move rx_running out of the bitfield
On 07/30/2015 06:54 PM, John Ogness wrote: > That bitfield is modified by read + or + write operation. If someone > sets any of the other two bits it might render the lock useless. Good catch....
View Article