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] [day] [month] [year] [list]
Date:	Fri, 12 Dec 2008 10:19:38 +0100
From:	Gerd Hoffmann <kraxel@...hat.com>
To:	Christoph Hellwig <hch@...radead.org>
CC:	lkml - Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [RFC/PATCH] Add preadv and pwritev system calls.

Christoph Hellwig wrote:
> 
> Looks good, but you should Cc linux-arch so that arch maintainers get
> a heads up to wire up the syscalls.

Will do for the next version.

>> +	if (ret > 0)
>> +		add_rchar(current, ret);
>> +	inc_syscr(current);
>> +	return ret;
> 
> Could it be that these are missing for the compat case both for the existing
> readv/writev and your new syscalls?

Yep, seems so, I can't spot them anywhere in compat.c.
I'll sort that too.

thanks,
  Gerd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ