All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-08 19:59:18 to 2016-08-08 21:05:57 UTC [more...]

[Qemu-devel] [PATCH 00/56] Patch Round-up for stable 2.6.1, freeze on 2016-08-12
 2016-08-08 21:04 UTC  (26+ messages)
` [Qemu-devel] [PATCH 01/56] i386: kvmvapic: initialise imm32 variable
` [Qemu-devel] [PATCH 02/56] spice/gl: add & use qemu_spice_gl_monitor_config
` [Qemu-devel] [PATCH 09/56] configure: Allow builds with extra warnings
` [Qemu-devel] [PATCH 10/56] migration: regain control of images when migration fails to complete
` [Qemu-devel] [PATCH 11/56] json-streamer: Don't leak tokens on incomplete parse
` [Qemu-devel] [PATCH 12/56] json-streamer: fix double-free on exiting during a parse
` [Qemu-devel] [PATCH 13/56] esp: check command buffer length before write(CVE-2016-4439)
` [Qemu-devel] [PATCH 14/56] esp: check dma length before reading scsi command(CVE-2016-4441)
` [Qemu-devel] [PATCH 15/56] block/nfs: refuse readahead if cache.direct is on
` [Qemu-devel] [PATCH 16/56] usb/ohci: Fix crash with when specifying too many num-ports
` [Qemu-devel] [PATCH 17/56] vga: add sr_vbe register set
` [Qemu-devel] [PATCH 18/56] vfio: Fix broken EEH
` [Qemu-devel] [PATCH 19/56] block/iscsi: avoid potential overflow of acb->task->cdb
` [Qemu-devel] [PATCH 20/56] nbd: Don't trim unrequested bytes
` [Qemu-devel] [PATCH 21/56] savevm: fail if migration blockers are present
` [Qemu-trivial] [PATCH 22/56] Fix configure test for PBKDF2 in nettle
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 23/56] scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)
` [Qemu-devel] [PATCH 24/56] scsi: mptsas: infinite loop while fetching requests
` [Qemu-devel] [PATCH 25/56] block: Drop bdrv_ioctl_bh_cb
` [Qemu-devel] [PATCH 26/56] vmsvga: move fifo sanity checks to vmsvga_fifo_length
` [Qemu-devel] [PATCH 27/56] vmsvga: add more fifo checks
` [Qemu-devel] [PATCH 28/56] vmsvga: shadow fifo registers
` [Qemu-devel] [PATCH 29/56] vmsvga: don't process more than 1024 fifo commands at once
` [Qemu-devel] [PATCH 30/56] io: remove mistaken call to object_ref on QTask

4.6.3, pppoe + shaper workload, skb_panic / skb_push / ppp_start_xmit
 2016-08-08 21:05 UTC  (7+ messages)

[PATCH v10 00/40] libify apply and use lib in am, part 2
 2016-08-08 21:03 UTC  (40+ messages)
` [PATCH v10 01/40] apply: make some names more specific
` [PATCH v10 02/40] apply: move 'struct apply_state' to apply.h
` [PATCH v10 03/40] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
` [PATCH v10 04/40] builtin/apply: read_patch_file() return -1 "
` [PATCH v10 05/40] builtin/apply: make find_header() return -128 "
` [PATCH v10 06/40] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v10 07/40] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v10 08/40] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v10 09/40] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v10 10/40] builtin/apply: move init_apply_state() to apply.c
` [PATCH v10 11/40] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v10 12/40] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v10 13/40] builtin/apply: move check_apply_state() to apply.c
` [PATCH v10 14/40] builtin/apply: make apply_all_patches() return 128 or 1 on error
` [PATCH v10 15/40] builtin/apply: make parse_traditional_patch() return -1 "
` [PATCH v10 16/40] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v10 17/40] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v10 18/40] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v10 19/40] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v10 20/40] builtin/apply: make remove_file() "
` [PATCH v10 21/40] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v10 22/40] builtin/apply: make add_index_file() "
` [PATCH v10 23/40] builtin/apply: make create_file() "
` [PATCH v10 24/40] builtin/apply: make write_out_one_result() "
` [PATCH v10 25/40] builtin/apply: make write_out_results() "
` [PATCH v10 26/40] builtin/apply: make try_create_file() "
` [PATCH v10 27/40] builtin/apply: make create_one_file() "
` [PATCH v10 28/40] builtin/apply: rename option parsing functions
` [PATCH v10 29/40] apply: rename and move opt constants to apply.h
` [PATCH v10 31/40] apply: make some parsing functions static again
` [PATCH v10 32/40] apply: use error_errno() where possible
` [PATCH v10 33/40] environment: add set_index_file()
` [PATCH v10 34/40] apply: make it possible to silently apply
` [PATCH v10 35/40] apply: don't print on stdout in verbosity_silent mode
` [PATCH v10 36/40] usage: add set_warn_routine()
` [PATCH v10 37/40] usage: add get_error_routine() and get_warn_routine()
` [PATCH v10 38/40] apply: change error_routine when silent
` [PATCH v10 39/40] apply: refactor `git apply` option parsing
` [PATCH v10 40/40] builtin/am: use apply api in run_apply()

How does the kernel assign ttySn to UARTs?
 2016-08-08 21:03 UTC  (2+ messages)

[PATCH v10] drm/i915/skl: Add support for the SAGV, fix underrun hangs
 2016-08-08 21:03 UTC  (4+ messages)

[dm flakey] 99f3c90d0d: WARNING: CPU: 20 PID: 1027 at fs/btrfs/extent-tree.c:2973 btrfs_run_delayed_refs+0x2c5/0x2f0 [btrfs]
 2016-08-08 21:02 UTC  (4+ messages)
` [lkp] "

[Buildroot] [PATCH 0/9] Introducing service supervision/management with s6
 2016-08-08 21:02 UTC  (10+ messages)
` [Buildroot] [PATCH 1/9] skalibs: new package
` [Buildroot] [PATCH 2/9] execline: "
` [Buildroot] [PATCH 3/9] s6: "
` [Buildroot] [PATCH 4/9] s6-dns: "
` [Buildroot] [PATCH 5/9] s6-networking: "
` [Buildroot] [PATCH 6/9] s6-rc: "
` [Buildroot] [PATCH 7/9] s6-portable-utils: "
` [Buildroot] [PATCH 8/9] s6-linux-utils: "
` [Buildroot] [PATCH 9/9] s6-linux-init: "

GFX/UVD/VCE PG (v3)
 2016-08-08 20:59 UTC  (3+ messages)
` [PATCH 07/14] drm/amd/powerplay: remove enable_clock_power_gatings_tasks from initialize and resume events

[5.3] ucc_geth: Fix to avoid IS_ERR_VALUE abuses and dead code on 64bit systems
 2016-08-08 20:49 UTC  (5+ messages)

OpenBMC v1.0.4 released
 2016-08-08 20:56 UTC 

[Qemu-devel] Abort with qemu-aarch64(latest git master)
 2016-08-08 20:53 UTC 

[PATCH v4 2/2] pack-objects: Teach it to use reachability bitmap index when generating non-stdout pack too
 2016-08-08 20:53 UTC  (3+ messages)
` [PATCH v5] pack-objects: teach "

[PATCH nvme-cli 0/4] Some useful fabrics patches
 2016-08-08 20:53 UTC  (4+ messages)
` [PATCH nvme-cli 1/4] fabrics: Allow ipv6 address resolution

[Qemu-devel] [PATCH v2 0/8] UUID clean ups for 2.8
 2016-08-08 20:52 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 3/8] vhdx: Use QEMU UUID API
` [Qemu-devel] [PATCH v2 5/8] vpc: "
` [Qemu-devel] [PATCH v2 8/8] configure: Remove detection code for UUID

[PATCH v2] ARM: imx_v6_v7_defconfig: Enable GPU support
 2016-08-08 20:51 UTC 

[Qemu-devel] [ANNOUNCE] QEMU 2.7.0-rc2 is now available
 2016-08-08 20:48 UTC 

[PACTH v3 0/2] usb: xhci: plat: Enable PM, async resume/suspend
 2016-08-08 20:48 UTC  (3+ messages)
` [PACTH v3 1/2] usb: xhci: plat: Enable runtime PM
` [PACTH v3 2/2] usb: xhci: plat: Enable async suspend/resume

[Bug 96278] Kernel Hung when starting X while detecting outputs
 2016-08-08 20:47 UTC  (2+ messages)
` [Bug 96278] [amdgpu][tonga]Kernel "

[Patch net 0/5] net_sched: tc action fixes and updates
 2016-08-08 20:46 UTC  (6+ messages)
` [Patch net 1/5] net_sched: remove the leftover cleanup_a()
` [Patch net 2/5] net_sched: remove an unnecessary list_del()
` [Patch net 3/5] net_sched: fix a typo in tc_for_each_action()
` [Patch net 4/5] net_sched: move tc offload macros to pkt_cls.h
` [Patch net 5/5] net_sched: convert tcf_exts from list to flex_array

[PATCH 0/2] Fixes for Eclipse Qemu debug
 2016-08-08 20:45 UTC  (4+ messages)
` [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

[PATCH v18 0/6] Device Tree support for FPGA Programming
 2016-08-08 20:44 UTC  (6+ messages)
` [PATCH v18 6/6] ARM: socfpga: fpga bridge driver support

[PATCH] device probe: add self triggered delayed work request
 2016-08-08 20:44 UTC  (2+ messages)

[PATCH v3 0/3][resend] pnfs/nfsd: have client and server support multiple layout types
 2016-08-08 20:43 UTC  (3+ messages)
` [PATCH v3 3/3][resend] pnfs: add a new mechanism to select a layout driver according to an ordered list

[stericsson:earlydebug 1/1] init_task.c:undefined reference to `printascii'
 2016-08-08 20:41 UTC 

[PATCH] oeqa: start() add remaining args SimpleRemoteTarget and QemuTinyRunner
 2016-08-08 20:41 UTC 

[stericsson:earlydebug 1/1] init/main.c:491: undefined reference to `printascii'
 2016-08-08 20:37 UTC 

[PATCH] clk: Hi6220: enable stub clock driver for ARCH_HISI
 2016-08-08 20:36 UTC  (7+ messages)

[PATCH 0/3] *** support GMAC for RK3399 & RK3366 ***
 2016-08-08 20:35 UTC  (5+ messages)
` [PATCH 1/3] net: stmmac: dwmac-rk: add rk3366 & rk3399-specific data

"Tried to do a paging op on itself"
 2016-08-08 20:35 UTC 

linux 4.7.0 rbd client kernel panic when OSD process was killed by OOM
 2016-08-08 20:35 UTC  (4+ messages)

[rcu:rcu/next 25/36] include/linux/irqflags.h:79:3: error: implicit declaration of function 'arch_irqs_disabled_flags'
 2016-08-08 20:35 UTC  (6+ messages)

[Qemu-devel] [PATCH RFC] Addition of Veritas HyperScale VxHS block device support
 2016-08-08 20:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH RFC] block/vxhs: Initial commit to add "

[Buildroot] [autobuild.buildroot.net] Build results for 2016-08-05
 2016-08-08 20:34 UTC  (4+ messages)
` [Buildroot] Analysis of build "

[U-Boot] [PATCH 1/2 V4] misc: add "call" uclass op
 2016-08-08 20:33 UTC  (6+ messages)

t0027 racy?
 2016-08-08 20:32 UTC  (3+ messages)

[RFC PATCH 0/3] Add kconfig symbol as module attribute
 2016-08-08 20:32 UTC  (8+ messages)
` [RFC PATCH 2/3] Add generation of Module.ksymb file in streamline_config.pl
` [RFC PATCH 3/3] Add dynamic pegging of Kconfig symbol

[PATCH v4 00/10] Gadget endpoint request allocation and MIDI
 2016-08-08 20:30 UTC  (11+ messages)
` [PATCH v4 01/10] usb: gadget: fix usb_ep_align_maybe endianness and new usb_ep_align
` [PATCH v4 02/10] usb: gadget: change len to size_t on alloc_ep_req()
` [PATCH v4 03/10] usb: gadget: align buffer size when allocating for OUT endpoint
` [PATCH v4 04/10] usb: gadget: f_midi: remove alignment code "
` [PATCH v4 05/10] usb: gadget: f_midi: defaults buflen sizes to 512
` [PATCH v4 06/10] usb: gadget: f_midi: refactor state machine
` [PATCH v4 07/10] usb: gadget: f_midi: drop substreams when disabling endpoint
` [PATCH v4 08/10] usb: gadget: remove useless parameter in alloc_ep_req()
` [PATCH v4 09/10] usb: gadget: f_hid: use free_ep_req()
` [PATCH v4 10/10] usb: gadget: f_hid: use alloc_ep_req()

python3: use LC_CTYPE, not LC_ALL to set utf-8
 2016-08-08 20:30 UTC  (2+ messages)

[PATCH] clk: rockchip: add clock flag parameter when register pll
 2016-08-08 20:31 UTC  (4+ messages)

[Qemu-devel] [PATCH V3] hw/misc: Add simple measurement hardware
 2016-08-08 20:30 UTC  (2+ messages)

[Bug 151491] New: free space lossage on busy system with bigalloc enabled and 128KB cluster
 2016-08-08 20:30 UTC  (2+ messages)
` [Bug 151491] "

[PATCH] get_next_timer_interrupt: preserve KTIME_MAX expiration
 2016-08-08 20:29 UTC 

[PATCH] tpm: fix build error
 2016-08-08 20:27 UTC  (3+ messages)

[ovmf baseline-only test] 66940: all pass
 2016-08-08 20:26 UTC 

[PATCH V4 1/3] x86/ioapic: Support hot-removal of IOAPICs present during boot
 2016-08-08 20:22 UTC  (3+ messages)
` [PATCH V5 "

perf: WARNING: kernel/events/core.c:4893 perf_mmap_close
 2016-08-08 20:22 UTC 

[PATCH v2 0/5] kernel-fitimage: Add initramfs, x86 support
 2016-08-08 20:21 UTC  (5+ messages)

[refpolicy] [PATCH] Ifconfig should be able to read firmware files and load kernel modules
 2016-08-08 20:21 UTC  (3+ messages)
  ` [refpolicy] [PATCH v2] "

Problem booting Kernel 4.8-rc1 on Sam460ex ( Canyonlands)
 2016-08-08 20:19 UTC  (6+ messages)

[PATCH 1/2] pci: add option to ignore slot capabilities
 2016-08-08 20:19 UTC  (2+ messages)
` [PATCH 2/2] pci: Add ignore indicator quirk for devices

[PATCH 00/30] ACPICA: 20160629 Release
 2016-08-08 20:24 UTC  (3+ messages)
` [PATCH 13/30] ACPI / sysfs: Provide quirk mechanism to prevent GPE flooding

linux-4.8-rc1/drivers/scsi/sd.c:317: pointless test ?
 2016-08-08 20:17 UTC  (2+ messages)

[BUG] Bad page states
 2016-08-08 20:03 UTC  (4+ messages)
` [PATCH] mm: memcontrol: only mark charged pages with PageKmemcg

[PATCH Version 7 0/8] pNFS file layout session trunking
 2016-08-08 20:18 UTC  (5+ messages)
` [PATCH Version 7 8/8] NFS pnfs data server multipath "

[PATCH v2] nfsd: Fix race between FREE_STATEID and LOCK
 2016-08-08 20:17 UTC  (6+ messages)

[PATCH v3 00/14] pxa_camera transition to v4l2 standalone device
 2016-08-08 20:16 UTC  (2+ messages)

[merged] mm-memblockc-fix-null-dereference-error.patch removed from -mm tree
 2016-08-08 20:15 UTC 

[merged] maintainers-update-cgroups-document-path.patch removed from -mm tree
 2016-08-08 20:15 UTC 

[merged] slub-drop-bogus-inline-for-fixup_red_left.patch removed from -mm tree
 2016-08-08 20:15 UTC 

[merged] powerpc-fsl_rio-fix-a-missing-error-code.patch removed from -mm tree
 2016-08-08 20:15 UTC 

[merged] mm-initialise-per_cpu_nodestats-for-all-online-pgdats-at-boot.patch removed from -mm tree
 2016-08-08 20:15 UTC 

[merged] mm-memblock-fix-a-typo-in-a-comment.patch removed from -mm tree
 2016-08-08 20:15 UTC 

[merged] mm-add-restriction-when-memory_hotplug-config-enable.patch removed from -mm tree
 2016-08-08 20:15 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2016-08-08 20:14 UTC 

[PATCH net] bnx2x: don't reset chip on cleanup if PCI function is offline
 2016-08-08 20:13 UTC 

gentree fails at no such file compat/crypto-skcipher.c
 2016-08-08 20:14 UTC  (4+ messages)

[PATCH 0/8] replace xtscal with xinput-calibrator
 2016-08-08 20:13 UTC  (5+ messages)
` [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

perf: hard fuzzer crash on 4.8-rc1
 2016-08-08 20:12 UTC  (4+ messages)

[PATCH net v2 0/3] Few BPF helper related checksum fixes
 2016-08-08 20:12 UTC  (2+ messages)

[PATCH] merge: use string_list_split() in add_strategies()
 2016-08-08 20:11 UTC  (4+ messages)

storing cover letter of a patch series?
 2016-08-08 20:09 UTC  (3+ messages)

[PATCH] x86/paravirt: Do not trace _paravirt_ident_*() functions
 2016-08-08 20:09 UTC  (3+ messages)

[RFD] I/O scheduling in blk-mq
 2016-08-08 20:09 UTC  (2+ messages)

[PATCH -net] net/ethernet: tundra: fix dump_eth_one warning in tsi108_eth
 2016-08-08 20:08 UTC  (2+ messages)

NULL ptr deref in perf/filter_match
 2016-08-08 20:07 UTC  (6+ messages)

[PATCH v3 0/2] Eliminate race between LOCK and FREE_STATEID
 2016-08-08 20:06 UTC  (3+ messages)

Build regressions/improvements in v4.8-rc1
 2016-08-08 20:06 UTC  (8+ messages)

[kernel-hardening] [Resend][PATCH] x86/power/64: Always create temporary identity mapping correctly
 2016-08-08 20:01 UTC  (6+ messages)
` [kernel-hardening] "
      `  "

Python3 support in policycoreutils
 2016-08-08 19:59 UTC  (2+ messages)

[PATCH 0/7] de-stage SW_SYNC validation frawework
 2016-08-08 19:59 UTC  (4+ messages)
` [PATCH 2/7] staging/android: display sync_pt name on debugfs


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.