Ivan Khoronzhuk ([email protected])

Number of posts: 485 (0.27 per day)
First post: 2015-02-03 14:47:13
Last post: 2019-12-19 00:44:27

Date List Subject
2019-09-10 12:43:18 linux-kernel [PATCH bpf-next 04/11] samples: bpf: use own EXTRA_CFLAGS for clang commands
2019-09-10 12:43:04 linux-kernel [PATCH bpf-next 08/11] samples: bpf: makefile: base progs build on makefile.progs
2019-09-10 12:42:39 linux-kernel [PATCH bpf-next 06/11] samples: bpf: makefile: drop unnecessarily inclusion for bpf_load
2019-09-10 12:42:11 linux-kernel [PATCH bpf-next 05/11] samples: bpf: makefile: use D vars from KBUILD_CFLAGS to handle headers
2019-09-10 12:41:31 linux-kernel [PATCH bpf-next 10/11] libbpf: makefile: add C/CXX/LDFLAGS to libbpf.so and test_libpf targets
2019-09-10 12:41:30 linux-kernel [PATCH bpf-next 09/11] samples: bpf: makefile: use CC environment for HDR_PROBE
2019-09-08 10:21:04 linux-kernel Re: [PATCH bpf-next 8/8] samples: bpf: Makefile: base progs build on Makefile.progs
2019-09-08 10:18:18 linux-kernel Re: [PATCH bpf-next 2/8] samples: bpf: Makefile: remove target for native build
2019-09-08 10:16:09 linux-kernel Re: [PATCH bpf-next 2/8] samples: bpf: Makefile: remove target for native build
2019-09-04 21:27:03 linux-kernel [PATCH bpf-next 0/8] samples: bpf: improve/fix cross-compilation
2019-09-04 21:26:53 linux-kernel [PATCH bpf-next 2/8] samples: bpf: Makefile: remove target for native build
2019-09-04 21:25:58 linux-kernel [PATCH bpf-next 5/8] samples: bpf: Makefile: use vars from KBUILD_CFLAGS to handle linux headers
2019-09-04 21:25:37 linux-kernel [PATCH bpf-next 7/8] samples: bpf: add makefile.prog for separate CC build
2019-09-04 21:25:15 linux-kernel [PATCH bpf-next 3/8] libbpf: Makefile: add C/CXX/LDFLAGS to libbpf.so and test_libpf targets
2019-09-04 21:24:58 linux-kernel [PATCH bpf-next 1/8] samples: bpf: Makefile: use --target from cross-compile
2019-09-04 21:24:48 linux-kernel [PATCH bpf-next 4/8] samples: bpf: use own EXTRA_CFLAGS for clang commands
2019-09-04 21:24:34 linux-kernel [PATCH bpf-next 6/8] samples: bpf: makefile: fix HDR_PROBE "echo"
2019-09-04 21:24:28 linux-kernel [PATCH bpf-next 8/8] samples: bpf: Makefile: base progs build on Makefile.progs
2019-08-30 00:54:56 linux-kernel [PATCH RFC bpf-next 03/10] libbpf: Makefile: add C/CXX/LDFLAGS to libbpf.so and test_libpf targets
2019-08-30 00:54:31 linux-kernel [PATCH RFC bpf-next 02/10] samples: bpf: Makefile: remove target for native build
2019-08-30 00:53:36 linux-kernel [PATCH RFC bpf-next 00/10] improve/fix cross-compilation for bpf samples
2019-08-30 00:53:07 linux-kernel [PATCH RFC bpf-next 05/10] samples: bpf: Makefile: use vars from KBUILD_CFLAGS to handle linux headers
2019-08-30 00:52:52 linux-kernel [PATCH RFC bpf-next 09/10] arm: include: asm: swab: mask rev16 instruction for clang
2019-08-30 00:52:48 linux-kernel [PATCH RFC bpf-next 06/10] samples: bpf: makefile: fix HDR_PROBE
2019-08-30 00:52:45 linux-kernel [PATCH RFC bpf-next 10/10] arm: include: asm: unified: mask .syntax unified for clang
2019-08-30 00:52:33 linux-kernel [PATCH RFC bpf-next 01/10] samples: bpf: Makefile: use --target from cross-compile
2019-08-30 00:52:33 linux-kernel [PATCH RFC bpf-next 07/10] samples: bpf: add makefile.prog for separate CC build
2019-08-30 00:52:33 linux-kernel [PATCH RFC bpf-next 04/10] samples: bpf: use own EXTRA_CFLAGS for clang commands
2019-08-30 00:52:33 linux-kernel [PATCH RFC bpf-next 08/10] samples: bpf: Makefile: base progs build on Makefile.progs
2019-08-15 23:34:54 linux-kernel [PATCH bpf 1/1] xdp: unpin xdp umem pages in error path
2019-08-15 21:53:55 linux-kernel Re: [PATCH bpf-next v2 2/3] xdp: xdp_umem: replace kmap on vmap for umem map
2019-08-15 14:33:36 linux-kernel [PATCH bpf-next v2 3/3] samples: bpf: syscal_nrs: use mmap2 if defined
2019-08-15 14:33:26 linux-kernel [PATCH bpf-next v2 0/3] xdpsock: allow mmap2 usage for 32bits
2019-08-15 14:33:25 linux-kernel [PATCH bpf-next v2 1/3] libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall
2019-08-15 14:33:22 linux-kernel [PATCH bpf-next v2 2/3] xdp: xdp_umem: replace kmap on vmap for umem map
2019-08-14 20:37:03 linux-kernel Re: [PATCH bpf-next 1/3] libbpf: add asm/unistd.h to xsk to get __NR_mmap2
2019-08-14 15:11:06 linux-kernel Re: [PATCH v2 bpf-next] mm: mmap: increase sockets maximum memory size pgoff for 32bits
2019-08-14 11:58:21 linux-kernel Re: [PATCH bpf-next 1/3] libbpf: add asm/unistd.h to xsk to get __NR_mmap2
2019-08-14 10:21:25 linux-kernel Re: [PATCH bpf-next 1/3] libbpf: add asm/unistd.h to xsk to get __NR_mmap2
2019-08-14 09:25:19 linux-kernel Re: [PATCH bpf-next 1/3] libbpf: add asm/unistd.h to xsk to get __NR_mmap2
2019-08-13 19:10:39 linux-kernel Re: [PATCH bpf-next 3/3] samples: bpf: syscal_nrs: use mmap2 if defined
2019-08-13 18:36:21 linux-kernel Re: [PATCH bpf-next 2/3] xdp: xdp_umem: replace kmap on vmap for umem map
2019-08-13 11:18:20 linux-kernel [PATCH bpf-next 3/3] samples: bpf: syscal_nrs: use mmap2 if defined
2019-08-13 10:25:34 linux-kernel [PATCH bpf-next 1/3] libbpf: add asm/unistd.h to xsk to get __NR_mmap2
2019-08-13 10:25:28 linux-kernel [PATCH bpf-next 0/3] xdpsock: allow mmap2 usage for 32bits
2019-08-13 10:24:55 linux-kernel [PATCH bpf-next 2/3] xdp: xdp_umem: replace kmap on vmap for umem map
2019-08-13 09:14:51 linux-kernel Re: [PATCH v2 bpf-next] mm: mmap: increase sockets maximum memory size pgoff for 32bits
2019-08-12 12:45:44 linux-kernel [PATCH v2 bpf-next] mm: mmap: increase sockets maximum memory size pgoff for 32bits
2019-08-12 11:35:51 linux-kernel [PATCH bpf-next] mm: mmap: increase sockets maximum memory size pgoff for 32bits
2019-08-08 09:39:20 linux-kernel [PATCH v2 bpf-next] xdp: xdp_umem: fix umem pages mapping for 32bits systems
2019-08-06 22:46:36 linux-kernel [PATCH v2] net: sched: sch_taprio: fix memleak in error path for sched list parse