Re: [PATCH 3/6] ebpf: add a way to dump an eBPF program
Hi Alexei, On Fri, Sep 04, 2015 at 01:27:05PM -0700, Alexei Starovoitov wrote: > On Fri, Sep 04, 2015 at 10:04:21AM -0600, Tycho Andersen wrote: > > This commit adds a way to dump eBPF...
View ArticleRe: __blkg_lookup oops with 4.2-rcX
On Fri, Sep 04, 2015 at 01:13:02PM -0400, Tejun Heo wrote: > The only struct which is large enough for 0xbb8 offset is > request_queue. Hmm.... can you please try the brute force debug patch...
View ArticleRE: [PATCH] csiostor:Fix locking issues in the function...
> -----Original Message----- > From: Praveen Madhavan > Sent: Friday, September 4, 2015 6:12 AM > To: Anish Bhatt; Nicholas Krause; JBottomley@odin.com > Cc: hare@suse.de;...
View ArticleRe: [PATCH 3/6] ebpf: add a way to dump an eBPF program
On Fri, Sep 04, 2015 at 01:17:30PM -0700, Kees Cook wrote: > On Fri, Sep 4, 2015 at 9:04 AM, Tycho Andersen > <tycho.andersen@canonical.com> wrote: > > This commit adds a way to dump...
View ArticleRe: [PATCH 3/6] ebpf: add a way to dump an eBPF program
On Fri, Sep 4, 2015 at 1:45 PM, Tycho Andersen <tycho.andersen@canonical.com> wrote: > On Fri, Sep 04, 2015 at 01:17:30PM -0700, Kees Cook wrote: >> On Fri, Sep 4, 2015 at 9:04 AM,...
View ArticleRe: [PATCH v6 1/2] perf,kvm/powerpc: Add kvm_perf.h for powerpc
Em Tue, Sep 01, 2015 at 12:18:47PM +0530, Hemant Kumar escreveu: > >Should I try to process the 5 together, applying thest two first? > Yes, this patchset needs to be applied before applying...
View ArticleRe: [PATCH 3/6] ebpf: add a way to dump an eBPF program
On Fri, Sep 04, 2015 at 01:50:55PM -0700, Kees Cook wrote: > On Fri, Sep 4, 2015 at 1:45 PM, Tycho Andersen > <tycho.andersen@canonical.com> wrote: > > On Fri, Sep 04, 2015 at...
View ArticleRe: [PATCH 4/6] seccomp: add a way to access filters via bpf fds
On Fri, Sep 04, 2015 at 01:29:49PM -0700, Alexei Starovoitov wrote: > On Fri, Sep 04, 2015 at 01:26:42PM -0700, Kees Cook wrote: > > On Fri, Sep 4, 2015 at 9:04 AM, Tycho Andersen > >...
View ArticleRe: [PATCH 3/6] ebpf: add a way to dump an eBPF program
On Fri, Sep 04, 2015 at 01:58:25PM -0700, Alexei Starovoitov wrote: > On Fri, Sep 04, 2015 at 01:50:55PM -0700, Kees Cook wrote: > > On Fri, Sep 4, 2015 at 1:45 PM, Tycho Andersen > >...
View Article[PATCH 1/2] soc: ti: display firmware file name as part of boot log
To help the user, print the PDSP file name as part of knav_queue_load_pdsp(). This will be useful for users to know what version of the firmware is loaded to PDSP. Also update the document for the...
View ArticleRE: [PATCH v3 1/4] Add correlated clocksource deriving system time from an...
> -----Original Message----- > From: Thomas Gleixner [mailto:tglx@linutronix.de] > Sent: Friday, September 04, 2015 9:35 AM > To: Peter Zijlstra > Cc: Richard Cochran; Hall, Christopher...
View Article[PATCH 2/2] ARM: dts: keystone: enable accumulator channels
Add low priority accumulator channel that can monitor multiple QMSS queues. User for example could use the accumular queue for Netcp Rx completion. While at it, also add an extra line end of each top...
View ArticleRe: [PATCH 1/6] ebpf: add a seccomp program type
On Fri, Sep 04, 2015 at 01:34:12PM -0700, Kees Cook wrote: > On Fri, Sep 4, 2015 at 9:04 AM, Tycho Andersen > <tycho.andersen@canonical.com> wrote: > > +static const struct...
View ArticleRe: [PATCH 6/6] ebpf: allow BPF_REG_X in src_reg conditional jumps
On Fri, Sep 04, 2015 at 10:04:24AM -0600, Tycho Andersen wrote: > The classic converter generates conditional jumps with: > > if (BPF_SRC(fp->code) == BPF_K && (int) fp->k <...
View ArticleRe: [PATCH v4 03/16] drm: bridge: analogix/dp: split exynos dp driver to...
On Tue, Sep 1, 2015 at 3:46 PM, Heiko Stuebner <heiko@sntech.de> wrote: > Am Dienstag, 1. September 2015, 13:49:58 schrieb Yakir Yang: >> Split the dp core driver from exynos directory...
View ArticleRe: [PATCH 1/6] ebpf: add a seccomp program type
On Fri, Sep 4, 2015 at 2:06 PM, Tycho Andersen <tycho.andersen@canonical.com> wrote: > On Fri, Sep 04, 2015 at 01:34:12PM -0700, Kees Cook wrote: >> On Fri, Sep 4, 2015 at 9:04 AM,...
View Article[PATCH] kvm: fix maybe-uninitialized compiler warning
Fixes the following compiler warning, occuring with GCC 5.2.0: arch/x86/kvm/mmu.c: In function ‘handle_mmio_page_fault_common’: arch/x86/kvm/mmu.c:3332:9: warning: ‘leaf’ may be used uninitialized in...
View ArticleRe: [PATCH 1/6] ebpf: add a seccomp program type
On Fri, Sep 04, 2015 at 01:17:47PM -0700, Alexei Starovoitov wrote: > On Fri, Sep 04, 2015 at 10:04:19AM -0600, Tycho Andersen wrote: > > seccomp uses eBPF as its underlying storage and...
View ArticleRe: stop breaking dosemu (Re: x86/kconfig/32: Rename CONFIG_VM86 and default...
04.09.2015 22:51, Austin S Hemmelgarn пишет: > On 2015-09-04 09:06, Stas Sergeev wrote: >> 04.09.2015 15:34, Austin S Hemmelgarn пишет: >>> On 2015-09-04 06:46, Stas Sergeev wrote:...
View ArticleRe: [PATCH] RDS: verify the underlying transport exists before creating a...
On 9/4/15 12:44 PM, Sasha Levin wrote: > On 09/04/2015 01:32 PM, santosh shilimkar wrote: >> Sasha, >> >> On 9/4/2015 9:43 AM, Sasha Levin wrote: >>> There was no...
View Article