Corey Minyard ([email protected])

Number of posts: 1004 (0.12 per day)
First post: 2000-11-14 01:31:07
Last post: 2024-04-04 16:41:38

Date List Subject
2022-03-17 16:03:39 linux-kernel Re: [PATCH v6 1/4] ipmi: ssif_bmc: Add SSIF BMC driver
2022-03-11 08:26:02 linux-kernel Re: [PATCH v6 1/4] ipmi: ssif_bmc: Add SSIF BMC driver
2022-02-04 02:46:00 linux-kernel Re: [PATCH] HPE BMC GXP SUPPORT
2022-02-03 20:11:36 linux-kernel Re: [Openipmi-developer] [PATCH] HPE BMC GXP SUPPORT
2022-01-26 22:00:26 linux-kernel Re: Possible reproduction of CSD locking issue
2022-01-26 21:29:25 linux-kernel Re: Possible reproduction of CSD locking issue
2022-01-26 21:26:49 linux-kernel Re: Possible reproduction of CSD locking issue
2022-01-26 10:03:43 linux-kernel Re: Possible reproduction of CSD locking issue
2022-01-26 03:32:49 linux-kernel Possible reproduction of CSD locking issue
2021-12-22 14:12:02 linux-kernel [GIT PULL] IPMI bug fixes for 5.16 (3)
2021-12-22 14:01:19 linux-kernel Re: [PATCH] ipmi: ssif: replace strlcpy with strscpy
2021-12-21 14:05:49 linux-kernel Re: [PATCH v2] ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
2021-12-20 12:45:28 linux-kernel Re: [PATCH] ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
2021-12-17 20:42:16 linux-kernel Re: [PATCH 2/2] ipmi: fix initialization when workqueue allocation fails
2021-12-08 13:18:09 linux-kernel Re: [PATCH] ipmi: ssif: initialize ssif_info->client early
2021-12-01 19:58:15 linux-kernel [GIT PULL] IPMI bug fixes for 5.16
2021-12-01 19:42:27 linux-kernel Re: [PATCH] ipmi/watchdog: Constify ident
2021-11-26 04:18:32 linux-kernel Re: [PATCH] ipmi: fix oob access due to uninit smi_msg type
2021-11-25 14:24:48 linux-kernel Re: [PATCH] ipmi: fix oob access due to uninit smi_msg type
2021-11-23 12:45:19 linux-kernel Re: [PATCH -next] ipmi: msghandler: Make symbol 'remove_work_wq' static
2021-11-23 12:44:25 linux-kernel Re: [PATCH v2 2/2] i2c:imx: Add an extra read at the end of an I2C slave read
2021-11-15 14:45:43 linux-kernel Re: [PATCH v2] ipmi: Move remove_work to dedicated workqueue
2021-11-12 17:09:12 linux-kernel Re: [PATCH] ipmi: Move remove_work to dedicated workqueue
2021-11-12 13:40:10 linux-kernel [PATCH v2 2/2] i2c:imx: Add an extra read at the end of an I2C slave read
2021-11-12 13:40:09 linux-kernel [PATCH v2 1/2] i2c:imx: Add timer for handling the stop condition
2021-11-12 13:40:07 linux-kernel [PATCH v2 0/2] i2c:imx: Deliver a timely stop on slave side, fix recv
2021-11-10 14:49:00 linux-kernel Re: [PATCH 3/3] i2c:imx: Use an hrtimer, not a timer, for checking for bus idle
2021-11-02 11:53:15 linux-kernel Re: [PATCH 3/3] i2c:imx: Use an hrtimer, not a timer, for checking for bus idle
2021-11-01 17:29:26 linux-kernel Re: [PATCH 1/3] i2c:imx: Add timer for handling the stop condition
2021-11-01 13:07:30 linux-kernel [GIT PULL] IPMI bug fixes and enhancements for 5.16
2021-10-29 12:27:56 linux-kernel Re: [PATCH] ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio_add_device()'
2021-10-27 21:38:36 linux-kernel Re: [Openipmi-developer] Issue with panic handling and ipmi
2021-10-27 10:25:32 linux-kernel Re: [Openipmi-developer] [PATCH] ipmi: ssif: Add msleep in multipart test
2021-10-27 01:13:26 linux-kernel Re: [PATCH] ipmi: ssif: Add msleep in multipart test
2021-10-25 21:09:33 linux-kernel Re: [PATCH] ipmi: simplify duplicated if condition
2021-10-21 11:56:49 linux-kernel Re: [PATCH] char: ipmi: replace snprintf in show functions with sysfs_emit
2021-10-13 13:55:20 linux-kernel Re: linux-next: Tree for Oct 13
2021-10-12 23:12:24 linux-kernel Re: [PATCH -next] ipmi: ipmb: fix dependencies to eliminate build error
2021-10-05 15:41:38 linux-kernel Re: [Openipmi-developer] [PATCH][next] ipmi: ipmb: Fix off-by-one size check on rcvlen
2021-10-05 11:47:49 linux-kernel Re: [PATCH 3/5] ipmi:ipmb: Add initial support for IPMI over IPMB
2021-10-05 00:44:47 linux-kernel [PATCH 5/5] ipmi: Add docs for the IPMI IPMB driver
2021-10-05 00:42:48 linux-kernel [PATCH 3/5] ipmi:ipmb: Add initial support for IPMI over IPMB
2021-10-05 00:42:34 linux-kernel [PATCH 4/5] ipmi: Add docs for IPMB direct addressing
2021-10-05 00:42:18 linux-kernel [PATCH 2/5] ipmi: Add support for IPMB direct messages
2021-10-05 00:41:27 linux-kernel [PATCH 1/5] ipmi: Export ipmb_checksum()
2021-10-05 00:41:27 linux-kernel [PATCH 0/5] Add support for access through an IPMB bus
2021-10-05 00:36:14 linux-kernel [PATCH 1/3] i2c:imx: Add timer for handling the stop condition
2021-10-05 00:35:21 linux-kernel [PATCH 3/3] i2c:imx: Use an hrtimer, not a timer, for checking for bus idle
2021-10-05 00:34:31 linux-kernel [PATCH 2/3] i2c:imx: Add an extra read at the end of an I2C slave read
2021-10-05 00:33:32 linux-kernel [PATCH 0/3] i2c:imx: Deliver a timely stop on slave side, fix recv
2021-10-01 12:19:40 linux-kernel Re: linux-next: build failure after merge of the ipmi tree