lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-920ce39f6c204d4ce4d8acebe7522f0dfa95f662@git.kernel.org>
Date:	Sun, 10 May 2015 23:41:20 -0700
From:	tip-bot for Jason Low <tipbot@...or.com>
To:	linux-tip-commits@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, hpa@...or.com,
	fengguang.wu@...el.com, mingo@...nel.org, jason.low2@...com,
	tglx@...utronix.de, peterz@...radead.org
Subject: [tip:sched/core] sched, timer: Fix documentation for '
 struct thread_group_cputimer'

Commit-ID:  920ce39f6c204d4ce4d8acebe7522f0dfa95f662
Gitweb:     http://git.kernel.org/tip/920ce39f6c204d4ce4d8acebe7522f0dfa95f662
Author:     Jason Low <jason.low2@...com>
AuthorDate: Fri, 8 May 2015 14:31:50 -0700
Committer:  Ingo Molnar <mingo@...nel.org>
CommitDate: Sun, 10 May 2015 12:45:27 +0200

sched, timer: Fix documentation for 'struct thread_group_cputimer'

Fix the docbook build bug reported by Fengguang Wu.

Reported-by: Fengguang Wu <fengguang.wu@...el.com>
Signed-off-by: Jason Low <jason.low2@...com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Waiman.Long@...com
Cc: aswin@...com
Cc: bp@...en8.de
Cc: dave@...olabs.net
Cc: fweisbec@...il.com
Cc: mgorman@...e.de
Cc: oleg@...hat.com
Cc: paulmck@...ux.vnet.ibm.com
Cc: preeti@...ux.vnet.ibm.com
Cc: riel@...hat.com
Cc: rostedt@...dmis.org
Cc: scott.norton@...com
Cc: torvalds@...ux-foundation.org
Cc: umgwanakikbuti@...il.com
Link: http://lkml.kernel.org/r/1431120710.5136.12.camel@j-VirtualBox
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
 include/linux/sched.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index 254d88e..0eceeec 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -606,10 +606,9 @@ struct task_cputime_atomic {
 
 /**
  * struct thread_group_cputimer - thread group interval timer counts
- * @cputime:		thread group interval timers.
+ * @cputime_atomic:	atomic thread group interval timers.
  * @running:		non-zero when there are timers running and
  * 			@cputime receives updates.
- * @lock:		lock for fields in this struct.
  *
  * This structure contains the version of task_cputime, above, that is
  * used for thread group CPU timer calculations.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ