public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-10 02:11:38 to 2011-06-04 16:52:37 UTC [more...]

[patch] [media] DVB: dvb_frontend: off by one in dtv_property_dump()
 2011-06-04 16:52 UTC  (4+ messages)

[patch] USB: wusbcore: return negative error codes
 2011-06-04  6:10 UTC 

[PATCH] sony-laptop: remove unused local variables
 2011-06-04  5:54 UTC  (3+ messages)

[patch] xen: off by one errors in multicalls.c
 2011-06-03 19:57 UTC  (3+ messages)
  ` [Xen-devel] "

[patch] ALSA: fm801: add error handling if auto-detect fails
 2011-06-03  8:12 UTC  (2+ messages)

[PATCH 1/5] iwlegacy: remove unreachable code
 2011-06-03  3:24 UTC  (7+ messages)
` [PATCH 2/5] iwlegacy: remove unecessary if statement
` [PATCH 3/5] iwlegacy: return -EINVAL instead of -1
` [PATCH 4/5] iwlegacy: propagate error return value
` [PATCH 5/5] iwlegacy: add missing null check
    ` [PATCH 5/5 v2] "

[PATCH 9/10] arch/arm/mach-omap2/clock.c: add missing clk_put
 2011-06-02 21:26 UTC  (2+ messages)

[PATCH] drivers/usb/gadget/inode.c: add missing kfree
 2011-06-02 15:17 UTC  (4+ messages)

[PATCH 10/10] drivers/video/pxa168fb.c: add missing clk_put
 2011-06-02  8:12 UTC  (4+ messages)
` [PATCH 8/10] drivers/video/imxfb.c: "

[PATCH 4/10] drivers/net/can/flexcan.c: add missing clk_put
 2011-06-02  7:10 UTC  (9+ messages)

[PATCH 7/10] drivers/net/davinci_emac.c: add missing clk_put
 2011-06-02  4:20 UTC  (3+ messages)

[PATCH 3/10] drivers/usb/host/ohci-pxa27x.c: add missing clk_put
 2011-06-02  2:10 UTC  (2+ messages)

[PATCH 5/10] arch/arm/mach-s5pv210/cpufreq.c: add missing clk_put
 2011-06-01 21:26 UTC  (2+ messages)

[PATCH 2/10] sound/soc/nuc900/nuc900-ac97.c: add missing clk_put
 2011-06-01 18:21 UTC  (3+ messages)

[PATCH 6/10] drivers/char/hw_random/nomadik-rng.c: add missing clk_put
 2011-06-01 17:20 UTC  (2+ messages)
` [PATCH 6/10] drivers/char/hw_random/nomadik-rng.c: add missing

[PATCH 1/10] drivers/char/hw_random/omap-rng.c: add missing clk_put
 2011-06-01 17:20 UTC  (2+ messages)
` [PATCH 1/10] drivers/char/hw_random/omap-rng.c: add missing

[PATCH] drivers/scsi/ipr.c: reorder error handling code to include iounmap
 2011-06-01 15:02 UTC  (2+ messages)
` [PATCH] drivers/scsi/ipr.c: reorder error handling code to include

[patch 2/2] ptp: fix some locking bugs in ptp_read()
 2011-06-01 10:18 UTC  (3+ messages)

[patch 1/2] ptp: return -EFAULT on copy_to_user() errors
 2011-06-01 10:16 UTC  (4+ messages)

[patch] ocfs2: null deref on allocation error
 2011-06-01  2:24 UTC  (2+ messages)

[patch] ocfs2: checking the wrong variable in ocfs2_move_extent()
 2011-06-01  2:23 UTC  (2+ messages)
` [patch] ocfs2: checking the wrong variable in

Janitor-Question: use __set_bit instead of |=
 2011-05-31  9:05 UTC  (4+ messages)

[PATCH] arch/arm/mach-omap1/dma.c: Invert calls to platform_device_put and platform_device_del
 2011-05-31  7:40 UTC  (2+ messages)
` [PATCH] arch/arm/mach-omap1/dma.c: Invert calls to

[PATCH] bond_3ad.c: switch MAC_ADDRESS_COMPARE macro for
 2011-05-31  7:17 UTC  (3+ messages)
` [PATCH] bond_3ad.c: switch MAC_ADDRESS_COMPARE macro for compare_ether_addr()

[PATCH] staging: usbip: stub_main.c: simplify busid_table initialization
 2011-05-27  8:49 UTC 

[patch] xen/blkback: potential null dereference in error handling
 2011-05-27  6:27 UTC 

[patch 2/2] usbhid: fix some error codes in hiddev_connect()
 2011-05-26 16:35 UTC  (4+ messages)

[patch] [media] rc/redrat3: dereferencing null pointer
 2011-05-26 14:51 UTC  (2+ messages)

[patch] [media] rc: double unlock in rc_register_device()
 2011-05-26 14:49 UTC  (2+ messages)

[patch 1/2] usbhid: use after free
 2011-05-26 12:03 UTC  (2+ messages)

[patch] drm/i915: fix if statement in ivybridge irq handler
 2011-05-25 15:47 UTC  (2+ messages)

[PATCH 00/12] staging: usbip
 2011-05-21 11:45 UTC  (22+ messages)
` [PATCH 01/12] staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_
  ` [PATCH 01/12] staging: usbip: replace usbip_u{dbg,err,info} and
` [PATCH 02/12] staging: usbip: remove unnecessary lines and extra return statements
` [PATCH 03/12] staging: usbip: stub_main.c: reorder functions
` [PATCH 04/12] staging: usbip: stub_main.c: code cleanup
` [PATCH 05/12] staging: usbip: stub_main.c: rename init and exit functions
` [PATCH 06/12] staging: usbip: stub_main.c: use KMEM_CACHE macro
` [PATCH 07/12] staging: usbip: usbip_common.c: fix misspelled function name
` [PATCH 08/12] staging: usbip: usbip_common.h: reorganize and document request headers
` [PATCH 09/12] staging: usbip: stub_dev.c: move stub_driver definition and update driver name
` [PATCH 10/12] staging: usbip: userspace: bind_driver.c: update kernel module name
` [PATCH 11/12] staging: usbip: usbip_common.c: rename init and exit functions
` [PATCH 12/12] staging: usbip: vhci_hcd.c: "

[PATCH] staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_
 2011-05-20  4:31 UTC  (7+ messages)
` [PATCH] staging: usbip: replace usbip_u{dbg,err,info} and printk

[PATCH] drivers/staging/cptm1217/clearpad_tm1217.c: Correct call to input_free_device
 2011-05-18 19:20 UTC 

[PATCH] drivers/staging/ath6kl/os/linux/cfg80211.c: Add missing call to cfg80211_put_bss
 2011-05-16 16:37 UTC  (2+ messages)

[PATCH] drivers/staging/line6/driver.c: Drop unneeded put functions
 2011-05-16 12:24 UTC 

[PATCH] drivers/gpu/drm/i915/i915_gem.c: Add missing error handling code
 2011-05-16  9:54 UTC 

[Resend PATCH] package: Makefile: fix perf target bug
 2011-05-16  8:19 UTC  (13+ messages)
        ` [PATCH v2] "
              ` [PATCH v3] "

[PATCH 1/3] arch/x86/kernel/cpu/mcheck/mce_amd.c: Avoid leaving freed data in a list
 2011-05-15  9:36 UTC  (2+ messages)
` [PATCH 1/3] arch/x86/kernel/cpu/mcheck/mce_amd.c: Avoid

[PATCH 2/2] drivers/media/rc/imon.c: Correct call to input_free_device
 2011-05-14 14:18 UTC 

[PATCH 1/2] drivers/input/touchscreen/atmel_tsadcc.c: Correct call to input_free_device
 2011-05-14 14:18 UTC 

[PATCH] fs/btrfs: Add missing btrfs_free_path
 2011-05-14  7:10 UTC 

[PATCH] fs/freevxfs/vxfs_fshead.c: Convert kfree to kmem_cache_free
 2011-05-13 21:23 UTC 

[PATCH] drivers/isdn/hisax: Drop unused list
 2011-05-13 20:10 UTC  (2+ messages)

[PATCH] mfd: WL1273 FM Radio: remove unused variable
 2011-05-13 17:23 UTC  (2+ messages)

[PATCH] drivers/staging/vt6656/main_usb.c: Delete unnecessary call to usb_kill_urb
 2011-05-13 15:48 UTC 

[PATCH] drivers/usb/serial/opticon.c: Release resources on kmalloc failure
 2011-05-13 15:30 UTC 

[PATCH 2/3] net/rfkill/core.c: Avoid leaving freed data in a list
 2011-05-13 13:55 UTC  (2+ messages)
` [PATCH 2/3] net/rfkill/core.c: Avoid leaving freed data in a

[PATCH 3/3] drivers/gpu/drm/drm_bufs.c: Avoid leaving freed data in a list
 2011-05-13 13:52 UTC 

[PATCH 00/12] staging: usbip: miscellaneous code cleanup
 2011-05-12 18:37 UTC  (35+ messages)
` [PATCH 01/12] staging: usbip: change debug configuration option
` [PATCH 02/12] staging: usbip: use single version for all modules
` [PATCH 03/12] staging: usbip: fix header includes
` [PATCH 04/12] staging: usbip: replace usbip_u{dbg,err,info} and printk with pr_ equivalent
  ` [PATCH 04/12] staging: usbip: replace usbip_u{dbg,err,info} and
` [PATCH 05/12] staging: usbip: remove unnecessary lines and extra return statements
` [PATCH 06/12] staging: usbip: stub_main.c: code cleanup
` [PATCH 07/12] staging: usbip: stub_main.c: change __init/__exit prefix and use KMEM_CACHE
` [PATCH 08/12] staging: usbip: usbip_common.c: fix misspelled function name
` [PATCH 09/12] staging: usbip: edit Kconfig and rename CONFIG options
  ` [PATCH 09/12] staging: usbip: edit Kconfig and rename CONFIG
` [PATCH 10/12] staging: usbip: stub.h: reorganize
` [PATCH 11/12] staging: usbip: vhci.h: reorganize
` [PATCH 12/12] staging: usbip: usbip_common.h: reorganize and document request headers
` [PATCH 09/12 v2] staging: usbip: edit Kconfig and rename CONFIG options
` [PATCH 03/12 v2] staging: usbip: fix header includes
` [PATCH 09/12 v3] staging: usbip: edit Kconfig and rename CONFIG options
  ` [PATCH 09/12 v3] staging: usbip: edit Kconfig and rename CONFIG

[PATCH 1/2] staging: usbip: fix header includes
 2011-05-12  5:33 UTC  (2+ messages)
` [PATCH 2/2] staging: usbip: edit Kconfig and rename CONFIG options

[PATCH net-next-2.6] net/bonding: adjust codingstyle for bond_3ad files
 2011-05-12  0:59 UTC  (7+ messages)
` [PATCH net-next-2.6] net/bonding: adjust codingstyle for
  ` [PATCH net-next-2.6] net/bonding: adjust codingstyle for bond_3ad

[PATCH] drivers/mmc/card/block.c: fix potential null dereference
 2011-05-11  4:03 UTC  (10+ messages)
            ` [PATCH] drivers/mmc/card/block.c: fix potential null dereference 'idata'

[PATCH] include: linux: pnp.h: Fix identation issue
 2011-05-10 16:04 UTC 

[PATCH] net/bonding: adjust codingstyle for bond_3ad files
 2011-05-10 12:22 UTC  (4+ messages)


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