LinuxLists
Users
About
Luc Van Oostenryck (
[email protected]
)
Number of posts: 443 (0.47 per day)
First post: 2015-04-22 15:15:05
Last post: 2017-11-20 20:09:35
Previous Page
/
Next Page
Date
List
Subject
2020-07-08 00:25:38
linux-kernel
Sparse improvements & regressions for Linux v5.7-rc1 -> v5.8-rc1
2020-07-03 00:05:25
linux-kernel
Re: [PATCH 00/14] tidy-up options / reorganize lib.c
2020-07-02 23:40:09
linux-kernel
[PATCH] testsuite: add new flag '-p' to subcommand 'format'
2020-07-02 23:15:48
linux-kernel
[PATCH 05/15] options: handle_onoff_switch() can handle any flags, not only warnings
2020-07-02 23:15:29
linux-kernel
[PATCH 04/15] options: make Wsparse_error less special
2020-07-02 23:14:53
linux-kernel
[PATCH 02/15] options: move -Wsparse-all's processing out of handle_onoff_switch()
2020-07-02 23:13:56
linux-kernel
[PATCH 00/14] tidy-up options / reorganize lib.c
2020-07-02 23:13:51
linux-kernel
[PATCH 07/15] options: alphasort the handle_switch_[a-zA_Z]()
2020-07-02 23:13:42
linux-kernel
[PATCH 03/15] options: move on top the definition of warning type enums
2020-07-02 23:13:42
linux-kernel
[PATCH 06/15] options: move helpers up
2020-07-02 23:13:38
linux-kernel
[PATCH 08/15] options: avoid spaces between function name and arguments list
2020-07-02 23:13:29
linux-kernel
[PATCH 09/15] options: move declaration of tabstop out of "token.h"
2020-07-02 23:12:49
linux-kernel
[PATCH 11/15] options: move option parsing in a separate file
2020-07-02 23:12:35
linux-kernel
[PATCH 12/15] options: keep the options sorted
2020-07-02 23:12:30
linux-kernel
[PATCH 15/15] cleanup: move hexval() to utils.c
2020-07-02 23:12:19
linux-kernel
[PATCH 13/15] cleanup: move predefines in a separate file
2020-07-02 23:12:13
linux-kernel
[PATCH 14/15] cleanup: move parsing helpers to parse.c
2020-07-02 23:12:04
linux-kernel
[PATCH 10/15] options: add a small helper: handle_switch_finalize()
2020-07-02 23:11:48
linux-kernel
[PATCH 01/15] options: let handle_onoff_switch() use null terminated arrays
2020-07-02 16:30:48
linux-kernel
[PATCH v2 2/3] pci: use anonymous 'enum' instead of 'enum pci_channel_state'
2020-07-02 16:29:43
linux-kernel
[PATCH v2 0/3] pci: enforce usage of 'pci_channel_state_t'
2020-07-02 16:29:35
linux-kernel
[PATCH v2 1/3] pci: use 'pci_channel_state_t' instead of 'enum pci_channel_state'
2020-07-02 16:28:49
linux-kernel
[PATCH v2 3/3] pci: update to doc to use 'pci_channel_state_t'
2020-06-29 23:12:32
linux-kernel
Re: [PATCH] pci: consolidate typing of pci_error_handlers::error_detected()
2020-06-29 21:27:07
linux-kernel
[PATCH v2] doc: add link to sparse's home page/internal docs
2020-06-29 20:55:40
linux-kernel
[PATCH] wilc1000: let wilc_mac_xmit() return NETDEV_TX_OK
2020-06-29 18:47:52
linux-kernel
Re: [PATCH] sparse: use static inline for __chk_{user,io}_ptr()
2020-06-28 19:58:55
linux-kernel
[PATCH 00/15] always use netdev_tx_t for xmit()'s return type
2020-06-28 19:58:29
linux-kernel
[PATCH 01/15] cail,hsi: fix cfhsi_xmit()'s return type
2020-06-28 19:58:05
linux-kernel
[PATCH 06/15] net: arc_emac: fix arc_emac_tx()'s return type
2020-06-28 19:58:00
linux-kernel
[PATCH 08/15] net: nfp: fix nfp_net_tx()'s return type
2020-06-28 19:57:50
linux-kernel
[PATCH 07/15] net: nb8800: fix nb8800_xmit()'s return type
2020-06-28 19:56:48
linux-kernel
[PATCH 10/15] net: dwc-xlgmac: fix xlgmac_xmit()'s return type
2020-06-28 19:56:48
linux-kernel
[PATCH 02/15] caif: fix caif_xmit()'s return type
2020-06-28 19:55:57
linux-kernel
[PATCH 14/15] l2tp: fix l2tp_eth_dev_xmit()'s return type
2020-06-28 19:55:47
linux-kernel
[PATCH 09/15] net: pch_gbe: fix pch_gbe_xmit_frame()'s return type
2020-06-28 19:55:37
linux-kernel
[PATCH 13/15] net/hsr: fix hsr_dev_xmit()'s return type
2020-06-28 19:55:17
linux-kernel
[PATCH 11/15] net: plip: fix plip_tx_packet()'s return type
2020-06-28 19:55:04
linux-kernel
[PATCH 15/15] cxgb4vf: fix t4vf_eth_xmit()'s return type
2020-06-28 19:54:44
linux-kernel
[PATCH 12/15] usbnet: ipheth: fix ipheth_tx()'s return type
2020-06-28 19:54:40
linux-kernel
[PATCH 05/15] net: aquantia: fix aq_ndev_start_xmit()'s return type
2020-06-28 19:54:33
linux-kernel
[PATCH 03/15] caif: fix cfspi_xmit()'s return type
2020-06-28 19:54:26
linux-kernel
[PATCH 04/15] caif: fix cfv_netdev_tx()'s return type
2020-06-28 18:41:03
linux-kernel
[PATCH] staging: ks7010: fix ks_wlan_start_xmit()'s return type
2020-06-28 18:33:32
linux-kernel
[PATCH] staging/wilc1000: let wilc_mac_xmit() to NETDEV_TX_OK
2020-06-28 16:16:04
linux-kernel
[PATCH] pci: consolidate typing of pci_error_handlers::error_detected()
2020-06-28 09:53:38
linux-kernel
Re: [PATCH] doc: update URL for sparse's tarballs
2020-06-28 09:52:02
linux-kernel
[PATCH] doc: add link to sparse's home page/internal docs
2020-06-28 07:24:08
linux-kernel
[PATCH] sparse: use static inline for __chk_{user,io}_ptr()
2020-06-25 18:21:25
linux-kernel
Re: [PATCH v3 08/15] arm64: kvm: Split hyp/switch.c to VHE/nVHE
2020-06-22 16:31:03
linux-kernel
[PATCH] spi: fsl: add missing __iomem annotation