All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-01 17:14:49 to 2014-04-01 18:07:51 UTC [more...]

[Qemu-devel] [PULL for-2.0 00/51] Block patches
 2014-04-01 17:39 UTC  (53+ 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 09/51] block/cloop: refuse images with bogus offsets (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 11/51] qemu-iotests: Support for bochs format
` [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 14/51] bochs: Check catalog_size header field (CVE-2014-0143)
` [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()

Can't grow IMSM RAID5
 2014-04-01 18:05 UTC  (4+ messages)

manpage should say that fwrite/fread sets errno
 2014-04-01 18:05 UTC 

rcu_prempt stalls / lockup
 2014-04-01 18:04 UTC  (9+ messages)

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

[PATCH] arm: don't allow CONFIG_DEBUG_SET_MODULE_RONX if CONFIG_JUMP_LABEL is enabled
 2014-04-01 18:03 UTC  (3+ messages)

[REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM
 2014-04-01 18:02 UTC  (16+ messages)

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

[PATCH 0/9] dm crypt: improve cpu scalability
 2014-04-01 18:01 UTC  (10+ messages)
` [PATCH 8/9] dm crypt: offload writes to thread
` [PATCH 9/9] dm crypt: sort writes

VDSO pvclock may increase host cpu consumption, is this a problem?
 2014-04-01 18:01 UTC  (5+ messages)

image.bbclass: USE_DEVFS is now useless
 2014-04-01 18:01 UTC  (5+ messages)

[PATCH 00/34] Add clang support for ARM and cleanups
 2014-04-01 17:58 UTC  (10+ messages)
` [PATCH 21/34] xen/common: domctl: Some functions are only used internally
` [PATCH 30/34] xen: Add missing includes on different files

[RFC 1/1] ath10k: reset firmware if tx-flush hangs
 2014-04-01 17:56 UTC  (2+ messages)

Git feature request: Option to force Git to abort a checkout if working directory is dirty (i.e. disregarding the check for conflicts)
 2014-04-01 17:57 UTC  (5+ messages)

OE/TSC monthly IRC meeting notes - Apr 1 2014
 2014-04-01 17:56 UTC  (2+ messages)

[PATCH 1/1] ath10k: add helper method to grab debug stats
 2014-04-01 17:55 UTC  (2+ messages)

[PATCH] [media] uvcvideo: Fix marking buffer erroneous in case of FID toggling
 2014-04-01 15:24 UTC  (4+ messages)

[PATCHv4 00/13] Universal plane preparation patches
 2014-04-01 15:27 UTC  (7+ messages)
` [PATCHv4 06/13] drm: Add primary plane helpers (v2)
` [PATCHv4 04/13] drm/shmobile: Restrict plane loops to only operate on legacy planes

[PATCH RFC v2 0/6] drm/i2c: Move tda998x to a couple encoder/connector
 2014-04-01 17:55 UTC  (6+ messages)
` [PATCH RFC v2 2/6] drm/i2c: tda998x: "

[PATCH 0/7] Runtime PM fixes (resend)
 2014-04-01 17:55 UTC  (8+ messages)
` [PATCH 1/7] drm/i915: don't schedule force_wake_timer at gen6_read
` [PATCH 2/7] drm/i915: get runtime PM at i915_reg_read_ioctl
` [PATCH 3/7] drm/i915: don't read pp_ctrl_reg if we're suspended
` [PATCH 4/7] drm/i915: get runtime PM at i915_display_info
` [PATCH 5/7] drm/i915: don't read cursor registers on powered down pipes
` [PATCH 6/7] drm/i915: fix WARNs when reading DDI state while suspended
` [PATCH 7/7] drm/i915: don't get/put runtime PM at the debugfs forcewake file

[PATCH 1/2] oe.utils, utils.bbclass: Add any_contains and base_any_contains
 2014-04-01 17:53 UTC  (2+ messages)

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

ipecacuanha
 2014-04-01 17:52 UTC 

[PATCH v2] initramfs: print error and shell out for unsupported content
 2014-04-01 17:52 UTC  (8+ messages)
` [PATCH 1/2] initramfs: don't include filenames from the initramfs for make goals (dist)clean
  ` [PATCH 2/2 v3] initramfs: print error and shell out for unsupported content

[Qemu-devel] [PATCH 0/5] stellaris_enet: overhaul TX handling
 2014-04-01 17:51 UTC  (12+ messages)
` [Qemu-devel] [PATCH 3/5] hw/net/stellaris_enet: Rewrite tx fifo handling code
` [Qemu-devel] [PATCH 4/5] hw/net/stellaris_enet: Correctly implement the TR and THR registers
` [Qemu-devel] [PATCH 5/5] hw/net/stellaris_enet: Fix debug format strings

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

[RFC PATCH 00/23] grub 64bit little-endian on power
 2014-04-01 17:49 UTC  (11+ messages)
` [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
` [RFC PATCH 20/23] fix parameter to firmware calls
` [RFC PATCH 21/23] powerpc64 is not necessarily BigEndian anymore! :)

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

[Ocfs2-devel] [PATCH] Ocfs2: Rollback alloc_dinode counts when ocfs2_block_group_set_bits() failed
 2014-04-01 17:48 UTC  (2+ messages)

[PATCH lttng-ust] Fix: Override AM_PATH_PYTHON's default action-if-not-found
 2014-04-01 17:47 UTC 

Fix up asmlinkage
 2014-04-01 17:32 UTC  (5+ messages)
` [PATCH 1/4] Revert "lto: Make asmlinkage __visible"
` [PATCH 2/4] asmlinkage, x86: Add explicit __visible to arch/x86/*
` [PATCH 3/4] asmlinkage, x86: Add explicit __visible to arch/x86/crypto/*
` [PATCH 4/4] asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*

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

[PATCH] kbuild: create a build directory automatically for out-of-tree build
 2014-04-01 17:44 UTC  (3+ messages)

[PATCH] t4212: handle systems with post-apocalyptic gmtime
 2014-04-01 17:42 UTC  (3+ messages)
` [PATCH 1/2] date: recognize bogus FreeBSD gmtime output

[Cocci] coccinelle: trivial linux code style reformatting
 2014-04-01 17:42 UTC 

[PATCH v2 0/2] xentrace: Add TRC_HVM_VCHIP (was xentrace: Add TRC_HW_VCHIP)
 2014-04-01 17:42 UTC  (4+ messages)
` [PATCH v2 2/2] xentrace: Add TRC_HVM_VCHIP

[PATCH 3/7] uprobes/x86: Conditionalize the usage of handle_riprel_insn()
 2014-04-01 16:39 UTC  (4+ messages)

[PATCH] drm/i915: vlv: reserve the GT power context only once during driver init
 2014-04-01 17:11 UTC  (2+ messages)

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

[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 BlueZ v0] attrib: Improve Attribute Data length checking
 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)

[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]

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

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

[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

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  (23+ messages)
` [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 


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.