linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-15 21:49:29 to 2020-06-05 13:49:04 UTC [more...]

[Linux-kernel-mentees] [PATCH v4 00/14] cocci: Improve C parsing of attributes
 2020-06-05 13:48 UTC  (16+ messages)
` [Linux-kernel-mentees] [PATCH v4 01/14] parsing_c: parse_c: Ignore TMacroAttr and TMacroEndAttr in passed tokens
` [Linux-kernel-mentees] [PATCH v4 02/14] parsing_c: parsing_hacks: Label end attributes correctly
` [Linux-kernel-mentees] [PATCH v4 03/14] parsing_c: parsing_hacks: Commentize attributes before qualif/type
` [Linux-kernel-mentees] [PATCH v4 04/14] parsing_c: parser: Add rule for multiple end attributes
` [Linux-kernel-mentees] [PATCH v4 05/14] parsing_c: parser: Add expression statement attributes
` [Linux-kernel-mentees] [PATCH v4 06/14] parsing_c: parser: Add rule for optional end attributes
` [Linux-kernel-mentees] [PATCH v4 07/14] parsing_c: parser: Add attribute production in spec_qualif_list
` [Linux-kernel-mentees] [PATCH v4 08/14] parsing_c: parser: Add init_declarator_attrs rule
` [Linux-kernel-mentees] [PATCH v4 09/14] parsing_c: parser: Add field declaration end attributes production
` [Linux-kernel-mentees] [PATCH v4 10/14] parsing_c: parser: Handle struct/union/enum end attributes
` [Linux-kernel-mentees] [PATCH v4 11/14] parsing_c: parser: Add MacroDecl end attributes production
` [Linux-kernel-mentees] [PATCH v4 12/14] parsing_c: parser: cpp_other "
` [Linux-kernel-mentees] [PATCH v4 13/14] parsing_c: cpp_token_c: Introduce MACROANNOTATION hint
` [Linux-kernel-mentees] [PATCH v4 14/14] cocci: standard.h: Annotate attributes with MACROANNOTATION

[Linux-kernel-mentees] [RFC, WIP, v6 00/10] media: vidtv: implement a virtual DVB driver
 2020-06-03 17:19 UTC  (19+ messages)
` [Linux-kernel-mentees] [RFC, WIP, v6 01/10] media: vidtv: add Kconfig entry
` [Linux-kernel-mentees] [RFC, WIP, v6 02/10] media: vidtv: implement a tuner driver
` [Linux-kernel-mentees] [RFC, WIP, v6 03/10] media: vidtv: implement a demodulator driver
` [Linux-kernel-mentees] [RFC, WIP, v6 04/10] media: vidtv: add a bridge driver
` [Linux-kernel-mentees] [RFC, WIP, v6 05/10] media: vidtv: add wrappers for memcpy and memset
` [Linux-kernel-mentees] [RFC, WIP, v6 06/10] media: vidtv: add MPEG TS common code
` [Linux-kernel-mentees] [RFC, WIP, v6 07/10] media: vidtv: implement a PSI generator
` [Linux-kernel-mentees] [RFC, WIP, v6 08/10] media: vidtv: implement a PES packetizer
` [Linux-kernel-mentees] [RFC, WIP, v6 09/10] media: vidtv: Implement a SMPTE 302M encoder
` [Linux-kernel-mentees] [RFC, WIP, v6 10/10] media: vidtv: Add a MPEG Transport Stream Multiplexer

[Linux-kernel-mentees] New Linux Kernel mentorship projects accepting application
 2020-06-03 16:05 UTC 

[Linux-kernel-mentees] [PATCH] kunit: Fix TabError, remove defconfig code and handle when there is no kunitconfig
 2020-06-02 19:41 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v2] e1000: use generic power management
 2020-06-01 17:15 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH 00/27] cocci: Add struct end attributes to SmPL
 2020-05-31 15:26 UTC  (28+ messages)
` [Linux-kernel-mentees] [PATCH 01/27] parsing_cocci: ast0_cocci: Add struct end attributes
` [Linux-kernel-mentees] [PATCH 02/27] parsing_cocci: parser: Reflect "
` [Linux-kernel-mentees] [PATCH 03/27] parsing_cocci: visitor_ast0: Visit "
` [Linux-kernel-mentees] [PATCH 04/27] parsing_cocci: unparse_ast0: Reflect "
` [Linux-kernel-mentees] [PATCH 05/27] parsing_cocci: index: "
` [Linux-kernel-mentees] [PATCH 06/27] parsing_cocci: iso_pattern: "
` [Linux-kernel-mentees] [PATCH 07/27] parsing_cocci: type_infer: "
` [Linux-kernel-mentees] [PATCH 08/27] parsing_cocci: arity: "
` [Linux-kernel-mentees] [PATCH 09/27] parsing_cocci: check_meta: "
` [Linux-kernel-mentees] [PATCH 10/27] parsing_cocci: compute_lines: "
` [Linux-kernel-mentees] [PATCH 11/27] parsing_cocci: context_neg: "
` [Linux-kernel-mentees] [PATCH 12/27] parsing_cocci: single_statement: "
` [Linux-kernel-mentees] [PATCH 13/27] parsing_cocci: ast_cocci: Add "
` [Linux-kernel-mentees] [PATCH 14/27] parsing_cocci: visitor_ast: Visit "
` [Linux-kernel-mentees] [PATCH 15/27] parsing_cocci: pretty_print_cocci: Reflect "
` [Linux-kernel-mentees] [PATCH 16/27] parsing_cocci: disjdistr: "
` [Linux-kernel-mentees] [PATCH 17/27] parsing_cocci: adjust_pragmas: "
` [Linux-kernel-mentees] [PATCH 18/27] parsing_cocci: unify_ast: "
` [Linux-kernel-mentees] [PATCH 19/27] parsing_cocci: ast0toast: "
` [Linux-kernel-mentees] [PATCH 20/27] parsing_c: unparse_cocci: "
` [Linux-kernel-mentees] [PATCH 21/27] engine: check_exhaustive_pattern: "
` [Linux-kernel-mentees] [PATCH 22/27] engine: cocci_vs_c: Match "
` [Linux-kernel-mentees] [PATCH 23/27] ocaml: coccilib: Reflect "
` [Linux-kernel-mentees] [PATCH 24/27] tools: spgen: "
` [Linux-kernel-mentees] [PATCH 25/27] tests: Add test case to remove a struct end attribute
` [Linux-kernel-mentees] [PATCH 26/27] tests: Add test case to detect "
` [Linux-kernel-mentees] [PATCH 27/27] tests: Add test case to check struct endattr allminus

[Linux-kernel-mentees] [Cocci] [PATCH v3 00/32] cocci: Add cast attributes to C and SmPL ASTs
 2020-05-30  7:50 UTC 

[Linux-kernel-mentees] [fixup v2] kunit: use --build_dir=.kunit as default
 2020-05-29 17:45 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH v3 00/32] cocci: Add cast attributes to C and SmPL ASTs
 2020-05-29 12:07 UTC  (33+ messages)
` [Linux-kernel-mentees] [PATCH v3 01/32] parsing_c: parser: Pass attribute list from type_name
` [Linux-kernel-mentees] [PATCH v3 02/32] parsing_cocci: ast0_cocci: Add cast attributes
` [Linux-kernel-mentees] [PATCH v3 03/32] parsing_cocci: parser: Parse "
` [Linux-kernel-mentees] [PATCH v3 04/32] parsing_cocci: visitor_ast0: Visit "
` [Linux-kernel-mentees] [PATCH v3 05/32] parsing_cocci: unparse_ast0: Reflect "
` [Linux-kernel-mentees] [PATCH v3 06/32] parsing_cocci: index: Reflect Cast attributes
` [Linux-kernel-mentees] [PATCH v3 07/32] parsing_cocci: iso_pattern: "
` [Linux-kernel-mentees] [PATCH v3 08/32] parsing_cocci: type_infer: "
` [Linux-kernel-mentees] [PATCH v3 09/32] parsing_cocci: arity: "
` [Linux-kernel-mentees] [PATCH v3 10/32] parsing_cocci: check_meta: "
` [Linux-kernel-mentees] [PATCH v3 11/32] parsing_cocci: compute_lines: "
` [Linux-kernel-mentees] [PATCH v3 12/32] parsing_cocci: context_neg: "
` [Linux-kernel-mentees] [PATCH v3 13/32] parsing_cocci: single_statement: "
` [Linux-kernel-mentees] [PATCH v3 14/32] parsing_cocci: ast_cocci: Add cast attributes
` [Linux-kernel-mentees] [PATCH v3 15/32] parsing_cocci: visitor_ast: Visit "
` [Linux-kernel-mentees] [PATCH v3 16/32] parsing_cocci: pretty_print_cocci: Print "
` [Linux-kernel-mentees] [PATCH v3 17/32] parsing_cocci: ast0toast: Reflect Cast attributes
` [Linux-kernel-mentees] [PATCH v3 18/32] parsing_cocci: disjdistr: "
` [Linux-kernel-mentees] [PATCH v3 19/32] parsing_cocci: unify_ast: "
` [Linux-kernel-mentees] [PATCH v3 20/32] parsing_c: ast_c: Add "
` [Linux-kernel-mentees] [PATCH v3 21/32] parsing_c: parser: Parse "
` [Linux-kernel-mentees] [PATCH v3 22/32] parsing_c: pretty_print_c: Reflect "
` [Linux-kernel-mentees] [PATCH v3 23/32] parsing_c: type_annoter_c: "
` [Linux-kernel-mentees] [PATCH v3 24/32] parsing_c: unparse_cocci: "
` [Linux-kernel-mentees] [PATCH v3 25/32] parsing_c: visitor_c: Visit "
` [Linux-kernel-mentees] [PATCH v3 26/32] engine: check_exhaustive_pattern: Reflect "
` [Linux-kernel-mentees] [PATCH v3 27/32] engine: cocci_vs_c: Match "
` [Linux-kernel-mentees] [PATCH v3 28/32] ocaml: coccilib: Reflect "
` [Linux-kernel-mentees] [PATCH v3 29/32] tools: spgen: Reflect Cast attrs
` [Linux-kernel-mentees] [PATCH v3 30/32] tests: Add test case to check cast attribute allminus
` [Linux-kernel-mentees] [PATCH v3 31/32] tests: Add test case to remove cast attributes
` [Linux-kernel-mentees] [PATCH v3 32/32] tests: Add test case to detect "

[Linux-kernel-mentees] [PATCH v2 00/25] cocci: Improve C parsing of attributes
 2020-05-28 13:29 UTC  (27+ messages)
` [Linux-kernel-mentees] [PATCH v2 01/25] parsing_c: parse_c: Ignore TMacroAttr and TMacroEndAttr in passed tokens
` [Linux-kernel-mentees] [PATCH v2 02/25] parsing_c: parsing_hacks: Label end attributes correctly
` [Linux-kernel-mentees] [PATCH v2 03/25] parsing_c: parsing_hacks: Commentize attributes before qualif/type
` [Linux-kernel-mentees] [PATCH v2 04/25] parsing_c: parser: Add rule for multiple end attributes
` [Linux-kernel-mentees] [PATCH v2 05/25] parsing_c: parser: Add expression statement attributes
` [Linux-kernel-mentees] [PATCH v2 06/25] parsing_c: parser: Add attribute production in spec_qualif_list
` [Linux-kernel-mentees] [PATCH v2 07/25] parsing_c: parser: Add init_declarator_attrs rule
` [Linux-kernel-mentees] [PATCH v2 08/25] parsing_c: parser: Add field declaration end attributes production
` [Linux-kernel-mentees] [PATCH v2 09/25] parsing_c: parser: Handle struct/union/enum end attributes
` [Linux-kernel-mentees] [PATCH v2 10/25] parsing_c: parser: Add MacroDecl end attributes production
` [Linux-kernel-mentees] [PATCH v2 11/25] parsing_c: parser: cpp_other "
` [Linux-kernel-mentees] [PATCH v2 12/25] parsing_c: cpp_token_c: Introduce MACROANNOTATION hint
` [Linux-kernel-mentees] [PATCH v2 13/25] cocci: standard.h: Annotate attributes with MACROANNOTATION
` [Linux-kernel-mentees] [PATCH v2 14/25] parsing_c: visitor_c: Add vk_attribute and vk_attribute_s
` [Linux-kernel-mentees] [PATCH v2 15/25] parsing_c: lib_parsing_c: Add ii_of_attr
` [Linux-kernel-mentees] [PATCH v2 16/25] engine: Add distrf_attr to PARAM functor
` [Linux-kernel-mentees] [PATCH v2 17/25] engine: cocci_vs_c: Add allminus argument to attribute_list
` [Linux-kernel-mentees] [PATCH v2 18/25] parsing_c: parser: Make abstract_declarator pass attributes
` [Linux-kernel-mentees] [PATCH v2 19/25] cocci: Add parameter attributes to C AST
` [Linux-kernel-mentees] [PATCH v2 20/25] parsing_c: parser: Place parameter attributes in "
` [Linux-kernel-mentees] [PATCH v2 21/25] parsing_c: visitor_c: Visit parameter attributes
` [Linux-kernel-mentees] [PATCH v2 22/25] parsing_c: unparse_hrule: Add parameter attributes in record
` [Linux-kernel-mentees] [PATCH v2 23/25] parsing_c: type_c: Add parameter attributes to record
` [Linux-kernel-mentees] [PATCH v2 24/25] engine: cocci_vs_c: "Match" parameter attributes
` [Linux-kernel-mentees] [PATCH v2 25/25] engine: c_vs_c: Match "
` [Linux-kernel-mentees] [PATCH v3 20/25] parsing_c: parser: Place parameter attributes in C AST

[Linux-kernel-mentees] [fixup] kunit: use --build_dir=.kunit as default
 2020-05-26 23:41 UTC  (3+ messages)

[Linux-kernel-mentees] [fixup] kunit: use KUnit defconfig by default
 2020-05-26 18:35 UTC 

[Linux-kernel-mentees] [RESEND] kunit: use --build_dir=.kunit as default
 2020-05-26 13:58 UTC  (6+ messages)

[Linux-kernel-mentees] [PATCH 1/3 RESEND] sched: Remove __rcu annotation from cred pointer
 2020-05-26 12:34 UTC  (5+ messages)

[Linux-kernel-mentees] [RFC PATCH v1 0/3] ethernet: amd: Convert to generic power management
 2020-05-26  8:03 UTC  (4+ messages)
` [Linux-kernel-mentees] [RFC PATCH v1 1/3] pcnet32: "
` [Linux-kernel-mentees] [RFC PATCH v1 2/3] amd8111e: Convert to generic power mangement
` [Linux-kernel-mentees] [RFC PATCH v1 3/3] amd-xgbe: Convert to generic power management

[Linux-kernel-mentees] [PATCH 00/30] cocci: Add macrodecl attributes to C and SmPL ASTs
 2020-05-24 17:19 UTC  (31+ messages)
` [Linux-kernel-mentees] [PATCH 01/30] parsing_cocci: ast0_cocci: Add Macrodecl attributes
` [Linux-kernel-mentees] [PATCH 02/30] parsing_cocci: parser: Parse "
` [Linux-kernel-mentees] [PATCH 03/30] parsing_cocci: visitor_ast0: Visit "
` [Linux-kernel-mentees] [PATCH 04/30] parsing_cocci: unparse_ast0: Reflect "
` [Linux-kernel-mentees] [PATCH 05/30] parsing_cocci: index: "
` [Linux-kernel-mentees] [PATCH 06/30] parsing_cocci: iso_pattern: "
` [Linux-kernel-mentees] [PATCH 07/30] parsing_cocci: type_infer: "
` [Linux-kernel-mentees] [PATCH 08/30] parsing_cocci: arity: "
` [Linux-kernel-mentees] [PATCH 09/30] parsing_cocci: check_meta: "
` [Linux-kernel-mentees] [PATCH 10/30] parsing_cocci: compute_lines: "
` [Linux-kernel-mentees] [PATCH 11/30] parsing_cocci: context_neg: "
` [Linux-kernel-mentees] [PATCH 12/30] parsing_cocci: single_statement: "
` [Linux-kernel-mentees] [PATCH 13/30] parsing_cocci: ast_cocci: "
` [Linux-kernel-mentees] [PATCH 14/30] parsing_cocci: visitor_ast: "
` [Linux-kernel-mentees] [PATCH 15/30] parsing_cocci: pretty_print_cocci: "
` [Linux-kernel-mentees] [PATCH 16/30] parsing_cocci: disjdistr: "
` [Linux-kernel-mentees] [PATCH 17/30] parsing_cocci: adjust_pragmas: "
` [Linux-kernel-mentees] [PATCH 18/30] parsing_cocci: unify_ast: "
` [Linux-kernel-mentees] [PATCH 19/30] parsing_cocci: ast0toast: "
` [Linux-kernel-mentees] [PATCH 20/30] parsing_c: ast_c: Add "
` [Linux-kernel-mentees] [PATCH 21/30] parsing_c: parser_c: Reflect "
` [Linux-kernel-mentees] [PATCH 22/30] parsing_c: visitor_c: "
` [Linux-kernel-mentees] [PATCH 23/30] parsing_c: pretty_print_c: "
` [Linux-kernel-mentees] [PATCH 24/30] parsing_c: unparse_cocci: "
` [Linux-kernel-mentees] [PATCH 25/30] engine: check_exhaustive_pattern: "
` [Linux-kernel-mentees] [PATCH 26/30] engine: cocci_vs_c: Match "
` [Linux-kernel-mentees] [PATCH 27/30] ocaml: coccilib: Reflect "
` [Linux-kernel-mentees] [PATCH 28/30] tools: spgen: "
` [Linux-kernel-mentees] [PATCH 29/30] tests: Add test case to remove macrodecl attributes
` [Linux-kernel-mentees] [PATCH 30/30] tests: Add test case to detect a macrodecl attribute

[Linux-kernel-mentees] [PATCH] kunit: use KUnit defconfig by default
 2020-05-22 22:40 UTC  (3+ messages)

[Linux-kernel-mentees] modprobing 'vidtv' doesn't really do anything
 2020-05-17  0:17 UTC  (5+ messages)
    ` [Linux-kernel-mentees] [PATCH] media: vidtv: fix issues preventing it to build and load

[Linux-kernel-mentees] modprobing 'vidtv' doesn't really do anything
 2020-05-20  7:22 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH net-next v3 0/2] realtek ethernet : use generic power management
 2020-05-19 22:32 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH net-next v3 1/2] realtek/8139too: "
` [Linux-kernel-mentees] [PATCH net-next v3 2/2] realtek/8139cp: "

[Linux-kernel-mentees] [PATCH v1] ethernet: intel: e1000: Convert to dev_pm_ops
 2020-05-18 15:30 UTC  (5+ messages)

[Linux-kernel-mentees] [PATCH net v2] ipv6: Fix suspicious RCU usage warning in ip6mr
 2020-05-16 20:43 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v2] kvm: Fix false positive RCU usage warning
 2020-05-16  8:22 UTC 

[Linux-kernel-mentees] [RFC, WIP, v5 00/10] media: vidtv: implement a virtual DVB driver
 2020-05-15 21:48 UTC  (3+ messages)
` [Linux-kernel-mentees] [RFC, WIP, v5 09/10] media: vidtv: Implement a SMPTE 302M encoder
` [Linux-kernel-mentees] [RFC, WIP, v5 10/10] media: vidtv: Add a MPEG Transport Stream Multiplexer


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