All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-01 17:00:39 to 2014-04-01 17:40:07 UTC [more...]

post-receive: pub/scm/linux/kernel/git/ak/linux-misc
 2014-04-01 17:40 UTC 

[Qemu-devel] [PULL for-2.0 00/51] Block patches
 2014-04-01 17:39 UTC  (50+ messages)
` [Qemu-devel] [PULL for-2.0 01/51] qemu-img: Release reference to BlockDriverState
` [Qemu-devel] [PULL for-2.0 02/51] vvfat: Fix :floppy: option to suppress partition table
` [Qemu-devel] [PULL for-2.0 03/51] qcow2: fix two memory leaks in qcow2_open error code path
` [Qemu-devel] [PULL for-2.0 04/51] qemu-iotests: add ./check -cloop support
` [Qemu-devel] [PULL for-2.0 05/51] qemu-iotests: add cloop input validation tests
` [Qemu-devel] [PULL for-2.0 06/51] block/cloop: validate block_size header field (CVE-2014-0144)
` [Qemu-devel] [PULL for-2.0 07/51] block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)
` [Qemu-devel] [PULL for-2.0 08/51] block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)
` [Qemu-devel] [PULL for-2.0 10/51] block/cloop: fix offsets[] size off-by-one
` [Qemu-devel] [PULL for-2.0 12/51] bochs: Unify header structs and make them QEMU_PACKED
` [Qemu-devel] [PULL for-2.0 13/51] bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)
` [Qemu-devel] [PULL for-2.0 15/51] bochs: Check extent_size header field (CVE-2014-0142)
` [Qemu-devel] [PULL for-2.0 16/51] bochs: Fix bitmap offset calculation
` [Qemu-devel] [PULL for-2.0 17/51] vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)
` [Qemu-devel] [PULL for-2.0 18/51] vpc: Validate block size (CVE-2014-0142)
` [Qemu-devel] [PULL for-2.0 19/51] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
` [Qemu-devel] [PULL for-2.0 20/51] vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)
` [Qemu-devel] [PULL for-2.0 21/51] curl: check data size before memcpy to local buffer. (CVE-2014-0144)
` [Qemu-devel] [PULL for-2.0 22/51] qcow2: Check header_length (CVE-2014-0144)
` [Qemu-devel] [PULL for-2.0 23/51] qcow2: Check backing_file_offset (CVE-2014-0144)
` [Qemu-devel] [PULL for-2.0 24/51] qcow2: Check refcount table size (CVE-2014-0144)
` [Qemu-devel] [PULL for-2.0 25/51] qcow2: Validate refcount table offset
` [Qemu-devel] [PULL for-2.0 26/51] qcow2: Validate snapshot table offset/size (CVE-2014-0144)
` [Qemu-devel] [PULL for-2.0 27/51] qcow2: Validate active L1 table offset and size (CVE-2014-0144)
` [Qemu-devel] [PULL for-2.0 28/51] qcow2: Fix backing file name length check
` [Qemu-devel] [PULL for-2.0 29/51] qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0147)
` [Qemu-devel] [PULL for-2.0 30/51] qcow2: Avoid integer overflow in get_refcount (CVE-2014-0143)
` [Qemu-devel] [PULL for-2.0 31/51] qcow2: Check new refcount table size on growth
` [Qemu-devel] [PULL for-2.0 32/51] qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_noref
` [Qemu-devel] [PULL for-2.0 33/51] qcow2: Protect against some integer overflows in bdrv_check
` [Qemu-devel] [PULL for-2.0 34/51] qcow2: Fix new L1 table size check (CVE-2014-0143)
` [Qemu-devel] [PULL for-2.0 35/51] dmg: coding style and indentation cleanup
` [Qemu-devel] [PULL for-2.0 36/51] dmg: prevent out-of-bounds array access on terminator
` [Qemu-devel] [PULL for-2.0 37/51] dmg: drop broken bdrv_pread() loop
` [Qemu-devel] [PULL for-2.0 38/51] dmg: use appropriate types when reading chunks
` [Qemu-devel] [PULL for-2.0 39/51] dmg: sanitize chunk length and sectorcount (CVE-2014-0145)
` [Qemu-devel] [PULL for-2.0 40/51] dmg: use uint64_t consistently for sectors and lengths
` [Qemu-devel] [PULL for-2.0 41/51] dmg: prevent chunk buffer overflow (CVE-2014-0145)
` [Qemu-devel] [PULL for-2.0 42/51] block: vdi bounds check qemu-io tests
` [Qemu-devel] [PULL for-2.0 43/51] block: Limit request size (CVE-2014-0143)
` [Qemu-devel] [PULL for-2.0 44/51] qcow2: Fix copy_sectors() with VM state
` [Qemu-devel] [PULL for-2.0 45/51] qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)
` [Qemu-devel] [PULL for-2.0 46/51] qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)
` [Qemu-devel] [PULL for-2.0 47/51] qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
` [Qemu-devel] [PULL for-2.0 48/51] qcow2: Limit snapshot table size
` [Qemu-devel] [PULL for-2.0 49/51] parallels: Fix catalog size integer overflow (CVE-2014-0143)
` [Qemu-devel] [PULL for-2.0 50/51] parallels: Sanity check for s->tracks (CVE-2014-0142)
` [Qemu-devel] [PULL for-2.0 51/51] qcow2: link all L2 meta updates in preallocate()

[PATCH 0/5] setup-environment: minor wording/display cleanups
 2014-04-01 17:39 UTC  (5+ messages)

[Cocci] [PATCH for v3.14 0/5] Coccicheck / coccinelle catched errors on ib/hw
 2014-04-01 17:39 UTC  (3+ messages)
`  "

fast-import deltas
 2014-04-01 17:38 UTC  (7+ messages)

[PATCH v2] netlink: don't compare the nul-termination in nla_strcmp
 2014-04-01 17:38 UTC 

[PATCH] net: filter: minor: fix kdoc in __sk_run_filter
 2014-04-01 17:38 UTC 

[PATCH v1] can: c_can: Enable interrupts only when initialization has been completed
 2014-04-02 17:28 UTC 

[PATCH 0/9] dm crypt: improve cpu scalability
 2014-04-01 17:35 UTC  (7+ messages)
` [PATCH 9/9] dm crypt: sort writes

[Qemu-devel] [PATCH 0/5] stellaris_enet: overhaul TX handling
 2014-04-01 17:35 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/5] hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrun
` [Qemu-devel] [PATCH 2/5] hw/net/stellaris_enet: Correct handling of packet padding
` [Qemu-devel] [PATCH 3/5] hw/net/stellaris_enet: Rewrite tx fifo handling code

Can't grow IMSM RAID5
 2014-04-01 17:34 UTC  (3+ messages)

[PATCH v4 0/5] mtd: nand: Add on-die ECC support
 2014-04-01 17:33 UTC  (7+ messages)
` [PATCH v4 5/5] mtd: nand: Improve bitflip detection for on-die ECC scheme

[PATCH BlueZ v0] attrib: Improve Attribute Data length checking
 2014-04-01 17:33 UTC 

OE/TSC monthly IRC meeting notes - Apr 1 2014
 2014-04-01 17:33 UTC 

[GIT PULL] x86/platforms for v3.15
 2014-04-01 17:32 UTC  (5+ messages)

Starting the test cicly for 1.6
 2014-04-01 17:32 UTC  (10+ messages)

[GIT PULL] arm64 patches for 3.15
 2014-04-01 17:29 UTC  (4+ messages)
` Bug(?) in patch "arm64: Implement coherent DMA API based on swiotlb" (was Re: [GIT PULL] arm64 patches for 3.15)

post-receive: pub/scm/linux/kernel/git/ak/linux-misc
 2014-04-01 17:30 UTC 

[Bug 73291] New: Kernel 3.13.7 boots with hybrid Intel/ATI but to blank graphical screen
 2014-04-01 17:29 UTC  (4+ messages)
` [Bug 73291] "

PL310 errata workarounds
 2014-04-01 17:29 UTC  (10+ messages)
` FEC ethernet issues [Was: PL310 errata workarounds]

post-receive: pub/scm/utils/tuna/tuna
 2014-04-01 17:28 UTC 

[PATCH v2 0/4] arm: mxs: dts: small fixes for I2SE's duckbills
 2014-04-01 17:28 UTC  (2+ messages)

[PATCH RFC 0/4] add T10-Dif registration for tcm_qla2xxx
 2014-04-01 17:27 UTC  (10+ messages)
` [PATCH 1/4] target/core: T10-Dif: check HW support capabilities

[PATCH RFC] drivers/char/mem: byte generating devices and poisoned mappings
 2014-04-01 17:27 UTC  (5+ messages)

[RFC PATCH 00/23] grub 64bit little-endian on power
 2014-04-01 17:27 UTC  (9+ messages)
` [RFC PATCH 06/23] Add IEEE1275_ADDR helper
` [RFC PATCH 08/23] Add powerpc64 types
` [RFC PATCH 09/23] Fix warnings when building powerpc linux loader 64bit
` [RFC PATCH 11/23] Fix powerpc setjmp/longjmp 64bit issues

[PATCH v5] ARM: sun4i: spi: Allow transfers larger than FIFO size
 2014-04-01 17:26 UTC  (4+ messages)
` [PATCH RESEND "

[PATCH] mount.8: Some typographical and prefix corrections to the manual
 2014-04-01 17:26 UTC  (2+ messages)

[PATCH 0/6] v7: Enabling DRRS in the kernel
 2014-04-01 17:26 UTC  (4+ messages)
` [PATCH 1/6] drm/i915: Adding VBT fields to support eDP DRRS feature

[PATCH] net/phy: Remove return value for a void function
 2014-04-01 17:26 UTC  (3+ messages)

[PATCH v8 00/20] xenctx: Many changes
 2014-04-01 17:25 UTC  (4+ messages)
` [PATCH v8 14/20] xenctx: Add convert of more registers to symbols

rcu_prempt stalls / lockup
 2014-04-01 17:22 UTC  (7+ messages)

Looks OK [review-request] timezone fix
 2014-04-01 17:21 UTC 

[meta-fsl-demos][PATCH] Remove old images
 2014-04-01 17:20 UTC 

PROCESS PRIORITY
 2014-04-01 17:20 UTC  (3+ messages)

Does talitos driver support mpc8272 ?
 2014-04-01 17:13 UTC  (2+ messages)

em2750 usb camera log as mentioned in dmesg
 2014-04-01 17:17 UTC  (2+ messages)

significant napi_gro_frags() slowdown
 2014-04-01 17:16 UTC  (7+ messages)
      ` [PATCH net-next] net-gro: restore frag0 optimization

[RFC PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-04-01 17:15 UTC  (4+ messages)

[Qemu-devel] [PULL for-2.0 0/3] input bugfixes
 2014-04-01 17:15 UTC  (2+ messages)

[meta-oe][PATCH 01/46] efl: upgrade to 1.9.0
 2014-04-01 17:13 UTC  (46+ messages)
` [meta-oe][PATCH 02/46] webkit-efl: upgrade to new snapshot r164189
` [meta-oe][PATCH 03/46] e-wm: upgrade to 0.18.4 and drop old 0.17.5
` [meta-oe][PATCH 04/46] e-tasks: Migrate to eldbus
` [meta-oe][PATCH 05/46] python-efl: upgrade to 1.9.0
` [meta-oe][PATCH 06/46] eve: restrict for armv7a, because upstream dropped support in webkit-efl
` [meta-oe][PATCH 07/46] efl, elementary, e-wm: upgrade to latest versions 1.9.2 and 1.18.6
` [meta-oe][PATCH 08/46] eve: adapt to webkit-efl changes
` [meta-oe][PATCH 09/46] mplayer2: bump SRCREV to fix build issues with newer live555
` [meta-oe][PATCH 10/46] libdc1394: add libsdl dependency
` [meta-oe][PATCH 11/46] sound-theme-freedesktop: add glib-2.0 and intltool-native dependency
` [meta-oe][PATCH 12/46] freerdp: move to nonworking
` [meta-oe][PATCH 13/46] gnome-control-center: include datadir/mime in PN
` [meta-oe][PATCH 14/46] tracker: inherit only gnomebase, fix QA warn
` [meta-oe][PATCH 15/46] libwnck*: inherit only gnomebase
` [meta-oe][PATCH 16/46] elementary: remove --disable-web
` [meta-oe][PATCH 17/46] wvstreams: fix QA warning
` [meta-oe][PATCH 18/46] gnome-menus: inherit only gnomebase
` [meta-oe][PATCH 19/46] babl: "
` [meta-oe][PATCH 20/46] dconf: "
` [meta-oe][PATCH 21/46] gnome-bluetooth: inherit only gnomebase, gtk-icon-cache
` [meta-oe][PATCH 22/46] libgtop: inherit only gnomebase
` [meta-oe][PATCH 23/46] libgdata: "
` [meta-oe][PATCH 24/46] gnome-disk-utility: inherit only gnomebase, gtk-icon-cache
` [meta-oe][PATCH 25/46] libgnome-keyring: inherit only gnomebase
` [meta-oe][PATCH 26/46] libbonobo: "
` [meta-oe][PATCH 27/46] modemmanager: "
` [meta-oe][PATCH 28/46] gcr: inherit only gnomebase, gtk-icon-cache
` [meta-oe][PATCH 29/46] gnome-backgrounds: inherit only gnomebase
` [meta-oe][PATCH 30/46] gnome-themes: "
` [meta-oe][PATCH 31/46] zenity: "
` [meta-oe][PATCH 32/46] goffice: "
` [meta-oe][PATCH 33/46] gtksourceview2: "
` [meta-oe][PATCH 34/46] metacity: "
` [meta-oe][PATCH 35/46] atftp: include whole sysconfdir in PN
` [meta-oe][PATCH 36/46] zram: "
` [meta-oe][PATCH 37/46] edbus: remove test-gui option
` [meta-oe][PATCH 38/46] libgnomecanvas: add intltool dependency
` [meta-oe][PATCH 39/46] mousepad: add dbus and intltool-native dependency
` [meta-oe][PATCH 40/46] lzip: remove infodir
` [meta-oe][PATCH 41/46] emacs: "
` [meta-oe][PATCH 42/46] libgnomecups: inherit only gnomebase
` [meta-oe][PATCH 43/46] libgnomeprint: "
` [meta-oe][PATCH 44/46] tracker: remove --disable-introspection
` [meta-oe][PATCH 45/46] libbonoboui: inherit only gnomebase
` [meta-oe][PATCH 46/46] gnome-backgrounds: add glib-2.0 dependency

Processed: retailers
 2014-04-01 17:15 UTC 

[Qemu-devel] [PATCH v5 0/7] Allwinner A10 fixes
 2014-04-01 17:14 UTC  (2+ messages)

[PATCH 00/55]: ARM: OMAP2+: PRCM move to drivers
 2014-04-01 17:13 UTC  (5+ messages)

Quality of meta-oe metadata
 2014-04-01 17:12 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.0 v1 1/1] timer: cadence_ttc: Fix match register write logic
 2014-04-01 17:12 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jikos/hid
 2014-04-01 17:12 UTC 

[PATCH 1/4] KVM: PPC: e500mc: Revert "add load inst fixup"
 2014-04-01 17:11 UTC  (8+ messages)
` [PATCH 4/4] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation

[B.A.T.M.A.N.] Batman-adv 2014.1.0 and 2014.0.0 issues with 3.10 and 3.8 kernels
 2014-04-01 17:11 UTC  (4+ messages)

[Qemu-devel] [PATCH] QEMU: ARM: boot: Load kernel at an Image friendly address
 2014-04-01 17:10 UTC  (3+ messages)
  `  "

[Buildroot] [PATCH 00/16] XBMC Gotham Beta3
 2014-04-01 17:11 UTC  (7+ messages)
` [Buildroot] [PATCH 14/16] opengl: New virtual package
` [Buildroot] [PATCH WIP 15/16] xbmc: Bump version to Gotham_beta3

[PATCH 1/2] oe.utils, utils.bbclass: Add any_contains and base_any_contains
 2014-04-01 17:08 UTC  (2+ messages)
` [PATCH 2/2] alsa-tools: Enable GTK support for X11 and Wayland

[Qemu-devel] KVM call for agenda 2014-04-01
 2014-04-01 17:06 UTC  (3+ messages)

Labelling problems with a user directly running an application in a confined domain
 2014-04-01 17:07 UTC  (4+ messages)

[PATCH] gatt: replace GList with struct queue
 2014-04-01 17:07 UTC  (2+ messages)

sparse: ioctl defines and "error: bad integer constant expression"
 2014-04-01 17:06 UTC  (5+ messages)

[Printing-architecture] NOW! - Re: OP US/Europe - Tuesday 1 April 2014 - NEW DAY & TIME
 2014-04-01 17:05 UTC  (2+ messages)

[PATCH] x86: expose XENMEM_get_pod_target to subject domain
 2014-04-01 17:05 UTC  (8+ messages)

[PATCH 1/5] IB/iser: Drain the tx cq once before looping on the rx cq
 2014-04-01 17:05 UTC  (3+ messages)
` [PATCH 5/5] IB/iser: Bump driver version to 1.3

[PATCH v2] drm/edid: Fill PAR in AVI infoframe based on CEA mode list
 2014-04-01 17:04 UTC  (3+ messages)
` [PATCH v3] "
  ` [Intel-gfx] "

Wait for an IO to complete
 2014-04-01 17:04 UTC  (4+ messages)

[PATCH 0/3] staging: vt6655: style fixes
 2014-04-01 17:06 UTC  (6+ messages)
` [PATCH 1/3] staging: vt6655: fix DBG_PRT and PRINT_K macros

[PATCH] drm/i915: move power domain init earlier during system resume
 2014-04-01 16:55 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ipc,shm: increase default size for shmmax
 2014-04-01 17:01 UTC  (8+ messages)

[Qemu-devel] [PATCH for-2.0 00/47] block: image format input validation fixes
 2014-04-01 17:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.0 08/47] qemu-iotests: Support for bochs format

[PATCH] drm/i915: Fix runtime pm inbalance due to reg I/O forcewake dance
 2014-04-01 17:00 UTC  (11+ messages)
` [PATCH] drm/i915: Rebalance runtime pm vs forcewake


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.