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:	Thu, 16 Aug 2012 13:50:29 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	"K. Y. Srinivasan" <kys@...rosoft.com>
Cc:	linux-kernel@...r.kernel.org, devel@...uxdriverproject.org,
	virtualization@...ts.osdl.org, olaf@...fle.de, apw@...onical.com,
	ben@...adent.org.uk
Subject: Re: [PATCH V2 04/18] Drivers: hv: kvp: Support the new IP injection
 messages

On Mon, Aug 13, 2012 at 10:06:53AM -0700, K. Y. Srinivasan wrote:
> +	default:
> +		utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.adapter_id,
> +				MAX_ADAPTER_ID_SIZE,
> +				UTF16_LITTLE_ENDIAN,
> +				(__u8 *)out->body.kvp_ip_val.adapter_id,
> +				MAX_ADAPTER_ID_SIZE);
> +
> +		out->body.kvp_ip_val.addr_family =
> +		in->kvp_ip_val.addr_family;

That's some wierd indenting, did you really mean to do that?

greg k-h
--
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