linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-18 08:51:11 to 2017-09-18 09:45:45 UTC [more...]

[PATCH 4.12 00/52] 4.12.14-stable review
 2017-09-18  9:11 UTC  (44+ 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 23/52] net/mlx5e: Check for qos capability in dcbnl_initialize
` [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 26/52] net/mlx5e: Fix dangling page pointer on DMA mapping error
` [PATCH 4.12 27/52] net/mlx5e: Dont override user RSS upon set channels
` [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 31/52] net/mlx5e: Fix CQ moderation mode not set properly
` [PATCH 4.12 32/52] Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"
` [PATCH 4.12 33/52] net: fec: Allow reception of frames bigger than 1522 bytes
` [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 41/52] ipv6: fix memory leak with multiple tables during netns destruction
` [PATCH 4.12 42/52] ipv6: fix typo in fib6_net_exit()
` [PATCH 4.12 43/52] sctp: fix missing wake ups in some situations
` [PATCH 4.12 44/52] f2fs: let fill_super handle roll-forward errors
` [PATCH 4.12 45/52] f2fs: check hot_data for roll-forward recovery
` [PATCH 4.12 46/52] x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_common
` [PATCH 4.12 47/52] x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps
` [PATCH 4.12 48/52] x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUs
` [PATCH 4.12 49/52] fuse: allow server to run in different pid_ns
` [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 V5 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN in non-coherent DMA mode
 2017-09-18  9:44 UTC  (2+ messages)
` [V5, "

[PATCH] mtd: spi-nor: Kill check with no effect
 2017-09-18  9:44 UTC  (2+ messages)

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

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

[PATCH] mtd: spi-nor: Check for spi_nor_hwcaps_read2cmd() return value
 2017-09-18  9:39 UTC  (2+ messages)

[RFC V2] printk: add warning while drop partial text in msg
 2017-09-18  9:39 UTC  (7+ messages)

[PATCH 4.9 00/78] 4.9.51-stable review
 2017-09-18  9:12 UTC  (79+ 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 03/78] ipv6: fix sparse warning on rt6i_node
` [PATCH 4.9 04/78] macsec: add genl family module alias
` [PATCH 4.9 05/78] udp: on peeking bad csum, drop packets even if not at head
` [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 10/78] cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()
` [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 14/78] tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
` [PATCH 4.9 15/78] mlxsw: spectrum: Forbid linking to devices that have uppers
` [PATCH 4.9 16/78] bridge: switchdev: Clear forward mark when transmitting packet
` [PATCH 4.9 17/78] Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
` [PATCH 4.9 18/78] Revert "net: fix percpu memory leaks"
` [PATCH 4.9 19/78] gianfar: Fix Tx flow control deactivation
` [PATCH 4.9 20/78] vhost_net: correctly check tx avail during rx busy polling
` [PATCH 4.9 21/78] ip6_gre: update mtu properly in ip6gre_err
` [PATCH 4.9 22/78] ipv6: fix memory leak with multiple tables during netns destruction
` [PATCH 4.9 23/78] ipv6: fix typo in fib6_net_exit()
` [PATCH 4.9 24/78] sctp: fix missing wake ups in some situations
` [PATCH 4.9 25/78] ip_tunnel: fix setting ttl and tos value in collect_md mode
` [PATCH 4.9 26/78] f2fs: let fill_super handle roll-forward errors
` [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 31/78] xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()
` [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()

[PATCH 1/2] crypto: stm32 - Fix uninitialized data usage
 2017-09-18  9:36 UTC  (2+ messages)

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

[PATCH] tools/kvm_stat: Add Python 3 support to kvm_stat
 2017-09-18  9:32 UTC  (2+ messages)

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

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

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

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

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

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).