All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-11-23 09:51:45 to 2011-11-23 10:46:56 UTC [more...]

[Cluster-devel] [coverity] cman
 2011-11-23 10:46 UTC  (46+ messages)
` [Cluster-devel] [PATCH 01/41] libcman: fix bad flags check
` [Cluster-devel] [PATCH 02/41] libcman: fix fd usage
` [Cluster-devel] [PATCH 03/41] libcman: fix variable type
` [Cluster-devel] [PATCH 04/41] libcman: fix possible memory leak
` [Cluster-devel] [PATCH 05/41] libcman: correctly check for vars before using them
` [Cluster-devel] [PATCH 06/41] libcman: switch to strncpy to avoid possible buffer overflows
` [Cluster-devel] [PATCH 07/41] cman_tool: make cman_error static and make it use it's arg instead of global errno
` [Cluster-devel] [PATCH 08/41] cman_tool: don't use envp from main
` [Cluster-devel] [PATCH 09/41] cman_tool: prevent buffer overrun
` [Cluster-devel] [PATCH 10/41] cman_tool: check that memory is allocated
` [Cluster-devel] [PATCH 11/41] cman_tool: drop unused vars and fix value check
` [Cluster-devel] [PATCH 12/41] cman: add check to guarantee we found our own node name
` [Cluster-devel] [PATCH 13/41] cman: drop dead code and fix code logic
` [Cluster-devel] [PATCH 14/41] cman_tool: fix a few possible buffer overflow
` [Cluster-devel] [PATCH 15/41] cman: fix a few var checks and types
` [Cluster-devel] [PATCH 16/41] cman: drop unrequired/unused vars and functions
` [Cluster-devel] [PATCH 17/41] cman: make 2 var const and allow backup defaults
` [Cluster-devel] [PATCH 18/41] cman: move check of null at beginning
` [Cluster-devel] [PATCH 19/41] cman: init structs before use
` [Cluster-devel] [PATCH 20/41] cman: simplify code
` [Cluster-devel] [PATCH 21/41] cman: fix free handle logic
` [Cluster-devel] [PATCH 22/41] cman: fix several virtually impossible buffer overflows
` [Cluster-devel] [PATCH 23/41] notifyd: check for pid errors and report them
` [Cluster-devel] [PATCH 24/41] notifyd: fix virtually impossible buffer overflows
` [Cluster-devel] [PATCH 25/41] qdiskd: use correct sizeof for memb_mask_t
` [Cluster-devel] [PATCH 26/41] qdiskd: report errors on cman_dispatch failures
` [Cluster-devel] [PATCH 27/41] qdiskd: check for sscanf return codes
` [Cluster-devel] [PATCH 28/41] qdisk: fix scandisk eval check
` [Cluster-devel] [PATCH 29/41] qdiskd: add strlen check to avoid memory corruption
` [Cluster-devel] [PATCH 30/41] qdiskd: warn users when we cannot write eviction notice to disk
` [Cluster-devel] [PATCH 31/41] qdiskd: don�t deference null variable
` [Cluster-devel] [PATCH 32/41] qdiskd: clean code around case
` [Cluster-devel] [PATCH 33/41] qdiskd: don't try the impossible if we can't open /dev/null
` [Cluster-devel] [PATCH 34/41] qdiskd: avoid a potential crash in case config state is invalid
` [Cluster-devel] [PATCH 35/41] qdiskd: change variable type
` [Cluster-devel] [PATCH 36/41] qdiskd: implement better string handling
` [Cluster-devel] [PATCH 37/41] qdiskd: add failure paths to check_process_running and drop duplicate check
` [Cluster-devel] [PATCH 38/41] qdiskd: fix possible resource leak in scandisk
` [Cluster-devel] [PATCH 39/41] qdiskd: don't leak memory if we fail to read from disk
` [Cluster-devel] [PATCH 40/41] qdiskd: fix uninitialized values
` [Cluster-devel] [PATCH 41/41] qdiskd: fix more uninizialized values

[PATCH 0/8] multitouch updates (mainly eGalax)
 2011-11-23 10:46 UTC  (10+ messages)
` [PATCH 1/8] HID: hid-multitouch - add another eGalax id
` [PATCH 2/8] hid-multitouch: create sysfs attribute to control quirks from user-space
` [PATCH 3/8] hid-multitouch: cleanup eGalax quirks
` [PATCH 4/8] hid-multitouch: remove .maxcontacts field for eGalax
` [PATCH 5/8] HID: cleanup with eGalax PID definitions
` [PATCH 6/8] HID-multitouch: Add egalax ID for Acer Iconia W500
` [PATCH 7/8] hid-multitouch: add support for the MSI Windpad 110W
` [PATCH 8/8] hid-multitouch: correct eGalax a001 protocol

Regarding mm, driver, and other
 2011-11-23 10:45 UTC 

how to unplug a physical cpu?
 2011-11-23 10:45 UTC 

IOAPIC doesn't handle byte writes
 2011-11-23 10:45 UTC  (2+ messages)

[PATCH] ARM: Add TLB flushing for both entries in a PMD
 2011-11-23 10:45 UTC  (3+ messages)

[PATCH v2 0/1] busybox: update to 1.19.3
 2011-11-23 10:38 UTC  (3+ messages)

[U-Boot] [PATCH] MX: serial_mxc: cleanup removing nasty #ifdef
 2011-11-23 10:44 UTC  (4+ messages)

[PATCH 1/2] ax25: integer overflows in ax25_setsockopt()
 2011-11-23 10:44 UTC  (2+ messages)

[PATCH] [TRIVIAL] gpio: Kconfig: drop unknown symbol 'CS5535_GPIO'
 2011-11-23 10:44 UTC 

[RFC][PATCH 0/3] impelemnt cgroup_(subsys)_disabled in generic
 2011-11-23 10:43 UTC  (6+ messages)
` [RFC][PATCH 3/3] replace mem_cgroup_disabled

[Qemu-devel] [PULL 0/3] Trivial patches for 18 to 23 November 2011
 2011-11-23 10:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep()
` [Qemu-devel] [PATCH 2/3] rtl8139: Fix invalid IO access alignment
` [Qemu-devel] [PATCH 3/3] fix out of tree build

[PATCH v2] HID: Add support for pressure sensitive buttons
 2011-11-23 10:43 UTC  (8+ messages)

[PATCH 00/65] OMAPDSS: manager/apply improvements
 2011-11-23 10:42 UTC  (18+ messages)
` [PATCH 35/65] OMAPDSS: APPLY: move spinlock outside the struct
` [PATCH 40/65] OMAPDSS: APPLY: add mutex
` [PATCH 41/65] OMAPDSS: APPLY: add missing uses of spinlock
` [PATCH 42/65] OMAPDSS: DSI: call mgr_enable/disable for cmd mode displays
  ` [PATCH 42/65] OMAPDSS: DSI: call mgr_enable/disable for cmd mode
      ` [PATCH 42/65] OMAPDSS: DSI: call mgr_enable/disable for cmd

linux-next: build failure after merge of the final tree (uprobes tree related)
 2011-11-23 10:42 UTC  (2+ messages)

[oe-commits] Koen Kooi : abiword: update to 2.8.6
 2011-11-23 10:34 UTC  (2+ messages)
` [PATCH] abiword: fix no-undefined param

Memory sync algorithm during migration
 2011-11-23 10:40 UTC  (8+ messages)
          ` [Qemu-devel] "

[PATCH] EFI support for IA
 2011-11-23 10:39 UTC 

[PATCH RFC v3 0/3] Support multiple VirtioConsoles
 2011-11-23 10:38 UTC  (7+ messages)
` [PATCH v3 2/3] hvc_init(): Enforce one-time initialization

[PATCH 00/17] ASoC: Add Tegra DT, cleanup, and related
 2011-11-23 10:38 UTC  (22+ messages)
` [PATCH 01/17] arm/tegra: board-dt: audio: Enable clocks, fix AUXDATA
` [PATCH 04/17] ASoC: Add device tree binding for WM8903
` [PATCH 05/17] ASoC: Tegra: Move DAS configuration into machine drivers
` [PATCH 06/17] ASoC: Tegra PCM: Use module_platform_driver
` [PATCH 07/17] ASoC: Tegra DAS: Use devm_ APIs and module_platform_driver
` [PATCH 08/17] ASoC: Tegra I2S: "

btrfs encryption problems
 2011-11-23 10:38 UTC 

[V3 PATCH 1/2] tmpfs: add fallocate support
 2011-11-23 10:38 UTC  (4+ messages)
` [PATCH 2/2] fs: wire up .truncate_range and .fallocate

[Qemu-devel] [PATCH] vpc: Add missing error handling in alloc_block
 2011-11-23 10:40 UTC 

[PATCH] perf_event: fix loss of notification with multi-event sampling
 2011-11-23 10:36 UTC  (8+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: add biggest_unsigned_int(x) macro
 2011-11-23 10:35 UTC 

[PATCH v4 0/7] MIPS: ath79: cleanup AR724X PCI support code
 2011-11-23 10:34 UTC  (3+ messages)
` [PATCH v4 4/7] MIPS: ath79: add a common PCI registration function

CIFS: Rename bug on servers not supporting inode numbers
 2011-11-23 10:34 UTC  (7+ messages)

[PATCH 0/4] Provide cpuacct functionality in cpu cgroup
 2011-11-23 10:29 UTC  (4+ messages)

[PATCH] ASoC: mpc8610: tell the CS4270 codec that it's the master
 2011-11-23 10:30 UTC  (4+ messages)

[PATCH] sound: drop support for PlayPaq with WM8510
 2011-11-23 10:29 UTC  (3+ messages)

Add support form eMMa-PrP in i.MX2 chips as a mem2mem device
 2011-11-23 10:29 UTC  (9+ messages)
` [PATCH v2 1/2] MX2: Add platform definitions for eMMa-PrP device
` [PATCH v2 2/2] MEM2MEM: Add support for eMMa-PrP mem2mem operations

[PATCH v5 3/4] drivers/i2c/busses/i2c-at91.c: add new driver
 2011-11-23 10:28 UTC  (5+ messages)
  ` AW: "

Device tree support for WM8994 and WM9713
 2011-11-23 10:28 UTC  (6+ messages)

[U-Boot] Fastboot gadget, v2. repost
 2011-11-23 10:27 UTC  (9+ messages)
` [U-Boot] [PATCH 1/2] image: add support for Android's boot image format
` [U-Boot] [PATCH 2/2] usb/gadget: add the fastboot gadget

How to hook the system call?
 2011-11-23 10:27 UTC  (4+ messages)

[PATCH 0/7] Introducing a generic AMP framework
 2011-11-23 10:27 UTC  (9+ messages)

[PATCH] drm/i915: By default, enable RC6 on IVB and SNB when reasonable
 2011-11-23 10:26 UTC  (4+ messages)

[PATCH v5 00/10] per-cgroup tcp memory pressure
 2011-11-23 10:25 UTC  (9+ messages)
  ` [Devel] "

crypto_ahash_setkey
 2011-11-23 10:25 UTC  (5+ messages)

[PATCH 0 of 5] xl scheduler support
 2011-11-23 10:24 UTC  (6+ messages)

[Qemu-trivial] [PATCH 01/11] fix spelling in darwin-user sub directory
 2011-11-23 10:23 UTC  (3+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

3.2-rc2+git: kernel BUG at block/blk-core.c:1000! (__scsi_queue_insert)
 2011-11-23 10:24 UTC 

[PATCH] powerpc/40x: Add APM8018X SOC support
 2011-11-23 10:23 UTC  (3+ messages)

rtl8192cu not working with Edimax EW-7811Un
 2011-11-23 10:23 UTC  (3+ messages)

[RFC/PATCH 00/26] PM: Create the AVS class of drivers
 2011-11-23 10:22 UTC  (4+ messages)
` [PATCH 25/26] OMAP: PM: convert the SmartReflex code into the AVS driver framework

[PATCH] kdump: crashk_res init check for /sys/kernel/kexec_crash_size
 2011-11-23 10:22 UTC  (4+ messages)

[PATCH V4 1/4] MIPS: Add CPU support for Loongson1B
 2011-11-23 10:21 UTC  (3+ messages)
` [PATCH V4 2/4] MIPS: Add board "

cherry-pick/revert error messages
 2011-11-23 10:21 UTC  (10+ messages)
  ` [RFC/PATCH 0/3] "
    ` [PATCH v2 "
      ` [PATCH 5/3] revert: introduce --abort to cancel a failed cherry-pick
            ` [PATCH] Fix revert --abort on Windows

[PATCH 0/2] net: Add network priority cgroup (v4)
 2011-11-23 10:19 UTC  (6+ messages)

[PATCH 1/2] crypto: serpent - cleanup checkpatch errors and warnings
 2011-11-23 10:21 UTC  (2+ messages)
` [PATCH 2/2] crypto: serpent - rename serpent.c to serpent_generic.c

3.2-rc2+git: kernel BUG at block/blk-core.c:1000! (__scsi_queue_insert)
 2011-11-23 10:20 UTC 

[PATCH 0/3] Various Fixes
 2011-11-23 10:12 UTC  (3+ messages)
` [PATCH 1/3] gmp: also generate the libgmpcxx library

[Qemu-devel] [PATCH V3 1/2] Update ioctl order in nbd_init to detect -EBUSY
 2011-11-23 10:14 UTC  (2+ messages)
` [Qemu-devel] [PATCH V3 2/2] Add -f option to qemu-nbd

[PATCH RFC] watchdog: add a new driver for VIA chipsets
 2011-11-23  9:59 UTC  (6+ messages)

tty related lockdep trace during bootup on 3.2-rc2
 2011-11-23 10:14 UTC  (4+ messages)

[RFC 1/3] pinctrl: add a driver for the OMAP pinmux
 2011-11-23 10:14 UTC  (11+ messages)

[PATCH] ASoC: Convert wm8776 to table based control and DAPM init
 2011-11-23 10:14 UTC 

[PATCH] iio: Fix build error in industrialio-core.c
 2011-11-23 10:13 UTC 

[PATCH 1/2] ehea: Reduce memory usage in buffer pools
 2011-11-23 10:13 UTC  (2+ messages)
` [PATCH 2/2] ehea: Use round_jiffies_relative to align workqueue

[PATCH] mmc: block: Fix compile time warning for uninitalized variables
 2011-11-23 10:11 UTC 

[PATCH] Prevent xl save from segfaulting when control/shutdown key is removed
 2011-11-23 10:12 UTC  (2+ messages)

[U-Boot] [PATCH] M28: Added pin name support in GPIO driver
 2011-11-23 10:08 UTC  (7+ messages)

[PATCH 0/3] cfg80211: few regulatory fixes
 2011-11-23 10:07 UTC  (3+ messages)
` [PATCH 1/3] cfg80211: allow following country IE power for custom regdom cards

[PATCH] KVM: PPC: paravirt: Avoid patching paravirt template code
 2011-11-23 10:05 UTC 

[PATCH] atmel ac97c: using software reset instead hardware reset if not available
 2011-11-23 10:05 UTC  (2+ messages)

[RFC 3/3] Bluetooth: Add AMP initialization
 2011-11-23 10:04 UTC  (3+ messages)

i915: hangcheck timer elapsed
 2011-11-23 10:04 UTC  (3+ messages)

[PATCH] Adding USB device 13d3:3375 (a bluetooth module embedded in the Asus UX31) as an Atheros AR3012 device
 2011-11-23 10:03 UTC 

IGMP packet matching and multicast routing
 2011-11-23 10:01 UTC 

BUG: zonelist->_zonerefs == 0x1c08
 2011-11-23  9:59 UTC  (10+ messages)
    ` [PATCH] block: initialize request_queue's numa node during allocation
        `  "
          ` [patch v2 for-3.2] "

[PATCH RESEND v2 2/2] regulator: TPS65910: VDD1/2 voltage selector count
 2011-11-23  9:59 UTC  (4+ messages)

[PATCH] datapath: Fix build breakage on kernel 2.6.40
 2011-11-23  9:58 UTC 

[RFC 0/2] Add org.bluez.Telephony interface
 2011-11-23  9:58 UTC  (5+ messages)

[U-Boot] Possible fix for dns command
 2011-11-23  9:57 UTC  (2+ messages)

[git pull] drm fixes
 2011-11-23  9:56 UTC 

linux-next: build failure after merge of the final tree (uprobes tree related)
 2011-11-23  9:54 UTC  (2+ messages)

[Xenomai-help] [xenomai-help] Error return with a4l_sync_write
 2011-11-23  9:53 UTC  (10+ messages)

[Qemu-devel] [PATCH v2 0/8] block: generic copy-on-read
 2011-11-23  9:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 7/8] block: core copy-on-read logic


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.