From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9389 invoked by alias); 16 Apr 2015 19:33:09 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 9243 invoked by uid 48); 16 Apr 2015 19:33:04 -0000 From: "daniel at iogearbox dot net" To: glibc-bugs@sourceware.org Subject: [Bug libc/18271] New: Expose new bpf(2) system call Date: Thu, 16 Apr 2015 19:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: daniel at iogearbox dot net X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-04/txt/msg00089.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18271 Bug ID: 18271 Summary: Expose new bpf(2) system call Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: daniel at iogearbox dot net CC: drepper.fsp at gmail dot com In September last year, the Linux kernel has included support for the new bpf(2) system call: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b4fc1a460f3017e958e6a8ea560ea0afd91bf6fe Would be great if glibc could wire that up and expose the interface as documented in the merge message, so that application developers don't need to implement this each time via syscall(2) by hand. -- You are receiving this mail because: You are on the CC list for the bug.