Date: Wed, 26 Apr 2023 11:57:15 +0300 From: Dmitry Chagin <dchagin@freebsd.org> To: Jakob Alvermark <jakob@alvermark.net> Cc: freebsd-current <freebsd-current@freebsd.org> Subject: Re: change in compat/linux breaking net/citrix_ica Message-ID: <ZEjna7JIlLuAYunq@heemeyer.club> In-Reply-To: <12cb8ced-8f80-1682-594a-63b402013768@alvermark.net> References: <12cb8ced-8f80-1682-594a-63b402013768@alvermark.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 26, 2023 at 09:01:00AM +0200, Jakob Alvermark wrote: > Hi, > > > I use net/citrix_ica for work. > > After a recent change to -current in compat/linux it no longer works. > The binary just segfaults. > > I have bisected and it happened after this commit: > > commit 40c36c4674eb9602709cf9d0483a4f34ad9753f6 > Author: Dmitry Chagin <dchagin@FreeBSD.org> > Date:Â Â Sat Apr 22 22:17:17 2023 +0300 > > Â Â Â linux(4): Export the AT_RANDOM depending on the process osreldata > > Â Â Â AT_RANDOM has appeared in the 2.6.30 Linux kernel first time. > > Â Â Â Reviewed by:Â Â Â Â Â Â Â Â Â Â Â emaste > Â Â Â Differential Revision:Â https://reviews.freebsd.org/D39646 > Â Â Â MFC after:Â Â Â Â Â Â Â Â Â Â Â Â Â 1 month > > Â sys/compat/linux/linux_elf.c | 3 ++- > Â sys/compat/linux/linux_mib.h | 1 + > Â 2 files changed, 3 insertions(+), 1 deletion(-) > > > If I revert the change, citrix_ica works again. > Hi, thanks, I'll commit fix today after some testing > > Thanks, > > Jakob Alvermark >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZEjna7JIlLuAYunq>