Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1486837
| From | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] fix bad constant expressions in tpm.h |
| Date | 2016-09-19 22:30 +0200 |
| Message-ID | <sjdmp-1Ik-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Even though the cpu_to_be32() is open coded it is not a good convention to call it in the enum definitions. This will also sparse errors about invalid constant expressions. Ed Swierk (1): tpm: Clean up reading of timeout and duration capabilities Jarkko Sakkinen (1): tpm: fix bad constant expressions drivers/char/tpm/tpm-interface.c | 78 +++++++++++++--------------------------- drivers/char/tpm/tpm-sysfs.c | 4 +-- drivers/char/tpm/tpm.h | 23 ++++++------ 3 files changed, 38 insertions(+), 67 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] fix bad constant expressions in tpm.h Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-09-19 22:30 +0200
[PATCH 2/2] tpm: fix bad constant expressions Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-09-19 22:30 +0200
RE: [tpmdd-devel] [PATCH 2/2] tpm: fix bad constant expressions "Winkler, Tomas" <tomas.winkler@intel.com> - 2016-09-20 09:10 +0200
Re: [tpmdd-devel] [PATCH 2/2] tpm: fix bad constant expressions Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-09-20 12:00 +0200
RE: [tpmdd-devel] [PATCH 2/2] tpm: fix bad constant expressions "Winkler, Tomas" <tomas.winkler@intel.com> - 2016-09-20 12:00 +0200
Re: [tpmdd-devel] [PATCH 2/2] tpm: fix bad constant expressions Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-09-20 14:10 +0200
[PATCH 1/2] tpm: Clean up reading of timeout and duration capabilities Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-09-19 22:30 +0200
Re: [PATCH 1/2] tpm: Clean up reading of timeout and duration capabilities Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2016-09-20 01:30 +0200
csiph-web