stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luis Henriques <luis.henriques@canonical.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Kamal Mostafa <kamal@canonical.com>,
	kernel-team@lists.ubuntu.com, Willy Tarreau <w@1wt.eu>,
	stable@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3.13 163/163] lzo: check for length overrun in variable length encoding.
Date: Tue, 14 Oct 2014 10:58:41 +0200	[thread overview]
Message-ID: <20141014085841.GA7710@hercules> (raw)
In-Reply-To: <20141014015233.GA24799@kroah.com>

On Tue, Oct 14, 2014 at 03:52:33AM +0200, Greg Kroah-Hartman wrote:
> On Mon, Oct 13, 2014 at 10:31:03AM -0700, Kamal Mostafa wrote:
> > On Fri, 2014-10-10 at 07:30 +0200, Willy Tarreau wrote:
> > > Hi Kamal,
> > > 
> > > [ removed Don Bailey from the CC who's certainly not interested in this ]
> > > 
> > > On Thu, Oct 09, 2014 at 02:03:08PM -0700, Kamal Mostafa wrote:
> > > > 3.13.11.9 -stable review patch.  If anyone has any objections, please let me know.
> > > > 
> > > > ------------------
> > > > 
> > > > From: Willy Tarreau <w@1wt.eu>
> > > > 
> > > > commit 72cf90124e87d975d0b2114d930808c58b4c05e4 upstream.
> > > 
> > > (...)
> > 
> > Hi Willy-
> > 
> > Thanks very much for reviewing this.
> > 
> > > This one (and the accompanying revert) are still not present in more
> > > recent stable kernels, so I find it surprizing that you're proposing
> > > to integrate them now.
> > 
> > I can hold out those lzo fixes until the next 3.13-stable if you prefer.
> 
> Please do so.
> 
> > But fwiw...
> > 
> > >  If someone upgrades from 3.13.11.9 to 3.14.21
> > > or 3.16.5, they'd expect to keep all fixes but will lose this one, so
> > > this is a bit confusing.
> > 
> > I think those sorts of scheduling mismatches and discrepancies between
> > stable versions are pretty common.  Examples:  The top 11 commits in
> > v3.12.30 have not yet been applied[0] to any of the newer stable
> > branches;
> 
> Those -mm patches from Mel are "special", I'm taking it slow in merging
> them, doing lots of local testing and code review, and not all of them
> even are relevant for 3.14, so don't take the acceptance /
> non-acceptance of them as any kind of "proof" of anything at all.
> 
> > Many of the commits in v3.10.57 have not yet been applied[1]
> > to linux-3.12.y but have been released in other newer stables.
> 
> That's because I am ahead of Jiri, which will almost always happen due
> to our different workflows and time available to spend on stable
> kernels.
> 
> > >  Is there any reason you're not tracking fixes
> > > from more recent versions like Jiri, Li, Ben and I are doing ?
> > 
> > We (the Canonical stable maintainers) have always tracked the "cc:
> > stable" fixes directly from mainline, not from the more-recent-version
> > branches.  Given the examples above, it seems that the kernel.org
> > maintainers are doing that too, yes?
> 
> You have included patches in your release that are not in _any_ public
> release on kernel.org yet.  Which is fine, you are allowed to do
> whatever you want, but that goes against the existing rules of stable
> patches that we have been following for well over the past year for when
> it is acceptable to add a patch to a stable release.
> 

Could you please provide us with examples of commits in one of our
extended stable trees that is not on any other public release at
kernel.org?  We really try hard to follow the process defined for the
official stable kernels, so if this has happen in the past it was
definitely a mistake from our side, and we would love to get your
feedback during the review cycles.

My understanding is that Kamal queued this specific patch because its
related with a security issue (CVE-2014-4608): the original fix is
being reverted upstream and he is queuing this revert and the
alternative fix.  Anyway, since Willy objected, its likely Kamal will
postpone including these patches in the 3.13 kernel.

Cheers,
--
Lu�s

> Yet another reason I _strongly_ urge you to mark your kernels with some
> type of "name" to help reduce the confusion of others that your kernels
> might be somehow associated with kernel.org releases.
> 
> greg k-h
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

  reply	other threads:[~2014-10-14  8:58 UTC|newest]

Thread overview: 174+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-09 21:00 [3.13.y.z extended stable] Linux 3.13.11.9 stable review Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 001/163] regulatory: add NUL to alpha2 Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 002/163] percpu: fix pcpu_alloc_pages() failure path Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 003/163] percpu: perform tlb flush after pcpu_map_pages() failure Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 004/163] percpu: free percpu allocation info for uniprocessor system Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 005/163] cgroup: reject cgroup names with '\n' Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 006/163] vfs: add d_is_dir() Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 007/163] CIFS: Fix directory rename error Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 008/163] usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes down Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 009/163] rtlwifi: rtl8192cu: Add new ID Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 010/163] CIFS: Fix wrong restart readdir for SMB1 Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 011/163] CIFS: Fix wrong filename length for SMB2 Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 012/163] Revert "mac80211: disable uAPSD if all ACs are under ACM" Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 013/163] ahci: Add Device IDs for Intel 9 Series PCH Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 014/163] ata_piix: " Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 015/163] Revert "iwlwifi: dvm: don't enable CTS to self" Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 016/163] USB: zte_ev: fix removed PIDs Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 017/163] USB: ftdi_sio: add support for NOVITUS Bono E thermal printer Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 018/163] USB: sierra: avoid CDC class functions on "68A3" devices Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 019/163] USB: sierra: add 1199:68AA device ID Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 020/163] iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1 Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 021/163] iommu/arm-smmu: remove pgtable_page_{c,d}tor() Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 022/163] xen/manage: Always freeze/thaw processes when suspend/resuming Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 023/163] usb: gadget: fusb300_udc.h: Fix typo in include guard Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 024/163] usb: phy: tegra: Avoid use of sizeof(void) Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 025/163] arm64: use irq_set_affinity with force=false when migrating irqs Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 026/163] block: Fix dev_t minor allocation lifetime Kamal Mostafa
2014-10-09 21:09   ` Jens Axboe
2014-10-09 21:15     ` Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 027/163] usb: dwc3: core: fix order of PM runtime calls Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 028/163] usb: dwc3: core: fix ordering for PHY suspend Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 029/163] usb: dwc3: omap: fix ordering for runtime pm calls Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 030/163] iommu/fsl: Fix warning resulting from adding PCI device twice Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 031/163] ahci: add pcid for Marvel 0x9182 controller Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 032/163] drm/i915: Fix EIO/wedged handling in gem fault handler Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 033/163] ACPI / RTC: Fix CMOS RTC opregion handler accesses to wrong addresses Kamal Mostafa
2014-10-09 21:00 ` [PATCH 3.13 034/163] drm/i915: Evict CS TLBs between batches Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 035/163] drm/i915: Wait for vblank before enabling the TV encoder Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 036/163] lockd: fix rpcbind crash on lockd startup failure Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 037/163] drm/radeon: fix semaphore value init Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 038/163] drm/radeon: add connector quirk for fujitsu board Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 039/163] imx-drm: ipuv3-plane: fix ipu_plane_dpms() Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 040/163] usb: host: xhci: fix compliance mode workaround Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 041/163] Input: elantech - fix detection of touchpad on ASUS s301l Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 042/163] USB: ftdi_sio: Add support for GE Healthcare Nemo Tracker device Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 043/163] uwb: init beacon cache entry before registering uwb device Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 044/163] nfs: fix kernel warning when removing proc entry Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 045/163] drm/radeon/dpm: set the thermal type properly for special configs Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 046/163] dm cache: fix race causing dirty blocks to be marked as clean Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 047/163] libceph: gracefully handle large reply messages from the mon Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 048/163] Input: serport - add compat handling for SPIOCSTYPE ioctl Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 049/163] usb: hub: take hub->hdev reference when processing from eventlist Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 050/163] eventpoll: fix uninitialized variable in epoll_ctl Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 051/163] kcmp: fix standard comparison bug Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 052/163] fsnotify/fdinfo: use named constants instead of hardcoded values Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 053/163] fs/notify: don't show f_handle if exportfs_encode_inode_fh failed Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 054/163] arm64: flush TLS registers during exec Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 055/163] storage: Add single-LUN quirk for Jaz USB Adapter Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 056/163] xhci: Fix null pointer dereference if xhci initialization fails Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 057/163] usb: xhci: Fix OOPS in xhci error handling code Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 058/163] xhci: fix oops when xhci resumes from hibernate with hw lpm capable devices Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 059/163] drm/ast: open key before detect chips Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 060/163] drm/ast: AST2000 cannot be detected correctly Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 061/163] futex: Unlock hb->lock in futex_wait_requeue_pi() error path Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 062/163] jiffies: Fix timeval conversion to jiffies Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 063/163] alarmtimer: Return relative times in timer_gettime Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 064/163] alarmtimer: Do not signal SIGEV_NONE timers Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 065/163] alarmtimer: Lock k_itimer during timer callback Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 066/163] parisc: Implement new LWS CAS supporting 64 bit operations Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 067/163] don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu() Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 068/163] be careful with nd->inode in path_init() and follow_dotdot_rcu() Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 069/163] iio:inkern: fix overwritten -EPROBE_DEFER in of_iio_channel_get_by_name Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 070/163] iio:trigger: modify return value for iio_trigger_get Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 071/163] iio: accel: bma180: Fix indio_dev->trig assignment Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 072/163] iio: adc: ad_sigma_delta: " Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 073/163] iio: hid_sensor_hub: " Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 074/163] iio: st_sensors: " Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 075/163] iio: gyro: itg3200: " Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 076/163] iio: inv_mpu6050: " Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 077/163] iio: meter: ade7758: " Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 078/163] MIPS: ZBOOT: add missing <linux/string.h> include Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 079/163] spi: fsl: Don't use devm_kzalloc in master->setup callback Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 080/163] spi: dw: " Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 081/163] ARM: 8133/1: use irq_set_affinity with force=false when migrating irqs Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 082/163] [media] cx18: fix kernel oops with tda8290 tuner Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 083/163] ASoC: davinci-mcasp: Correct rx format unit configuration Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 084/163] spi: sirf: enable RX_IO_DMA_INT interrupt Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 085/163] perf: Fix a race condition in perf_remove_from_context() Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 086/163] ASoC: samsung-i2s: Maintain CDCLK settings across i2s_{shutdown/startup} Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 087/163] ASoC: samsung-i2s: Check secondary DAI exists before referencing Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 088/163] ALSA: hda - Fix invalid pin powermap without jack detection Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 089/163] Input: atkbd - do not try 'deactivate' keyboard on any LG laptops Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 090/163] Input: i8042 - add Fujitsu U574 to no_timeout dmi table Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 091/163] Input: i8042 - add nomux quirk for Avatar AVIU-145A6 Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 092/163] iio: adc: at91: don't use the last converted data register Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 093/163] iio:magnetometer: bugfix magnetometers gain values Kamal Mostafa
2014-10-09 21:01 ` [PATCH 3.13 094/163] drm/i915: Fix SRC_COPY width on 830/845g Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 095/163] Target/iser: Get isert_conn reference once got to connected_handler Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 096/163] Target/iser: Don't put isert_conn inside disconnected handler Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 097/163] ARM: 8148/1: flush TLS and thumbee register state during exec Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 098/163] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup() Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 099/163] vgaarb: Don't default exclusively to first video device with mem+io Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 100/163] iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcid Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 101/163] iscsi-target: avoid NULL pointer in iscsi_copy_param_list failure Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 102/163] NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists() Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 103/163] NFSv4: Fix another bug in the close/open_downgrade code Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 104/163] drm/radeon: don't reset dma on NI/SI init Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 105/163] drm/radeon: don't reset sdma on CIK init Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 106/163] drm/radeon: don't reset dma on r6xx-evergreen init Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 107/163] vgaswitcheroo: add vga_switcheroo_fini_domain_pm_ops Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 108/163] drm/radeon/px: fix module unload Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 109/163] drm/nouveau/runpm: " Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 110/163] [SCSI] libiscsi: fix potential buffer overrun in __iscsi_conn_send_pdu Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 111/163] USB: EHCI: unlink QHs even after the controller has stopped Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 112/163] USB: storage: Add quirk for Adaptec USBConnect 2000 USB-to-SCSI Adapter Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 113/163] USB: storage: Add quirk for Ariston Technologies iConnect USB to SCSI adapter Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 114/163] USB: storage: Add quirks for Entrega/Xircom USB to SCSI converters Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 115/163] drm/nouveau: ltc/gf100-: fix cbc issues on certain boards Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 116/163] bnx2x: Fix link for KR with swapped polarity lane Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 117/163] iwlwifi: increase DEFAULT_MAX_TX_POWER Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 118/163] iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 119/163] workqueue: apply __WQ_ORDERED to create_singlethread_workqueue() Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 120/163] can: flexcan: mark TX mailbox as TX_INACTIVE Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 121/163] can: flexcan: correctly initialize mailboxes Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 122/163] can: flexcan: implement workaround for errata ERR005829 Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 123/163] can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-complete Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 124/163] can: at91_can: add missing prepare and unprepare of the clock Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 125/163] IB/qib: Correct reference counting in debugfs qp_stats Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 126/163] [media] videobuf2-dma-sg: fix for wrong GFP mask to sg_alloc_table_from_pages Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 127/163] [media] vb2: fix plane index sanity check in vb2_plane_cookie() Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 128/163] [media] adv7604: fix inverted condition Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 129/163] md/raid1: intialise start_next_window for READ case to avoid hang Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 130/163] md/raid1: be more cautious where we read-balance during resync Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 131/163] md/raid1: clean up request counts properly in close_sync() Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 132/163] md/raid1: make sure resync waits for conflicting writes to complete Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 133/163] md/raid1: Don't use next_resync to determine how far resync has progressed Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 134/163] md/raid1: update next_resync under resync_lock Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 135/163] md/raid1: count resync requests in nr_pending Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 136/163] md/raid1: fix_read_error should act on all non-faulty devices Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 137/163] ALSA: pcm: fix fifo_size frame calculation Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 138/163] Fix nasty 32-bit overflow bug in buffer i/o code Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 139/163] drm/radeon/cik: use a separate counter for CP init timeout Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 140/163] parisc: Only use -mfast-indirect-calls option for 32-bit kernel builds Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 141/163] sched: Fix unreleased llc_shared_mask bit during CPU hotplug Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 142/163] MIPS: mcount: Adjust stack pointer for static trace in MIPS32 Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 143/163] nilfs2: fix data loss with mmap() Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 144/163] ocfs2/dlm: do not get resource spinlock if lockres is new Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 145/163] mm, slab: initialize object alignment on cache creation Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 146/163] mm: softdirty: keep bit when zapping file pte Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 147/163] shmem: fix nlink for rename overwrite directory Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 148/163] ARM: 8165/1: alignment: don't break misaligned NEON load/store Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 149/163] ASoC: core: fix possible ZERO_SIZE_PTR pointer dereferencing error Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 150/163] cpufreq: integrator: fix integrator_cpufreq_remove return type Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 151/163] drm/i915: Flush the PTEs after updating them before suspend Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 152/163] ARM: 8178/1: fix set_tls for !CONFIG_KUSER_HELPERS Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 153/163] md/raid5: disable 'DISCARD' by default due to safety concerns Kamal Mostafa
2014-10-09 21:02 ` [PATCH 3.13 154/163] mm: migrate: Close race between migration completion and mprotect Kamal Mostafa
2014-10-09 21:03 ` [PATCH 3.13 155/163] mm: numa: Do not mark PTEs pte_numa when splitting huge pages Kamal Mostafa
2014-10-09 21:03 ` [PATCH 3.13 156/163] Fix problem recognizing symlinks Kamal Mostafa
2014-10-09 21:03 ` [PATCH 3.13 157/163] mm: memcontrol: do not iterate uninitialized memcgs Kamal Mostafa
2014-10-09 21:03 ` [PATCH 3.13 158/163] perf: fix perf bug in fork() Kamal Mostafa
2014-10-09 21:03 ` [PATCH 3.13 159/163] mm: page_alloc: fix zone allocation fairness on UP Kamal Mostafa
2014-10-09 21:03 ` [PATCH 3.13 160/163] init/Kconfig: Hide printk log config if CONFIG_PRINTK=n Kamal Mostafa
2014-10-09 21:03 ` [PATCH 3.13 161/163] init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menu Kamal Mostafa
2014-10-09 21:03 ` [PATCH 3.13 162/163] Revert "lzo: properly check for overruns" Kamal Mostafa
2014-10-09 21:03 ` [PATCH 3.13 163/163] lzo: check for length overrun in variable length encoding Kamal Mostafa
2014-10-10  5:30   ` Willy Tarreau
2014-10-13 17:31     ` Kamal Mostafa
2014-10-13 18:48       ` Willy Tarreau
2014-10-14  1:52       ` Greg Kroah-Hartman
2014-10-14  8:58         ` Luis Henriques [this message]
2014-10-16  8:10           ` Jiri Slaby
2014-10-16 10:50             ` Luis Henriques
2014-10-16 14:22           ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141014085841.GA7710@hercules \
    --to=luis.henriques@canonical.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kamal@canonical.com \
    --cc=kernel-team@lists.ubuntu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=w@1wt.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).