RE: [PATCH 1/2] KVM: x86: set TMR when the interrupt is accepted
Paolo Bonzini wrote on 2015-07-29: > Do not compute TMR in advance. Instead, set the TMR just before the > interrupt is accepted into the IRR. This limits the coupling between > IOAPIC and...
View ArticleRe: char: make misc_deregister a void function
On Thu, Jul 30 2015 at 6:59pm -0400, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > > With well over 200+ users...
View ArticleRe: [RFC PATCH v2 0/3] genirq, serial: 8250: Workaround to avoid irq=0 for...
On 07/30/2015 06:12 PM, Thomas Gleixner wrote: > On Thu, 30 Jul 2015, Peter Hurley wrote: >> Honestly, I'm not too sure this is the way to go. >> >> Messing around with irqsoff...
View ArticleRe: Free O’Reilly animal book about nginx
thanks Igor and Nginx ! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260658,260666#msg-260666 _______________________________________________ nginx mailing list nginx@nginx.org...
View ArticleRe: [PATCH 1/1] suspend: make sync() on suspend-to-RAM build-time optional
On Friday, July 31, 2015 12:46:17 PM Len Brown wrote: > From: Len Brown <len.brown@intel.com> > > The Linux kernel suspend path has traditionally invoked sys_sync() > before freezing...
View ArticleRe: [PATCH 06/13] staging/lustre: Drop SEEK_* definition checks
On Jul 31, 2015, at 7:00 PM, Greg Kroah-Hartman wrote: > On Thu, Jul 30, 2015 at 06:27:57PM -0400, green@linuxhacker.ru wrote: >> From: Oleg Drokin <green@linuxhacker.ru> >>...
View ArticleRe: [PATCH v9 2/5] mtd: nand: vf610_nfc: add hardware BCH-ECC support
Hi Brian, On 2015-08-01 01:09, Brian Norris wrote: <snip> >> +static inline int vf610_nfc_correct_data(struct mtd_info *mtd, uint8_t *dat) >> +{ >> + struct vf610_nfc *nfc =...
View ArticleRe: [PHP-DEV] Re: Serializing exceptions
Hi! > As I have pointed out several times, it is only the 'args' section of > the backtrace that ever contains unserializable items. The solution previous could too. In fact, right now, since...
View ArticleRe: [PATCH v5 1/2] perf,kvm/ppc: Add kvm_perf.h for powerpc
[Added KVM lists and a couple relevant people] On Fri, 2015-07-31 at 14:25 +0530, Hemant Kumar wrote: > On 07/30/2015 03:52 AM, Scott Wood wrote: > > On Wed, 2015-07-29 at 16:07 +0530, Hemant...
View Articleunpinning an unpinned lock warning triggered by generic_file_fsync()
Hello, The warning below was triggered while I was testing SRP initiator changes on top of v4.2-rc4. I don't think that this warning was triggered by my changes. Has anyone seen this before ? Thanks,...
View Article[PATCH 0/6] Lustre compat code removal
From: Oleg Drokin <green@linuxhacker.ru> This is take two for the compat stuff removal. Oleg Drokin (6): staging/lustre: Drop SEEK_* definition checks staging/lustre: remove unused ll_quota_on...
View Article[PATCH 5/6] staging/lustre: Get rid of ll_pagevec_ macros
From: Oleg Drokin <green@linuxhacker.ru> They are noop anyways. Signed-off-by: Oleg Drokin <oleg.drokin@intel.com> --- drivers/staging/lustre/lustre/include/linux/lustre_compat25.h | 5...
View Article[PATCH 4/6] staging/lustre: Use hlist primitives directly
From: Oleg Drokin <green@linuxhacker.ru> Get rid of ll_d_hlist* compat defines. Signed-off-by: Oleg Drokin <oleg.drokin@intel.com> ---...
View Article[PATCH 6/6] staging/lustre: Get rid of inode_dio_write_done and inode_dio_read
From: Oleg Drokin <green@linuxhacker.ru> These primitives are long deprecated and unused. Signed-off-by: Oleg Drokin <oleg.drokin@intel.com> ---...
View Article[PATCH 3/6] staging/lustre: Drop FMODE_UNSIGNED_OFFSET define
From: Oleg Drokin <green@linuxhacker.ru> It's not really used anywhere. Signed-off-by: Oleg Drokin <oleg.drokin@intel.com> --- drivers/staging/lustre/lustre/include/linux/lustre_compat25.h...
View Article[PATCH 2/6] staging/lustre: remove unused ll_quota_on and ll_quota_off
From: Oleg Drokin <green@linuxhacker.ru> They are not used anywhere, so safe to drop. Signed-off-by: Oleg Drokin <oleg.drokin@intel.com> ---...
View Article[PATCH 1/6] staging/lustre: Drop SEEK_* definition checks
From: Oleg Drokin <green@linuxhacker.ru> SEEK_DATA and SEEK_HOLE are always defined in the kernel, drop the definition checks Signed-off-by: Oleg Drokin <oleg.drokin@intel.com> ---...
View Article[PATCH 0/3] Move clk-sp810 to assigned clock parents
This patch set converts this code to use the assigned-clock-parents property instead of doing some interesting stuff in the .prepare op. I can route the dts patches through arm-soc but I'd like to...
View ArticleRe: [PATCH 1/4] powercap / RAPL: Add support for Skylake H/S
On Friday, July 31, 2015 08:07:10 AM Radivoje Jovanovic wrote: > From: Radivoje Jovanovic <radivoje.jovanovic@intel.com> > > This patche enabled RAPL to support Intel Skylake H/S >...
View Article[PATCH 3/3] ARM64: dts: vexpress: Use assigned-clock-parents for sp810
The sp810 clk driver is calling the clk consumer APIs from clk_prepare ops to change the parent to a 1 MHz fixed rate clock for each of the clocks that the driver provides. Use assigned-clock-parents...
View Article