From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 9D84C376C for ; Wed, 12 Oct 2016 12:55:10 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 12 Oct 2016 03:55:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,333,1473145200"; d="scan'208";a="1063761627" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 12 Oct 2016 03:55:08 -0700 Date: Wed, 12 Oct 2016 18:56:03 +0800 From: Yuanhan Liu To: Christian Ehrhardt Cc: stable@dpdk.org Message-ID: <20161012105603.GK16751@yliu-dev.sh.intel.com> References: <20161012102442.GJ16751@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161012102442.GJ16751@yliu-dev.sh.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] Reviewing currently queued patches X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:55:11 -0000 On Wed, Oct 12, 2016 at 06:24:42PM +0800, Yuanhan Liu wrote: > > The second type are fixes that have a "fixes" statement matching code that is > > in 16.07 and might be missing in your current list: > > c00ae961ff8dbc036322fdb41137a7dedac005c9 mem: fix crash on hugepage mapping > > error > > 6edfa69ba6fe86e9f59c76d0bb3732c558aeedc9 pci: fix memory leak when detaching > > device > > 7b3c4f351708a4bf5d311266d9f8c32e5704701f sched: fix releasing enqueued packets > > 33a290899dd2b6e2e26e8e5c33d08979f8315d18 net/virtio_user: fix first queue pair > > without multiqueue > > Besides the the 3rd one (sched: fix releasing ...), all others are > actually included in this list I sent out today. You failed to get > those mail notifications? FYI, I got them. > > BTW, thanks for the good catch! I will include the missing one soon. FYI, here is the list I got for v16.07.1 release (excluding the first batch): [yliu@yliu-dev ~/stable]$ QUILT_PATCHES=16.07.1 quilt series | nl 1 16.07.1/0001-sched-fix-releasing-enqueued-packets.patch 2 16.07.1/0001-crypto-fix-build-with-icc.patch 3 16.07.1/0001-app-test-fix-verification-of-digest-for-GCM.patch 4 16.07.1/0001-crypto-qat-fix-FreeBSD-build.patch 5 16.07.1/0001-crypto-null-fix-key-size-increment-value.patch 6 16.07.1/0001-mem-fix-build-with-O1.patch 7 16.07.1/0001-net-ixgbe-base-fix-skipping-PHY-config.patch 8 16.07.1/0001-net-ixgbe-base-fix-possible-corruption-of-shadow-RAM.patch 9 16.07.1/0001-net-ixgbe-base-fix-check-for-NACK.patch 10 16.07.1/0001-net-ixgbe-base-fix-pointer-check.patch 11 16.07.1/0001-net-enic-fix-freeing-memory-for-descriptor-ring.patch 12 16.07.1/0001-net-i40e-base-fix-UDP-packet-header.patch 13 16.07.1/0001-net-i40e-fix-parsing-QinQ-packets-type.patch 14 16.07.1/0001-net-i40e-fix-null-pointer-dereferences-when-using-VM.patch 15 16.07.1/0001-net-ixgbe-fix-VF-reset-to-apply-to-correct-VF.patch 16 16.07.1/0001-net-i40e-fix-dropping-packets-with-ethertype-0x88A8.patch 17 16.07.1/0001-net-enic-fix-bad-L4-checksum-flag-on-ICMP-packets.patch 18 16.07.1/0001-net-fm10k-fix-MAC-address-removal-from-switch.patch 19 16.07.1/0001-net-pcap-fix-memory-leak-in-jumbo-frames.patch 20 16.07.1/0001-net-nfp-fix-copying-MAC-address.patch 21 16.07.1/0001-net-mlx-fix-debug-build-with-gcc-6.1.patch 22 16.07.1/0001-net-e1000-fix-returned-number-of-available-Rx-descri.patch 23 16.07.1/0001-net-i40e-fix-mbuf-leak-during-Rx-queue-release.patch 24 16.07.1/0001-net-ixgbe-fix-mbuf-leak-during-Rx-queue-release.patch 25 16.07.1/0001-mbuf-fix-error-handling-on-pool-creation.patch 26 16.07.1/0001-timer-fix-lag-delay.patch 27 16.07.1/0001-net-virtio_user-fix-error-management-during-init.patch 28 16.07.1/0001-net-virtio_user-fix-wrong-sequence-of-messages.patch 29 16.07.1/0001-net-virtio_user-fix-first-queue-pair-without-multiqu.patch 30 16.07.1/0001-tools-fix-virtio-interface-name-when-binding.patch 31 16.07.1/0001-net-virtio-fix-xstats-name.patch 32 16.07.1/0001-tools-fix-json-output-of-pmdinfo.patch 33 16.07.1/0001-pmdinfogen-fix-clang-build.patch 34 16.07.1/0001-pci-fix-memory-leak-when-detaching-device.patch 35 16.07.1/0001-mem-fix-crash-on-hugepage-mapping-error.patch 36 16.07.1/0001-hash-fix-false-zero-signature-key-hit-lookup.patch 37 16.07.1/0001-hash-fix-ring-size.patch Please shut if you find something are missing (including those you failed to receive). Thanks. --yliu