All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-18 09:12:07 to 2017-09-18 09:32:04 UTC [more...]

[PATCH] kbuild: rpm-pkg: delete firmware_install to fix build error
 2017-09-18  9:24 UTC  (3+ messages)

[PATCH 4.9 00/78] 4.9.51-stable review
 2017-09-18  9:12 UTC  (67+ messages)
` [PATCH 4.9 01/78] ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()
` [PATCH 4.9 02/78] ipv6: add rcu grace period before freeing fib6_node
` [PATCH 4.9 04/78] macsec: add genl family module alias
` [PATCH 4.9 06/78] fsl/man: Inherit parent device and of_node
` [PATCH 4.9 07/78] sctp: Avoid out-of-bounds reads from address storage
` [PATCH 4.9 08/78] qlge: avoid memcpy buffer overflow
` [PATCH 4.9 09/78] netvsc: fix deadlock betwen link status and removal
` [PATCH 4.9 11/78] packet: Dont write vnet header beyond end of buffer
` [PATCH 4.9 12/78] kcm: do not attach PF_KCM sockets to avoid deadlock
` [PATCH 4.9 13/78] Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"
` [PATCH 4.9 16/78] bridge: switchdev: Clear forward mark when transmitting packet
` [PATCH 4.9 18/78] Revert "net: fix percpu memory leaks"
` [PATCH 4.9 20/78] vhost_net: correctly check tx avail during rx busy polling
` [PATCH 4.9 22/78] ipv6: fix memory leak with multiple tables during netns destruction
` [PATCH 4.9 25/78] ip_tunnel: fix setting ttl and tos value in collect_md mode
` [PATCH 4.9 27/78] f2fs: check hot_data for roll-forward recovery
` [PATCH 4.9 28/78] x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_common
` [PATCH 4.9 29/78] x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps
` [PATCH 4.9 30/78] x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUs
` [PATCH 4.9 32/78] xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
` [PATCH 4.9 33/78] xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
` [PATCH 4.9 34/78] xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
` [PATCH 4.9 35/78] xfs: release bli from transaction properly on fs shutdown
` [PATCH 4.9 36/78] xfs: remove bli from AIL before release on transaction abort
` [PATCH 4.9 37/78] xfs: dont allow bmap on rt files
` [PATCH 4.9 38/78] xfs: free uncommitted transactions during log recovery
` [PATCH 4.9 39/78] xfs: free cowblocks and retry on buffered write ENOSPC
` [PATCH 4.9 40/78] xfs: dont crash on unexpected holes in dir/attr btrees
` [PATCH 4.9 41/78] xfs: check _btree_check_block value
` [PATCH 4.9 42/78] xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
` [PATCH 4.9 43/78] xfs: check _alloc_read_agf buffer pointer before using
` [PATCH 4.9 44/78] xfs: fix quotacheck dquot id overflow infinite loop
` [PATCH 4.9 45/78] xfs: fix multi-AG deadlock in xfs_bunmapi
` [PATCH 4.9 46/78] xfs: Fix per-inode DAX flag inheritance
` [PATCH 4.9 47/78] xfs: fix inobt inode allocation search optimization
` [PATCH 4.9 48/78] xfs: clear MS_ACTIVE after finishing log recovery
` [PATCH 4.9 49/78] xfs: dont leak quotacheck dquots when cow recovery
` [PATCH 4.9 50/78] iomap: fix integer truncation issues in the zeroing and dirtying helpers
` [PATCH 4.9 51/78] xfs: write unmount record for ro mounts
` [PATCH 4.9 52/78] xfs: toggle readonly state around xfs_log_mount_finish
` [PATCH 4.9 53/78] xfs: remove xfs_trans_ail_delete_bulk
` [PATCH 4.9 54/78] xfs: Add infrastructure needed for error propagation during buffer IO failure
` [PATCH 4.9 55/78] xfs: Properly retry failed inode items in case of error during buffer writeback
` [PATCH 4.9 56/78] xfs: fix recovery failure when log record header wraps log end
` [PATCH 4.9 57/78] xfs: always verify the log tail during recovery
` [PATCH 4.9 58/78] xfs: fix log recovery corruption error due to tail overwrite
` [PATCH 4.9 59/78] xfs: handle -EFSCORRUPTED during head/tail verification
` [PATCH 4.9 60/78] xfs: add log recovery tracepoint for head/tail
` [PATCH 4.9 61/78] xfs: stop searching for free slots in an inode chunk when there are none
` [PATCH 4.9 62/78] xfs: evict all inodes involved with log redo item
` [PATCH 4.9 63/78] xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
` [PATCH 4.9 64/78] xfs: open-code xfs_buf_item_dirty()
` [PATCH 4.9 65/78] xfs: remove unnecessary dirty bli format check for ordered bufs
` [PATCH 4.9 66/78] xfs: ordered buffer log items are never formatted
` [PATCH 4.9 67/78] xfs: refactor buffer logging into buffer dirtying helper
` [PATCH 4.9 68/78] xfs: dont log dirty ranges for ordered buffers
` [PATCH 4.9 69/78] xfs: skip bmbt block ino validation during owner change
` [PATCH 4.9 70/78] xfs: move bmbt owner change to last step of extent swap
` [PATCH 4.9 71/78] xfs: disallow marking previously dirty buffers as ordered
` [PATCH 4.9 72/78] xfs: relog dirty buffers during swapext bmbt owner change
` [PATCH 4.9 73/78] xfs: disable per-inode DAX flag
` [PATCH 4.9 74/78] xfs: fix incorrect log_flushed on fsync
` [PATCH 4.9 75/78] xfs: dont set v3 xflags for v2 inodes
` [PATCH 4.9 76/78] xfs: open code end_buffer_async_write in xfs_finish_page_writeback
` [PATCH 4.9 77/78] xfs: use kmem_free to free return value of kmem_zalloc
` [PATCH 4.9 78/78] md/raid5: release/flush io in raid5_do_work()

[Qemu-devel] [RFC v2 00/32] postcopy+vhost-user/shared ram
 2017-09-18  9:31 UTC  (8+ messages)
` [Qemu-devel] [RFC v2 16/32] vhost+postcopy: Send address back to qemu

[PATCH 00/13] Move PCI away from the EAL
 2017-09-18  9:31 UTC  (3+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 01/14] eal: expose rte_eal_using_phys_addrs

[PATCH v4 0/3] MAP_DIRECT and block-map sealed files
 2017-09-18  9:31 UTC  (12+ messages)
` [PATCH v4 2/3] mm: introduce MAP_VALIDATE a mechanism for adding new mmap flags

[PATCH v3 0/4] drm/agpsupport: Code cleanup
 2017-09-18  9:31 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 00/18] *** misc patches for SRIOV ***
 2017-09-18  9:31 UTC  (25+ messages)
` [PATCH 06/18] drm/amdgpu/sriov:fix memory leak after gpu reset
` [PATCH 07/18] drm/amdgpu:add hdp golden setting register name hint
` [PATCH 08/18] drm/amdgpu:halt when vm fault
` [PATCH 09/18] drm/amdgpu:insert TMZ_BEGIN
` [PATCH 10/18] drm/amdgpu:hdp flush should be put it initialized
` [PATCH 11/18] drm/amdgpu:add vgt_flush for gfx9
` [PATCH 12/18] drm/amdgpu:use formal register to trigger hdp invalidate
` [PATCH 13/18] drm/amdgpu:fix driver unloading bug
` [PATCH 14/18] drm/amdgpu: Fix amdgpu reload failure under SRIOV
` [PATCH 15/18] drm/amdgpu/sriov: fix page fault issue of driver unload
` [PATCH 16/18] drm/amdgpu: increate mailbox polling timeout to 12s
` [PATCH 17/18] drm/amdgpu:fix uvd ring fini routine

[PATCH] doc: announce ABI change for ring structure
 2017-09-18  9:30 UTC  (4+ messages)

[PATCH 0/5] extra fixes for LLVM
 2017-09-18  9:30 UTC  (6+ messages)
` [PATCH 1/5] llvm: warn instead of assert on global inits
` [PATCH 2/5] llvm: gracefully catch impossible type/value
` [PATCH 3/5] llvm: add support for float initializer
` [PATCH 4/5] llvm: give names easier to debug
` [PATCH 5/5] llvm: only compare void pointers

[RESENT PATCH v9 1/2] ASoC: rt5514: Add devicetree bindings for rt5514-spi
 2017-09-18  9:30 UTC  (4+ messages)

[PATCH] kbuild: deb-pkg: remove firmware package support
 2017-09-18  9:30 UTC  (3+ messages)

[Qemu-devel] [PATCH v8 00/13] tests: Add VM based build tests (for non-x86_64 and/or non-Linux)
 2017-09-18  9:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 03/13] scripts: Add archive-source.sh
` [Qemu-devel] [PATCH v8 13/13] docker: Use archive-source.py

[Qemu-devel] [PATCH v2 0/2] x86_iommu: Fix segfault when starting on non-PCI machines
 2017-09-18  9:29 UTC  (2+ messages)

patch "usb: Increase quirk delay for USB devices" added to usb-linus
 2017-09-18  9:29 UTC 

patch "uwb: properly check kthread_run return value" added to usb-linus
 2017-09-18  9:29 UTC 

[Buildroot] [PATCH] Added support for package flatbuffers
 2017-09-18  9:28 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 08/12] char: convert the escc device to keycodemapdb
 2017-09-18  9:28 UTC  (2+ messages)

[PATCH v2 00/17] x86: emulator enhancements
 2017-09-18  9:27 UTC  (5+ messages)
` [PATCH v2 14/17] x86emul: abstract out XCRn accesses
` [PATCH v2 17/17] x86/HVM: eliminate custom #MF/#XM handling

how to run balance successfully (No space left on device)?
 2017-09-18  9:27 UTC  (4+ messages)

[Qemu-devel] [RFC 00/15] QMP: out-of-band (OOB) execution support
 2017-09-18  9:26 UTC  (11+ messages)

[PATCH v4 0/3] media: ov7670: Add entity init and power operation
 2017-09-18  9:26 UTC  (9+ messages)
` [PATCH v4 2/3] media: ov7670: Add the get_fmt callback
` [PATCH v4 3/3] media: ov7670: Add the s_power operation

[PATCH 0/7] I2C GPIO to use gpiolibs open drain
 2017-09-18  9:26 UTC  (5+ messages)
` [PATCH 7/7] i2c: gpio: Add support for named gpios in DT

[PATCH] ASoC: qcom: remove duplicate initializations of dma_ch and v
 2017-09-18  9:26 UTC  (2+ messages)

[PATCH v2 4/5] drm/i915/guc: Cleanup adding GuC work items
 2017-09-18  9:25 UTC  (2+ messages)
` [PATCH v3 "

[Qemu-devel] [RFC PATCH] NUMA: Enable adding NUMA node implicitly
 2017-09-18  9:24 UTC  (3+ messages)

[PATCH] cec-core.rst/cec-ioc-receive.rst: clarify CEC_TX_STATUS_ERROR
 2017-09-18  9:23 UTC 

backport a patch for Linux 4.4 and 4.9
 2017-09-18  9:23 UTC 

[PATCH 1/2] powerpc/vdso64: Coarse timer support preparatory patch
 2017-09-18  9:23 UTC  (2+ messages)
` [PATCH 2/2] powerpc/vdso64: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE

Processing of rdma-core_15-1_amd64.changes
 2017-09-18  9:23 UTC 

[PATCH BlueZ] tools: Only add unique entries to readline history
 2017-09-18  9:23 UTC 

[PATCH v2 1/3] adapter: Fix not waiting for start discovery result
 2017-09-18  9:23 UTC  (2+ messages)

[PATCH v3] irq_work: improve the flag definitions
 2017-09-18  9:23 UTC 

[PATCH 0/3] STM32 CRYP crypto driver
 2017-09-18  9:20 UTC  (2+ messages)

[PATCH 0/3] ima: only call integrity_kernel_read to calc file hash
 2017-09-18  9:19 UTC  (11+ messages)
` [PATCH 3/3] ima: use fs method to read integrity data
  ` [PATCH 3/3] ima: use fs method to read integrity data (updated patch description)

[PATCH 4.13 00/52] 4.13.3-stable review
 2017-09-18  9:10 UTC  (8+ messages)
` [PATCH 4.13 20/52] x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
` [PATCH 4.13 42/52] xfs: skip bmbt block ino validation during owner change
` [PATCH 4.13 46/52] xfs: disable per-inode DAX flag
` [PATCH 4.13 47/52] xfs: fix incorrect log_flushed on fsync
` [PATCH 4.13 49/52] xfs: open code end_buffer_async_write in xfs_finish_page_writeback
` [PATCH 4.13 51/52] md/raid1/10: reset bio allocated from mempool
` [PATCH 4.13 52/52] md/raid5: release/flush io in raid5_do_work()

[PATCH][V2] i2c: i2c-stm32f7: make structure stm32f7_setup static const
 2017-09-18  9:18 UTC  (5+ messages)

[RFC] Unicore Subproject Proposal
 2017-09-18  9:16 UTC  (6+ messages)

Returned mail: see transcript for details
 2017-09-18  9:16 UTC 

Page allocator bottleneck
 2017-09-18  9:16 UTC  (3+ messages)

[PATCH v2 5/8] arm64: dts: renesas: r8a77970: add EtherAVB support
 2017-09-18  9:15 UTC  (4+ messages)

[PATCH v2 4/8] arm64: dts: renesas: r8a77970: add [H]SCIF support
 2017-09-18  9:15 UTC  (5+ messages)

[PATCH 4.12 00/52] 4.12.14-stable review
 2017-09-18  9:11 UTC  (33+ messages)
` [PATCH 4.12 01/52] ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()
` [PATCH 4.12 02/52] ipv6: add rcu grace period before freeing fib6_node
` [PATCH 4.12 03/52] ipv6: fix sparse warning on rt6i_node
` [PATCH 4.12 04/52] macsec: add genl family module alias
` [PATCH 4.12 05/52] udp: on peeking bad csum, drop packets even if not at head
` [PATCH 4.12 07/52] fsl/man: Inherit parent device and of_node
` [PATCH 4.12 08/52] sctp: Avoid out-of-bounds reads from address storage
` [PATCH 4.12 11/52] net: systemport: Be drop monitor friendly
` [PATCH 4.12 14/52] netvsc: fix deadlock betwen link status and removal
` [PATCH 4.12 15/52] udp6: set rx_dst_cookie on rx_dst updates
` [PATCH 4.12 17/52] cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()
` [PATCH 4.12 18/52] ipv6: set dst.obsolete when a cached route has expired
` [PATCH 4.12 22/52] net: dsa: bcm_sf2: Fix number of CFP entries for BCM7278
` [PATCH 4.12 24/52] net/mlx5e: Fix DCB_CAP_ATTR_DCBX capability for DCBNL getcap
` [PATCH 4.12 25/52] net/mlx5: Fix arm SRQ command for ISSI version 0
` [PATCH 4.12 28/52] net/mlx5e: Properly resolve TC offloaded ipv6 vxlan tunnel source address
` [PATCH 4.12 29/52] net/mlx5: E-Switch, Unload the representors in the correct order
` [PATCH 4.12 30/52] net/mlx5e: Fix inline header size for small packets
` [PATCH 4.12 32/52] Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"
` [PATCH 4.12 34/52] mlxsw: spectrum: Forbid linking to devices that have uppers
` [PATCH 4.12 35/52] bridge: switchdev: Clear forward mark when transmitting packet
` [PATCH 4.12 36/52] Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
` [PATCH 4.12 37/52] Revert "net: fix percpu memory leaks"
` [PATCH 4.12 38/52] gianfar: Fix Tx flow control deactivation
` [PATCH 4.12 39/52] vhost_net: correctly check tx avail during rx busy polling
` [PATCH 4.12 40/52] ip6_gre: update mtu properly in ip6gre_err
` [PATCH 4.12 42/52] ipv6: fix typo in fib6_net_exit()
` [PATCH 4.12 44/52] f2fs: let fill_super handle roll-forward errors
` [PATCH 4.12 47/52] x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps
` [PATCH 4.12 50/52] idr: remove WARN_ON_ONCE() when trying to replace negative ID
` [PATCH 4.12 51/52] md/raid1/10: reset bio allocated from mempool
` [PATCH 4.12 52/52] md/raid5: release/flush io in raid5_do_work()

[PATCH] net/bonding: strengthen the judgment of lacp packets
 2017-09-18  9:14 UTC  (2+ messages)

[PATCH v4] security/keys: rewrite all of big_key crypto
 2017-09-18  9:12 UTC  (6+ messages)
  ` [kernel-hardening] "

[PATCH v2] s390/char: Fix cdev_add usage
 2017-09-18  9:13 UTC 

[PATCH v3 01/18] arm: shmobile: Document Kingfisher board DT bindings
 2017-09-18  9:13 UTC  (4+ messages)

Returned mail: see transcript for details
 2017-09-18  9:16 UTC 

[PATCH v11 00/24] Unified fwnode endpoint parser, async sub-device notifier support, N9 flash DTS
 2017-09-18  9:12 UTC  (5+ messages)
` [PATCH v11 24/24] arm: dts: omap3: N9/N950: Add flash references to the camera
  ` as3645a flash userland interface


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.