Re: [llvm-dev] [LLVMdev] Cc llvmdev: Re: llvm bpf debug info. Re: [RFC PATCH...
On 2015/8/6 11:22, Alexei Starovoitov wrote: > On Wed, Aug 05, 2015 at 04:28:13PM +0800, Wangnan (F) wrote: >> It doesn't work for me at first since in my llvm there's only >>...
View ArticleRe: [PATCH] x86: correct fpu emulation access to ldt
On Aug 5, 2015 8:35 PM, "Juergen Gross" <jgross@suse.com> wrote: > > On 08/05/2015 08:24 PM, Andy Lutomirski wrote: >> >> On Wed, Aug 5, 2015 at 2:11 AM, Juergen Gross...
View ArticleRe: [PATCH v2 2/2] powerpc32: optimise csum_partial() loop
On Wed, Aug 05, 2015 at 09:31:41PM -0500, Scott Wood wrote: > On Wed, 2015-08-05 at 19:30 -0500, Segher Boessenkool wrote: > > On Wed, Aug 05, 2015 at 03:29:35PM +0200, Christophe Leroy...
View ArticleRE: [PATCH V4 7/7] Drivers: hv: vmbus: disable local interrupt when hvsock's...
> -----Original Message----- > From: devel [mailto:driverdev-devel-bounces@linuxdriverproject.org] On Behalf > Of Dexuan Cui > Sent: Thursday, July 30, 2015 18:18 > To: David Miller...
View Article[PATCH RFC V9 3/3] perf,tests: Add tests to callgraph and time parse
From: Kan Liang <kan.liang@intel.com> Add tests in tests/parse-events.c to check call-graph and time option Signed-off-by: Kan Liang <kan.liang@intel.com> ---...
View Article[PATCH RFC V9 2/3] perf,tools: per-event callgraph support
From: Kan Liang <kan.liang@intel.com> When multiple events are sampled it may not be needed to collect callgraphs for all of them. The sample sites are usually nearby, and it's enough to collect...
View Article[PATCH] powerpc/vdso: Emit GNU & SysV hashes
Andy Lutomirski says: Some dynamic loaders may be slightly faster if a GNU hash is available. This is unlikely to have any measurable effect on the time it takes to resolve vdso symbols (since there...
View ArticleRe: [GIT PULL] ASN.1 fixes
On Wed, 5 Aug 2015, David Howells wrote: > Hi James, > > Can you pull these fixes for the ASN.1 compiler and decoder into the > security/next tree and also pass them onto Linus for...
View ArticleRe: [PATCH 07/13] twl4030_charger: distinguish between USB current and 'AC'...
* NeilBrown <neil@brown.name> [150729 17:28]: > --- a/drivers/power/twl4030_charger.c > +++ b/drivers/power/twl4030_charger.c > static int twl4030_charger_update_current(struct...
View Articlelinux-next: build failure after merge of the wireless-drivers-next tree
Hi Kalle, After merging the wireless-drivers-next tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/net/wireless/ath/ath9k/debug_sta.c: In function 'read_file_node_aggr':...
View ArticleRe: [PATCH] cxl: Add alternate MMIO error handling
On Thu, 2015-07-23 at 16:43 +1000, Ian Munsie wrote: > From: Ian Munsie <imunsie@au1.ibm.com> > > userspace programs using cxl currently have to use two strategies for > dealing with...
View ArticleRe: [PATCH 1/3] Powerpc: mpc85xx: refactor the PM operations
On Fri, Aug 7, 2015 at 2:02 AM, Scott Wood <scottwood@freescale.com> wrote: > On Thu, 2015-08-06 at 13:54 +0800, Chenhui Zhao wrote: >> On Thu, Aug 6, 2015 at 1:46 PM, Scott Wood...
View ArticleRe: [PATCH] usb: chipidea: imx: properly check for usbmisc
On Thu, Aug 06, 2015 at 03:09:54PM +0200, Tomeu Vizoso wrote: > If usbmisc hasn't probed yet, defer the probe. > > It's not enough to check if the platform device for the OF node of the >...
View Article[PATCH] KVM: x86: Use adjustment in guest cycles when handling...
When kvm_set_msr_common() handles a guest's write to MSR_IA32_TSC_ADJUST, it will calcuate an adjustment based on the data written by guest and then use it to adjust TSC offset by calling a call-back...
View ArticleRe: [PATCH 1/3] zpool: add zpool_has_pool()
On Thu, Aug 06, 2015 at 04:50:23PM -0500, Seth Jennings wrote: > On Wed, Aug 05, 2015 at 03:06:59PM -0700, Andrew Morton wrote: > > On Wed, 5 Aug 2015 18:00:26 -0400 Dan Streetman...
View ArticleRe: [4.2-rc1][PATCH] gpio: omap: add missed spin_unlock_irqrestore in...
* Linus Walleij <linus.walleij@linaro.org> [150716 01:38]: > On Wed, Jun 24, 2015 at 4:54 PM, Grygorii Strashko > <grygorii.strashko@ti.com> wrote: > > > From: Grygorii...
View ArticleRE: [PATCH 1/1] X86: mshyperv.c: Fix a compilation issue.
> -----Original Message----- > From: Greg KH [mailto:gregkh@linuxfoundation.org] > Sent: Thursday, August 6, 2015 2:11 PM > To: KY Srinivasan <kys@microsoft.com> > Cc:...
View ArticleFuulong2e support broken since commit 3adeb2566b9 ("MIPS: Loongson: Improve...
Hi, I have been playing with qemu and its fuloong2e support. Unfortunately, it turned out that mainline support for it is broken. Maybe just the qemu simulation, maybe for real. The breakage was...
View Article[PATCH v2] staging: ion: Add a default struct device for cma heap
When trying to use several cma heaps on our platforms, we met a memory issue due to that the several cma_heaps are sharing the same "struct device *". As in current code base, the normal cma heap...
View ArticleRe: [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr available...
Hi, I would suggest you sending such patches as reply to the earlier threads only, instead of a new chain. This will save your time. For example, you will need to resend other patches unnecessarily if...
View Article