kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-22 00:43:47 to 2017-04-03 09:44:49 UTC [more...]

[PATCH] wlcore: fix spelling mistake in wl1271_warning 'iligal' -> 'illegal'
 2017-04-03  9:44 UTC  (3+ messages)

[PATCH] selinux: Fix an uninitialized variable bug
 2017-04-03  1:10 UTC  (6+ messages)
    ` selinux: Fix an uninitialized variable bug in range_read()

[PATCH] NFC: st21nfca: Fix potential memory leak
 2017-04-01 22:19 UTC  (2+ messages)

[PATCH] NFC: nfcmrvl: double free on error path
 2017-04-01 22:11 UTC  (2+ messages)

[GIT PULL 0/9] perf/core improvements and fixes
 2017-04-01 10:44 UTC  (3+ messages)
` [PATCH 6/9] perf utils: Fix spelling mistake: "Invalud" -> "Invalid"

[PATCH 2/2] ALSA: timer: Info leak in snd_timer_user_tinterrupt()
 2017-03-31 15:28 UTC  (2+ messages)

[PATCH 1/2] ALSA: timer: remove some dead code
 2017-03-31 15:27 UTC  (2+ messages)

[PATCH] ftrace: Remove an unneeded condition
 2017-03-31 15:21 UTC 

[PATCH] ALSA: emux: stop if copy_from_user() fails
 2017-03-31 14:24 UTC  (2+ messages)

[PATCH] HID: sony: remove redundant check for -ve err
 2017-03-31  9:01 UTC  (2+ messages)

[PATCH 2/2 V2] staging: atomisp: use local variable to reduce the number of reference
 2017-03-31  1:30 UTC 

[PATCH 1/2 V2] staging: atomisp: simplify the if condition in atomisp_freq_scaling()
 2017-03-31  1:28 UTC 

[PATCH] spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"
 2017-03-30 21:23 UTC  (2+ messages)
` Applied "spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"" to the spi tree

[PATCH] ASoC: Intel: bxtn: fix spelling mistake: "Timout" -> "Timeout"
 2017-03-30 21:23 UTC  (3+ messages)
` Applied "ASoC: Intel: bxtn: fix spelling mistake: "Timout" -> "Timeout"" to the asoc tree

[PATCH][V2] VSOCK: remove unnecessary ternary operator on return value
 2017-03-30 18:07 UTC  (5+ messages)

[PATCH 1/2] staging: atomisp: simplify the if condition in atomisp_freq_scaling()
 2017-03-30 15:39 UTC  (3+ messages)

[PATCH] block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"
 2017-03-30 15:23 UTC  (2+ messages)

[PATCH 2/2] staging: atomisp: use local variable to reduce the number of reference
 2017-03-30 10:26 UTC  (3+ messages)

[PATCH] drm/amdgpu/virt: fix spelling mistake: "hypervior" -> "hypervisor"
 2017-03-30  9:56 UTC  (2+ messages)

[PATCH] perf utils: fix spelling mistake: "Invalud" -> "Invalid"
 2017-03-30  9:54 UTC 

[PATCH] staging/atomisp: fix spelling mistake: "falied" -> "failed"
 2017-03-30  9:40 UTC 

[PATCH] staging: bcm2835-camera: fix spelling mistake: "elementry" -> "elementary"
 2017-03-30  9:34 UTC 

[PATCH] locking/ww_mutex: fix spelling mistake: "cylic" -> "cyclic"
 2017-03-30  9:22 UTC 

[PATCH] scsi: hisi_sas: add missing break in switch statement
 2017-03-30  2:39 UTC  (3+ messages)

[PATCH] Add checks for kmalloc allocation failures
 2017-03-30  1:52 UTC  (4+ messages)

[PATCH][bluetooth-next][V2] ieee802154: ca8210: Add checks for kmalloc allocation failures
 2017-03-29 18:54 UTC  (4+ messages)

[PATCH 00/46] SELinux: Fine-tuning for several function implementations
 2017-03-29 15:53 UTC  (104+ messages)
` [PATCH 01/46] selinux: Use kmalloc_array() in cond_init_bool_indexes()
` [PATCH 02/46] selinux: Delete an unnecessary return statement in cond_compute_av()
` [PATCH 03/46] selinux: Improve size determinations in four functions
` [PATCH 04/46] selinux: Use kmalloc_array() in hashtab_create()
` [PATCH 05/46] selinux: Adjust four checks for null pointers
` [PATCH 06/46] selinux: Use kcalloc() in policydb_index()
` [PATCH 07/46] selinux: Delete unnecessary variable assignments "
    `  "
` [PATCH 08/46] selinux: Delete an unnecessary return statement in policydb_destroy()
` [PATCH 09/46] selinux: Delete an error message for a failed memory allocation in policydb_read()
    `  "
` [PATCH 10/46] selinux: Move some assignments for the variable "rc" "
    `  "
` [PATCH 11/46] selinux: Return directly after a failed next_entry() in genfs_read()
` [PATCH 12/46] selinux: Move assignments for two pointers "
` [PATCH 13/46] selinux: Move four assignments for the variable "rc" "
` [PATCH 14/46] selinux: One function call less in genfs_read() after null pointer detection
` [PATCH 15/46] selinux: One check and function call less in genfs_read() after error detection
` [PATCH 16/46] selinux: Move two assignments for the variable "rc" in filename_trans_read()
` [PATCH 17/46] selinux: Delete an unnecessary variable assignment "
` [PATCH 18/46] selinux: One function call less in filename_trans_read() after error detection
` [PATCH 19/46] selinux: Return directly after a failed next_entry() in range_read()
` [PATCH 20/46] selinux: Move four assignments for the variable "rc" "
` [PATCH 21/46] selinux: Two function calls less in range_read() after error detection
` [PATCH 22/46] selinux: Delete an unnecessary variable initialisation in range_read()
` [PATCH 23/46] selinux: Move an assignment for a pointer "
` [PATCH 24/46] selinux: Return directly after a failed kzalloc() in cat_read()
` [PATCH 25/46] selinux: Return directly after a failed kzalloc() in sens_read()
` [PATCH 26/46] selinux: Improve another size determination "
` [PATCH 27/46] selinux: Move an assignment for the variable "rc" "
` [PATCH 28/46] selinux: Return directly after a failed kzalloc() in user_read()
` [PATCH 29/46] selinux: Return directly after a failed kzalloc() in type_read()
` [PATCH 30/46] selinux: Return directly after a failed kzalloc() in role_read()
` [PATCH 32/46] selinux: Return directly after a failed kzalloc() in class_read()
` [PATCH 33/46] selinux: Move an assignment for the variable "rc" "
` [PATCH 34/46] selinux: Return directly after a failed kzalloc() in common_read()
` [PATCH 35/46] selinux: Return directly after a failed kzalloc() in perm_read()
` [PATCH 36/46] selinux: Move an assignment for the variable "rc" in mls_read_range_helper()
` [PATCH 37/46] selinux: Move an assignment for the variable "rc" in policydb_load_isids()
` [PATCH 38/46] selinux: One function call less in five functions after null pointer detection
` [PATCH 39/46] selinux: Move two assignments for the variable "rc" in ocontext_read()
` [PATCH 40/46] selinux: Return directly after a failed kzalloc() in roles_init()
` [PATCH 41/46] selinux: Move two assignments for the variable "rc" "
` [PATCH 42/46] selinux: One function call less in roles_init() after error detection
` [PATCH 43/46] selinux: Use kmalloc_array() in sidtab_init()
` [PATCH 44/46] selinux: Adjust two checks for null pointers
` [PATCH 46/46] selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()
  ` SELinux: Fine-tuning for several function implementations

[PATCH] VSOCK: remove unnecessary ternary operator on return value
 2017-03-29  4:49 UTC  (3+ messages)

[PATCH] 6lowpan: fix assignment of peer_addr
 2017-03-28 13:36 UTC  (3+ messages)

[PATCH] usb: gadget: pch_udc: don't update td->next after it has been released to the pool
 2017-03-28 12:52 UTC  (3+ messages)

[PATCH] usb: gadget: udc: remove redundant initial assignments to the pointer 's'
 2017-03-28 10:20 UTC  (3+ messages)

[PATCH] scsi: osd_uld: remove an unneeded NULL check
 2017-03-28  1:54 UTC  (3+ messages)

[PATCH] netvsc: fix dereference before null check errors
 2017-03-27 23:01 UTC  (3+ messages)

[PATCH] Btrfs: fix an integer overflow check
 2017-03-27 15:22 UTC  (2+ messages)

[PATCH] Bluetooth: fix assignments on error variable err
 2017-03-27 14:23 UTC  (2+ messages)

[PATCH] ASoC: intel: remove unused variable data and associated code
 2017-03-27 11:32 UTC  (3+ messages)
` [alsa-devel] "
` Applied "ASoC: intel: remove unused variable data and associated code" to the asoc tree

[PATCH] [media] coda: remove redundant call to v4l2_m2m_get_vq
 2017-03-27 11:04 UTC  (4+ messages)

[PATCH] staging: atomisp: fix an issue timeout value for checking error
 2017-03-27  8:52 UTC 

[PATCH] kprobes: Remove an unneeded condition
 2017-03-27  2:19 UTC  (6+ messages)
  ` [PATCH v2] kprobes: cleanup _kprobe_addr()

[PATCH] netvsc: fix unititialized return value in variable ret
 2017-03-27  0:52 UTC  (2+ messages)

回复:kevin7912 ★6月2-4日 =?utf-8?B?4piF44CQ5Lit5Zu977yI5bm/5bee77yJ5Zu96
 2017-03-25 20:02 UTC 

[PATCH 0/3] Add public w1 driver interface
 2017-03-25 18:47 UTC  (2+ messages)

[PATCH] IB/rxe: double free on error
 2017-03-25  1:48 UTC  (2+ messages)

[patch] RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num()
 2017-03-25  1:11 UTC  (2+ messages)

[PATCH] regulator: twl6030: remove redundant range check min_uV > 1300000 && min_uV <= 1350000
 2017-03-24 19:16 UTC  (2+ messages)
` Applied "regulator: twl6030: remove redundant range check min_uV > 1300000 && min_uV <= 1350000" to

[PATCH] crypto: zip - Memory corruption in zip_clear_stats()
 2017-03-24 14:14 UTC  (2+ messages)

[PATCH] raid5-ppl: silence a misleading warning message
 2017-03-24  5:37 UTC  (3+ messages)

[PATCH] drm/i915/kvmgt: avoid dereferencing a potentially null info pointer
 2017-03-24  3:38 UTC  (4+ messages)

[PATCH] leds: mt6323: Fix an off by one bug in probe
 2017-03-23 19:37 UTC  (3+ messages)

[PATCH] tpm2: fix off-by-one comparison and out-of-bounds read error
 2017-03-23 18:12 UTC  (9+ messages)

[PATCH] block: make nr_iovecs unsigned in bio_alloc_bioset()
 2017-03-23 14:16 UTC  (3+ messages)

[PATCH] iwlwifi: mvm: writing zero bytes to debugfs causes a crash
 2017-03-23 12:25 UTC  (2+ messages)

[PATCH] qla2xxx: remove redundant check on sess being non-null
 2017-03-23 11:49 UTC 

[PATCH] scsi: fcoe: sanity check string size for store_ctrl_mode option
 2017-03-23 11:45 UTC  (4+ messages)

[patch] mtd: nand: hynix: Fix an error code in init
 2017-03-23  9:45 UTC  (3+ messages)

[PATCH] scsi: pm8001: build in relevant functions and code on PM8001_USE_MSIX
 2017-03-23  9:17 UTC  (4+ messages)

[patch] sfc: cleanup a condition in efx_udp_tunnel_del()
 2017-03-23  2:25 UTC  (3+ messages)

[patch -next] net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages()
 2017-03-22 19:46 UTC  (3+ messages)

[PATCH] mlxsw: spectrum: fix swapped order of arguments packets and bytes
 2017-03-22 18:13 UTC  (2+ messages)

[PATCH] [media] usb: au0828: remove redundant code
 2017-03-22 16:32 UTC 

[PATCH] vmci: Fix a couple integer overflow tests
 2017-03-22 11:19 UTC 

[PATCH] bna: integer overflow bug in debugfs
 2017-03-22  0:43 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).