Re: [strace PATCH 04/12] Introduce s390_sthyi system call decoder

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jan 18, 2018 at 07:16:44AM +0100, Eugene Syromyatnikov wrote:
> +static void
> +print_sthyi_hypervisor(struct tcb *tcp, struct sthyi_hypervisor *hdr,
> +		       uint16_t size, int num, bool mt)
> +{
> +	CHECK_SIZE(hdr, size, "hypervisor %d structure", num);
> +
> +	tprintf("/* hypervisor %d */ ", num);
> +	PRINT_FIELD_0X("{", *hdr, infyflg1);
> +	if (!abbrev(tcp) && hdr->infyflg1)
> +		tprintf_comment("%s%s%s%s%#.0x%s",
> +			hdr->infyflg1 & 0x80 ?
> +				"0x80 - guest CPU usage had limiting is using "
> +				"the consumption method" : "",
> +			(hdr->infyflg1 & 0x80) && (hdr->infyflg1 & 0x40) ?
> +				", " : "",
> +			hdr->infyflg1 & 0x40 ?
> +				"0x40 -  LIMITHARD caps use prorated core time "
                                       ^^
Here you have two whitespace characters (instead of one) which cause the
s390_sthyi-v test to fail.

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



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Kernel Development]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Info]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Linux Media]     [Device Mapper]

  Powered by Linux