kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-03 14:00:03 to 2016-10-12 14:30:28 UTC [more...]

[PATCH 00/34] [media] DaVinci-Video Processing: Fine-tuning for several function implementations
 2016-10-12 14:30 UTC  (3+ messages)
` [PATCH 01/34] [media] DaVinci-VPBE: Use kmalloc_array() in vpbe_initialize()
` [PATCH 02/34] [media] DaVinci-VPBE: Delete two error messages for a failed memory allocation

[patch] hwmon: (max31790) potential ERR_PTR dereference
 2016-10-12 12:57 UTC  (2+ messages)
`  "

[patch] staging: android: ion: Fix error handling in ion_query_heaps()
 2016-10-12 12:49 UTC 

[patch] PCI: rockchip: Indent an if statement
 2016-10-12 12:18 UTC  (3+ messages)

Source code review around jump label usage
 2016-10-12 12:18 UTC  (113+ messages)
` [PATCH 0/2] GPU-DRM-Savage: Fine-tuning for savage_bci_cmdbuf()
  ` [PATCH 2/2] GPU-DRM-Savage: Less function calls in savage_bci_cmdbuf() after error detection
      `  "
` [PATCH 0/4] block-virtio: Fine-tuning for two function implementations
  ` [PATCH 4/4] virtio_blk: Rename a jump label in virtblk_get_id()
      `  "
` [PATCH 00/15] md-cluster: Fine-tuning for ten function implementations
  ` [PATCH 13/15] md-cluster: Less function calls in join() after error detection
    ` [PATCH v2 "
  ` [PATCH 15/15] md-cluster: Delete unnecessary braces in unlock_all_bitmaps()
      `  "
` MD-RAID: Fine-tuning for several function implementations
  ` [PATCH 01/54] md/raid0: Use kcalloc() in create_strip_zones()
  ` [PATCH 02/54] md/raid0: Less function calls in create_strip_zones() after error detection
  ` [PATCH 03/54] md/raid0: Move a variable assignment in create_strip_zones()
  ` [PATCH 04/54] md/raid0: Replace printk() calls by the usage of higher level interfaces
  ` [PATCH 05/54] md/raid0: Move another variable assignment in create_strip_zones()
  ` [PATCH 06/54] md/raid0: Delete four unwanted spaces behind function names
  ` [PATCH 07/54] md/raid0: Move two misplaced braces
  ` [PATCH 08/54] md/raid0: Delete an unnecessary return statement in raid0_status()
  ` [PATCH 09/54] md/raid0: Add some spaces for better code readability
  ` [PATCH 10/54] md/raid1: Use kcalloc() in alloc_behind_pages()
  ` [PATCH 11/54] md/raid1: Use kcalloc() in raid1_reshape()
  ` [PATCH 12/54] md/raid1: Use kcalloc() in setup_conf()
  ` [PATCH 13/54] md/raid1: Return directly after a failed kzalloc() "
  ` [PATCH 14/54] md/raid1: Move assignments for the variable "err" "
  ` [PATCH 15/54] md/raid1: Less function calls in setup_conf() after error detection
  ` [PATCH 16/54] md/raid1: Delete an error message for a failed memory allocation
  ` [PATCH 17/54] md/raid1: Move a brace for a designated initialiser
  ` [PATCH 18/54] md/raid1: Adjust 12 checks for null pointers
  ` [PATCH 19/54] md/raid1: Replace printk() calls by the usage of higher level interfaces
  ` [PATCH 20/54] md/raid1: Add some spaces for better code readability
  ` [PATCH 21/54] md/raid1: Delete three unwanted spaces behind asterisks
  ` [PATCH 22/54] md/raid1: Delete three unwanted spaces before increment operators
  ` [PATCH 23/54] md/raid1: Replace a seq_printf() call by seq_puts() in raid1_status()
  ` [PATCH 24/54] md/raid1: Improve another size determination in setup_conf()
        `  "
  ` [PATCH 25/54] md/raid5: Use kcalloc() in three functions
  ` [PATCH 26/54] md/raid5: Improve another size determination in setup_conf()
  ` [PATCH 27/54] md/raid5: Return directly after a failed kzalloc() "
  ` [PATCH 28/54] md/raid5: Rename a jump label "
  ` [PATCH 29/54] md/raid5: Return directly after a failed kcalloc() in alloc_thread_groups()
  ` [PATCH 30/54] md/raid5: Delete two error messages for a failed memory allocation
  ` [PATCH 31/54] md/raid5: Adjust two function calls together with a variable assignment
  ` [PATCH 32/54] md/raid5: Move a brace for three designated initialisers
  ` [PATCH 33/54] md/raid5: Replace printk() calls by the usage of higher level interfaces
  ` [PATCH 34/54] md/raid5: Delete indentation for two jump labels
  ` [PATCH 35/54] md/raid5: Adjust 13 checks for null pointers
  ` [PATCH 36/54] md/raid5: Delete four unwanted spaces behind function names
  ` [PATCH 37/54] md/raid5: Replace a seq_printf() call by seq_puts() in raid5_status()
              `  "
  ` [PATCH 38/54] md/raid5: Move four asterisks
  ` [PATCH 39/54] md/raid5: Add some spaces for better code readability
  ` [PATCH 40/54] md/raid10: Use kcalloc() in two functions
  ` [PATCH 41/54] md/raid10: Improve another size determination in setup_conf()
  ` [PATCH 42/54] md/raid10: Delete an error message for a failed memory allocation
  ` [PATCH 43/54] md/raid10: Return directly after detection of unsupported settings in setup_conf()
  ` [PATCH 44/54] md/raid10: Return directly after a failed kzalloc() "
  ` [PATCH 45/54] md/raid10: Move assignments for the variable "err" "
  ` [PATCH 46/54] md/raid10: Less function calls in setup_conf() after error detection
  ` [PATCH 47/54] md/raid10: Improve another size determination in raid10_start_reshape()
  ` [PATCH 48/54] md/raid10: Move a brace for a designated initialiser
  ` [PATCH 49/54] md/raid10: Replace printk() calls by the usage of higher level interfaces
          `  "
  ` [PATCH 50/54] md/raid10: Delete indentation for one jump label
  ` [PATCH 51/54] md/raid10: Adjust 22 checks for null pointers
  ` [PATCH 52/54] md/raid10: Replace a seq_printf() call by seq_puts() in raid10_status()
  ` [PATCH 53/54] md/raid10: Delete two unwanted spaces behind asterisks
  ` [PATCH 54/54] md/raid10: Add some spaces for better code readability
` [PATCH 0/2] [media] dvb-tc90522: Fine-tuning for two function implementations
  ` [PATCH 1/2] [media] dvb-tc90522: Use kmalloc_array() in tc90522_master_xfer()
  ` [PATCH 2/2] [media] dvb-tc90522: Rename a jump label in tc90522_probe()

[patch] drm/savage: dereferencing an error pointer
 2016-10-12 11:12 UTC  (2+ messages)

[patch] drm/amdgpu: potential NULL dereference in debugfs code
 2016-10-12  9:20 UTC  (2+ messages)

[patch] netfilter: nf_tables: underflow in nft_parse_u32_check()
 2016-10-12  9:14 UTC  (3+ messages)
  ` [patch v2] "

[patch] serial: stm32: fix a type issue
 2016-10-12  9:11 UTC  (4+ messages)

[patch] gpio: stmpe: || vs && typo
 2016-10-12  8:43 UTC  (3+ messages)

[patch] Btrfs: remove some no-op casts
 2016-10-12  8:33 UTC 

[bug report] rxrpc: Add IPv6 support
 2016-10-12  8:31 UTC  (3+ messages)

[bug report] rxrpc: Add some additional call tracing
 2016-10-12  8:29 UTC  (3+ messages)

[bug report] staging: New driver: Xillybus generic interface for FPGA
 2016-10-12  8:28 UTC 

[bug report] net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
 2016-10-12  7:06 UTC  (2+ messages)

[patch] ALSA: line6: fix a crash in line6_hwdep_write()
 2016-10-12  6:41 UTC  (2+ messages)

[patch] libnvdimm, namespace: potential NULL deref on allocation error
 2016-10-12  6:34 UTC 

[patch 2/2] nbd: checking for NULL vs IS_ERR
 2016-10-12  6:24 UTC 

[patch 1/2] nbd: remove stray IRQ enable
 2016-10-12  6:23 UTC 

[patch] staging: android/ion: testing the wrong variable
 2016-10-12  6:20 UTC 

[bug report] mwifiex: add PCIe function level reset support
 2016-10-12  6:18 UTC 

[bug report] qed: Add RoCE ll2 & GSI support
 2016-10-12  6:16 UTC 

[bug report] net: thunderx: Add RGMII interface type support
 2016-10-12  6:15 UTC 

[patch] afs: unmapping the wrong buffer
 2016-10-12  6:09 UTC 

[patch] netfilter: nft_exthdr: fix error handling in nft_exthdr_init()
 2016-10-12  6:09 UTC 

[patch 2/2] k3dma: tighten range checking a bit
 2016-10-12  6:01 UTC 

[patch 1/2] k3dma: off by one in k3_of_dma_simple_xlate()
 2016-10-12  6:00 UTC 

ext4: remove another test in ext4_alloc_file_blocks()
 2016-10-12  6:00 UTC 

MAINTAINERS entry
 2016-10-11 14:12 UTC  (2+ messages)

[bug report] orangefs: clean up debugfs globals
 2016-10-11 11:08 UTC 

[bug report] qed: Add Light L2 support
 2016-10-11  8:34 UTC 

[bug report] wlcore/wl18xx: Add functionality to accept TX rate per link
 2016-10-11  7:58 UTC  (2+ messages)

scripts/coccicheck: Update for a comment?
 2016-10-11  7:52 UTC  (13+ messages)
          ` [PATCH] scripts/coccicheck: Update reference for the corresponding documentation
  ` docs: Fixing "sphinxify coccinelle.txt"?

qed: Add RoCE ll2 & GSI support
 2016-10-11  7:33 UTC 

driver core: add test of driver remove calls during probe
 2016-10-11  7:17 UTC 

[PATCH] um: remove hppfs MAINTAINERS entry
 2016-10-11  5:50 UTC 

[PATCH] drm: Release resources with a safer function
 2016-10-10  9:22 UTC  (4+ messages)

[PATCH 0/2] [media] blackfin-capture: Fine-tuning for two function implementations
 2016-10-09 19:58 UTC  (3+ messages)
` [PATCH 1/2] [media] blackfin-capture: Use kcalloc() in bcap_init_sensor_formats()
` [PATCH 2/2] [media] blackfin-capture: Delete an error message for a failed memory allocation

[PATCH] watchdog-asm9260: Delete owner assignment
 2016-10-08 14:12 UTC  (2+ messages)

[PATCH] watchdog: iTCO_wdt: constify iTCO_wdt_pm structure
 2016-10-08 14:01 UTC  (2+ messages)

[PATCH 0/2] [media] cx88-dsp: Fine-tuning for five function implementations
 2016-10-08 11:49 UTC  (3+ messages)
` [PATCH 1/2] [media] cx88-dsp: Use kmalloc_array() in read_rds_samples()
` [PATCH 2/2] [media] cx88-dsp: Add some spaces for better code readability

[PATCH] wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()
 2016-10-08  7:20 UTC  (3+ messages)

[PATCH] crypto: crypto4xx - Fix size used in dma_free_coherent()
 2016-10-07 20:36 UTC 

[PATCH] usb: dwc3: Fix size used in dma_free_coherent()
 2016-10-07 20:12 UTC 

[PATCH 01/15 v2] UBIFS: improve function-level documentation
 2016-10-05 21:40 UTC  (2+ messages)

[PATCH 00/15] improve function-level documentation
 2016-10-05 20:25 UTC  (8+ messages)
` [PATCH 07/15] clk: sunxi: mod0: "
    ` kernel-doc-rst-lint (was: Re: [PATCH 00/15] improve function-level documentation)

[PATCH] cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()
 2016-10-05  2:36 UTC  (2+ messages)
`  "

[PATCH] ptp: Fix resource leak in case of error
 2016-10-04  1:54 UTC  (3+ messages)

[PATCH 0/4] KVM-S390: Fine-tuning for kvm_s390_import_bp_data()
 2016-10-03 14:25 UTC  (11+ messages)
` [PATCH 2/4] KVM-S390: Use memdup_user() rather than duplicating its implementation
    ` [PATCH v2 0/2] KVM: s390: Fine-tuning for kvm_s390_import_bp_data()
      ` [PATCH v2 2/2] KVM: s390: Use memdup_user() rather than duplicating code
                  `  "


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