kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-19 06:58:04 to 2023-12-30 20:08:32 UTC [more...]

[PATCH 0/5] bpf: Adjustments for four function implementations
 2023-12-30 20:08 UTC  (3+ messages)
` [PATCH 1/5] bpf: Improve exception handling in bpf_struct_ops_link_create()
` [PATCH 2/5] bpf: Move an assignment for the variable “st_map” "

[PATCH] scsi: ses: Move a label in ses_enclosure_data_process()
 2023-12-30 14:25 UTC  (8+ messages)
  `  "

[PATCH] squashfs: Improve error handling in squashfs_decompressor_create()
 2023-12-30  9:55 UTC 

[PATCH] smb3: Improve exception handling in allocate_mr_list()
 2023-12-30  9:47 UTC 

[PATCH 0/2] hugetlbfs: Adjustments for two function implementations
 2023-12-30  6:45 UTC  (5+ messages)
` [PATCH 1/2] hugetlbfs: Improve a size determination in two functions
` [PATCH 2/2] hugetlbfs: Improve exception handling in hugetlbfs_fill_super()

[PATCH 0/2] virtiofs: Adjustments for two function implementations
 2023-12-29 14:21 UTC  (6+ messages)
` [PATCH 1/2] virtiofs: Improve three size determinations
` [PATCH 2/2] virtiofs: Improve error handling in virtio_fs_get_tree()

[PATCH] rpc_pipefs: Replace one label in bl_resolve_deviceid()
 2023-12-29 12:45 UTC 

[PATCH] Input: MT - Return directly after a failed kzalloc() in input_mt_init_slots()
 2023-12-29  9:00 UTC  (3+ messages)
  `  "

[PATCH] Input: usbtouchscreen - Return directly after a failed kmalloc() in nexio_init()
 2023-12-29  8:56 UTC  (3+ messages)
  `  "

[PATCH] PCI: switchtec: Fix an error handling path in switchtec_pci_probe()
 2023-12-29  1:39 UTC  (3+ messages)

[PATCH] fuse: Improve error handling in two functions
 2023-12-28 21:02 UTC 

[PATCH] fs/9p: Improve exception handling in v9fs_session_init()
 2023-12-28 20:01 UTC 

[PATCH 0/4] scsi: lpfc: Adjustments for two function implementations
 2023-12-28 17:28 UTC  (5+ messages)
` [PATCH 1/4] scsi: lpfc: Improve exception handling in lpfc_rcv_plogi()
` [PATCH 2/4] scsi: lpfc: Return directly after a failed kzalloc() in lpfc_sli_read_link_ste()
` [PATCH 3/4] scsi: lpfc: Delete an unnecessary return statement "
` [PATCH 4/4] scsi: lpfc: Delete an unnecessary variable initialisation "

[PATCH] scsi: fcoe: Return directly after a failed kzalloc() in fcoe_sysfs_fcf_add()
 2023-12-28 12:05 UTC 

[PATCH] block: Fix a memory leak in bdev_open_by_dev()
 2023-12-28 10:48 UTC  (4+ messages)

[PATCH] platform/x86/amd/pmf: Return a status code only as a constant in two functions
 2023-12-28  9:54 UTC 

[PATCH] platform/x86/amd/pmf: Return directly after a failed apmf_if_call() in apmf_sbios_heartbeat_notify()
 2023-12-28  8:42 UTC 

[PATCH] platform/chrome: cros_ec_i2c: Less function calls in cros_ec_cmd_xfer_i2c() after error detection
 2023-12-28  7:56 UTC 

[PATCH 00/10] clk: ti: Adjustments for eight function implementations
 2023-12-28  6:39 UTC  (15+ messages)
` [PATCH 01/10] clk: ti: Less function calls in of_omap2_apll_setup() after error detection
` [PATCH 02/10] clk: ti: Less function calls in of_dra7_apll_setup() "
` [PATCH 03/10] clk: ti: Use common code in omap_clk_register_apll()
` [PATCH 04/10] clk: ti: Less function calls in ti_fapll_setup() after error detection
` [PATCH 05/10] clk: ti: One function call less in ti_fapll_synth_setup() "
` [PATCH 06/10] clk: ti: Return directly after a failed kzalloc() in of_mux_clk_setup()
` [PATCH 07/10] clk: ti: Less function calls in _ti_omap4_clkctrl_setup() after error detection
` [PATCH 08/10] clk: ti: Use common error handling code in _ti_omap4_clkctrl_setup()
` [PATCH 09/10] clk: ti: Less function calls in _ti_clkctrl_clk_register() after error detection
    ` [09/10] "
` [PATCH 10/10] clk: ti: Delete an unnecessary initialisation in _ti_clkctrl_clk_register()

[PATCH] of: Less function calls in of_parse_phandle_with_args_map() after error detection
 2023-12-27 20:30 UTC 

[PATCH] mmc: mmc_spi: Adjust error handling in mmc_spi_probe()
 2023-12-27 17:28 UTC  (3+ messages)
  `  "

[PATCH 0/2] nvmet-fc: Adjustments for nvmet_fc_alloc_ls_iodlist()
 2023-12-27 17:18 UTC  (3+ messages)
` [PATCH 1/2] nvmet-fc: One function call less in nvmet_fc_alloc_ls_iodlist() after error detection
` [PATCH 2/2] nvmet-fc: Improve a size determination in nvmet_fc_alloc_ls_iodlist()

[PATCH 0/2] nfc: mei_phy: Adjustments for two function implementations
 2023-12-27 16:04 UTC  (3+ messages)
` [PATCH 1/2] nfc: mei_phy: Return directly after a failed kzalloc() in mei_nfc_send()
` [PATCH 2/2] nfc: mei_phy: Use common code in mei_nfc_connect()

[PATCH] HID: bpf: One function call less in call_hid_bpf_rdesc_fixup() after error detection
 2023-12-27 15:46 UTC  (4+ messages)
  `  "

[PATCH 0/3] mtd: ssfdc: Adjustments for ssfdcr_add_mtd()
 2023-12-27 14:49 UTC  (4+ messages)
` [PATCH 1/3] mtd: ssfdc: One function call less in ssfdcr_add_mtd() after error detection
` [PATCH 2/3] mtd: ssfdc: Fix indentation in ssfdcr_add_mtd()
` [PATCH 3/3] mtd: ssfdc: Improve a size determination "

[PATCH 0/2] scsi: message: fusion: Adjustments for mptsas_find_phyinfo_by_phys_disk_num()
 2023-12-27 10:06 UTC  (3+ messages)
` [PATCH 1/2] scsi: message: fusion: Improve data processing in mptsas_find_phyinfo_by_phys_disk_num()
` [PATCH 2/2] scsi: message: fusion: Move an assignment for the variable “phy_info” "

[PATCH] leds: trigger: oneshot: One function call less in pattern_init() after error detection
 2023-12-26 21:08 UTC 

[PATCH] irqchip/sifive-plic: One function call less in __plic_init() after error detection
 2023-12-26 20:42 UTC 

[PATCH] Drivers: hv: vmbus: One function call less in create_gpadl_header() after error detection
 2023-12-26 19:09 UTC 

[PATCH] drm/vc4: Improve exception handling in vc4_validate_shader()
 2023-12-26 17:33 UTC 

[PATCH 0/2] drm/sched: Adjustments for drm_sched_init()
 2023-12-26 15:58 UTC  (3+ messages)
` [PATCH 1/2] drm/sched: One function call less in drm_sched_init() after error detection
` [PATCH 2/2] drm/sched: Return an error code only as a constant in drm_sched_init()

[PATCH] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
 2023-12-26 12:22 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/3] drm: property: Adjustments for three function implementations
 2023-12-26 10:10 UTC  (5+ messages)
` [PATCH 1/3] drm: property: One function call less in drm_property_create() after error detection
` [PATCH 2/3] drm: property: Delete an unnecessary initialisation in drm_property_create()
` [PATCH 3/3] drm: property: Improve four size determinations

[PATCH] firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename()
 2023-12-25 19:18 UTC 

[PATCH 0/7] EDAC/amd64: Adjustments for two function implementations
 2023-12-25 17:46 UTC  (8+ messages)
` [PATCH 1/7] EDAC/amd64: Improve error handling in amd64_edac_init()
` [PATCH 2/7] EDAC/amd64: Delete an unnecessary variable initialisation "
` [PATCH 3/7] EDAC/amd64: Merge two if statements into one "
` [PATCH 4/7] EDAC/amd64: Adjust error handling in probe_one_instance()
` [PATCH 5/7] EDAC/amd64: Improve two size determinations "
` [PATCH 6/7] EDAC/amd64: Delete an unnecessary variable initialisation "
` [PATCH 7/7] EDAC/amd64: Move an assignment for the variable “F3” "

[PATCH 0/3] dmaengine: timb_dma: Adjustments for td_alloc_init_desc()
 2023-12-25 10:22 UTC  (4+ messages)
` [PATCH 1/3] dmaengine: timb_dma: Return directly after a failed kzalloc() in td_alloc_init_desc()
` [PATCH 2/3] dmaengine: timb_dma: Improve a size determination "
` [PATCH 3/3] dmaengine: timb_dma: One function call less in td_alloc_init_desc() after error detection

[PATCH 0/2] clk: imx: composite-8m: Adjustments for __imx8m_clk_hw_composite()
 2023-12-25  3:18 UTC  (5+ messages)
` [PATCH 1/2] clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() after error detection
` [PATCH 2/2] clk: imx: composite-8m: Delete two unnecessary initialisations in __imx8m_clk_hw_composite()

[PATCH][next] wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify"
 2023-12-25  0:19 UTC  (4+ messages)

[PATCH] clk: stm32f4: One function call less in stm32f4_rcc_init() after error detection
 2023-12-24  8:52 UTC 

[PATCH] perf/x86/intel/pt: Return an error code only as a constant in pt_pmu_hw_init()
 2023-12-23 20:30 UTC 

[PATCH 0/2] powerpc/powernv/vas: Adjustments for two function implementations
 2023-12-23 19:22 UTC  (3+ messages)
` [PATCH 1/2] powerpc/powernv/vas: One function call less in vas_window_alloc() after error detection
` [PATCH 2/2] powerpc/powernv/vas: Return directly after a failed kasprintf() in map_paste_region()

[PATCH] scsi: bnx2i: Use netif_carrier_ok()
 2023-12-23  7:19 UTC 

[PATCH] scsi: bnx2fc: Use netif_carrier_ok()
 2023-12-23  7:18 UTC 

[PATCH][next] selftests/net: Fix various spelling mistakes in TCP-AO tests
 2023-12-22 22:20 UTC  (2+ messages)

[PATCH] clk: imx: scu: Use common error handling code in imx_clk_scu_alloc_dev()
 2023-12-22 12:03 UTC 

[PATCH] blk-throttle: Fix some potential string truncation in tg_prfill_limit()
 2023-12-21 21:42 UTC  (2+ messages)

[PATCH][next] media: v4l2-subdev: Fix spelling mistake "heigth" -> "height"
 2023-12-21 16:39 UTC 

[PATCH v2] dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() API
 2023-12-21 16:29 UTC  (4+ messages)

[PATCH wireless-next 00/11] using calculate_bit_shift() to fix undefined bitwise shift behavior
 2023-12-21 14:40 UTC  (13+ messages)
` [PATCH wireless-next 01/11] wifi: rtlwifi: add calculate_bit_shift()
` [PATCH wireless-next 02/11] wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift()
` [PATCH wireless-next 03/11] wifi: rtlwifi: rtl8188ee: "
` [PATCH wireless-next 05/11] wifi: rtlwifi: rtl8192cu: "
` [PATCH wireless-next 06/11] wifi: rtlwifi: rtl8192ce: "
` [PATCH wireless-next 07/11] wifi: rtlwifi: rtl8192de: "
` [PATCH wireless-next 08/11] wifi: rtlwifi: rtl8192ee: "
` [PATCH wireless-next 09/11] wifi: rtlwifi: rtl8192se: "
` [PATCH wireless-next 10/11] wifi: rtlwifi: rtl8723_common: "
` [PATCH wireless-next 11/11] wifi: rtlwifi: rtl8723{be,ae}: "

[PATCH net 0/2] ISDN/mISDN maintenanceship cleanup
 2023-12-21 14:06 UTC  (12+ messages)
` [PATCH net 1/2] MAINTAINERS: Remove Karsten Keil
` [PATCH net 2/2] MAINTAINERS: Remove isdn4linux@listserv.isdn4linux.de mailing list

[PATCH] iio: buffer: Use IIO_SEPARATE instead of a hard-coded 0
 2023-12-21 10:49 UTC  (2+ messages)

[PATCH v4 1/3] RAS: Introduce AMD Address Translation Library
 2023-12-20 17:28 UTC  (3+ messages)

[PATCH][next] tools/counter: Fix spelling mistake "componend" -> "component"
 2023-12-20 16:41 UTC  (3+ messages)

[PATCH] samples/bpf: use %lu format specifier for unsigned long values
 2023-12-20 15:10 UTC  (3+ messages)

[PATCH] misc: pci_endpoint_test: Remove usage of the deprecated ida_simple_xx() API
 2023-12-20 11:45 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove non-existing SHA-cyfmac-dev-list@infineon.com
 2023-12-20 11:22 UTC  (7+ messages)
` MAINTAINERS: wifi: brcm80211: "

[PATCH] vdpa: Fix an error handling path in eni_vdpa_probe()
 2023-12-20  4:01 UTC  (3+ messages)

[PATCH] vdpa: Remove usage of the deprecated ida_simple_xx() API
 2023-12-20  3:52 UTC  (2+ messages)

[PATCH] drivers: video: logo: use %u format specifier for unsigned int values
 2023-12-19 21:51 UTC  (2+ messages)

[PATCH] drm/amd/display: remove redundant initialization of variable remainder
 2023-12-19 19:21 UTC  (2+ messages)

[PATCH] dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() API
 2023-12-19 19:09 UTC  (2+ messages)

[PATCH] x86/callthunks: Fix some potential string truncation in callthunks_debugfs_init()
 2023-12-19 17:55 UTC  (3+ messages)

[PATCH] ASoC: sprd: Simplify memory allocation in sprd_platform_compr_dma_config()
 2023-12-19 16:44 UTC  (2+ messages)

[PATCH 0/3] kobject: Adjustments for kobject_uevent_env()
 2023-12-19 15:40 UTC  (5+ messages)
` [PATCH 1/3] kobject: Add a jump label in kobject_uevent_env()
` [PATCH 2/3] kobject: Improve a size determination "
` [PATCH 3/3] kobject: Delete an unnecessary variable initialisation "

[PATCH] drm/nouveau/therm: remove redundant duty == target check
 2023-12-19 15:03 UTC 

[PATCH][next] media: atomisp: remove redundant assignments to variables
 2023-12-19 14:39 UTC 

[PATCH] x86/boot: remove redundant initialization of variable delta
 2023-12-19 14:13 UTC 

[PATCH] ipmi: Remove usage of the deprecated ida_simple_xx() API
 2023-12-19 12:34 UTC  (2+ messages)

[PATCH] vboxsf: Remove usage of the deprecated ida_simple_xx() API
 2023-12-19  9:39 UTC  (2+ messages)


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