lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 02 Feb 2010 06:14:40 -0800
From:	Marcel Holtmann <marcel@...tmann.org>
To:	Sjur Brændeland 
	<sjur.brandeland@...ricsson.com>
Cc:	Patrick McHardy <kaber@...sh.net>, netdev@...r.kernel.org,
	davem@...emloft.net, stefano.babic@...ic.homelinux.org,
	randy.dunlap@...cle.com
Subject: RE: [PATCH net-next-2.6 09/13] net-caif: add CAIF netdevice

Hi Sjur,

> >> +int chnl_net_ioctl(unsigned int cmd, unsigned long arg, bool
> >> +from_user_land) { +	struct chnl_net *priv;
> >> +	int result = -1;
> >> +	struct chnl_net *dev;
> >> +	struct net_device *netdevptr;
> >> +	int ret;
> >> +	struct ifreq ifreq;
> >> +	struct ifcaif_param param;
> >> +	rtnl_lock();
> >> +	if (from_user_land) {
> >> +		if (copy_from_user(&ifreq, (const void *)arg, sizeof(ifreq)))
> >> +			return -EFAULT; +	} else
> >> +		memcpy(&ifreq, (void *)arg, sizeof(ifreq));
> > 
> > Why do you need both an ioctl and a netlink interface?
> 
> Well, I would like to keep support for both netlink and ioctl.
> Internally we are using a netlink interface, and oFono is using ioctl to create interfaces.

we could try to convert oFono in using netlink. Shouldn't be that hard
as long as it is RTNL. Only the generic netlink is painful in userspace
applications with a mainloop.

Regards

Marcel


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ