From owner-svn-src-stable@freebsd.org Sat Sep 24 11:09:44 2016 Return-Path: Delivered-To: svn-src-stable@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 E9DBBBE8C83 for ; Sat, 24 Sep 2016 11:09:44 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) (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 7ADAD9BF for ; Sat, 24 Sep 2016 11:09:44 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f45.google.com with SMTP id l131so109979003lfl.2 for ; Sat, 24 Sep 2016 04:09:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=2jcqV26sK/dD9XEn+lpaEkxWnPcigyU/tA2Pa96Ti/Y=; b=eSgyjMtlUdSA7wRtYOl30LLXq4UQc/2VWf00WUThu7G3EfNUILrrLqswOwE9hd+17Z khxAaTiQgBzZYEDzK89oaVHxjMcsSSkZn//C7d6Jq7JJhLdkPkYEJxEFhQJIpro0YHKm 4FfAj4MYfXIg2oSfaZtw26bhCEw13iPnYKZT4gxKp9qM8XGrlusV4uIgrLQmFhoKw02s XgBMNV9c1G4FXQd6Wmjp9apQZxhemX1mkL+7i1OhMFwVbrBcpthoe3ZE+cX7sLejzed+ 4qZtpsQ0DnG02gVT57+1PVnfrH1N6Io3I8Ham3keW7XkRjd7rU9gxfaOu2NhjE5LBFQs sIgA== X-Gm-Message-State: AE9vXwN7qzG2/kt8KGGevXmGbbkRlbP4x0TgYM5Teb1t/XtUzZBNCFf6i3yER393EnIraw== X-Received: by 10.46.71.69 with SMTP id u66mr4408994lja.14.1474715376038; Sat, 24 Sep 2016 04:09:36 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id h41sm1969858lji.28.2016.09.24.04.09.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 24 Sep 2016 04:09:35 -0700 (PDT) Subject: Re: svn commit: r306294 - stable/10/sys/compat/linux To: Dmitry Chagin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org References: <201609241034.u8OAYZQ6027816@repo.freebsd.org> From: Andrey Chernov Message-ID: <6b4986dc-4b47-56cf-12cb-37f9756f4204@freebsd.org> Date: Sat, 24 Sep 2016 14:09:34 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <201609241034.u8OAYZQ6027816@repo.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 11:09:45 -0000 On 24.09.2016 13:34, Dmitry Chagin wrote: > Author: dchagin > Date: Sat Sep 24 10:34:35 2016 > New Revision: 306294 > URL: https://svnweb.freebsd.org/changeset/base/306294 > > Log: > MFC r305896: > > Implement BLKSSZGET ioctl for the Linuxulator. Off topic: is there any chance to get linux ALSA working, at least its PulseAudio plugin? Currently linux PulseAudio itself works nice (transfering all sounds from remote machine to local), but linux ALSA PulseAudio plugin exits with thread assert error. The same things compiled natively (i.e. ALSA + PulseAudio plugin for FreeBSD) works nice. I mean this ALSA setup: pcm.!default { type pulse hint.description "PulseAudio" } ctl.!default { type pulse }