stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-16 14:32:54 to 2017-03-17 00:52:01 UTC [more...]

[PATCH v2 for-4.9 01/40] xen: do not re-use pirq number cached in pci device msi msg data
 2017-03-17  0:48 UTC  (35+ messages)
` [PATCH v2 for-4.9 04/40] scsi: ibmvscsis: Issues from Dan Carpenter/Smatch
` [PATCH v2 for-4.9 06/40] scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
` [PATCH v2 for-4.9 08/40] scsi: ibmvscsis: Synchronize cmds at tpg_enable_store time
` [PATCH v2 for-4.9 07/40] scsi: ibmvscsis: Rearrange functions for future patches
` [PATCH v2 for-4.9 10/40] x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
` [PATCH v2 for-4.9 09/40] scsi: ibmvscsis: Synchronize cmds at remove time
` [PATCH v2 for-4.9 11/40] PCI: Separate VF BAR updates from standard BAR updates
` [PATCH v2 for-4.9 14/40] PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
` [PATCH v2 for-4.9 12/40] PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
` [PATCH v2 for-4.9 13/40] PCI: Add comments about ROM BAR updating
` [PATCH v2 for-4.9 16/40] PCI: Update BARs using property bits appropriate for type
` [PATCH v2 for-4.9 15/40] PCI: Don't update VF BARs while VF memory space is enabled
` [PATCH v2 for-4.9 18/40] PCI: Do any VF BAR updates before enabling the BARs
` [PATCH v2 for-4.9 19/40] ibmveth: calculate gso_segs for large packets
` [PATCH v2 for-4.9 21/40] vfio/spapr: Postpone allocation of userspace version of TCE table
` [PATCH v2 for-4.9 20/40] Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() (v2)
` [PATCH v2 for-4.9 22/40] powerpc/iommu: Pass mm_struct to init/cleanup helpers
` [PATCH v2 for-4.9 24/40] vfio/spapr: Reference mm in tce_container
` [PATCH v2 for-4.9 25/40] powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown
` [PATCH v2 for-4.9 23/40] powerpc/iommu: Stop using @current in mm_iommu_xxx
` [PATCH v2 for-4.9 26/40] vfio/spapr: Add a helper to create default DMA window
` [PATCH v2 for-4.9 28/40] drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indices
` [PATCH v2 for-4.9 27/40] vfio/spapr: Postpone default window creation
` [PATCH v2 for-4.9 29/40] drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.user
` [PATCH v2 for-4.9 30/40] drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classes
` [PATCH v2 for-4.9 34/40] slub: move synchronize_sched out of slab_mutex on shrink
` [PATCH v2 for-4.9 33/40] [media] uvcvideo: uvc_scan_fallback() for webcams with broken chain
` [PATCH v2 for-4.9 32/40] s390/zcrypt: Introduce CEX6 toleration
` [PATCH v2 for-4.9 36/40] ACPI / blacklist: Make Dell Latitude 3350 ethernet work
` [PATCH v2 for-4.9 37/40] serial: 8250_pci: Detach low-level driver during PCI error recovery
` [PATCH v2 for-4.9 35/40] ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520
` [PATCH v2 for-4.9 39/40] usb: gadget: udc: atmel: remove memory leak
` [PATCH v2 for-4.9 38/40] net: phy: Avoid deadlock during phy_error()
` [PATCH v2 for-4.9 40/40] powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=y

[PATCH for-4.9 00/40] Stable commits taken from Ubuntu Yakkety
 2017-03-17  0:43 UTC  (43+ messages)
` [PATCH for-4.9 01/40] xen: do not re-use pirq number cached in pci device msi msg data
` [PATCH for-4.9 03/40] igb: add i211 to i210 PHY workaround
` [PATCH for-4.9 02/40] igb: Workaround for igb i210 firmware issue
` [PATCH for-4.9 05/40] scsi: ibmvscsis: Return correct partition name/# to client
` [PATCH for-4.9 04/40] scsi: ibmvscsis: Issues from Dan Carpenter/Smatch
` [PATCH for-4.9 06/40] scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
` [PATCH for-4.9 07/40] scsi: ibmvscsis: Rearrange functions for future patches
` [PATCH for-4.9 09/40] scsi: ibmvscsis: Synchronize cmds at remove time
` [PATCH for-4.9 08/40] scsi: ibmvscsis: Synchronize cmds at tpg_enable_store time
` [PATCH for-4.9 10/40] x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
` [PATCH for-4.9 12/40] PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
` [PATCH for-4.9 11/40] PCI: Separate VF BAR updates from standard BAR updates
` [PATCH for-4.9 13/40] PCI: Add comments about ROM BAR updating
` [PATCH for-4.9 14/40] PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
` [PATCH for-4.9 15/40] PCI: Don't update VF BARs while VF memory space is enabled
` [PATCH for-4.9 16/40] PCI: Update BARs using property bits appropriate for type
` [PATCH for-4.9 18/40] PCI: Do any VF BAR updates before enabling the BARs
` [PATCH for-4.9 17/40] PCI: Ignore BAR updates on virtual functions
` [PATCH for-4.9 19/40] ibmveth: calculate gso_segs for large packets
` [PATCH for-4.9 21/40] vfio/spapr: Postpone allocation of userspace version of TCE table
` [PATCH for-4.9 20/40] Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() (v2)
` [PATCH for-4.9 22/40] powerpc/iommu: Pass mm_struct to init/cleanup helpers
` [PATCH for-4.9 23/40] powerpc/iommu: Stop using @current in mm_iommu_xxx
` [PATCH for-4.9 24/40] vfio/spapr: Reference mm in tce_container
` [PATCH for-4.9 25/40] powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown
` [PATCH for-4.9 26/40] vfio/spapr: Add a helper to create default DMA window
` [PATCH for-4.9 28/40] drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indices
` [PATCH for-4.9 27/40] vfio/spapr: Postpone default window creation
` [PATCH for-4.9 29/40] drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.user
` [PATCH for-4.9 31/40] block: allow WRITE_SAME commands with the SG_IO ioctl
` [PATCH for-4.9 30/40] drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classes
` [PATCH for-4.9 32/40] s390/zcrypt: Introduce CEX6 toleration
` [PATCH for-4.9 33/40] [media] uvcvideo: uvc_scan_fallback() for webcams with broken chain
` [PATCH for-4.9 34/40] slub: move synchronize_sched out of slab_mutex on shrink
` [PATCH for-4.9 35/40] ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520
` [PATCH for-4.9 37/40] serial: 8250_pci: Detach low-level driver during PCI error recovery
` [PATCH for-4.9 36/40] ACPI / blacklist: Make Dell Latitude 3350 ethernet work
` [PATCH for-4.9 38/40] net: phy: Avoid deadlock during phy_error()
` [PATCH for-4.9 40/40] powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=y
` [PATCH for-4.9 39/40] usb: gadget: udc: atmel: remove memory leak

stable build: 37 builds: 10 failed, 27 passed, 1408 errors, 210 warnings (v3.16.42)
 2017-03-16 23:01 UTC  (2+ messages)

[PATCH 1/2] blk-mq: don't complete un-started request in timeout handler
 2017-03-17  0:07 UTC  (11+ messages)

[PATCH stable-4.9] dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping allocations
 2017-03-16 23:10 UTC 

[PATCH 4.10 00/48] 4.10.4-stable review
 2017-03-16 22:37 UTC  (37+ messages)
` [PATCH 4.10 01/48] iio: 104-quad-8: Fix off-by-one error when addressing flag register
` [PATCH 4.10 02/48] ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks
` [PATCH 4.10 03/48] USB: serial: digi_acceleport: fix OOB data sanity check
` [PATCH 4.10 04/48] USB: serial: digi_acceleport: fix OOB-event processing
` [PATCH 4.10 05/48] crypto: improve gcc optimization flags for serpent and wp512
` [PATCH 4.10 06/48] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
` [PATCH 4.10 08/48] MIPS: ip27: Disable qlge driver in defconfig
` [PATCH 4.10 09/48] MIPS: Update ip27_defconfig for SCSI_DH change
` [PATCH 4.10 10/48] MIPS: ip22: Fix ip28 build for modern gcc
` [PATCH 4.10 11/48] MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
` [PATCH 4.10 12/48] mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
` [PATCH 4.10 13/48] MIPS: ralink: Cosmetic change to prom_init()
` [PATCH 4.10 14/48] MIPS: ralink: Remove unused timer functions
` [PATCH 4.10 15/48] MIPS: ralink: Remove unused rt*_wdt_reset functions
` [PATCH 4.10 17/48] tracing: Add #undef to fix compile error
` [PATCH 4.10 18/48] ucount: Remove the atomicity from ucount->count
` [PATCH 4.10 19/48] efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y
` [PATCH 4.10 22/48] powerpc: Emulation support for load/store instructions on LE
` [PATCH 4.10 24/48] powerpc/xics: Work around limitations of OPAL XICS priority handling
` [PATCH 4.10 26/48] usb: gadget: dummy_hcd: clear usb_gadget region before registration
` [PATCH 4.10 27/48] usb: dwc3: gadget: make Set Endpoint Configuration macros safe
` [PATCH 4.10 28/48] usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()
` [PATCH 4.10 29/48] usb: ohci-at91: Do not drop unhandled USB suspend control requests
` [PATCH 4.10 30/48] usb: gadget: function: f_fs: pass companion descriptor along
` [PATCH 4.10 31/48] Revert "usb: gadget: uvc: Add missing call for additional setup data"
` [PATCH 4.10 32/48] usb: host: xhci-dbg: HCIVERSION should be a binary number
` [PATCH 4.10 35/48] USB: serial: omninet: fix reference leaks at open
` [PATCH 4.10 37/48] USB: iowarrior: fix NULL-deref in write
` [PATCH 4.10 38/48] USB: serial: io_ti: fix NULL-deref in interrupt callback
` [PATCH 4.10 41/48] KVM: s390: Fix guest migration for huge guests resulting in panic
` [PATCH 4.10 42/48] KVM: arm/arm64: Let vcpu thread modify its own active state
` [PATCH 4.10 45/48] dm: flush queued bios when process blocks to avoid deadlock
` [PATCH 4.10 47/48] ext4: dont BUG when truncating encrypted inodes on the orphan list
` [PATCH 4.10 48/48] IB/mlx5: Verify that Q counters are supported

[PATCH 4.9 00/44] 4.9.16-stable review
 2017-03-16 22:37 UTC  (40+ messages)
` [PATCH 4.9 02/44] USB: serial: digi_acceleport: fix OOB-event processing
` [PATCH 4.9 03/44] crypto: improve gcc optimization flags for serpent and wp512
` [PATCH 4.9 04/44] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
` [PATCH 4.9 05/44] MIPS: VDSO: avoid duplicate CAC_BASE definition
` [PATCH 4.9 06/44] MIPS: ip27: Disable qlge driver in defconfig
` [PATCH 4.9 07/44] MIPS: Update ip27_defconfig for SCSI_DH change
` [PATCH 4.9 09/44] MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
` [PATCH 4.9 11/44] MIPS: ralink: Cosmetic change to prom_init()
` [PATCH 4.9 12/44] MIPS: ralink: Remove unused timer functions
` [PATCH 4.9 14/44] bcm63xx_enet: avoid uninitialized variable warning
` [PATCH 4.9 15/44] cpmac: remove hopeless #warning
` [PATCH 4.9 16/44] tracing: Add #undef to fix compile error
` [PATCH 4.9 17/44] ucount: Remove the atomicity from ucount->count
` [PATCH 4.9 18/44] efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y
` [PATCH 4.9 19/44] [media] dw2102: dont do DMA on stack
` [PATCH 4.9 20/44] i2c: add missing of_node_put in i2c_mux_del_adapters
` [PATCH 4.9 21/44] powerpc: Emulation support for load/store instructions on LE
` [PATCH 4.9 22/44] powerpc/xics: Work around limitations of OPAL XICS priority handling
` [PATCH 4.9 23/44] PCI: Prevent VPD access for QLogic ISP2722
` [PATCH 4.9 24/44] usb: gadget: dummy_hcd: clear usb_gadget region before registration
` [PATCH 4.9 25/44] usb: dwc3: gadget: make Set Endpoint Configuration macros safe
` [PATCH 4.9 26/44] usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()
` [PATCH 4.9 27/44] usb: ohci-at91: Do not drop unhandled USB suspend control requests
` [PATCH 4.9 29/44] Revert "usb: gadget: uvc: Add missing call for additional setup data"
` [PATCH 4.9 30/44] usb: host: xhci-dbg: HCIVERSION should be a binary number
` [PATCH 4.9 31/44] usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllers
` [PATCH 4.9 32/44] USB: serial: safe_serial: fix information leak in completion handler
` [PATCH 4.9 33/44] USB: serial: omninet: fix reference leaks at open
` [PATCH 4.9 34/44] USB: iowarrior: fix NULL-deref at probe
` [PATCH 4.9 36/44] USB: serial: io_ti: fix NULL-deref in interrupt callback
` [PATCH 4.9 37/44] USB: serial: io_ti: fix information leak in completion handler
` [PATCH 4.9 39/44] KVM: s390: Fix guest migration for huge guests resulting in panic
` [PATCH 4.9 40/44] KVM: arm/arm64: Let vcpu thread modify its own active state
` [PATCH 4.9 41/44] dm: flush queued bios when process blocks to avoid deadlock
` [PATCH 4.9 42/44] [media] rc: raw decoder for keymap protocol is not loaded on register
` [PATCH 4.9 43/44] ext4: dont BUG when truncating encrypted inodes on the orphan list
` [PATCH 4.9 44/44] IB/mlx5: Verify that Q counters are supported

[PATCH 4.4 00/35] 4.4.55-stable review
 2017-03-16 22:36 UTC  (7+ messages)
` [PATCH 4.4 01/35] USB: serial: digi_acceleport: fix OOB data sanity check
` [PATCH 4.4 11/35] MIPS: ralink: Remove unused rt*_wdt_reset functions
` [PATCH 4.4 12/35] cpmac: remove hopeless #warning
` [PATCH 4.4 13/35] mm: memcontrol: avoid unused function warning

[PATCH] fscrypto: lock inode while setting encryption policy
 2017-03-16 22:22 UTC 

[PATCH] fscrypt: fix renaming and linking special files
 2017-03-16 22:02 UTC 

[PATCH 1/3] __scsi_iterate_devices(): Make the get and put functions arguments
 2017-03-16 20:56 UTC  (3+ messages)
` [PATCH 2/3] Introduce starget_for_all_devices() and shost_for_all_devices()
` [PATCH 3/3] Ensure that scsi_target_unblock() examines all devices

[PATCH 1/2] x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
 2017-03-16 19:59 UTC 

[PATCH 1/2] x86: asm/bitops.h
 2017-03-16 19:48 UTC  (4+ messages)
` [PATCH 2/2] x86: Match bitops prototypes

[PATCH stable] powerpc/ptrace: Fix out of bounds array access warning
 2017-03-16 18:48 UTC 

[PATCH v2 0/3] kvm: arm/arm64: Fixes for use after free problems
 2017-03-16 18:20 UTC  (4+ messages)
` [PATCH v2 1/3] kvm: arm/arm64: Take mmap_sem in stage2_unmap_vm
` [PATCH v2 2/3] kvm: arm/arm64: Take mmap_sem in kvm_arch_prepare_memory_region
` [PATCH v2 3/3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd

[PATCH] Kbuild: use cc-disable-warning consistently for maybe-uninitialized
 2017-03-16 17:38 UTC  (6+ messages)

stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1)
 2017-03-16 17:03 UTC  (14+ messages)

Linux 3.2.87
 2017-03-16 16:34 UTC 

Linux 3.16.42
 2017-03-16 16:33 UTC 

Linux 3.16.42
 2017-03-16 16:31 UTC 

Linux 3.2.87
 2017-03-16 16:07 UTC 

[PATCH] pinctrl: qcom: Don't clear status bit on irq_unmask
 2017-03-16 15:32 UTC  (2+ messages)

Stable release 3.12.72
 2017-03-16 15:14 UTC 

[PATCH] mmc: ushc: fix NULL-deref at probe
 2017-03-16 14:46 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-at91: Support external regulators
 2017-03-16 14:46 UTC 

The i915 stable patch marking is totally broken
 2017-03-16 14:40 UTC  (7+ messages)
` [Intel-gfx] "


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