public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-18 04:30:16 to 2021-11-29 17:42:40 UTC [more...]

[PATCH] PCI: xgene-msi: Use bitmap_zalloc() when applicable
 2021-11-29 17:40 UTC  (2+ messages)

[PATCH net-next] net: mscc: ocelot: fix missing unlock on error in ocelot_hwstamp_set()
 2021-11-29 15:17 UTC  (2+ messages)

[PATCH][next][V2] iwlwifi: mei: Fix spelling mistake "req_ownserhip" -> "req_ownership"
 2021-11-29 12:49 UTC 

[PATCH][next] iwlwifi: mei: Fix spelling mistakes in a devfs file and error message
 2021-11-29 12:45 UTC  (3+ messages)

[PATCH] PCI: xilinx-nwl: Simplify code and fix a memory leak
 2021-11-29 13:41 UTC  (2+ messages)

[PATCH] PCI: qcom: Fix an error handling path in 'qcom_pcie_probe()'
 2021-11-29 13:30 UTC  (2+ messages)

[PATCH] PCI: brcmstb: Declare a bitmap as a bitmap, not as a plain 'unsigned long'
 2021-11-29 13:11 UTC  (2+ messages)

[PATCH] rbd: make const pointer speaces a static const array
 2021-11-29 12:07 UTC  (2+ messages)

[PATCH] ARC: perf: Remove redundant initialization of variable idx
 2021-11-29 10:17 UTC  (2+ messages)

[PATCH] vsprintf: Use non-atomic bitmap API when applicable
 2021-11-29  9:58 UTC  (2+ messages)

[PATCH] tee: amdtee: fix an IS_ERR() vs NULL bug
 2021-11-29  8:54 UTC  (3+ messages)

[PATCH] mm/mempool: Use non-atomic '__set_bit()' when possible
 2021-11-28 20:52 UTC 

[PATCH 1/2] drm/amdkfd: Use bitmap_zalloc() when applicable
 2021-11-28 16:46 UTC  (2+ messages)
` [PATCH 2/2] drm/amdkfd: Use non-atomic bitmap functions when possible

[PATCH] mei: Remove some dead code
 2021-11-28 16:38 UTC  (5+ messages)

[PATCH 1/2] watch_queue: Use the bitmap API when applicable
 2021-11-28 13:58 UTC  (2+ messages)
` [PATCH 2/2] watch_queue: Fix a memory leak

[PATCH] ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'
 2021-11-28 11:03 UTC 

[PATCH net-next] net/mlx5: SF, silence an uninitialized variable warning
 2021-11-28  9:26 UTC  (2+ messages)

[PATCH] riscv: perf_event: Remove redundant initialization of variable ret
 2021-11-27 19:21 UTC  (2+ messages)

[PATCH] clk/ti/adpll: Make const pointer error a static const array
 2021-11-27 17:30 UTC 

[PATCH] tpm: make const pointer desc a static const array
 2021-11-27 17:26 UTC 

[PATCH] x86/platform/uv: make const pointer dots a static const array
 2021-11-27 17:03 UTC 

[PATCH] block: Remove redundant initialization of variable ret
 2021-11-27 16:08 UTC  (2+ messages)

[PATCH] net: spider_net: Use non-atomic bitmap API when applicable
 2021-11-27 15:18 UTC 

[PATCH] media: v4l2-dev: Use non-atomic bitmap API when applicable
 2021-11-27 14:46 UTC 

[PATCH] crypto: octeontx2 - uninitialized variable in kvf_limits_store()
 2021-11-27 14:10 UTC 

[PATCH] pinctrl: mediatek: add a check for error in mtk_pinconf_bias_get_rsel()
 2021-11-27 14:08 UTC 

[PATCH] pinctrl: mediatek: uninitialized variable in mtk_pctrl_show_one_pin()
 2021-11-27 14:07 UTC 

[PATCH 1/2] scsi: cxlflash: Use 'bitmap_set()' to simplify the code
 2021-11-27 11:46 UTC  (2+ messages)
` [PATCH 2/2] scsi: cxlflash: Simplify usage of 'test_bit()'

[PATCH] microblaze/mm/highmem: Remove redundant initialization of variable maxmem
 2021-11-26 22:53 UTC 

[PATCH] x86/sev: clean up initialization of variables info and v
 2021-11-26 22:36 UTC 

[PATCH] EDAC/sb_edac: Remove redundant initialization of variable rc
 2021-11-26 22:18 UTC 

[PATCH] clk: stm32mp1: remove redundant assignment to pointer data
 2021-11-26 22:12 UTC 

[PATCH 1/3] scsi: hisi_sas: Use devm_bitmap_zalloc() when applicable
 2021-11-26 21:18 UTC  (3+ messages)
` [PATCH 2/3] scsi: hisi_sas: Remove some useless code in 'hisi_sas_alloc()'
` [PATCH 3/3] scsi: hisi_sas: Use non-atomic bitmap functions when possible

[PATCH][next] hugetlb: Fix spelling mistake "hierarichal" -> "hierarchical"
 2021-11-26  8:57 UTC  (5+ messages)

[PATCH][next] bfq: Fix spelling mistake "tenative" -> "tentative"
 2021-11-26  8:27 UTC 

[PATCH 0/2] Kconfig symbol clean-up for sound
 2021-11-26  5:24 UTC  (5+ messages)
` [PATCH 1/2] ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA
` [PATCH 2/2] ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead

[PATCH][next] net: dsa: qca8k: Fix spelling mistake "Mismateched" -> "Mismatched"
 2021-11-26  3:40 UTC  (2+ messages)

[PATCH v2 1/2] drm/amdkfd: Use bitmap_zalloc() when applicable
 2021-11-25 21:37 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amdkfd: Slighly optimize 'init_doorbell_bitmap()'

[PATCH] RDMA/bnxt_re: Use bitmap_zalloc() when applicable
 2021-11-25 20:42 UTC 

[PATCH] RDMA/mlx4: Use bitmap_alloc() when applicable
 2021-11-25 20:10 UTC  (3+ messages)

[PATCH 1/2] RDMA/pvrdma: Use bitmap_zalloc() when applicable
 2021-11-25 20:05 UTC  (2+ messages)
` [PATCH 2/2] RDMA/pvrdma: Use non-atomic bitmap functions when possible

[PATCH] IB/hfi1: Use bitmap_zalloc() when applicable
 2021-11-25 19:53 UTC 

[PATCH 1/2] RDMA/ocrdma: Use bitmap_zalloc() when applicable
 2021-11-25 19:34 UTC  (2+ messages)
` [PATCH 2/2] RDMA/ocrdma: Simplify code in 'ocrdma_search_mmap()'

[PATCH 0/3] Cleanup and optimize a few bitmap operations
 2021-11-25 17:30 UTC  (5+ messages)
` [PATCH 1/3] RDMA/cxgb4: Use bitmap_zalloc() when applicable
` [PATCH 2/3] RDMA/cxgb4: Use bitmap_set() "
` [PATCH 3/3] RDMA/cxgb4: Use non-atomic bitmap functions when possible

[PATCH 0/4] IB/mthca: Cleanup and optimize a few bitmap operation
 2021-11-25 17:30 UTC  (6+ messages)
` [PATCH 1/4] IB/mthca: Use bitmap_zalloc() when applicable
` [PATCH 2/4] IB/mthca: Use bitmap_set() "
` [PATCH 3/4] IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_allocator.c'
` [PATCH 4/4] IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_mr.c'

[PATCH -next] firmware: arm_scmi: optee: Fix missing mutex_init()
 2021-11-25 12:36 UTC  (3+ messages)

[PATCH] drm/bridge: anx7625: fix an error code in anx7625_register_audio()
 2021-11-25 10:08 UTC  (3+ messages)

[PATCH 0/6] add missing of_node_put
 2021-11-25  9:35 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] eni_vdpa: Fix an error handling path in 'eni_vdpa_probe()'
 2021-11-25  7:02 UTC  (8+ messages)

[PATCH] mailbox: imx: Fix an IS_ERR() vs NULL bug
 2021-11-25  0:27 UTC  (2+ messages)

[PATCH] ath11k: Fix spelling mistake "detetction" -> "detection"
 2021-11-24 17:07 UTC  (2+ messages)

[PATCH v3 net] can: sja1000: fix use after free in ems_pcmcia_add_card()
 2021-11-24 17:01 UTC  (2+ messages)

[PATCH] drm/i915/gvt: Prevent integer overflow in intel_vgpu_emulate_cfg_write()
 2021-11-24 14:49 UTC 

[PATCH v2 net] can: sja1000: fix use after free in ems_pcmcia_add_card()
 2021-11-24  9:13 UTC  (4+ messages)

[PATCH net-next] can: sja1000: fix use after free in ems_pcmcia_add_card()
 2021-11-24  6:56 UTC  (4+ messages)

[PATCH] dmaengine: sh: Use bitmap_zalloc() when applicable
 2021-11-23 21:26 UTC 

[PATCH] drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks
 2021-11-23 19:35 UTC  (3+ messages)
` [Nouveau] "

[PATCH v2] drm/virtio: Fix an NULL vs IS_ERR() bug in virtio_gpu_object_shmem_init()
 2021-11-23 18:47 UTC  (2+ messages)

[PATCH] fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'
 2021-11-23 15:47 UTC  (2+ messages)

[PATCH v2] extcon: fix extcon_get_extcon_dev() error handling
 2021-11-23 15:20 UTC  (4+ messages)

[PATCH -next] ipmi: msghandler: Make symbol 'remove_work_wq' static
 2021-11-23 12:45 UTC  (2+ messages)

[PATCH] media: media si2168: Fix spelling mistake "previsously" -> "previously"
 2021-11-23  9:06 UTC 

[PATCH -next] pinctrl: samsung: Make symbol 'exynos7885_pin_ctrl' static
 2021-11-23  8:37 UTC  (2+ messages)

[PATCH net-next] net/mlx5: Fix error return code in esw_qos_create()
 2021-11-23  8:36 UTC 

[PATCH 1/2] drm/amdkfd: Use bitmap_zalloc() when applicable
 2021-11-23  6:02 UTC  (5+ messages)
` [PATCH 2/2] drm/amdkfd: Slighly optimize 'init_doorbell_bitmap()'

[PATCH] phy: HiSilicon: Fix copy and paste bug in error handling
 2021-11-23  5:12 UTC  (2+ messages)

[PATCH] dmaengine: dw-edma: Fix (and simplify) the probe broken since ecb8c88bd31c
 2021-11-22 19:30 UTC  (3+ messages)

[PATCH] net-sysfs: Slightly optimize 'xps_queue_show()'
 2021-11-22 19:10 UTC  (4+ messages)

[PATCH] iwlwifi: Fix memory leaks in error handling path
 2021-11-22 18:39 UTC  (2+ messages)

[PATCH] hv_netvsc: Use bitmap_zalloc() when applicable
 2021-11-22 15:00 UTC  (2+ messages)

[PATCH] qed: Use the bitmap API to simplify some functions
 2021-11-22 15:00 UTC  (2+ messages)

[PATCH] rds: Fix a typo in a comment
 2021-11-22 14:30 UTC  (3+ messages)

[PATCH] drm/i915/ttm: Fix error code in i915_ttm_eviction_valuable()
 2021-11-22  8:52 UTC  (2+ messages)

[PATCH] dmaengine: ti: edma: Use 'for_each_set_bit' when possible
 2021-11-22  4:20 UTC  (3+ messages)

[PATCH] clk: versatile: clk-icst: use after free on error path
 2021-11-21 23:37 UTC  (2+ messages)

Removal of config MACH_FSG and dead reference in LEDS_FSG
 2021-11-21 23:03 UTC  (2+ messages)

[PATCH] mtd: gen_probe: Use bitmap_zalloc() when applicable
 2021-11-21 15:59 UTC 

[PATCH 00/13] Kconfig symbol clean-up on ./arch/arm{64}
 2021-11-21  8:47 UTC  (5+ messages)
` [PATCH 07/13] arm: imx: remove dead left-over from i.MX{27,31,35} removal
` [PATCH 08/13] arm: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART

[PATCH 1/2] CacheFiles: Slightly simplify 'cachefiles_has_space()'
 2021-11-20 18:22 UTC  (2+ messages)
` [PATCH 2/2] CacheFiles: Slightly optimize 'cachefiles_has_space()'

[PATCH] usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probe
 2021-11-20  6:16 UTC  (2+ messages)

[PATCH] crypto: ccree - remove redundant 'flush_workqueue()' calls
 2021-11-20  4:32 UTC  (2+ messages)

[PATCH] MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVER
 2021-11-20  4:28 UTC  (2+ messages)

[PATCH -next] crypto: keembay-ocs-ecc - Fix error return code in kmb_ocs_ecc_probe()
 2021-11-20  4:27 UTC  (2+ messages)

[PATCH] i3c/master: Fix a potentially infinite loop in 'hci_dat_v1_get_index()'
 2021-11-19 23:16 UTC  (2+ messages)

[git:media_stage/master] media: dvb-frontends/stv0367: remove redundant variable ADCClk_Hz
 2021-11-19 16:09 UTC 

[git:media_stage/master] media: drivers: cx24113: remove redundant variable r
 2021-11-19 16:12 UTC 

[PATCH] RDMA: clean up usnic_ib_alloc_pd()
 2021-11-19 16:07 UTC  (3+ messages)

[PATCH] net: ixgbevf: Remove redundant initialization of variable ret_val
 2021-11-19 13:26 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next] ice: Remove unnecessary casts
 2021-11-19 13:23 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] net: ipa: Use 'for_each_clear_bit' when possible
 2021-11-19 13:14 UTC  (3+ messages)

[PATCH] drm/vc4: fix error code in vc4_create_object()
 2021-11-19 11:00 UTC  (2+ messages)
` (subset) "

[PATCH] scsi: qla2xxx: edif: fix off by one bug in qla_edif_app_getfcinfo()
 2021-11-19  4:16 UTC  (2+ messages)

[PATCH] target/configfs: delete unnecessary checks for NULL
 2021-11-19  4:16 UTC  (2+ messages)

[PATCH] extcon: fix extcon_get_extcon_dev() error handling
 2021-11-18 18:16 UTC  (7+ messages)

[bug report] mfd: lp87565: Handle optional reset pin
 2021-11-18 12:45 UTC  (7+ messages)

[PATCH net] ptp: ocp: Fix a couple NULL vs IS_ERR() checks
 2021-11-18 12:20 UTC  (2+ messages)

[PATCH] drm/vboxvideo: fix a NULL vs IS_ERR() check
 2021-11-18 11:46 UTC  (2+ messages)

[PATCH] drm/ingenic: fix error code in ingenic_drm_gem_create_object()
 2021-11-18 11:15 UTC 

[PATCH net] octeontx2-af: debugfs: don't corrupt user memory
 2021-11-18  4:30 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