linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-02 03:22:31 to 2020-05-24 17:23:00 UTC [more...]

[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 1/3 RESEND] sched: Remove __rcu annotation from cred pointer
 2020-05-24  8:11 UTC  (2+ messages)

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

[Linux-kernel-mentees] [RESEND] kunit: use --build_dir=.kunit as 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] [RFC, WIP, v6 00/10] media: vidtv: implement a virtual DVB driver
 2020-05-20  7:03 UTC  (11+ 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] [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  (11+ messages)
` [Linux-kernel-mentees] [RFC, WIP, v5 01/10] media: vidtv: add Kconfig entry
` [Linux-kernel-mentees] [RFC, WIP, v5 02/10] media: vidtv: implement a tuner driver
` [Linux-kernel-mentees] [RFC, WIP, v5 03/10] media: vidtv: implement a demodulator driver
` [Linux-kernel-mentees] [RFC, WIP, v5 04/10] media: vidtv: add a bridge driver
` [Linux-kernel-mentees] [RFC, WIP, v5 05/10] media: vidtv: add wrappers for memcpy and memset
` [Linux-kernel-mentees] [RFC, WIP, v5 06/10] media: vidtv: add MPEG TS common code
` [Linux-kernel-mentees] [RFC, WIP, v5 07/10] media: vidtv: implement a PSI generator
` [Linux-kernel-mentees] [RFC, WIP, v5 08/10] media: vidtv: implement a PES packetizer
` [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

[Linux-kernel-mentees] [PATCH net v2 1/2] ipmr: Fix RCU list debugging warning
 2020-05-15  1:01 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH net v2 2/2] ipmr: Add lockdep expression to ipmr_for_each_table macro

[Linux-kernel-mentees] [PATCH net] drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.c
 2020-05-15  0:44 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH net 1/2 RESEND] ipmr: Fix RCU list debugging warning
 2020-05-13 11:54 UTC  (9+ messages)
` [Linux-kernel-mentees] [PATCH net 2/2 RESEND] ipmr: Add lockdep expression to ipmr_for_each_table macro

[Linux-kernel-mentees] [PATCH 0/2] parsing_cocci: Fix struct pointer funcall regression
 2020-05-13  7:29 UTC  (3+ messages)
` [Linux-kernel-mentees] [PATCH 1/2] parsing_cocci: parse_cocci: "
` [Linux-kernel-mentees] [PATCH 2/2] tests: Add test case for struct pointer function call

[Linux-kernel-mentees] [PATCH v3 00/23] cocci: Add parameter attributes to SmPL
 2020-05-11 10:13 UTC  (24+ messages)
` [Linux-kernel-mentees] [PATCH v3 01/23] parsing_cocci: ast0_cocci: Add parameter attributes
` [Linux-kernel-mentees] [PATCH v3 02/23] parsing_cocci: parser: Parse Parameter attributes
` [Linux-kernel-mentees] [PATCH v3 03/23] parsing_cocci: visitor_ast0: Visit "
` [Linux-kernel-mentees] [PATCH v3 04/23] parsing_cocci: arity: Reflect "
` [Linux-kernel-mentees] [PATCH v3 05/23] parsing_cocci: check_meta: "
` [Linux-kernel-mentees] [PATCH v3 06/23] parsing_cocci: compute_lines: "
` [Linux-kernel-mentees] [PATCH v3 07/23] parsing_cocci: context_neg: "
` [Linux-kernel-mentees] [PATCH v3 08/23] parsing_cocci: function_prototypes: "
` [Linux-kernel-mentees] [PATCH v3 09/23] parsing_cocci: index: "
` [Linux-kernel-mentees] [PATCH v3 10/23] parsing_cocci: iso_pattern: "
` [Linux-kernel-mentees] [PATCH v3 11/23] parsing_cocci: type_infer: "
` [Linux-kernel-mentees] [PATCH v3 12/23] parsing_cocci: unparse_ast0: "
` [Linux-kernel-mentees] [PATCH v3 13/23] parsing_c: unparse_cocci: "
` [Linux-kernel-mentees] [PATCH v3 14/23] parsing_cocci: ast_cocci: Add "
` [Linux-kernel-mentees] [PATCH v3 15/23] parsing_cocci: visitor_ast: Visit "
` [Linux-kernel-mentees] [PATCH v3 16/23] parsing_cocci: ast0toast: Reflect "
` [Linux-kernel-mentees] [PATCH v3 17/23] parsing_cocci: disjdistr: "
` [Linux-kernel-mentees] [PATCH v3 18/23] parsing_cocci: pretty_print_cocci: "
` [Linux-kernel-mentees] [PATCH v3 19/23] parsing_cocci: unify_ast: "
` [Linux-kernel-mentees] [PATCH v3 20/23] engine: cocci_vs_c: Match "
` [Linux-kernel-mentees] [PATCH v3 21/23] ocaml: coccilib: Reflect "
` [Linux-kernel-mentees] [PATCH v3 22/23] tests: Add test case for removing parameter attributes
` [Linux-kernel-mentees] [PATCH v3 23/23] tests: Add test case to detect "

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

[Linux-kernel-mentees] [PATCH] integrity: evm: Fix RCU list related warnings
 2020-05-08  1:21 UTC  (4+ messages)

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

[Linux-kernel-mentees] [PATCH] docs: s390: Fix wrong label Guest2 instead of Guest3
 2020-05-05 22:44 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] docs: coresight: fix `make htmldocs` warning
 2020-05-05 15:44 UTC  (2+ messages)

[Linux-kernel-mentees] [RESEND] doc: misc-device: add uacce to toctree(index)
 2020-05-05 15:42 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] x86: Fix RCU list usage to avoid false positive warnings
 2020-05-04 16:47 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH 00/32] cocci: Add cast attributes to C and SmPL ASTs
 2020-05-04 13:18 UTC  (17+ messages)
` [Linux-kernel-mentees] [PATCH 01/32] parsing_c: parser: Pass attribute list from type_name
` [Linux-kernel-mentees] [PATCH 03/32] parsing_cocci: parser: Parse cast attributes
` [Linux-kernel-mentees] [PATCH 09/32] parsing_cocci: arity: Reflect Cast attributes
` [Linux-kernel-mentees] [PATCH 15/32] parsing_cocci: visitor_ast: Visit cast attributes
` [Linux-kernel-mentees] [PATCH 20/32] parsing_c: ast_c: Add Cast attributes
` [Linux-kernel-mentees] [PATCH 22/32] parsing_c: pretty_print_c: Reflect "


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