linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-28 12:20:27 to 2020-02-11 19:27:05 UTC [more...]

[Linux-kernel-mentees] [PATCH 00/18] Rename some identifier and functions
 2020-02-11 19:27 UTC  (20+ messages)
` [Linux-kernel-mentees] [PATCH 01/18] staging: exfat: Rename function "ffsUmountVol" to "ffs_umount_vol"
` [Linux-kernel-mentees] [PATCH 02/18] staging: exfat: Rename function "ffsGetVolInfo" to "ffs_get_vol_info"
` [Linux-kernel-mentees] [PATCH 03/18] staging: exfat: Rename function "ffsSyncVol" to "ffs_sync_vol"
` [Linux-kernel-mentees] [PATCH 04/18] staging: exfat: Rename function "ffsLookupFile" to "ffs_lookup_file"
` [Linux-kernel-mentees] [PATCH 05/18] staging: exfat: Rename function "ffsCreateFile" to "ffs_create_file"
` [Linux-kernel-mentees] [PATCH 06/18] staging: exfat: Rename function "ffsReadFile" to "ffs_read_file"
` [Linux-kernel-mentees] [PATCH 07/18] staging: exfat: Rename variable "LogSector" to "log_sector"
` [Linux-kernel-mentees] [PATCH 08/18] staging: exfat: Rename function "ffsWriteFile" to "ffs_write_file"
` [Linux-kernel-mentees] [PATCH 09/18] staging: exfat: Rename function "ffsTruncateFile" to "ffs_truncate_file"
` [Linux-kernel-mentees] [PATCH 10/18] staging: exfat: Rename function "ffsMoveFile" to "ffs_move_file"
` [Linux-kernel-mentees] [PATCH 11/18] staging: exfat: Rename function "ffsRemoveFile" to "ffs_remove_file"
` [Linux-kernel-mentees] [PATCH 12/18] staging: exfat: Rename function "ffsMountVol" to "ffs_mount_vol"
` [Linux-kernel-mentees] [PATCH 13/18] staging: exfat: Rename function "ffsReadStat" to "ffs_read_stat"
` [Linux-kernel-mentees] [PATCH 14/18] staging: exfat: Rename function "ffsWriteStat" to "ffs_write_stat"
` [Linux-kernel-mentees] [PATCH 15/18] staging: exfat: Rename function "ffsMapCluster" to "ffs_map_cluster"
` [Linux-kernel-mentees] [PATCH 16/18] staging: exfat: Rename function "ffsCreateDir" to "ffs_create_dir"
` [Linux-kernel-mentees] [PATCH 17/18] staging: exfat: Rename function "ffsReadDir" to "ffs_read_dir"
` [Linux-kernel-mentees] [PATCH 18/18] staging: exfat: Rename function "ffsRemoveDir" to "ffs_remove_dir"

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

[Linux-kernel-mentees] [PATCH 1/3] sched: Remove __rcu annotation from cred pointer
 2020-02-11 15:19 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH 2/3] cred: Do not use RCU primitives to access "
` [Linux-kernel-mentees] [PATCH 3/3] auditsc: Do not use RCU primitive to read from "

[Linux-kernel-mentees] [PATCH v5 0/3] cocci: Align the C AST and Cocci AST for pointer
 2020-02-11 14:01 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH v5 1/3] parsing_c: Align "
` [Linux-kernel-mentees] [PATCH v5 2/3] tests: Add space between * and const in ptrconstptr.res
` [Linux-kernel-mentees] [PATCH v5 3/3] tests: Add test case to match const pointer variants

[Linux-kernel-mentees] [PATCH] events: Annotate parent_ctx with __rcu
 2020-02-10 17:08 UTC  (6+ messages)

[Linux-kernel-mentees] [PATCH] media: dvb_dummy_fe.c: lose TS lock on bad snr
 2020-02-10 15:45 UTC 

[Linux-kernel-mentees] [PATCH v5] media: dvb_dummy_tuner: implement driver skeleton
 2020-02-10 15:41 UTC 

[Linux-kernel-mentees] [Cocci] [v4 3/3] tests: Add test case to match const pointer variants
 2020-02-10  7:52 UTC 

[Linux-kernel-mentees] [PATCH v4 0/3] cocci: Align the C AST and Cocci AST for pointer
 2020-02-09 17:35 UTC  (8+ messages)
` [Linux-kernel-mentees] [PATCH v4 1/3] parsing_c: Align "
` [Linux-kernel-mentees] [PATCH v4 2/3] tests: Add space between * and const in ptrconstptr.res
` [Linux-kernel-mentees] [PATCH v4 3/3] tests: Add test case to match const pointer variants

[Linux-kernel-mentees] [PATCH v3 0/3] cocci: Align the C AST and Cocci AST for pointer
 2020-02-09 12:18 UTC  (5+ messages)
` [Linux-kernel-mentees] [PATCH v3 1/3] parsing_c: Align "
` [Linux-kernel-mentees] [PATCH v3 2/3] tests: Add space between * and const in ptrconstptr.res
` [Linux-kernel-mentees] [PATCH v3 3/3] tests: Add test case to match const pointer variants

[Linux-kernel-mentees] [PATCH] perf_event: Annotate rb pointer with __rcu
 2020-02-09 10:25 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH v2 1/2] parsing_c: Align C AST and Coccinelle AST for pointers
 2020-02-09  9:44 UTC  (3+ messages)
  ` [Linux-kernel-mentees] [Cocci] [v2 "

[Linux-kernel-mentees] [Cocci] [v2 1/2] parsing_c: Align C AST and Coccinelle AST for pointers
 2020-02-09  9:27 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH v2 0/2] Align the C AST and Coccinelle AST for pointers
 2020-02-09  9:03 UTC  (4+ messages)
  ` [Linux-kernel-mentees] [Cocci] [v2 "

[Linux-kernel-mentees] [PATCH 0/2] cocci: Align the C AST and Cocci AST for pointer
 2020-02-09  8:09 UTC  (11+ messages)
` [Linux-kernel-mentees] [PATCH 1/2] parsing_c: Align "
` [Linux-kernel-mentees] [PATCH 2/2] tests: Add test case for matching ptr to const ptr and variants
` [Linux-kernel-mentees] [PATCH v2 0/2] cocci: Align the C AST and Cocci AST for pointer
  ` [Linux-kernel-mentees] [PATCH v2 1/2] parsing_c: Align "
  ` [Linux-kernel-mentees] [PATCH v2 2/2] tests: Add test case to match const pointer variants

[Linux-kernel-mentees] [PATCH] sched: Annotate perf_event_ctxp with __rcu
 2020-02-08 14:45 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH 1/2] parsing_c: Align C AST and Cocci AST for const pointer variants
 2020-02-08 12:56 UTC  (4+ messages)
  ` [Linux-kernel-mentees] Linux dev-tools: Handling complex types and attributes in Coccinelle

[Linux-kernel-mentees] [PATCH] signal.c: Fix sparse warnings
 2020-02-07 15:04 UTC  (5+ messages)

[Linux-kernel-mentees] [Cocci] [PATCH 2/2] tests: Add test case for matching pointers to const pointers (and variants)
 2020-02-07  6:24 UTC  (7+ messages)
  ` [Linux-kernel-mentees] [Cocci] [2/2] tests: Add test case to match const pointer variants

[Linux-kernel-mentees] [PATCH] cred: Use RCU primitives to access RCU pointers
 2020-02-06 18:08 UTC  (17+ messages)

[Linux-kernel-mentees] [PATCH v5] Documentation: filesystems: convert fuse to RST
 2020-02-06 12:11 UTC  (2+ messages)

[Linux-kernel-mentees] [Cocci] [PATCH 1/2] parsing_c: Align C AST and Cocci AST for pointers
 2020-02-06 11:50 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] tracing: Annotate ftrace_graph_hash pointer with __rcu
 2020-02-05 22:06 UTC  (10+ messages)

[Linux-kernel-mentees] [PATCH] ftrace: Protect ftrace_graph_hash with ftrace_sync
 2020-02-05 21:57 UTC  (2+ messages)

[Linux-kernel-mentees] [Cocci] [PATCH 0/2] Align the C AST and Cocci AST for pointers
 2020-02-05 18:30 UTC 

[Linux-kernel-mentees] [PATCH] signal.c: Fix sparse warnings
 2020-02-05 17:09 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu
 2020-02-05  5:57 UTC 

[Linux-kernel-mentees] Upgrade Email Quota
 2020-02-04  6:47 UTC 

[Linux-kernel-mentees] [PATCH v2] tracing: Annotate ftrace_graph_hash pointer with __rcu
 2020-02-04 16:43 UTC 

[Linux-kernel-mentees] [PATCH] perf_event.h: Add RCU Annotation to struct ring_buffer in perf_event
 2020-02-02 17:35 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] sched.h: Annotate curr pointer in rq with __rcu
 2020-02-01 12:58 UTC 

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

[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 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  (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).