All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [security:next 2/13] drivers/char/tpm/tpm_acpi.c:98:14: sparse: incorrect type in assignment (di
@ 2012-08-30 14:32 Kent Yoder
  0 siblings, 0 replies; only message in thread
From: Kent Yoder @ 2012-08-30 14:32 UTC (permalink / raw)
  To: kernel-janitors

Hi Fengguang,

On Mon, Aug 27, 2012 at 04:02:30PM -0700, Fengguang Wu wrote:
> Hi Kent,
> 
> FYI, there are new sparse warnings show up in
> 
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next
> head:   f84fdff0fdcda7e509ce530e0ee612233a2104fb
> commit: e5dcd87fee12ed64a9ea911102025facc0c7d10c [2/13] tpm: modularize event log collection
> config: i386-allmodconfig (attached as .config)
> 
> All sparse warnings:
> 
> + drivers/char/tpm/tpm_acpi.c:98:14: sparse: incorrect type in assignment (different address spaces)
>   drivers/char/tpm/tpm_acpi.c:98:14:    expected struct acpi_table_header *virt
>   drivers/char/tpm/tpm_acpi.c:98:14:    got void [noderef] <asn:2>*
> + drivers/char/tpm/tpm_acpi.c:102:30: sparse: incorrect type in argument 1 (different address spaces)
>   drivers/char/tpm/tpm_acpi.c:102:30:    expected void [noderef] <asn:2>*logical_address
>   drivers/char/tpm/tpm_acpi.c:102:30:    got struct acpi_table_header *virt
> 
> vim +98 drivers/char/tpm/tpm_acpi.c
>     95	
>     96		log->bios_event_log_end = log->bios_event_log + len;
>     97	
>   > 98		virt = acpi_os_map_memory(start, len);
>     99	
>    100		memcpy(log->bios_event_log, virt, len);
>    101	

  This code is now slightly different based on James' lastest updates,
so I'll send the update to James for this.

Thanks,
Kent


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-30 14:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-30 14:32 [security:next 2/13] drivers/char/tpm/tpm_acpi.c:98:14: sparse: incorrect type in assignment (di Kent Yoder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.