Vincent MAILHOL ([email protected])

Number of posts: 669 (0.49 per day)
First post: 2020-09-26 16:30:34
Last post: 2024-06-11 08:44:28

Date List Subject
2022-03-07 06:13:51 linux-kernel [RFC PATCH v1] x86/build: add -fno-builtin flag to prevent shadowing
2022-03-06 16:42:53 linux-kernel [PATCH] can: etas_es58x: initialize rx_event_msg before calling es58x_check_msg_len()
2022-03-06 06:50:57 linux-kernel Re: [PATCH] linux/bits.h: fix -Wtype-limits warnings in GENMASK_INPUT_CHECK()
2022-03-05 16:54:19 linux-kernel Re: [PATCH] linux/bits.h: fix -Wtype-limits warnings in GENMASK_INPUT_CHECK()
2022-03-05 08:57:27 linux-kernel [PATCH v2] x86/bug: __WARN_FLAGS: prevent shadowing by renaming local variable f to __flags
2022-03-05 05:25:14 linux-kernel Re: [PATCH] x86/bug: __WARN_FLAGS: prevent shadowing by renaming local variable f to __flags
2022-03-04 17:36:52 linux-kernel [PATCH] linux/bits.h: fix -Wtype-limits warnings in GENMASK_INPUT_CHECK()
2022-03-03 12:03:20 linux-kernel [PATCH] x86/bug: __WARN_FLAGS: prevent shadowing by renaming local variable f to __flags
2022-03-02 18:10:35 linux-kernel Re: drivers/net/can/usb/etas_es58x/es58x_fd.c:174:8: warning: Uninitialized variable: rx_event_msg [uninitvar]
2022-03-02 14:20:34 linux-kernel Re: drivers/net/can/usb/etas_es58x/es58x_fd.c:174:8: warning: Uninitialized variable: rx_event_msg [uninitvar]
2022-02-15 01:05:03 linux-kernel [RFC PATCH v1] can: gs_usb: change active_channels's type from atomic_t to u8
2022-02-14 13:10:04 linux-kernel Re: [PATCH] can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
2022-02-14 03:42:40 linux-kernel [PATCH iproute2] iplink_can: print_usage: typo fix, add missing spaces
2022-02-12 18:27:31 linux-kernel [PATCH] can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
2022-02-12 14:21:47 linux-kernel [PATCH] can: etas_es58x: use BITS_PER_TYPE() instead of manual calculation
2022-01-09 15:31:05 linux-kernel [PATCH iproute2-next v4] iplink_can: add ctrlmode_{supported,_static} to the "--details --json" output
2022-01-08 16:11:27 linux-kernel Re: [PATCH] can: janz-ican3: initialize dlc variable
2022-01-06 11:08:05 linux-kernel Re: [RFC PATCH v3] iplink_can: add ctrlmode_{supported,_static} to the "--details --json" output
2022-01-06 10:30:04 linux-kernel [RFC PATCH v3] iplink_can: add ctrlmode_{supported,_static} to the "--details --json" output
2021-12-14 01:23:12 linux-kernel Re: [PATCH v6 0/4] report the controller capabilities through the netlink interface
2021-12-13 16:11:19 linux-kernel [RESEND PATCH v1] can: etas_es58x: es58x_init_netdev: populate net_device::dev_port
2021-12-13 16:03:18 linux-kernel [PATCH v6 4/4] can: netlink: report the CAN controller mode supported flags
2021-12-13 16:03:15 linux-kernel [PATCH v6 3/4] can: dev: reorder struct can_priv members for better packing
2021-12-13 16:03:12 linux-kernel [PATCH v6 2/4] can: dev: add sanity check in can_set_static_ctrlmode()
2021-12-13 16:03:00 linux-kernel [PATCH v6 1/4] can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()
2021-12-13 16:02:52 linux-kernel [PATCH v6 0/4] report the controller capabilities through the netlink interface
2021-12-07 12:17:09 linux-kernel [PATCH v5 5/5] can: do not increase tx_bytes statistics for RTR frames
2021-12-07 12:16:48 linux-kernel [PATCH v5 4/5] can: do not increase rx_bytes statistics for RTR frames
2021-12-07 12:16:38 linux-kernel [PATCH v5 3/5] can: do not copy the payload of RTR frames
2021-12-07 12:16:35 linux-kernel [PATCH v5 2/5] can: kvaser_usb: do not increase tx statistics when sending error message frames
2021-12-07 12:16:25 linux-kernel [PATCH v5 1/5] can: do not increase rx statistics when generating a CAN rx error message frame
2021-12-07 12:16:09 linux-kernel [PATCH v5 0/5] fix statistics and payload issues for error
2021-12-07 12:12:17 linux-kernel Re: [PATCH v4 5/5] can: do not increase tx_bytes statistics for RTR frames
2021-12-03 13:19:54 linux-kernel [PATCH v4 5/5] can: do not increase tx_bytes statistics for RTR frames
2021-12-03 13:19:28 linux-kernel [PATCH v4 4/5] can: do not increase rx_bytes statistics for RTR frames
2021-12-03 13:19:26 linux-kernel [PATCH v4 3/5] can: do not copy the payload of RTR frames
2021-12-03 13:19:14 linux-kernel [PATCH v4 2/5] can: kvaser_usb: do not increase tx statistics when sending error message frames
2021-12-03 13:19:11 linux-kernel [PATCH v4 1/5] can: do not increase rx statistics when generating a CAN rx error message frame
2021-12-03 13:18:33 linux-kernel [PATCH v4 0/5] fix statistics and payload issues for error
2021-12-03 04:02:39 linux-kernel Re: [PATCH v3 2/5] can: kvaser_usb: do not increase tx statistics when sending error message frames
2021-12-03 01:05:31 linux-kernel Re: [PATCH v3 5/5] can: do not increase tx_bytes statistics for RTR frames
2021-11-28 12:48:31 linux-kernel [PATCH v3 5/5] can: do not increase tx_bytes statistics for RTR frames
2021-11-28 12:48:19 linux-kernel [PATCH v3 4/5] can: do not increase rx_bytes statistics for RTR frames
2021-11-28 12:48:02 linux-kernel [PATCH v3 3/5] can: do not copy the payload of RTR frames
2021-11-28 12:40:18 linux-kernel [PATCH v3 2/5] can: kvaser_usb: do not increase tx statistics when sending error message frames
2021-11-28 12:40:07 linux-kernel [PATCH v3 1/5] can: do not increase rx statistics when generating a CAN rx error message frame
2021-11-28 12:39:49 linux-kernel [PATCH v3 0/5] fix statistics and payload issues for error
2021-11-25 23:31:12 linux-kernel Re: [PATCH v2 4/5] can: do not increase rx_bytes statistics for RTR frames
2021-11-25 17:31:24 linux-kernel [PATCH v2 5/5] can: do not increase tx_bytes statistics for RTR frames
2021-11-25 17:23:48 linux-kernel [PATCH v2 4/5] can: do not increase rx_bytes statistics for RTR frames
2021-11-25 17:23:44 linux-kernel [PATCH v2 3/5] can: do not copy the payload of RTR frames