Re: [PATCH] TPM: Switch to __packed instead of __attribute__((packed))

2012-11-26 Thread Jason Gunthorpe
On Mon, Nov 26, 2012 at 02:23:56PM -0600, Kent Yoder wrote: > On Wed, Nov 21, 2012 at 11:50:24PM +0100, Peter Huewe wrote: > > Am Mittwoch, 21. November 2012, 21:56:45 schrieb Jason Gunthorpe: > > > This seems to be preferred these days. > > > > > > Signed-off-by: Jason Gunthorpe > > > > Looks

Re: [PATCH] TPM: Switch to __packed instead of __attribute__((packed))

2012-11-26 Thread Kent Yoder
On Wed, Nov 21, 2012 at 11:50:24PM +0100, Peter Huewe wrote: > Am Mittwoch, 21. November 2012, 21:56:45 schrieb Jason Gunthorpe: > > This seems to be preferred these days. > > > > Signed-off-by: Jason Gunthorpe > > Looks good to me > Reviewed-by: Peter Huewe Applied. I also rolled in an

Re: [PATCH] TPM: Switch to __packed instead of __attribute__((packed))

2012-11-26 Thread Kent Yoder
On Wed, Nov 21, 2012 at 11:50:24PM +0100, Peter Huewe wrote: Am Mittwoch, 21. November 2012, 21:56:45 schrieb Jason Gunthorpe: This seems to be preferred these days. Signed-off-by: Jason Gunthorpe jguntho...@obsidianresearch.com Looks good to me Reviewed-by: Peter Huewe

Re: [PATCH] TPM: Switch to __packed instead of __attribute__((packed))

2012-11-26 Thread Jason Gunthorpe
On Mon, Nov 26, 2012 at 02:23:56PM -0600, Kent Yoder wrote: On Wed, Nov 21, 2012 at 11:50:24PM +0100, Peter Huewe wrote: Am Mittwoch, 21. November 2012, 21:56:45 schrieb Jason Gunthorpe: This seems to be preferred these days. Signed-off-by: Jason Gunthorpe

Re: [PATCH] TPM: Switch to __packed instead of __attribute__((packed))

2012-11-22 Thread Peter Huewe
Am Mittwoch, 21. November 2012, 21:56:45 schrieb Jason Gunthorpe: > This seems to be preferred these days. > > Signed-off-by: Jason Gunthorpe Looks good to me Reviewed-by: Peter Huewe Thanks, Peter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] TPM: Switch to __packed instead of __attribute__((packed))

2012-11-22 Thread Peter Huewe
Am Mittwoch, 21. November 2012, 21:56:45 schrieb Jason Gunthorpe: This seems to be preferred these days. Signed-off-by: Jason Gunthorpe jguntho...@obsidianresearch.com Looks good to me Reviewed-by: Peter Huewe peterhu...@gmx.de Thanks, Peter -- To unsubscribe from this list: send the line

[PATCH] TPM: Switch to __packed instead of __attribute__((packed))

2012-11-21 Thread Jason Gunthorpe
This seems to be preferred these days. Signed-off-by: Jason Gunthorpe --- drivers/char/tpm/tpm.h | 34 +- 1 files changed, 17 insertions(+), 17 deletions(-) As discussed with Peter. diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index

[PATCH] TPM: Switch to __packed instead of __attribute__((packed))

2012-11-21 Thread Jason Gunthorpe
This seems to be preferred these days. Signed-off-by: Jason Gunthorpe jguntho...@obsidianresearch.com --- drivers/char/tpm/tpm.h | 34 +- 1 files changed, 17 insertions(+), 17 deletions(-) As discussed with Peter. diff --git a/drivers/char/tpm/tpm.h