linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 15:48:12 to 2020-01-30 15:20:57 UTC [more...]

[Linux-kernel-mentees] [PATCH] exit.c: Fix Sparse errors and warnings
 2020-01-30 15:20 UTC  (5+ messages)

[Linux-kernel-mentees] [PATCH] perf_event.h: Add RCU Annotation to struct ring_buffer in perf_event
 2020-01-30 14:47 UTC 

[Linux-kernel-mentees] [PATCH v2] callchain: Annotate RCU pointer with __rcu
 2020-01-30 14:18 UTC 

[Linux-kernel-mentees] [PATCH 1/2] events: callchain: Annotate RCU pointer with __rcu
 2020-01-30 13:32 UTC  (7+ messages)
` [Linux-kernel-mentees] [PATCH 2/2] events: callchain: Use RCU API to access RCU pointer

[Linux-kernel-mentees] [PATCH 0/2] Remove unused structures from source
 2020-01-30 10:11 UTC  (3+ messages)
` [Linux-kernel-mentees] [PATCH 1/2] staging: exfat: Remove unused struct 'part_info_t'
` [Linux-kernel-mentees] [PATCH 2/2] staging: exfat: Remove unused struct 'dev_info_t'

[Linux-kernel-mentees] [PATCH 00/19] Renaming some identifiers
 2020-01-29 16:58 UTC  (20+ messages)
` [Linux-kernel-mentees] [PATCH 01/19] staging: exfat: Rename variable 'Year' to 'year'
` [Linux-kernel-mentees] [PATCH 02/19] staging: exfat: Rename variable 'Month' to 'month'
` [Linux-kernel-mentees] [PATCH 03/19] staging: exfat: Rename variable 'Day' to 'day'
` [Linux-kernel-mentees] [PATCH 04/19] staging: exfat: Rename variable 'Hour' to 'hour'
` [Linux-kernel-mentees] [PATCH 05/19] staging: exfat: Rename variable 'Minute' to 'minute'
` [Linux-kernel-mentees] [PATCH 06/19] staging: exfat: Rename variable 'Second' to 'second'
` [Linux-kernel-mentees] [PATCH 07/19] staging: exfat: Rename variable 'MilliSecond' to 'millisecond'
` [Linux-kernel-mentees] [PATCH 08/19] staging: exfat: Rename variable 'FatType' to 'fat_type'
` [Linux-kernel-mentees] [PATCH 09/19] staging: exfat: Rename variable 'ClusterSize' to 'cluster_size'
` [Linux-kernel-mentees] [PATCH 10/19] staging: exfat: Rename variable 'NumClusters' to 'num_cluster'
` [Linux-kernel-mentees] [PATCH 11/19] staging: exfat: Rename variable 'FreeClusters' to 'free_clusters'
` [Linux-kernel-mentees] [PATCH 12/19] staging: exfat: Rename variable 'UsedClusters' to 'used_clusters'
` [Linux-kernel-mentees] [PATCH 13/19] staging: exfat: Rename variable 'Name' to 'name'
` [Linux-kernel-mentees] [PATCH 14/19] staging: exfat: Rename variable 'ShortName' to 'short_name'
` [Linux-kernel-mentees] [PATCH 15/19] staging: exfat: Rename variable 'Attr' to 'attr'
` [Linux-kernel-mentees] [PATCH 16/19] staging: exfat: Rename variable 'NumSubdirs' to 'num_subdirs'
` [Linux-kernel-mentees] [PATCH 17/19] staging: exfat: Rename variable 'CreateTimestamp' to 'create_timestamp'
` [Linux-kernel-mentees] [PATCH 18/19] staging: exfat: Rename variable 'ModifyTimestamp' to 'modify_timestamp'
` [Linux-kernel-mentees] [PATCH 19/19] staging: exfat: Rename variable 'AccessTimestamp' to 'access_timestamp'

[Linux-kernel-mentees] [PATCH] exit.c: Fix Sparse errors and warnings
 2020-01-29 16:02 UTC  (4+ messages)

[Linux-kernel-mentees] [PATCH] cred: Use RCU primitives to access RCU pointers
 2020-01-29 14:14 UTC  (10+ messages)

[Linux-kernel-mentees] [PATCH 00/22] staging: exfat: Fix checkpatch warning: Avoid
 2020-01-29 10:58 UTC  (31+ messages)
` [Linux-kernel-mentees] [PATCH 01/22] staging: exfat: Rename variable "Year" to "year"
` [Linux-kernel-mentees] [PATCH 02/22] staging: exfat: Rename variable "Month" to "mont"h
` [Linux-kernel-mentees] [PATCH 03/22] staging: exfat: Rename variable "Day" to "day"
` [Linux-kernel-mentees] [PATCH 04/22] staging: exfat: Rename variable "Hour" to "hour"
` [Linux-kernel-mentees] [PATCH 05/22] staging: exfat: Rename variable "Minute" to "minute"
` [Linux-kernel-mentees] [PATCH 06/22] staging: exfat: Rename variable "Second" to "second"
` [Linux-kernel-mentees] [PATCH 07/22] staging: exfat: Rename variable "MilliSecond" to "milli_second"
` [Linux-kernel-mentees] [PATCH 08/22] staging: exfat: Rename variable "Offset" to "offset"
` [Linux-kernel-mentees] [PATCH 09/22] staging: exfat: Rename variable "Size" to "size"
` [Linux-kernel-mentees] [PATCH 10/22] staging: exfat: Rename variable "SecSize" to "sec_size"
` [Linux-kernel-mentees] [PATCH 11/22] staging: exfat: Rename variable "FatType" to "fat_type"
` [Linux-kernel-mentees] [PATCH 12/22] staging: exfat: Rename variable "ClusterSize" to "cluster_size"
` [Linux-kernel-mentees] [PATCH 13/22] staging: exfat: Rename variable "NumClusters" to "num_clusters"
` [Linux-kernel-mentees] [PATCH 14/22] staging: exfat: Rename variable "FreeClusters" to "free_clusters"
` [Linux-kernel-mentees] [PATCH 15/22] staging: exfat: Rename variable "UsedClusters" to "used_clusters"
` [Linux-kernel-mentees] [PATCH 16/22] staging: exfat: Rename variable "Name" to "name"
` [Linux-kernel-mentees] [PATCH 17/22] staging: exfat: Rename variable "ShortName" to "short_name"
` [Linux-kernel-mentees] [PATCH 18/22] staging: exfat: Rename variable "Attr" to "attr"
` [Linux-kernel-mentees] [PATCH 19/22] staging: exfat: Rename variabel "NumSubdirs" to "num_subdirs"
` [Linux-kernel-mentees] [PATCH 20/22] staging: exfat: Rename variabel "CreateTimestamp" to "create_timestamp"
` [Linux-kernel-mentees] [PATCH 21/22] staging: exfat: Rename variable "ModifyTimestamp" to "modify_timestamp"
` [Linux-kernel-mentees] [PATCH 22/22] staging: exfat: Rename variable "AccessTimestamp" to "access_timestamp"

[Linux-kernel-mentees] [PATCH v5] Documentation: filesystems: convert fuse to RST
 2020-01-29  5:06 UTC 

[Linux-kernel-mentees] [PATCH v2 0/5] Documentation: nfs: convert remaining files to ReST
 2020-01-29  4:49 UTC  (6+ messages)
` [Linux-kernel-mentees] [PATCH v2 1/5] Documentation: nfs: convert pnfs.txt "
` [Linux-kernel-mentees] [PATCH v2 2/5] Documentation: nfs: rpc-cache: convert "
` [Linux-kernel-mentees] [PATCH v2 3/5] Documentation: nfs: rpc-server-gss: "
` [Linux-kernel-mentees] [PATCH v2 4/5] Documentation: nfs: nfs41-server: "
` [Linux-kernel-mentees] [PATCH v2 5/5] Documentation: nfs: knfsd-stats: "

[Linux-kernel-mentees] [PATCH] fork.c: Use RCU_INIT_POINTER() instead of rcu_access_pointer()
 2020-01-28 17:52 UTC  (4+ messages)

[Linux-kernel-mentees] [PATCH] sched.h: Annotate sighand_struct with __rcu
 2020-01-27 17:14 UTC  (6+ messages)

[Linux-kernel-mentees] [PATCH 00/22] staging: exfat: Fix checkpatch warning: …
 2020-01-27 11:23 UTC 

[Linux-kernel-mentees] [PATCH 02/22] staging: exfat: Rename variable "Month" to "month"
 2020-01-27 10:33 UTC 

[Linux-kernel-mentees] [PATCH 02/22] staging: exfat: Rename variable "Month" to "month"
 2020-01-27 10:33 UTC 

[Linux-kernel-mentees] [RESEND PATCH] staging: exfat: Fix alignment warnings
 2020-01-27  8:11 UTC  (4+ messages)

[Linux-kernel-mentees] [PATCH v2 0/3] cocci: Improve management of macros before typedefs
 2020-01-25 15:01 UTC  (9+ messages)
` [Linux-kernel-mentees] [PATCH v2 1/3] parsing_c: Handle case of macro before typedef
` [Linux-kernel-mentees] [PATCH v2 2/3] parsing_hacks: Add bool to list of known typedefs
` [Linux-kernel-mentees] [PATCH v2 3/3] tests: Add test case for <macro> bool <ident>
` [Linux-kernel-mentees] [PATCH v3 0/3] cocci: Improve management of macros before typedefs
` [Linux-kernel-mentees] [PATCH v3 1/3] parsing_c: Handle case of macro before typedef
  ` [Linux-kernel-mentees] [PATCH v3 2/3] parsing_hacks: Add bool to list of known typedefs
  ` [Linux-kernel-mentees] [PATCH v3 3/3] tests: Add test case for <macro> bool <ident>

[Linux-kernel-mentees] [PATCH v3] drivers: nvme: target: core: Pass lockdep expression to RCU lists
 2020-01-24 17:28 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] module.h: Annotate mod_kallsyms with __rcu
 2020-01-24  4:31 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] sched.h: Annotate sighand_struct with __rcu
 2020-01-24  4:28 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] padata.h: Annotate parallel_data with __rcu
 2020-01-24  4:26 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] bpf: devmap: Pass lockdep expression to RCU lists
 2020-01-23 22:04 UTC  (8+ messages)

[Linux-kernel-mentees] [PATCH] kernel: module: Pass lockdep expression to RCU lists
 2020-01-23 16:52 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] lockdep: Pass lockdep expression to RCU lists
 2020-01-23 10:54 UTC 

[Linux-kernel-mentees] [PATCH] sched.h: Annotate sighand_struct with __rcu
 2020-01-22 18:11 UTC 

[Linux-kernel-mentees] [PATCH v3] media: dvb_dummy_tuner: implement driver skeleton
 2020-01-22  3:14 UTC  (2+ messages)
` [Linux-kernel-mentees] [PATCH v4] "

[Linux-kernel-mentees] [PATCH 0/2] lspci: Add lspci support to decode AIDA64 and dmesg log files
 2020-01-21 21:00 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v4 0/3] lspci: Update verbose help and show_range()
 2020-01-21 20:52 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] kernel: time: posix-timers: Pass lockdep expression to RCU lists
 2020-01-21 13:11 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH v2 2/3] parsing_hacks: Add bool to list of known typedefs
 2020-01-21 12:05 UTC  (3+ messages)

[Linux-kernel-mentees] [Cocci] [PATCH v2 0/3] cocci: Improve management of macros before typedefs
 2020-01-21 10:43 UTC  (2+ messages)

[Linux-kernel-mentees] [Cocci] [PATCH v2 3/3] tests: Add test case for <macro> bool <ident>
 2020-01-21 10:22 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH] parsing_c: Handle case of macro before typedef
 2020-01-21  9:35 UTC 

[Linux-kernel-mentees] Quota exceeded
 2020-01-20 10:38 UTC 

[Linux-kernel-mentees] [PATCH] parsing_hacks: Add bool to list of known typedefs
 2020-01-21  6:31 UTC  (6+ messages)

[Linux-kernel-mentees] [PATCH] parsing_c: Handle case of macro before typedef
 2020-01-21  6:28 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] rculist: Add brackets around cond argument in __list_check_rcu macro
 2020-01-21  0:00 UTC  (3+ messages)

[Linux-kernel-mentees] Quota exceeded
 2020-01-20 11:43 UTC 

[Linux-kernel-mentees] [PATCH] parsing_c: Handle case of macro before typedef
 2020-01-19 13:18 UTC 

[Linux-kernel-mentees] [PATCH v2] drivers: soc: ti: knav_qmss_queue: Pass lockdep expression to RCU lists
 2020-01-18 18:06 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v2] drivers: nvme: target: core: Pass lockdep expression to RCU lists
 2020-01-18 11:06 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v2] drivers: soc: ti: knav_qmss_queue: Pass lockdep expression to RCU lists
 2020-01-18  4:07 UTC  (4+ messages)

[Linux-kernel-mentees] [PATCH] events:core.c: Use built-in RCU list checking
 2020-01-18  3:06 UTC 

[Linux-kernel-mentees] [PATCH 0/5] Documentation: nfs: convert remaining files to ReST
 2020-01-17 17:32 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH 1/2] drivers: scsi: fcoe: fcoe_ctlr: Pass lockdep expression to RCU lists
 2020-01-17 15:31 UTC  (2+ messages)
` [Linux-kernel-mentees] [PATCH 2/2] drivers: scsi: qedf: qedf_main: "

[Linux-kernel-mentees] [PATCH v3 1/3] drivers: target: target_core_device: Pass lockdep expression to RCU lists
 2020-01-17 13:38 UTC  (3+ messages)
` [Linux-kernel-mentees] [PATCH v3 2/3] drivers: target: target_core_tpg: "
` [Linux-kernel-mentees] [PATCH v3 3/3] drivers: target: tcm_fc: tfc_sess: "

[Linux-kernel-mentees] [PATCH v3] drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists
 2020-01-17 13:25 UTC 

[Linux-kernel-mentees] [PATCH] net: xen-netback: hash.c: Use built-in RCU list checking
 2020-01-17  9:57 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH v4 0/9] Documentation: nfs: Convert a few documents to RST and move them to admin-guide
 2020-01-16 19:51 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v2] drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists
 2020-01-16 16:27 UTC  (9+ messages)

[Linux-kernel-mentees] [PATCH] parsing_c: Add space for tokens after *
 2020-01-16 15:36 UTC  (6+ messages)
` [Linux-kernel-mentees] [PATCH 0/2] cocci: "
  ` [Linux-kernel-mentees] [PATCH 1/2] parsing_c: "
  ` [Linux-kernel-mentees] [PATCH 2/2] tests: Add test case for * const *

[Linux-kernel-mentees] [Cocci] [PATCH 2/2] tests: Add test case for * const *
 2020-01-16 13:42 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH] parsing_c: Add space for tokens after *
 2020-01-16 13:02 UTC  (6+ messages)
  ` [Linux-kernel-mentees] [Cocci] "

[Linux-kernel-mentees] [PATCH] net: xen-netback: hash.c: Use built-in RCU list checking
 2020-01-15 15:47 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).