public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-13 18:31:57 to 2016-09-21 16:56:12 UTC [more...]

Source code review around jump label usage
 2016-09-21 16:56 UTC  (168+ messages)
` [PATCH 00/47] RADOS Block Device: Fine-tuning for several function implementations
  ` [PATCH 01/47] block-rbd: Use kmalloc_array() in rbd_header_from_disk()
  ` [PATCH 03/47] block-rbd: Adjust the position of a jump label "
` [PATCH 0/4] block-virtio: Fine-tuning for two function implementations
  ` [PATCH 2/4] virtio_blk: Less function calls in init_vq() after error detection
      `  "
            ` virtio_blk: Clarification for communication difficulties?
` [PATCH 0/7] AGPGART: Fine-tuning for four function implementations
  ` [PATCH 1/7] AGPGART: Use kmalloc_array() in compat_agpioc_reserve_wrap()
  ` [PATCH 2/7] AGPGART: Use memdup_user() rather than duplicating its implementation
  ` [PATCH 3/7] AGPGART: Rename jump labels in compat_agp_ioctl()
  ` [PATCH 4/7] AGPGART-SGI: Use kmalloc_array() in agp_sgi_init()
  ` [PATCH 5/7] AGPGART-UniNorth: Use kmalloc_array() in uninorth_create_gatt_table()
  ` [PATCH 6/7] AGPGART-UniNorth: Rename a jump label "
  ` [PATCH 7/7] AGPGART-UniNorth: Delete an unnecessary check "
` [PATCH 00/11] virtio-console: Fine-tuning for 14 function implementations
  ` [PATCH 01/11] virtio_console: Use kmalloc_array() in init_vqs()
  ` [PATCH 02/11] virtio_console: Less function calls in init_vqs() after error detection
      `  "
  ` [PATCH 03/11] virtio_console: Rename a jump label in init()
  ` [PATCH 04/11] virtio_console: Rename jump labels in virtcons_probe()
  ` [PATCH 05/11] virtio_console: Rename jump labels in add_port()
  ` [PATCH 06/11] virtio_console: Rename a jump label in port_fops_open()
  ` [PATCH 07/11] virtio_console: Rename a jump label in port_fops_splice_write()
  ` [PATCH 08/11] virtio_console: Rename jump labels in port_fops_write()
  ` [PATCH 09/11] virtio_console: Rename a jump label in __send_to_port()
  ` [PATCH 10/11] virtio_console: Rename jump labels in alloc_buf()
  ` [PATCH 11/11] virtio_console: Rename a jump label in five functions
` [PATCH 0/4] clk/Renesas-MSTP: Fine-tuning for two function implementations
  ` [PATCH 1/4] clk/Renesas-MSTP: Use kmalloc_array() in cpg_mstp_clocks_init()
  ` [PATCH 2/4] clk/Renesas-MSTP: Delete an error message for a failed memory allocation
        `  "
  ` [PATCH 3/4] clk/Renesas-MSTP: Less function calls in cpg_mstp_clocks_init() after error detection
    ` [PATCH 3/4] clk/Renesas-MSTP: Less function calls in cpg_mstp_clocks_init() after error detectio
          ` clk/Renesas-MSTP: Less function calls in cpg_mstp_clocks_init() after error detection
  ` [PATCH 4/4] clk/Renesas-MSTP: Rename jump labels in cpg_mstp_attach_dev()
      `  "
` crypto-caamhash: Fine-tuning for several function implementations
  ` [PATCH 1/6] crypto-caamhash: Use kmalloc_array() in ahash_setkey()
  ` [PATCH 2/6] crypto-caamhash: Rename jump labels "
  ` [PATCH 3/6] crypto-caamhash: Rename a jump label in five functions
  ` [PATCH 4/6] crypto-caamhash: Return a value directly in caam_hash_cra_init()
  ` [PATCH 5/6] crypto-caamhash: Delete an unnecessary initialisation in seven functions
  ` [PATCH 6/6] crypto-caamhash: Move common error handling code in two functions
` [PATCH 00/24] ste_dma40: Fine-tuning for several function implementations
  ` [PATCH 01/24] ste_dma40: Use kmalloc_array() in d40_lcla_allocate()
  ` [PATCH 02/24] ste_dma40: Return directly after a failed kmalloc_array()
  ` [PATCH 03/24] ste_dma40: Rename a jump label in d40_lcla_allocate()
  ` [PATCH 04/24] ste_dma40: Move an assignment "
  ` [PATCH 05/24] ste_dma40: Improve a size determination in d40_of_probe()
  ` [PATCH 06/24] ste_dma40: Replace four kzalloc() calls by kcalloc() in d40_hw_detect_init()
  ` [PATCH 07/24] ste_dma40: Use kmalloc_array() "
  ` [PATCH 08/24] ste_dma40: Less checks in d40_hw_detect_init() after error detection
  ` [PATCH 09/24] ste_dma40: Delete unnecessary variable initialisations in d40_hw_detect_init()
  ` [PATCH 10/24] ste_dma40: Adjust the position of a jump label in d40_probe()
  ` [PATCH 11/24] ste_dma40: Rename "
  ` [PATCH 12/24] ste_dma40: Rename jump labels in d40_dmaengine_init()
  ` [PATCH 13/24] ste_dma40: Rename a jump label in d40_alloc_chan_resources()
  ` [PATCH 14/24] ste_dma40: One check less in d40_prep_sg() after error detection
  ` [PATCH 15/24] ste_dma40: Move two assignments in d40_prep_sg()
  ` [PATCH 16/24] ste_dma40: Rename a jump label in d40_prep_desc()
  ` [PATCH 17/24] ste_dma40: Move an assignment "
  ` [PATCH 18/24] ste_dma40: Rename a jump label in d40_is_paused()
  ` [PATCH 19/24] ste_dma40: Rename a jump label in d40_free_dma()
  ` [PATCH 20/24] ste_dma40: Rename a jump label in d40_alloc_mask_free()
  ` [PATCH 21/24] ste_dma40: Rename jump labels in d40_alloc_mask_set()
  ` [PATCH 22/24] ste_dma40: Rename a jump label in dma_tasklet()
  ` [PATCH 23/24] ste_dma40: Rename a jump label in __d40_execute_command_phy()
  ` [PATCH 24/24] ste_dma40: Rename a jump label in d40_log_lli_to_lcxa()
` [PATCH 00/10] firewire-net: Fine-tuning for several function implementations
  ` [PATCH 01/] firewire-net: Use kmalloc_array() in fwnet_broadcast_start()
  ` [PATCH 02/10] firewire-net: Rename a jump label "
  ` [PATCH 03/10] firewire-net: Rename jump labels in fwnet_init()
  ` [PATCH 04/10] firewire-net: Rename jump labels in fwnet_probe()
  ` [PATCH 05/10] firewire-net: Rename a jump label in fwnet_tx()
  ` [PATCH 06/10] firewire-net: Rename a jump label in fwnet_send_packet()
  ` [PATCH 07/10] firewire-net: Rename a jump label in fwnet_incoming_packet()
  ` [PATCH 08/10] firewire-net: Rename a jump label in fwnet_finish_incoming_packet()
  ` [PATCH 09/10] firewire-net: Rename jump labels in fwnet_pd_new()
  ` [PATCH 10/10] firewire-net: Adjust checks for null pointers in five functions
` [PATCH 0/6] firmware-qemu_fw_cfg: Fine-tuning for four function implementations
  ` [PATCH 1/6] firmware-qemu_fw_cfg: Use kmalloc_array() in fw_cfg_register_dir_entries()
  ` [PATCH 2/6] firmware-qemu_fw_cfg: Improve a size determination in fw_cfg_register_file()
  ` [PATCH 3/6] firmware-qemu_fw_cfg: Rename jump labels "
  ` [PATCH 4/6] firmware-qemu_fw_cfg: Improve a size determination in fw_cfg_build_symlink()
  ` [PATCH 5/6] firmware-qemu_fw_cfg: Rename jump labels in fw_cfg_sysfs_probe()
  ` [PATCH 6/6] firmware-qemu_fw_cfg: Move a variable assignment "
` [PATCH 0/5] drm/amdgpu: Fine-tuning for several function implementations
  ` [PATCH 1/5] drm/amdgpu: Use kmalloc_array() in amdgpu_debugfs_gca_config_read()
  ` [PATCH 2/5] drm/amdgpu: Improve determination of sizes in two functions
  ` [PATCH 3/5] drm/amdgpu: Rename a jump label in amdgpu_debugfs_regs_read()
  ` [PATCH 4/5] drm/amdgpu: Rename a jump label in amdgpu_device_init()
  ` [PATCH 5/5] drm/amdgpu: Adjust checks for null pointers in nine functions
` [PATCH 0/5] GPU-DRM: Fine-tuning for four function implementations
  ` [PATCH 1/5] GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()
  ` [PATCH 2/5] GPU-DRM: Replace two kzalloc() calls by kcalloc() "
  ` [PATCH 3/5] GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()
  ` [PATCH 4/5] GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()
  ` [PATCH 5/5] GPU-DRM: Rename a jump label in drm_legacy_mapbufs()
` [PATCH 0/6] GPU-DRM-GMA500: Fine-tuning for two function implementations
  ` [PATCH 1/6] GPU-DRM-GMA500: Use kmalloc_array() in mid_get_vbt_data_r10()
      `  "
  ` [PATCH 2/6] GPU-DRM-GMA500: Rename a jump label "
  ` [PATCH 3/6] GPU-DRM-GMA500: Move a variable assignment "
  ` [PATCH 4/6] GPU-DRM-GMA500: Fix indentation for a function call parameter "
  ` [PATCH 5/6] GPU-DRM-GMA500: One error message less for a GCT revision mismatch in mid_get_vbt_data()
    ` [PATCH 5/6] GPU-DRM-GMA500: One error message less for a GCT revision mismatch in mid_get_vbt_da
      ` GPU-DRM-GMA500: One error message less for a GCT revision mismatch in mid_get_vbt_data()
  ` [PATCH 6/6] GPU-DRM-GMA500: Rename a jump label "
` [PATCH 00/14] GPU-DRM-OMAP: Fine-tuning for several function implementations
  ` [PATCH 01/14] GPU-DRM-OMAP: Use kmalloc_array() in tiler_map_show()
  ` [PATCH 02/14] GPU-DRM-OMAP: Replace another kmalloc() call by "
  ` [PATCH 03/14] GPU-DRM-OMAP: Less function calls in tiler_map_show() after error detection
  ` [PATCH 04/14] GPU-DRM-OMAP: Delete an unnecessary variable initialisation in tiler_map_show()
  ` [PATCH 05/14] GPU-DRM-OMAP: Improve a size determination in dmm_txn_append()
  ` [PATCH 06/14] GPU-DRM-OMAP: Improve a size determination in omap_dmm_probe()
  ` [PATCH 07/14] GPU-DRM-OMAP: Rename a jump label "
  ` [PATCH 08/14] GPU-DRM-OMAP: Rename a jump label in dmm_txn_commit()
  ` [PATCH 09/14] GPU-DRM-OMAP: Delete an unnecessary variable initialisation "
  ` [PATCH 10/14] GPU-DRM-OMAP: Use kmalloc_array() in omap_gem_attach_pages()
  ` [PATCH 11/14] GPU-DRM-OMAP: Replace a kzalloc() call by kcalloc() "
  ` [PATCH 12/14] GPU-DRM-OMAP: Move a variable assignment "
  ` [PATCH 13/14] GPU-DRM-OMAP: Rename a jump label in omap_gem_new_dmabuf()
  ` [PATCH 14/14] GPU-DRM-OMAP: Rename a jump label in four functions

[PATCH] Coccinelle: limit memdup_user transformation to GFP_KERNEL case
 2016-09-21 15:48 UTC 

[PATCH 0/5] GPU-DRM-nouveau: Fine-tuning for five function implementations
 2016-09-21 13:20 UTC  (8+ messages)
` [PATCH 1/5] GPU-DRM-nouveau: Use kmalloc_array() in nvbios_iccsense_parse()
` [PATCH 2/5] GPU-DRM-nouveau: Use kmalloc_array() in gt215_link_train()
` [PATCH 3/5] GPU-DRM-nouveau: Delete unnecessary braces
    `  "
` [PATCH 4/5] GPU-DRM-nouveau: Adjust a kzalloc() call in gt215_ram_new()
` [PATCH 5/5] GPU-DRM-nouveau: Add space after an "if"

"CodingStyle: Clarify and complete chapter 7" in docs-next (was Re: [PATCH 03/47] block-rbd: Adjust
 2016-09-20  6:46 UTC  (6+ messages)
` "CodingStyle: Clarify and complete chapter 7" in docs-next (was Re: [PATCH 03/47] block-rbd: Adj

[PATCH] NFC: nfcmrvl: constify nfcmrvl_if_ops structures
 2016-09-19  8:36 UTC  (2+ messages)

[PATCH] NFC: pn533: constify pn533_phy_ops structures
 2016-09-19  8:34 UTC  (2+ messages)

[PATCH] NFC: Delete owner assignment
 2016-09-19  8:26 UTC  (2+ messages)

[PATCH resend] sctp: Remove some redundant code
 2016-09-19  5:34 UTC  (2+ messages)

[PATCH 0/3] constify iio_info structures
 2016-09-18 11:00 UTC  (7+ messages)
` [PATCH 1/3] iio: common: ssp_sensors: accel: "
` [PATCH 2/3] iio: adc: men_z188_adc: "
` [PATCH 3/3] iio: common: ssp_sensors: gyro: "

[PATCH 0/3] constify net_device_ops structures
 2016-09-17 14:07 UTC  (5+ messages)
` [PATCH 1/3] hisilicon: "
` [PATCH 2/3] dwc_eth_qos: "
` [PATCH 3/3] l2tp: "

[PATCH] sctp: Remove some redundant code
 2016-09-15 20:19 UTC  (4+ messages)

[PATCH] Remove the unnecessary semicolons
 2016-09-15 10:11 UTC 

[bug report] fs/block_dev.c: add bdev_read_page() and bdev_write_page()
 2016-09-15  9:11 UTC  (3+ messages)

[PATCH] clk-kona-setup: Use kmalloc_array() in parent_process()
 2016-09-14 20:47 UTC  (3+ messages)

[PATCH] perf/x86: Use kmalloc_array() in merge_attr()
 2016-09-14 17:38 UTC  (5+ messages)
  `  "

[PATCH 06/26] ath: constify local structures
 2016-09-14 17:02 UTC  (2+ messages)
` [06/26] "

[PATCH 00/26] constify local structures
 2016-09-14  0:59 UTC  (6+ messages)
` [PATCH 19/26] intel_pstate: "
` [PATCH 24/26] ACPI / APD: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox