From: Satoru Takeuchi <satoru.takeuchi@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
akpm@linux-foundation.org, stable@vger.kernel.org
Subject: Re: [ 00/42] 3.8.9-stable review
Date: Thu, 25 Apr 2013 19:43:25 +0900 [thread overview]
Message-ID: <87d2ti99gy.wl%satoru.takeuchi@gmail.com> (raw)
In-Reply-To: <20130423215205.523980967@linuxfoundation.org>
At Tue, 23 Apr 2013 14:51:58 -0700,
Greg Kroah-Hartman wrote:
>
> This is the start of the stable review cycle for the 3.8.9 release.
> There are 42 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Thu Apr 25 21:50:11 UTC 2013.
> Anything received after that time might be too late.
This kernel can be built and boot without any problem.
Building a kernel with this kernel also works fine.
- Build Machine: debian wheezy x86_64
CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz x 4
memory: 8GB
- Test machine: debian wheezy x86_64(KVM guest on the Build Machine)
vCPU: x2
memory: 2GB
Thanks,
Satoru
>
> The whole patch series can be found in one patch at:
> kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.8.9-rc1.gz
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
> -------------
> Pseudo-Shortlog of commits:
>
> Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Linux 3.8.9-rc1
>
> Ralf Baechle <ralf@linux-mips.org>
> Revert "MIPS: page.h: Provide more readable definition for PAGE_MASK."
>
> Linus Torvalds <torvalds@linux-foundation.org>
> s390: move dummy io_remap_pfn_range() to asm/pgtable.h
>
> Josef Bacik <jbacik@fusionio.com>
> Btrfs: make sure nbytes are right after log replay
>
> Linus Torvalds <torvalds@linux-foundation.org>
> vm: convert mtdchar mmap to vm_iomap_memory() helper
>
> Linus Torvalds <torvalds@linux-foundation.org>
> vm: convert HPET mmap to vm_iomap_memory() helper
>
> Linus Torvalds <torvalds@linux-foundation.org>
> vm: convert fb_mmap to vm_iomap_memory() helper
>
> Linus Torvalds <torvalds@linux-foundation.org>
> vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper
>
> Linus Torvalds <torvalds@linux-foundation.org>
> vm: add vm_iomap_memory() helper function
>
> Andy Lutomirski <luto@amacapital.net>
> userns: Changing any namespace id mappings should require privileges
>
> Andy Lutomirski <luto@amacapital.net>
> userns: Check uid_map's opener's fsuid, not the current fsuid
>
> Eric W. Biederman <ebiederm@xmission.com>
> userns: Don't let unprivileged users trick privileged users into setting the id_map
>
> Stephane Eranian <eranian@google.com>
> perf/x86: Fix offcore_rsp valid mask for SNB/IVB
>
> Tommi Rantala <tt.rantala@gmail.com>
> perf: Treat attr.config as u64 in perf_swevent_init()
>
> Mathias Krause <minipli@googlemail.com>
> crypto: algif - suppress sending source address information in recvmsg
>
> Rafał Miłecki <zajec5@gmail.com>
> ssb: implement spurious tone avoidance
>
> Johannes Berg <johannes.berg@intel.com>
> mac80211: fix cfg80211 interaction on auth/assoc request
>
> Felix Fietkau <nbd@openwrt.org>
> ath9k_hw: change AR9580 initvals to fix a stability issue
>
> Felix Fietkau <nbd@openwrt.org>
> ath9k_htc: accept 1.x firmware newer than 1.3
>
> Will Deacon <will.deacon@arm.com>
> ARM: 7698/1: perf: fix group validation when using enable_on_exec
>
> Illia Ragozin <illia.ragozin@grapecom.com>
> ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for Feroceon
>
> libin <huawei.libin@huawei.com>
> sched/debug: Fix sd->*_idx limit range avoiding overflow
>
> Tejun Heo <tj@kernel.org>
> sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s
>
> Matt Carlson <mcarlson@broadcom.com>
> tg3: Add 57766 device support.
>
> Markus Pargmann <mpa@pengutronix.de>
> ARM: clk-imx35: Bugfix iomux clock
>
> Sascha Hauer <s.hauer@pengutronix.de>
> ARM: i.MX35: enable MAX clock
>
> Andrew Honig <ahonig@google.com>
> KVM: Allow cross page reads and writes from cached translations.
>
> Andy Honig <ahonig@google.com>
> KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)
>
> Andy Honig <ahonig@google.com>
> KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797)
>
> Andy Honig <ahonig@google.com>
> KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796)
>
> Joe Lawrence <Joe.Lawrence@stratus.com>
> md: raid1,10: Handle REQ_WRITE_SAME flag in write bios
>
> Vyacheslav Dubeyko <slava@dubeyko.com>
> hfsplus: fix potential overflow in hfsplus_file_truncate()
>
> Emese Revfy <re.emese@gmail.com>
> kernel/signal.c: stop info leak via the tkill and the tgkill syscalls
>
> Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
> fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size()
>
> Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
> hugetlbfs: add swap entry check in follow_hugetlb_page()
>
> Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
> hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)
>
> Christoph Fritz <chf.fritz@googlemail.com>
> can: sja1000: fix handling on dt properties on little endian systems
>
> Marc Kleine-Budde <mkl@pengutronix.de>
> can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq
>
> Michael Bohan <mbohan@codeaurora.org>
> hrtimer: Don't reinitialize a cpu_base lock on CPU_UP
>
> Thomas Gleixner <tglx@linutronix.de>
> kthread: Prevent unpark race which puts threads on the wrong cpu
>
> Russell King <rmk+kernel@arm.linux.org.uk>
> ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) properly
>
> Scott Wood <scottwood@freescale.com>
> kvm/powerpc/e500mc: fix tlb invalidation on cpu migration
>
> Kevin Hao <haokexin@gmail.com>
> powerpc: add a missing label in resume_kernel
>
>
> -------------
>
> Diffstat:
>
> Makefile | 4 +-
> arch/arm/kernel/perf_event.c | 5 ++-
> arch/arm/mach-imx/clk-imx35.c | 2 +
> arch/arm/mm/cache-feroceon-l2.c | 1 +
> arch/arm/mm/proc-arm920.S | 2 +-
> arch/arm/mm/proc-arm926.S | 2 +-
> arch/arm/mm/proc-mohawk.S | 2 +-
> arch/arm/mm/proc-sa1100.S | 2 +-
> arch/arm/mm/proc-v6.S | 2 +-
> arch/arm/mm/proc-xsc3.S | 2 +-
> arch/arm/mm/proc-xscale.S | 2 +-
> arch/mips/include/asm/page.h | 2 +-
> arch/powerpc/kernel/entry_64.S | 2 +-
> arch/powerpc/kvm/e500mc.c | 7 ++-
> arch/s390/include/asm/io.h | 4 --
> arch/s390/include/asm/pgtable.h | 4 ++
> arch/x86/include/asm/kvm_host.h | 4 +-
> arch/x86/kernel/cpu/perf_event_intel.c | 20 +++++++--
> arch/x86/kvm/lapic.c | 2 +-
> arch/x86/kvm/x86.c | 51 ++++++++++-----------
> crypto/algif_hash.c | 2 +
> crypto/algif_skcipher.c | 1 +
> drivers/char/hpet.c | 14 +-----
> drivers/md/raid1.c | 7 ++-
> drivers/md/raid10.c | 9 +++-
> drivers/mtd/mtdchar.c | 32 +------------
> drivers/net/can/mcp251x.c | 10 ++++-
> drivers/net/can/sja1000/sja1000_of_platform.c | 31 +++++++------
> drivers/net/ethernet/broadcom/tg3.c | 18 +++++++-
> drivers/net/ethernet/broadcom/tg3.h | 2 +
> .../net/wireless/ath/ath9k/ar9580_1p0_initvals.h | 2 +-
> drivers/net/wireless/ath/ath9k/htc_drv_init.c | 2 +-
> drivers/net/wireless/b43/phy_n.c | 3 +-
> drivers/ssb/driver_chipcommon_pmu.c | 29 ++++++++++++
> drivers/video/fbmem.c | 39 ++++++----------
> fs/binfmt_elf.c | 1 +
> fs/btrfs/tree-log.c | 48 +++++++++++++++++---
> fs/hfsplus/extents.c | 2 +-
> fs/hugetlbfs/inode.c | 2 +-
> fs/proc/array.c | 1 +
> include/linux/kvm_host.h | 2 +-
> include/linux/kvm_types.h | 1 +
> include/linux/mm.h | 2 +
> include/linux/sched.h | 5 ++-
> include/linux/ssb/ssb_driver_chipcommon.h | 2 +
> include/trace/events/sched.h | 2 +-
> kernel/events/core.c | 2 +-
> kernel/hrtimer.c | 3 +-
> kernel/kthread.c | 52 ++++++++++++----------
> kernel/sched/core.c | 8 ++--
> kernel/signal.c | 2 +-
> kernel/user_namespace.c | 22 +++++----
> mm/hugetlb.c | 12 ++++-
> mm/memory.c | 47 +++++++++++++++++++
> net/mac80211/mlme.c | 24 ++++++++--
> sound/core/pcm_native.c | 12 +----
> virt/kvm/ioapic.c | 7 ++-
> virt/kvm/kvm_main.c | 47 ++++++++++++++-----
> 58 files changed, 406 insertions(+), 223 deletions(-)
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe stable" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2013-04-25 10:43 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-23 21:51 [ 00/42] 3.8.9-stable review Greg Kroah-Hartman
2013-04-23 21:51 ` [ 01/42] powerpc: add a missing label in resume_kernel Greg Kroah-Hartman
2013-04-23 21:52 ` [ 02/42] kvm/powerpc/e500mc: fix tlb invalidation on cpu migration Greg Kroah-Hartman
2013-04-23 21:52 ` [ 03/42] ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) properly Greg Kroah-Hartman
2013-04-23 21:52 ` [ 04/42] kthread: Prevent unpark race which puts threads on the wrong cpu Greg Kroah-Hartman
2013-04-23 21:52 ` [ 05/42] hrtimer: Dont reinitialize a cpu_base lock on CPU_UP Greg Kroah-Hartman
2013-04-23 21:52 ` [ 06/42] can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq Greg Kroah-Hartman
2013-04-23 21:52 ` [ 07/42] can: sja1000: fix handling on dt properties on little endian systems Greg Kroah-Hartman
2013-04-23 21:52 ` [ 08/42] hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB) Greg Kroah-Hartman
2013-04-23 21:52 ` [ 09/42] hugetlbfs: add swap entry check in follow_hugetlb_page() Greg Kroah-Hartman
2013-04-23 21:52 ` [ 10/42] fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size() Greg Kroah-Hartman
2013-04-23 21:52 ` [ 11/42] kernel/signal.c: stop info leak via the tkill and the tgkill syscalls Greg Kroah-Hartman
2013-04-23 21:52 ` [ 12/42] hfsplus: fix potential overflow in hfsplus_file_truncate() Greg Kroah-Hartman
2013-04-23 21:52 ` [ 13/42] md: raid1,10: Handle REQ_WRITE_SAME flag in write bios Greg Kroah-Hartman
2013-04-23 21:52 ` [ 14/42] KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) Greg Kroah-Hartman
2013-04-23 21:52 ` [ 15/42] KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797) Greg Kroah-Hartman
2013-04-23 21:52 ` [ 16/42] KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798) Greg Kroah-Hartman
2013-04-23 21:52 ` [ 17/42] KVM: Allow cross page reads and writes from cached translations Greg Kroah-Hartman
2013-04-23 21:52 ` [ 18/42] ARM: i.MX35: enable MAX clock Greg Kroah-Hartman
2013-04-23 21:52 ` [ 19/42] ARM: clk-imx35: Bugfix iomux clock Greg Kroah-Hartman
2013-04-23 21:52 ` [ 20/42] tg3: Add 57766 device support Greg Kroah-Hartman
2013-04-23 21:52 ` [ 21/42] sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s Greg Kroah-Hartman
2013-04-23 21:52 ` [ 22/42] sched/debug: Fix sd->*_idx limit range avoiding overflow Greg Kroah-Hartman
2013-05-10 2:14 ` Ben Hutchings
2013-05-10 7:59 ` Ingo Molnar
2013-05-28 1:47 ` Ben Hutchings
2013-04-23 21:52 ` [ 23/42] ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for Feroceon Greg Kroah-Hartman
2013-04-23 21:52 ` [ 24/42] ARM: 7698/1: perf: fix group validation when using enable_on_exec Greg Kroah-Hartman
2013-04-23 21:52 ` [ 25/42] ath9k_htc: accept 1.x firmware newer than 1.3 Greg Kroah-Hartman
2013-04-23 21:52 ` [ 26/42] ath9k_hw: change AR9580 initvals to fix a stability issue Greg Kroah-Hartman
2013-04-23 21:52 ` [ 27/42] mac80211: fix cfg80211 interaction on auth/assoc request Greg Kroah-Hartman
2013-04-23 21:52 ` [ 28/42] ssb: implement spurious tone avoidance Greg Kroah-Hartman
2013-04-23 21:52 ` [ 29/42] crypto: algif - suppress sending source address information in recvmsg Greg Kroah-Hartman
2013-04-23 21:52 ` [ 30/42] perf: Treat attr.config as u64 in perf_swevent_init() Greg Kroah-Hartman
2013-04-23 21:52 ` [ 31/42] perf/x86: Fix offcore_rsp valid mask for SNB/IVB Greg Kroah-Hartman
2013-04-23 21:52 ` [ 32/42] userns: Dont let unprivileged users trick privileged users into setting the id_map Greg Kroah-Hartman
2013-04-23 21:52 ` [ 33/42] userns: Check uid_maps openers fsuid, not the current fsuid Greg Kroah-Hartman
2013-04-23 21:52 ` [ 34/42] userns: Changing any namespace id mappings should require privileges Greg Kroah-Hartman
2013-04-23 21:52 ` [ 35/42] vm: add vm_iomap_memory() helper function Greg Kroah-Hartman
2013-04-23 21:52 ` [ 36/42] vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper Greg Kroah-Hartman
2013-04-23 21:52 ` [ 37/42] vm: convert fb_mmap " Greg Kroah-Hartman
2013-04-23 21:52 ` [ 38/42] vm: convert HPET mmap " Greg Kroah-Hartman
2013-04-23 21:52 ` [ 39/42] vm: convert mtdchar " Greg Kroah-Hartman
2013-04-23 21:52 ` [ 40/42] Btrfs: make sure nbytes are right after log replay Greg Kroah-Hartman
2013-04-23 21:52 ` [ 41/42] s390: move dummy io_remap_pfn_range() to asm/pgtable.h Greg Kroah-Hartman
2013-04-23 21:52 ` [ 42/42] Revert "MIPS: page.h: Provide more readable definition for PAGE_MASK." Greg Kroah-Hartman
2013-04-24 16:23 ` [ 00/42] 3.8.9-stable review Shuah Khan
2013-04-24 16:24 ` Greg Kroah-Hartman
2013-04-25 10:43 ` Satoru Takeuchi [this message]
2013-04-25 14:49 ` 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=87d2ti99gy.wl%satoru.takeuchi@gmail.com \
--to=satoru.takeuchi@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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).