public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-18 07:44:24 to 2017-09-18 09:23:20 UTC [more...]

[PATCH 4.9 00/78] 4.9.51-stable review
 2017-09-18  9:12 UTC  (54+ 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 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 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 33/78] xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
` [PATCH 4.9 35/78] xfs: release bli from transaction properly on fs shutdown
` [PATCH 4.9 37/78] xfs: dont allow bmap on rt files
` [PATCH 4.9 39/78] xfs: free cowblocks and retry on buffered write ENOSPC
` [PATCH 4.9 41/78] xfs: check _btree_check_block value
` [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 50/78] iomap: fix integer truncation issues in the zeroing and dirtying helpers
` [PATCH 4.9 52/78] xfs: toggle readonly state around xfs_log_mount_finish
` [PATCH 4.9 54/78] xfs: Add infrastructure needed for error propagation during buffer IO failure
` [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()

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

[PATCH 0/3] ima: only call integrity_kernel_read to calc file hash
 2017-09-18  9:19 UTC  (10+ 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  (35+ messages)
` [PATCH 4.13 01/52] Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
` [PATCH 4.13 03/52] gianfar: Fix Tx flow control deactivation
` [PATCH 4.13 04/52] vhost_net: correctly check tx avail during rx busy polling
` [PATCH 4.13 05/52] ip6_gre: update mtu properly in ip6gre_err
` [PATCH 4.13 07/52] ipv6: fix memory leak with multiple tables during netns destruction
` [PATCH 4.13 08/52] ipv6: fix typo in fib6_net_exit()
` [PATCH 4.13 11/52] ip_tunnel: fix setting ttl and tos value in collect_md mode
` [PATCH 4.13 12/52] f2fs: let fill_super handle roll-forward errors
` [PATCH 4.13 14/52] thunderbolt: Remove superfluous check
` [PATCH 4.13 15/52] thunderbolt: Make key root-only accessible
` [PATCH 4.13 16/52] thunderbolt: Allow clearing the key
` [PATCH 4.13 18/52] x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps
` [PATCH 4.13 19/52] x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUs
` [PATCH 4.13 20/52] x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
` [PATCH 4.13 21/52] ovl: fix false positive ESTALE on lookup
` [PATCH 4.13 22/52] fuse: allow server to run in different pid_ns
` [PATCH 4.13 24/52] libnvdimm, btt: check memory allocation failure
` [PATCH 4.13 26/52] xfs: write unmount record for ro mounts
` [PATCH 4.13 27/52] xfs: toggle readonly state around xfs_log_mount_finish
` [PATCH 4.13 30/52] xfs: fix recovery failure when log record header wraps log end
` [PATCH 4.13 32/52] xfs: fix log recovery corruption error due to tail overwrite
` [PATCH 4.13 35/52] xfs: evict all inodes involved with log redo item
` [PATCH 4.13 37/52] xfs: open-code xfs_buf_item_dirty()
` [PATCH 4.13 39/52] xfs: ordered buffer log items are never formatted
` [PATCH 4.13 40/52] xfs: refactor buffer logging into buffer dirtying helper
` [PATCH 4.13 42/52] xfs: skip bmbt block ino validation during owner change
` [PATCH 4.13 43/52] xfs: move bmbt owner change to last step of extent swap
` [PATCH 4.13 44/52] xfs: disallow marking previously dirty buffers as ordered
` [PATCH 4.13 45/52] xfs: relog dirty buffers during swapext bmbt 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  (2+ 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 v4] security/keys: rewrite all of big_key crypto
 2017-09-18  9:12 UTC  (4+ messages)
  ` [kernel-hardening] "

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

[RFC] ASoC: codecs: msm8916-wcd-analog: use btn0 released detection
 2017-09-18  9:08 UTC  (2+ messages)

[PATCH v3 1/5] staging: typec: tcpm: Drop commented out code
 2017-09-18  9:06 UTC  (4+ messages)

[PATCH 1/7] drm/rockchip/dsi: correct Feedback divider setting
 2017-09-18  9:05 UTC  (5+ messages)
` [PATCH 2/7] drm/rockchip/dsi: add dual mipi channel support
` [PATCH 3/7] dt-bindings: add the rockchip,dual-channel for dw-mipi-dsi
` [PATCH 4/7] drm/rockchip/dsi: correct phy parameter setting
` [PATCH 5/7] arm64: dts: rockchip: rk3399: Correct MIPI DPHY PLL clock

[PATCH][V2] x86/xen: clean up clang build warning
 2017-09-18  9:03 UTC 

[PATCH v2 0/2] stm32 clocksource driver rework
 2017-09-18  9:02 UTC  (3+ messages)
` [PATCH v2 1/2] clocksource: stm32: rework driver to use only one timer
` [PATCH v2 2/2] arm: dts: stm32: remove useless clocksource nodes

[PATCH] ASoC: zte: spdif: remove duplicate initialization of dma_data
 2017-09-18  8:56 UTC 

[PATCH RFC V2 00/10] perf top optimization
 2017-09-18  8:57 UTC  (7+ messages)
` [PATCH RFC V2 03/10] petf tools: using comm_str to replace comm in hist_entry
` [PATCH RFC V2 05/10] perf tools: lock to protect thread list

[PATCH v5 1/2] media:imx274 device tree binding file
 2017-09-18  8:55 UTC  (3+ messages)
` [PATCH v5 2/2] media:imx274 V4l2 driver for Sony imx274 CMOS sensor

[PATCH v7 0/8] AC97 device/driver model revamp
 2017-09-18  8:52 UTC  (6+ messages)
` [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec

[PATCH v2 0/6] Add support for BCM7271 style interrupt controller
 2017-09-18  8:49 UTC  (15+ messages)
` [PATCH v2 2/6] irqchip/tango: Use irq_gc_mask_disable_and_ack_set
      ` [PATCH v3] irqchip/tango: Don't use incorrect irq_mask_ack callback

[PATCH 1/2] mfd: fsl-imx25: set irq handler and data in one go
 2017-09-18  8:50 UTC  (5+ messages)
` [PATCH 2/2] mfd: fsl-imx25: clean up irq settings during removal

[PATCH v3] PCI: quirks: update Cavium ThunderX ACS quirk implementation
 2017-09-18  8:48 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map
 2017-09-18  8:46 UTC  (3+ messages)
` [PATCH v2 2/2] lockdep: Remove unnecessary acquisitions wrt workqueue flush

[PATCH] mfd: rtsx: Add support for RTS5260
 2017-09-18  8:46 UTC  (6+ messages)
  ` 答复: "
      ` 答复: "

[PATCH 3/3] dt-bindings: Add KINGDISPLAY KD097D04 panel bindings
 2017-09-18  8:43 UTC 

[PATCH] x86/xen: clean up clang build warning
 2017-09-18  8:43 UTC  (2+ messages)

[PATCH v3 0/5] KVM: MMU: 5 level EPT/shadow support
 2017-09-18  8:41 UTC  (5+ messages)
` [PATCH v3 2/5] KVM: MMU: check guest CR3 reserved bits based on its physical address width

[PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up
 2017-09-18  8:41 UTC  (3+ messages)
` [PATCH v2 2/2] sched/deadline: Initialize cp->elements[].cpu to an invalid value

[PATCH 2/3] drm/panel: add Kingdisplay kd097d04 panel driver
 2017-09-18  8:40 UTC 

[PATCH v9] usb: serial: add vid:pid for Cypress WICED dev board
 2017-09-18  8:40 UTC 

[PATCH 0/2] Add coupled regulators mechanism
 2017-09-18  8:39 UTC  (3+ messages)
  ` [PATCH 1/2] regulator: core: "
  ` [PATCH 2/2] regulator: bindings: Add properties for coupled regulators

[PATCH 1/3] of: Add vendor prefix for kingdisplay
 2017-09-18  8:36 UTC 

[PATCH 1/1] Drivers: hv: vmbus: Fix rescind handling issues
 2017-09-18  8:31 UTC  (6+ messages)

[PATCH v4 0/6] IIO-based thermal sensor driver for Allwinner H3 SoC
 2017-09-18  8:30 UTC  (17+ messages)
` [PATCH v4 1/6] dt-bindings: update the Allwinner GPADC device tree binding for H3
` [PATCH v4 2/6] iio: adc: sun4i-gpadc-iio: rename A33-specified registers to contain A33
` [PATCH v4 4/6] iio: adc: sun4i-gpadc-iio: add support for H3 thermal sensor
` [PATCH v4 5/6] ARM: sun8i: h3: add support for the thermal sensor in H3
` [PATCH v4 6/6] ARM: sun8i: h3: add partial CPU thermal zone

319554f284dd ("inet: don't use sk_v6_rcv_saddr directly") causes bind port regression
 2017-09-18  8:02 UTC  (11+ messages)

[PATCH v2 00/10] dmaengine: sun6i: Fixes for H3/A83T, enable A64
 2017-09-18  8:19 UTC  (17+ messages)
` [PATCH v2 01/10] dmaengine: sun6i: Correct setting of clock autogating register for A83T/H3
` [PATCH v2 02/10] dmaengine: sun6i: Correct burst length field offsets for H3
` [PATCH v2 03/10] dmaengine: sun6i: Restructure code to allow extension for new SoCs
` [PATCH v2 04/10] dmaengine: sun6i: Enable additional burst lengths/widths on H3
` [PATCH v2 05/10] dmaengine: sun6i: Move number of pchans/vchans/request to device struct
` [PATCH v2 06/10] arm64: allwinner: a64: Add devicetree binding for DMA controller
` [PATCH v2 07/10] dmaengine: sun6i: Retrieve channel count/max request from devicetree
` [PATCH v2 08/10] dmaengine: sun6i: Add support for Allwinner A64 and compatibles

[PATCH 4/4] x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUs
 2017-09-18  8:17 UTC  (3+ messages)
` [tip:x86/urgent] "

[PATCH v2] dmaengine: edma: Align the memcpy acnt array size with the transfer
 2017-09-18  8:16 UTC 

[PATCH v2] [DVB][FRONTEND] Added a new ioctl for optimizing frontend property set operation
 2017-09-18  8:15 UTC  (2+ messages)
  ` [PATCH v3] "

[PATCH 0/2] [media] dvb_usb_core: Adjustments for two function implementations
 2017-09-18  8:14 UTC  (3+ messages)
` [PATCH 1/2] [media] dvb_usb_core: Delete two error messages for a failed memory allocation in dvb_usbv2_probe()
` [PATCH 2/2] [media] dvb_usb_core: Improve a size determination in two functions

[PATCH] usb: dwc3: Fix the USB 3.0 hub detection bug after warm boot
 2017-09-18  8:11 UTC  (12+ messages)

n900 in next-20170901
 2017-09-18  8:11 UTC  (9+ messages)
              ` Linux-next broken for 2 weeks was "

[PATCH] ACPI / PMIC: Add code reviewers to MAINTAINERS
 2017-09-18  8:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] firmware: dmi_scan: Drop dmi_initialized
 2017-09-18  8:05 UTC 

[PATCH 1/3] phy: mvebu-cp110-comphy: fix mux error check
 2017-09-18  8:04 UTC  (3+ messages)
` [PATCH 2/3] phy: mvebu-cp110-comphy: remove unused member in private struct
` [PATCH 3/3] phy: mvebu-cp110-comphy: explicitly set the pipe selector

[PATCH] Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"
 2017-09-18  8:06 UTC  (6+ messages)

[PATCH v2] bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h>
 2017-09-18  8:01 UTC  (2+ messages)

[PATCH] lightnvm: remove already calculated nr_chnls
 2017-09-18  7:56 UTC  (2+ messages)

[PATCH V2] lightnvm: protect target type list with correct locks
 2017-09-18  7:53 UTC  (2+ messages)

[RFC v1] sched/fair: search a task from the tail of the queue
 2017-09-18  7:53 UTC  (3+ messages)

Memory-ordering recipes
 2017-09-18  7:52 UTC  (2+ messages)

[PATCH RFC V1 net-next 0/6] Time based packet transmission
 2017-09-18  7:41 UTC  (3+ messages)
` [PATCH RFC V1 net-next 2/6] net: skbuff: Add a field to support time based transmission
` [PATCH RFC V1 net-next 4/6] net: ipv4: udp: Hook into "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox