linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-27 08:30:23 to 2020-03-23 12:58:44 UTC [more...]

[Linux-kernel-mentees] [RFC, WIP, v2 0/3] Implement a virtual DVB driver
 2020-03-23 12:57 UTC  (4+ messages)
` [Linux-kernel-mentees] [RFC, WIP, v2 1/3] media: dvb_dummy_tuner: implement driver skeleton
` [Linux-kernel-mentees] [RFC, WIP, v2 2/3] media: dvb_dummy_fe.c: lose TS lock on bad snr
` [Linux-kernel-mentees] [RFC, WIP, v2 3/3] media: dvb_dummy_fe.c: write PSI information into DMX buffer

[Linux-kernel-mentees] [Cocci] [PATCH v3 05/26] parsing_cocci: visitor_ast: Add cases for ParenType/FunctionType
 2020-03-20  8:01 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH v3 02/26] parsing_cocci: AST: Add ParenType and FunctionType to SmPL ASTs
 2020-03-20  7:40 UTC 

[Linux-kernel-mentees] [PATCH v3 00/26] cocci: Add ParenType/FunctionType to SmPL ASTs
 2020-03-20  7:01 UTC  (27+ messages)
` [Linux-kernel-mentees] [PATCH v3 01/26] parsing_cocci: Add Function Prototype token
` [Linux-kernel-mentees] [PATCH v3 02/26] parsing_cocci: AST: Add ParenType and FunctionType to SmPL ASTs
` [Linux-kernel-mentees] [PATCH v3 03/26] parsing_cocci: parser: Add direct_declarator/direct_abstract_d rules
` [Linux-kernel-mentees] [PATCH v3 04/26] parsing_cocci: visitor_ast0: Add cases for ParenType/FunctionType
` [Linux-kernel-mentees] [PATCH v3 05/26] parsing_cocci: visitor_ast: "
` [Linux-kernel-mentees] [PATCH v3 06/26] parsing_cocci: arity: "
` [Linux-kernel-mentees] [PATCH v3 07/26] parsing_cocci: index: "
` [Linux-kernel-mentees] [PATCH v3 08/26] parsing_cocci: context_neg: "
` [Linux-kernel-mentees] [PATCH v3 09/26] parsing_cocci: unparse_ast0: "
` [Linux-kernel-mentees] [PATCH v3 10/26] parsing_cocci: single_statement: "
` [Linux-kernel-mentees] [PATCH v3 11/26] parsing_cocci: function_prototypes: "
` [Linux-kernel-mentees] [PATCH v3 12/26] parsing_cocci: check_meta: "
` [Linux-kernel-mentees] [PATCH v3 13/26] parsing_cocci: iso_pattern: "
` [Linux-kernel-mentees] [PATCH v3 14/26] parsing_cocci: adjust_pragmas: "
` [Linux-kernel-mentees] [PATCH v3 15/26] parsing_cocci: compute_lines: "
` [Linux-kernel-mentees] [PATCH v3 16/26] parsing_cocci: ast0toast: "
` [Linux-kernel-mentees] [PATCH v3 17/26] parsing_cocci: type_cocci: Add ParenType/FunctionType to types
` [Linux-kernel-mentees] [PATCH v3 18/26] parsing_cocci: unify_ast: Add cases for ParenType/FunctionType
` [Linux-kernel-mentees] [PATCH v3 19/26] parsing_cocci: disjdistr: "
` [Linux-kernel-mentees] [PATCH v3 20/26] parsing_cocci: ast_cocci: "
` [Linux-kernel-mentees] [PATCH v3 21/26] parsing_cocci: pretty_print_cocci: Print ParenType/FunctionType
` [Linux-kernel-mentees] [PATCH v3 22/26] parsing_c: unparse_cocci: "
` [Linux-kernel-mentees] [PATCH v3 23/26] engine: Match A.ParenType and A.FunctionType
` [Linux-kernel-mentees] [PATCH v3 24/26] tools: spgen: Add cases for ParenType/FunctionType
` [Linux-kernel-mentees] [PATCH v3 25/26] cocci: Remove Ast_cocci.FunctionPointer
` [Linux-kernel-mentees] [PATCH v3 26/26] tests: Add test case for array of function pointers

[Linux-kernel-mentees] [PATCH 00/26] cocci: Add ParenType/FunctionType to SmPL ASTs
 2020-03-19 16:37 UTC  (50+ messages)
` [Linux-kernel-mentees] [PATCH 01/26] parsing_cocci: Add Function Prototype token
` [Linux-kernel-mentees] [PATCH 02/26] parsing_cocci: AST: Add ParenType and FunctionType to SmPL ASTs
` [Linux-kernel-mentees] [PATCH 03/26] parsing_cocci: parser: Add direct_declarator/direct_abstract_d rules
` [Linux-kernel-mentees] [PATCH 04/26] parsing_cocci: visitor_ast0: Add cases for ParenType/FunctionType
` [Linux-kernel-mentees] [PATCH 05/26] "
  ` [Linux-kernel-mentees] [PATCH 05/26] parsing_cocci: visitor_ast: "
  ` [Linux-kernel-mentees] [PATCH v2 "
` [Linux-kernel-mentees] [PATCH 06/26] parsing_cocci: arity: "
` [Linux-kernel-mentees] [PATCH 07/26] parsing_cocci: index: "
` [Linux-kernel-mentees] [PATCH 08/26] parsing_cocci: context_neg: "
` [Linux-kernel-mentees] [PATCH 09/26] parsing_cocci: unparse_ast0: "
` [Linux-kernel-mentees] [PATCH 10/26] parsing_cocci: single_statement: "
` [Linux-kernel-mentees] [PATCH 11/26] parsing_cocci: function_prototypes: "
` [Linux-kernel-mentees] [PATCH 12/26] parsing_cocci: check_meta: "
` [Linux-kernel-mentees] [PATCH 13/26] parsing_cocci: iso_pattern: "
` [Linux-kernel-mentees] [PATCH 14/26] parsing_cocci: adjust_pragmas: "
` [Linux-kernel-mentees] [PATCH 15/26] parsing_cocci: compute_lines: "
` [Linux-kernel-mentees] [PATCH 16/26] parsing_cocci: ast0toast: "
` [Linux-kernel-mentees] [PATCH 17/26] parsing_cocci: type_cocci: Add ParenType/FunctionType to types
` [Linux-kernel-mentees] [PATCH 18/26] parsing_cocci: unify_ast: Add cases for ParenType/FunctionType
` [Linux-kernel-mentees] [PATCH 19/26] parsing_cocci: disjdistr: "
` [Linux-kernel-mentees] [PATCH 20/26] parsing_cocci: ast_cocci: "
` [Linux-kernel-mentees] [PATCH 21/26] parsing_cocci: pretty_print_cocci: Print ParenType/FunctionType
` [Linux-kernel-mentees] [PATCH 22/26] parsing_c: unparse_cocci: "
` [Linux-kernel-mentees] [PATCH 23/26] engine: Match A.ParenType and A.FunctionType
` [Linux-kernel-mentees] [PATCH 24/26] tools: spgen: Add cases for ParenType/FunctionType
` [Linux-kernel-mentees] [PATCH 25/26] cocci: Remove Ast_cocci.FunctionPointer
` [Linux-kernel-mentees] [PATCH 26/26] tests: Add test case for array of function pointers

[Linux-kernel-mentees] [RFC 0/3] Implement a virtual DVB driver
 2020-03-18 10:56 UTC  (9+ messages)
` [Linux-kernel-mentees] [RFC 1/3] media: dvb_dummy_tuner: implement driver skeleton
` [Linux-kernel-mentees] [RFC 2/3] media: dvb_dummy_fe.c: lose TS lock on bad snr
` [Linux-kernel-mentees] [RFC 3/3] media: dvb_dummy_fe.c: write PSI information into DMX buffer

[Linux-kernel-mentees] [PATCH 0/2] xarrary: Fix warnings reported by checkpatch
 2020-03-18  3:01 UTC  (7+ messages)
` [Linux-kernel-mentees] [PATCH 1/2] xarray: Add identifier names for function definition arguments
` [Linux-kernel-mentees] [PATCH 2/2] xarray: Add missing blank line after declaration

[Linux-kernel-mentees] [Cocci] [v2 05/26] parsing_cocci: visitor_ast: Add cases for ParenType/FunctionType
 2020-03-17 10:33 UTC 

[Linux-kernel-mentees] [Cocci] [v2 05/26] parsing_cocci: visitor_ast: Add cases for ParenType/FunctionType
 2020-03-17 10:03 UTC  (2+ messages)

[Linux-kernel-mentees] [Cocci] [PATCH 06/26] parsing_cocci: arity: Add cases for ParenType/FunctionType
 2020-03-17  8:57 UTC  (5+ messages)
  ` [Linux-kernel-mentees] [Cocci] [06/26] "

[Linux-kernel-mentees] [Cocci] [PATCH 05/26] parsing_cocci: visitor_ast0: Add cases for ParenType/FunctionType
 2020-03-17  5:26 UTC  (2+ messages)

[Linux-kernel-mentees] [Cocci] [PATCH 02/26] parsing_cocci: AST: Add ParenType and FunctionType to SmPL ASTs
 2020-03-16 18:00 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH 01/26] parsing_cocci: Add Function Prototype token
 2020-03-16 17:48 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH 00/26] cocci: Add ParenType/FunctionType to SmPL ASTs
 2020-03-16 17:36 UTC 

[Linux-kernel-mentees] [PATCH v2 0/3] PCI: pci-sysfs.c cleanup
 2020-03-14 11:20 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH v3 1/4] PCI: sysfs: Define device attributes with DEVICE_ATTR*

[Linux-kernel-mentees] [PATCH] net: caif: Add lockdep expression to RCU traversal primitive
 2020-03-12  5:55 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] drivers: base: platform.c: Fix coding style issue
 2020-03-10 18:33 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH 0/2] Documentation: Add two new rst files
 2020-03-10 17:34 UTC  (12+ messages)
` [Linux-kernel-mentees] [PATCH 1/2] Documentation: Add a new .rst file under Documentation
    ` [Linux-kernel-mentees] [PATCH v2 0/2] Documentation: Add files to driver-api manual
      ` [Linux-kernel-mentees] [PATCH v2 1/2] Documentation: Add io-mapping.rst "
      ` [Linux-kernel-mentees] [PATCH v2 2/2] Documentation: Add io_ordering.rst "
        ` [Linux-kernel-mentees] [PATCH v3 0/2] Documentation: Rename two txt files to rst
          ` [Linux-kernel-mentees] [PATCH v3 1/2] Documentation: Add io-mapping.rst to driver-api manual
          ` [Linux-kernel-mentees] [PATCH v3 2/2] Documentation: Add io_ordering.rst "
` [Linux-kernel-mentees] [PATCH 2/2] Documentation: Add a new .rst file under Documentation

[Linux-kernel-mentees] [PATCH 00/13] cocci: Align the C AST and SmPL AST for enum
 2020-03-09 14:51 UTC  (16+ messages)
` [Linux-kernel-mentees] [PATCH 01/13] parsing_cocci: Align "
` [Linux-kernel-mentees] [PATCH 02/13] ocaml: coccilib: Reflect changes in SmPL AST for EnumDef
` [Linux-kernel-mentees] [PATCH 03/13] parsing_cocci: parser: Parse enumerators correctly
` [Linux-kernel-mentees] [PATCH 04/13] parsing_cocci: Add EnumDeclTag and EnumDeclDotsTag to SmPL ASTs
` [Linux-kernel-mentees] [PATCH 05/13] ocaml: coccilib: Reflect EnumDeclTag and EnumDeclDotsTag
` [Linux-kernel-mentees] [PATCH 06/13] parsing_cocci: visitor_ast0: Add visitor functions for enum_decl
` [Linux-kernel-mentees] [PATCH 07/13] parsing_cocci: Reflect visitor_ast0 changes in parsing_cocci
` [Linux-kernel-mentees] [PATCH 08/13] parsing_cocci: Add visitor functions for enum_decl in visitor_ast
` [Linux-kernel-mentees] [PATCH 09/13] cocci: Reflect changes in SmPL visitor_ast in codebase
` [Linux-kernel-mentees] [PATCH 10/13] engine: cocci_vs_c: Match enumerators properly as per enum_decl
` [Linux-kernel-mentees] [PATCH 11/13] cocci: pretty print EnumDef as per enum_decl type
` [Linux-kernel-mentees] [PATCH 12/13] tests: Add test case for assigned enumerator
` [Linux-kernel-mentees] [PATCH 13/13] tools: spgen: Reflect visitor changes

[Linux-kernel-mentees] [Cocci] [PATCH 12/13] tests: Add test case for assigned enumerator
 2020-03-09 12:53 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH 09/13] cocci: Reflect changes in SmPL visitor_ast in codebase
 2020-03-09 12:43 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH 07/13] parsing_cocci: Reflect visitor_ast0 changes in parsing_cocci
 2020-03-09 12:33 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH 04/13] parsing_cocci: Add EnumDeclTag and EnumDeclDotsTag to SmPL ASTs
 2020-03-09 11:41 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH 01/13] parsing_cocci: Align C AST and SmPL AST for enum
 2020-03-09 10:12 UTC 

[Linux-kernel-mentees] [Cocci] [PATCH 00/13] cocci: Align the C AST and SmPL AST for enum
 2020-03-09  9:55 UTC 

[Linux-kernel-mentees] [PATCH] fs: btrfs: block-group.c: Fix suspicious RCU usage warning
 2020-03-06 19:53 UTC  (6+ messages)

[Linux-kernel-mentees] [PATCH] fs: ext4: mballoc.c: Use built-in RCU list checking
 2020-03-05 22:23 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH RESEND] Documentation: RCU: lockdep.txt: Convert to lockdep.rst
 2020-03-05  0:10 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH 1/2] drivers: base: power: main.c: Use built-in RCU list checking
 2020-03-04 11:07 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH 2/2] drivers: base: power: wakeup.c: Use built-in RCU list checking
 2020-03-03 19:42 UTC 

[Linux-kernel-mentees] [PATCH] fs: nfsd: fileache.c: Use built-in RCU list checking
 2020-03-03 16:54 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] fs: nfsd: nfs4state.c: Use built-in RCU list checking
 2020-03-03 16:54 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] sunrpc: Pass lockdep expression to RCU lists
 2020-03-03 16:37 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH 1/2] drivers: base: power: main: Use built-in RCU list checking
 2020-03-03 16:09 UTC  (8+ messages)

[Linux-kernel-mentees] [PATCH RESEND] iommu: dmar: Fix RCU list debugging warnings
 2020-03-02 16:04 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] netfilter: ipt_CLUSTERIP: Pass lockdep expression to RCU lists
 2020-03-02 12:37 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] Documentation: RCU: lockdep.txt: Convert to lockdep.rst
 2020-02-29 21:06 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v3] doc: Convert rculist_nulls.txt to rculist_nulls.rst
 2020-02-29 16:36 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] Documentation: RCU: lockdep.txt: Convert to lockdep.rst
 2020-02-29 10:42 UTC 

[Linux-kernel-mentees] [PATCH 2/2] drivers: base: power: wakeup.c: Use built-in RCU list checking
 2020-02-28 17:47 UTC 

[Linux-kernel-mentees] [PATCH] ipmi: Fix RCU list lockdep debugging warnings
 2020-02-28 17:44 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] ipv6: xfrm6_tunnel.c: Use built-in RCU list checking
 2020-02-28 10:02 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] net: bluetooth: hci_core: Fix Suspicious RCU usage warnings
 2020-02-28  7:37 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] net: bluetooth: hci_core: Use list_for_each_entry_rcu() to traverse RCU list in RCU read-side CS
 2020-02-28  7:36 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v2] doc: Convert rculist_nulls.txt to rculist_nulls.rst
 2020-02-27 18:03 UTC 

[Linux-kernel-mentees] [PATCH v2] doc: Convert to checklist.txt to checklist.rst
 2020-02-27 17:26 UTC 

[Linux-kernel-mentees] [PATCH v2] doc: Convert to checklist.txt to checklist.rst
 2020-02-27 17:12 UTC 

[Linux-kernel-mentees] [PATCH] doc: Convert rculist_nulls.txt to rculist_nulls.rst
 2020-02-27 17:05 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] doc: Convert to checklist.txt to checklist.rst
 2020-02-27  9:08 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH v2] "


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