From owner-freebsd-current@freebsd.org Fri Jul 17 14:59:01 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9318D9A417C for ; Fri, 17 Jul 2015 14:59:01 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7598012FB for ; Fri, 17 Jul 2015 14:59:01 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 727A49A417A; Fri, 17 Jul 2015 14:59:01 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 721289A4179 for ; Fri, 17 Jul 2015 14:59:01 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A73A12F6; Fri, 17 Jul 2015 14:59:01 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by obnw1 with SMTP id w1so67268410obn.3; Fri, 17 Jul 2015 07:59:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RE9cOhUxluszuYBqBUVgfJPq82Lw80m6O0WerfSOGqw=; b=CIq0q0gx7GQUZeXJISVjr5p0PrNiaGWM1NRWE4dzTclKq0IgzOO335uujbX0ZmO8dq ufi4yUlIjoUU8wys42n05H5CZE7pIFoq88nZQszB4JQds6tRdCrle8mZ0mGzgIz8OhYy xJJMPIT27O0UIBK1whuVI5Omkko1BvOQOM+kmMH4bQqvjXDavhR3+c0eqXtlFPLCoVLU kboSQ0tNCZRKtGcP7PnpB6K6MO5+Z6fyhxve5J7km/sNtwUO4dOy8qGPlsa0mB505556 44WSHP9uWRGkCKHGA3eqEfMuI98rCYyQlCF6S/d3YjIWVM4KrAQ1aXuQb9uc/wXCOBYX 87uA== MIME-Version: 1.0 X-Received: by 10.202.59.10 with SMTP id i10mr12585806oia.33.1437145140370; Fri, 17 Jul 2015 07:59:00 -0700 (PDT) Received: by 10.76.58.17 with HTTP; Fri, 17 Jul 2015 07:59:00 -0700 (PDT) In-Reply-To: <55A9157A.8050208@freebsd.org> References: <55A9157A.8050208@freebsd.org> Date: Fri, 17 Jul 2015 07:59:00 -0700 Message-ID: Subject: Re: Kernel Application Binary Interface (kABI) support in FreeBSD From: Conrad Meyer To: Julian Elischer Cc: Venkat Duvvuru , current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 14:59:01 -0000 On Fri, Jul 17, 2015 at 7:47 AM, Julian Elischer wrote: > On 7/17/15 9:02 PM, Venkat Duvvuru wrote: >> >> Hi, >> >> Is there kABI (Kabi-whitelist) equivalent feature in FreeBSD? > > well, yes and no. Julian, I believe Venkat is asking about a specific Linux package, kabi-whitelists. It contains a list of ABIs considered "stable" in a given RHEL release, and a checker that (?)validates programs to only contain "stable" calls (guessing a little bit, but it has some sort of checker anyway). Thanks, Conrad