Re: [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header

2021-08-24 Thread Alexander Shishkin
destination member that is intended to be the starting point > of zeroing through the end of the struct. > > Cc: Alexander Shishkin > Signed-off-by: Kees Cook Acked-by: Alexander Shishkin > --- > drivers/hwtracing/intel_th/msu.c | 4 +--- > 1 file changed, 1 insertion

Re: [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-02 Thread Alexander Shishkin
On Wed, Dec 01, 2010 at 05:54:18PM +0100, Julien Cristau wrote: > On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: > > > For headers that get exported to userland and make use of u32 style > > type names, it is advised to include linux/types.h. > > > &

[PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Alexander Shishkin
On Wed, Dec 01, 2010 at 05:54:18PM +0100, Julien Cristau wrote: > On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: > > > For headers that get exported to userland and make use of u32 style > > type names, it is advised to include linux/types.h. > > > &

[PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Alexander Shishkin
For headers that get exported to userland and make use of u32 style type names, it is advised to include linux/types.h. This fixes 5 headers_check warnings. Signed-off-by: Alexander Shishkin CC: Andrew Morton CC: David Airlie CC: Chris Wilson CC: dri-devel at lists.freedesktop.org CC: linux

[PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Alexander Shishkin
For headers that get exported to userland and make use of u32 style type names, it is advised to include linux/types.h. This fixes 5 headers_check warnings. Signed-off-by: Alexander Shishkin CC: Andrew Morton CC: David Airlie CC: Chris Wilson CC: dri-devel@lists.freedesktop.org CC: linux-ker