lkml.org 
[lkml]   [2009]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 13/18] x86, ds: add leakage warning

* markus.t.metzger@intel.com <markus.t.metzger@intel.com> wrote:

> +static inline void ds_warn_leak(struct task_struct *tsk)
> +{
> + WARN(tsk->thread.ds_ctx, "leaking DS context\n");
> +}

> + ds_warn_leak(tsk);

since we normally expect X86_DS enabled i'd suggest this
simplification: always have thread.ds_ctx around so the WARN_ON can
go there unconditionally. (it wont trigger in the !DS case)

> struct task_struct;
> struct mm_struct;
> +struct ds_context;

why is this needed in processor.h?

ds.h should be split into ds_types.h and ds_api.h, with the pure
data type definitions in ds_types.h. processor.h (which needs to
know about the DS context type) then includes ds_types.h - which
is a lightweight header.

Actual DS using facilities also disable ds_api.h.

This keeps data types nicely separated from methods and inlines.

Ingo


\
 
 \ /
  Last update: 2009-04-02 21:31    [W:0.170 / U:1.900 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site