All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-26 11:16:52 to 2014-03-26 12:20:15 UTC [more...]

[PATCH v2 000/142] Use the $( ... ) construct for command substitution instead of using the back-quotes
 2014-03-26 12:19 UTC  (5+ messages)
` [PATCH v2 001/142] check-builtins.sh: use the $( ... ) construct for command substitution

[patch net-next RFC 0/4] introduce infrastructure for support of switch chip datapath
 2014-03-26 12:19 UTC  (18+ messages)

[ulogd PATCH 0/8] make progress ulogd_output_IPFIX
 2014-03-26 12:19 UTC  (6+ messages)
    ` [ulogd PATCH 1/8] ipfix: use nfct_bitmask
    ` [ulogd PATCH 2/8] ipfix: fix enterprise bit handling
    ` [ulogd PATCH 3/8] ipfix: some cleanups

[PATCH] arm64: dts: Add more serial port nodes in APM X-Gene device tree
 2014-03-26 12:19 UTC  (2+ messages)

[PATCH 00/34] Add clang support for ARM and cleanups
 2014-03-26 11:57 UTC  (7+ messages)
` [PATCH 01/34] xen: clang: Disable initializer-overrides warning
` [PATCH 02/34] xen: clang: Disable built-in assembler
` [PATCH 05/34] xen/xsm: flask: Remove unused function avc_sidcmp

Linux kernel 3.12.15 released
 2014-03-26 12:17 UTC 

[PATCH] Bluetooth: Fix RSSI value in device found event from disabling scan
 2014-03-26 12:17 UTC 

Can i access the barebox env from linux
 2014-03-26 12:14 UTC  (9+ messages)

[PATCH] netfilter: nf_tables: Add meta expression key for bridge interface name
 2014-03-26 12:12 UTC  (2+ messages)

[ath9k-devel] ath9k poor scan result
 2014-03-26 12:12 UTC  (2+ messages)

[ath9k-devel] Retry control & iwconfig
 2014-03-26 12:10 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user: Correct DLINFO_ITEMS
 2014-03-26 12:08 UTC  (3+ messages)

[LTP] [PATCH] finger01: fix grep command
 2014-03-26 12:08 UTC  (2+ messages)

[PATCH] drivers/staging/vt6655/iwctl.c fix a sparse warning
 2014-03-26 12:10 UTC  (2+ messages)

RFC: APEI hardware reduced profile
 2014-03-26 12:08 UTC 

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

Issue #5876 : assertion failure in rbd_img_obj_callback()
 2014-03-26 12:05 UTC  (26+ messages)

[PATCH v5 00/14] CPU idle for Armada XP
 2014-03-26 12:04 UTC  (11+ messages)
` [PATCH v5 03/14] ARM: mvebu: ll_set_cpu_coherent always uses the current CPU
` [PATCH v5 07/14] ARM: mvebu: Extend the pmsu registers

[LTP] [PATCH] xinetd_tests.sh: support systemd restart
 2014-03-26 12:03 UTC  (2+ messages)

Question regarding CIFS cache=loose behavior
 2014-03-26 12:04 UTC  (5+ messages)

[PATCH] ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE
 2014-03-26 12:03 UTC  (4+ messages)

[U-Boot] [PATCH v3 1/3] part_efi: move uuid<->string conversion functions into lib/uuid.c
 2014-03-26 12:01 UTC  (17+ messages)
` [U-Boot] [PATCH v4 1/6] "
  ` [U-Boot] [PATCH v4 2/6] lib: uuid: code refactor for proper maintain between uuid bin and string
  ` [U-Boot] [PATCH v4 3/6] lib: uuid: add functions to generate UUID version 4
  ` [U-Boot] [PATCH v4 4/6] new commands: uuid and guid - generate random unique identifier
  ` [U-Boot] [PATCH v4 5/6] cmd:gpt: randomly generate each partition uuid if undefined
  ` [U-Boot] [PATCH v4 6/6] trats/trats2: enable CONFIG_RANDOM_UUID

[U-Boot] am335x: i2c: bus 2 issue
 2014-03-26 12:00 UTC  (2+ messages)

[PATCH] ASoC: fsl_sai: Add isr to deal with error flag
 2014-03-26 11:59 UTC  (6+ messages)

[RFC PATCH v1 00/10] xen/arm: Add GICv3 support
 2014-03-26 12:00 UTC  (13+ messages)
` [RFC PATCH v1 01/10] xen/arm: make secondary gic init as notifier call
` [RFC PATCH v1 03/10] xen/arm: move vgic data to vgic driver

Recent changes (master)
 2014-03-26 12:00 UTC 

Proper suspend/resume flow
 2014-03-26 11:58 UTC 

[PATCH v3 0/3] ns16550 fixes and refactoring
 2014-03-26 11:58 UTC  (4+ messages)
` [PATCH 1/2] ns16550: setup default lsr_mask for DT systems too
` [PATCH 2/2] ns16550: make some initialisation common

[PATCH v5 0/9] R-Car Gen2 PCIe host driver
 2014-03-26 11:56 UTC  (13+ messages)
` [PATCH v5 6/9] ARM: shmobile: Add PCIe device tree nodes for R8A7790

[U-Boot] [PATCH] powerpc/t4240: updated RCW and PBI for rev2.0
 2014-03-26 11:56 UTC 

[PATCH v3 0/2] ns16550 fixes and refactoring
 2014-03-26 11:56 UTC 

[PATCH] mtd: gpmi: make blockmark swapping optional
 2014-03-26 11:55 UTC  (9+ messages)
` [PATCHv2 1/1] "

Get rid of opkg install error
 2014-03-26 11:54 UTC  (4+ messages)

Kernel Image name
 2014-03-26 11:54 UTC 

[PATCH 1/3] MIPS: Alchemy: fix default Alchemy board
 2014-03-26 11:52 UTC  (3+ messages)
` [PATCH 3/3] MIPS: Alchemy: pata_platform for DB1200

[RFC/PATCH 0/4] Add submodule test harness
 2014-03-25 21:06 UTC  (4+ messages)
` [RFC/PATCH 1/4] test-lib: add test_dir_is_empty()

Hardware locality (hwloc) v1.9 released
 2014-03-26 11:51 UTC 

[Xenomai] imx6q xenomai ipipe-3.0-imx6q
 2014-03-26 11:50 UTC  (2+ messages)

[RFC PATCH] page_alloc: use first half of higher order chunks when halving
 2014-03-26 11:50 UTC  (12+ messages)

query regarding BAR mapping
 2014-03-26 11:50 UTC 

[PATCH] drm/i915: Preserve ring buffers objects across resume
 2014-03-26 11:48 UTC 

[Qemu-trivial] [PATCH v4] scripts: add sample model file for Coverity Scan
 2014-03-26 11:45 UTC  (2+ messages)
` [Qemu-devel] "

Preparing kvm/next for first pull request of 3.15 merge window
 2014-03-26 11:46 UTC  (5+ messages)

[RFC]Two ideas to optimize updating irq routing table
 2014-03-26 11:45 UTC  (5+ messages)
    ` [Qemu-devel] "

[PATCH] mmc: dw_mmc: change to use recommended reset procedure
 2014-03-26 11:46 UTC  (2+ messages)

[PATCH 0/3] Fix issue with unpopulated buildhistory depends files
 2014-03-26 11:45 UTC  (7+ messages)
` [PATCH 2/3] buildhistory.bbclass: Fix dependency files creation

ATM CARD PAYMENT UNIT
 2014-03-26 11:33 UTC 

[PATCH 00/14] timers/hrtimers: Minor cleanups
 2014-03-26 11:43 UTC  (16+ messages)
` [PATCH 01/14] hrtimer: replace 'tab' with 'space' after 'comma'
` [PATCH 02/14] hrtimer: Coalesce format fragments in printk()
` [PATCH 03/14] hrtimer: call hrtimer_set_expires_range() from hrtimer_set_expires_range_ns()
` [PATCH 04/14] hrtimer: use base->index instead of basenum in switch_hrtimer_base()
` [PATCH 05/14] hrtimer: no need to rewrite '1' to hrtimer_hres_enabled
` [PATCH 06/14] hrtimer: don't rewrite same value to expires_next in hrtimer_force_reprogram()
` [PATCH 07/14] hrtimer: use base->hres_active directly instead of hrtimer_hres_active()
` [PATCH 08/14] hrtimer: remove dummy definition of hrtimer_force_reprogram()
` [PATCH 09/14] hrtimer: don't check state of base->hres_active in hrtimer_switch_to_hres()
` [PATCH 10/14] hrtimer: remove clock_was_set_delayed() from hrtimer.h
` [PATCH 11/14] hrtimer: remove active_bases field from struct hrtimer_cpu_base
` [PATCH 12/14] hrtimer: don't emulate notifier call to initialize timer base
` [PATCH 13/14] timer: simplify CPU_UP_PREPARE notifier code path
` [PATCH 14/14] timer: don't emulate notifier call to initialize timer base

Poky core-image-minimal fails to build with package_deb
 2014-03-26 11:42 UTC  (8+ messages)

[PATCH v2] xen/evtchn: rearrange fields
 2014-03-26 11:41 UTC  (2+ messages)

[PATCH] apt/package_mamager: Ensure WORKDIR is used for lists directory
 2014-03-26 11:41 UTC 

[PATCH] package_manager: Fix apt-ftparchive index creation problems
 2014-03-26 11:40 UTC 

[PATCH v2] ath10k: add soft/hard firmware crash option to simulate_fw_crash
 2014-03-26 11:40 UTC  (6+ messages)

[PATCH] package_manager: Ensure we don't process directories twice
 2014-03-26 11:40 UTC 

[U-Boot] Serial init
 2014-03-26 11:39 UTC 

[PATCH 01/11] libdvbv5: support info info log via dvb_loginfo
 2014-03-26 11:36 UTC  (6+ messages)
` [PATCH 11/11] libdvbv5: fix PMT parser

[PATCH v2 7/7] ARM: dts: add HS400 support for Exynos5420
 2014-03-26 11:31 UTC 

[PATCH_v2] android/client: Add AVRCP register_notification_rsp support
 2014-03-26 11:32 UTC 

[PATCH v2 6/7] ARM: dts: drop dw-mshc-ciu-div property from Exynos
 2014-03-26 11:31 UTC 

[PATCH v2 5/7] mmc: dw_mmc: exynos: support eMMC's HS400 mode
 2014-03-26 11:31 UTC 

[PATCH v2 4/7] mmc: dw_mmc: exynos: incorporate ciu_div into timing property
 2014-03-26 11:31 UTC 

[PATCH v2 3/7] mmc: dw_mmc: exynos: move definitions to header file
 2014-03-26 11:31 UTC 

[PATCH v2 2/7] mmc: dw_mmc: exynos: don't use if clock isn't available
 2014-03-26 11:31 UTC 

[PATCH v2 1/7] mmc: dw_mmc: fix the max_blk_count in IDMAC
 2014-03-26 11:30 UTC 

[PATCH v2 0/7] mmc: dw_mmc: update host driver including HS400 support
 2014-03-26 11:30 UTC 

[Qemu-devel] live migration between amd fam15h-fam10h
 2014-03-26 11:27 UTC  (2+ messages)

[PATCH] Allow override of phonesim conf
 2014-03-26 11:26 UTC 

[PATCH RFC 1/2] netfilter: nf_tables: move set netlink messages into the batch
 2014-03-26 11:25 UTC  (2+ messages)

Toaster documentation, 1.6 release
 2014-03-26 11:23 UTC  (3+ messages)

[PATCH 1/2] ARM: clps711x: Add cpuidle driver
 2014-03-26 11:23 UTC  (6+ messages)
` [PATCH 2/2] ARM: clps711x: Switch CLPS711X subarch to use "

[PATCH] spi: omap-uwire: Remove full duplex check
 2014-03-26 11:22 UTC 

[PATCH] tick, broadcast: Prevent false alarm when force mask contains offline cpus
 2014-03-26 11:21 UTC  (2+ messages)

[PATCH 00/33] Build ppc64le kernel using ABIv2
 2014-03-26 11:20 UTC  (3+ messages)

[PATCH 0/2] ath10k: ce fixes
 2014-03-26 11:19 UTC  (7+ messages)
` [PATCH 2/2] ath10k: split ce initialization and allocation

[PATCH 01/10] findfs: use symbolic exit values, and tell about them in manual
 2014-03-26 11:19 UTC  (2+ messages)

[PATCH] android/client: Add AVRCP register_notification_rsp support
 2014-03-26 11:16 UTC  (3+ messages)


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.