public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-23 11:19:47 to 2016-09-28 15:41:11 UTC [more...]

Source code review around jump label usage
 2016-09-28 15:41 UTC  (133+ messages)
` [PATCH 00/24] ste_dma40: Fine-tuning for several function implementations
` [PATCH 00/10] firewire-net: "
  ` [PATCH 01/] firewire-net: Use kmalloc_array() in fwnet_broadcast_start()
      ` [PATCH 01/10] "
  ` [PATCH 02/10] firewire-net: Rename a jump label "
  ` [PATCH 10/10] firewire-net: Adjust checks for null pointers in five functions
` [PATCH 0/4] GPU-DRM-TILCDC: Fine-tuning for two function implementations
  ` [PATCH 3/4] GPU-DRM-TILCDC: Less function calls in tilcdc_convert_slave_node() after error detection
    ` [PATCH 3/4] GPU-DRM-TILCDC: Less function calls in tilcdc_convert_slave_node() after error detec
      ` GPU-DRM-TILCDC: Less function calls in tilcdc_convert_slave_node() after error detection
` [PATCH 00/14] GPU-DRM-TTM: Fine-tuning for several function implementations
    `  "
` [PATCH 0/4] i2c-dev: Fine-tuning for four "
  ` [PATCH 1/4] i2c-dev: Use kmalloc_array() in i2cdev_ioctl_rdwr()
  ` [PATCH 2/4] i2c-dev: Improve another size determination "
  ` [PATCH 3/4] i2c-dev: Rename jump labels in i2cdev_attach_adapter()
  ` [PATCH 4/4] i2c-dev: Adjust checks for null pointers in three functions
` [PATCH 0/7] iio: Fine-tuning for several function implementations
  ` [PATCH 1/7] iio: Use kmalloc_array() in iio_scan_mask_set()
  ` [PATCH 2/7] iio: Rename a jump label in iio_buffer_store_watermark()
      `  "
  ` [PATCH 3/7] iio: Rename a jump label in iio_buffer_store_enable()
  ` [PATCH 4/7] iio: Rename a jump label in iio_buffer_write_length()
  ` [PATCH 5/7] iio: Rename a jump label in iio_scan_el_ts_store()
  ` [PATCH 6/7] iio: Rename a jump label in iio_scan_el_store()
  ` [PATCH 7/7] iio: Adjust checks for null pointers in six functions
      `  "
` [PATCH 0/2] Input-evdev: Fine-tuning for three function implementations
  ` [PATCH 1/2] Input-evdev: Use kmalloc_array() in evdev_handle_get_val()
      `  "
  ` [PATCH 2/2] Input-evdev: Rename a jump label in two functions
` [PATCH 0/5] ISDN-Gigaset: Fine-tuning for three function implementations
  ` [PATCH 1/5] ISDN-Gigaset: Use kmalloc_array() in two functions
  ` [PATCH 2/5] ISDN-Gigaset: Improve another size determination in gigaset_initcs()
  ` [PATCH 3/5] ISDN-Gigaset: Delete an error message for a failed memory allocation
  ` [PATCH 4/5] ISDN-Gigaset: Release memory in gigaset_initcs() after an allocation failure
      `  "
            ` [Gigaset307x-common] ISDN-Gigaset: Release memory in gigaset_initcs() after an allocation failur
  ` [PATCH 5/5] ISDN-Gigaset: Enclose two expressions for the sizeof operator by parentheses
        ` [PATCH v2 "
      `  "
    ` ISDN-Gigaset: Fine-tuning for three function implementations
` [PATCH 00/16] md/bitmap: Fine-tuning for several "
  ` [PATCH 01/16] md/bitmap: Use kmalloc_array() in bitmap_storage_alloc()
  ` [PATCH 02/16] md/bitmap: Move an assignment for the variable "offset" "
  ` [PATCH 03/16] md/bitmap: Delete an unnecessary variable initialisation "
  ` [PATCH 04/16] md/bitmap: Improve another size determination "
  ` [PATCH 05/16] md/bitmap: Return directly after a failed bitmap_storage_alloc() in bitmap_resize()
  ` [PATCH 06/16] md/bitmap: Return directly after a failed kzalloc() "
  ` [PATCH 07/16] md/bitmap: Replace a kzalloc() call by kcalloc() "
  ` [PATCH 08/16] md/bitmap: Rename a jump label in location_store()
  ` [PATCH 09/16] md/bitmap: Rename a jump label in bitmap_copy_from_slot()
  ` [PATCH 10/16] md/bitmap: Rename a jump label in bitmap_create()
  ` [PATCH 11/16] md/bitmap: Rename a jump label in bitmap_init_from_disk()
  ` [PATCH 12/16] md/bitmap: One check less in read_page() at the end
  ` [PATCH 13/16] md/bitmap: Adjust checks for null pointers in 11 functions
  ` [PATCH 14/16] md/bitmap: Delete unnecessary braces in bitmap_resize()
  ` [PATCH 15/16] md/bitmap: Add spaces around three comparison operators
  ` [PATCH 16/16] md/bitmap: Delete an unwanted space in read_sb_page()
` [PATCH 00/10] md/dm-crypt: Fine-tuning for five function implementations
  ` [PATCH 01/10] md/dm-crypt: Use kcalloc() in crypt_alloc_tfms()
  ` [PATCH 02/10] md/dm-crypt: Reduce the scope for a variable "
  ` [PATCH 03/10] md/dm-crypt: Rename a jump label in crypt_message()
  ` [PATCH 04/10] md/dm-crypt: Delete an unnecessary variable initialisation "

[PATCH] spmi: pmic-arb: Return an error code if sanity check fails
 2016-09-27 22:15 UTC  (2+ messages)

[PATCH] greybus: manifest: style fix missing space before '('
 2016-09-27  9:48 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structures
 2016-09-27  8:17 UTC  (2+ messages)

[PATCH 00/26] constify local structures
 2016-09-27  8:14 UTC  (3+ messages)
` [PATCH 04/26] matroxfb: "

[patch] KVM: PPC: fix a sanity check
 2016-09-27  5:46 UTC  (2+ messages)

[PATCH 0/3] drm/vmwgfx: Fine-tuning for 13 function implementations
 2016-09-26 22:20 UTC  (5+ messages)
` [PATCH 1/3] drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()
` [PATCH 2/3] drm/vmwgfx: Use memdup_user() rather than duplicating its implementation
` [PATCH 3/3] drm/vmwgfx: Adjust checks for null pointers in 13 functions

[PATCH 0/5] ISDN-CAPI: Fine-tuning for several function implementations
 2016-09-26 19:55 UTC  (13+ messages)
` [PATCH 1/5] ISDN-CAPI: Use kmalloc_array() in capidrv_addcontr()
` [PATCH 2/5] ISDN-CAPI: Delete error messages for a failed memory allocation in four functions
` [PATCH 3/5] ISDN-CAPI: Adjust 17 function calls together with variable assignments
    `  "
` [PATCH 4/5] ISDN-CAPI: Adjust checks for null pointers in four functions
` [PATCH 5/5] ISDN-CAPI: Delete unnecessary braces

[PATCH 2/3] hostap: Delete an unnecessary jump label in prism2_ioctl_priv_hostapd()
 2016-09-26 18:43 UTC  (8+ messages)
` [2/3] "
  `  "

[PATCH 1/3] hostap: Use memdup_user() rather than duplicating its implementation
 2016-09-26 14:19 UTC  (2+ messages)
` [1/3] "

[PATCH 11/11 RESEND] staging: dgnc: introduce find_board_by_major()
 2016-09-26  0:47 UTC 

[PATCH 10/11 RESEND] staging: dgnc: remove useless variables
 2016-09-26  0:46 UTC 

[PATCH 09/11 V2 RESEND] staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()
 2016-09-26  0:46 UTC 

[PATCH 08/11 RESEND] staging: dgnc: introduce the dgnc_free_irq()
 2016-09-26  0:45 UTC 

[PATCH 07/11 V2 RESEND] staging: dgnc: rename dgnc_finalize_board_init() to dgnc_request_irq()
 2016-09-26  0:44 UTC 

[PATCH 06/11 RESEND] staging: dgnc: introduce the dgnc_tty_unregister()
 2016-09-26  0:43 UTC 

[PATCH 05/11 V2 RESEND] staging: dgnc: move functions unrelated with dgnc_found_board()
 2016-09-26  0:43 UTC 

[PATCH 04/11] staging: dgnc: kfree for board structure in
 2016-09-26  0:42 UTC  (2+ messages)
` [PATCH 04/11] staging: dgnc: kfree for board structure in dgnc_found_board()

[PATCH 03/11 V2 RESEND] staging: dgnc: missing NULL check for ioremap in dgnc_do_remap()
 2016-09-26  0:40 UTC 

[PATCH 02/11 RESEND] staging: dgnc: remove useless message buffer
 2016-09-26  0:38 UTC 

[PATCH 01/11 V2 RESEND] staging: dgnc: remove redundant initialization for channel array
 2016-09-26  0:37 UTC 

[PATCH 01/11 V2] staging: dgnc: remove redundant initialization for channel array
 2016-09-26  0:32 UTC  (3+ messages)

[PATCH] Fix few small typos in lpfc_scsi.c
 2016-09-25 18:44 UTC  (2+ messages)

[PATCH v2] clk: at91: Fix a return value in case of error
 2016-09-25 11:53 UTC 

[PATCH] drm/nouveau/secboot/gm20b: Fix return value in case of error
 2016-09-25  9:36 UTC  (2+ messages)
` [Nouveau] "

[PATCH 0/4] Input-gameport: Fine-tuning for joydump_connect()
 2016-09-25  7:45 UTC  (23+ messages)
` [PATCH 1/4] Input-gameport: Use kmalloc_array() in joydump_connect()
    `  "
` [PATCH 2/4] Input-gameport: Delete an error message for a failed memory allocation
` [PATCH 3/4] Input-gameport: Add the macro "pr_fmt" for module "joydump"
        `  "
` [PATCH 4/4] Input-gameport: Replace some printk() calls by pr_info() in joydump_connect()
        `  "
    ` [PATCH v2 3/3] "

[PATCH] clk: at91: Fix a return value in case of error
 2016-09-24 21:57 UTC 

[PATCH] drm/tegra: sor: No need to free devm_ allocated memory
 2016-09-24 20:07 UTC 

[PATCH] ide: Use kmalloc_array() in hwif_init()
 2016-09-24  7:49 UTC 

[PATCH] [media] VPU: mediatek: Fix return value in case of error
 2016-09-23 21:19 UTC 

[PATCH 0/4] GPU-DRM-QXL: Fine-tuning for three function implementations
 2016-09-23 14:23 UTC  (10+ messages)
` [PATCH 2/4] GPU-DRM-QXL: Move three assignments in qxl_device_init()
    `  "


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