linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 4.6.3
@ 2016-06-24 17:40 Greg KH
  2016-06-24 17:40 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2016-06-24 17:40 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn, Jiri Slaby

[-- Attachment #1: Type: text/plain, Size: 12571 bytes --]

I'm announcing the release of the 4.6.3 kernel.

All users of the 4.6 kernel series must upgrade.

The updated 4.6.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.6.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                          |    2 
 arch/arm/kernel/ptrace.c                          |    2 
 arch/arm64/include/asm/elf.h                      |    4 
 arch/arm64/kernel/cpuinfo.c                       |    8 
 arch/arm64/kvm/hyp/vgic-v3-sr.c                   |    7 
 arch/arm64/mm/fault.c                             |    2 
 arch/parisc/kernel/unaligned.c                    |   10 
 arch/powerpc/include/asm/reg.h                    |    6 
 arch/powerpc/kernel/prom_init.c                   |    1 
 arch/powerpc/mm/hash_utils_64.c                   |   22 +
 arch/powerpc/platforms/pseries/eeh_pseries.c      |   51 ++-
 arch/s390/net/bpf_jit.h                           |    4 
 arch/s390/net/bpf_jit_comp.c                      |    4 
 arch/sparc/include/asm/head_64.h                  |    4 
 arch/sparc/include/asm/pgtable_64.h               |   43 ++
 arch/sparc/include/asm/tlbflush_64.h              |    3 
 arch/sparc/include/asm/ttable.h                   |    8 
 arch/sparc/kernel/Makefile                        |    1 
 arch/sparc/kernel/rtrap_64.S                      |   57 ---
 arch/sparc/kernel/signal32.c                      |   46 ++-
 arch/sparc/kernel/signal_32.c                     |   41 +-
 arch/sparc/kernel/signal_64.c                     |   31 +-
 arch/sparc/kernel/sigutil_32.c                    |    9 
 arch/sparc/kernel/sigutil_64.c                    |   10 
 arch/sparc/kernel/urtt_fill.S                     |   98 ++++++
 arch/sparc/mm/hugetlbpage.c                       |   33 +-
 arch/sparc/mm/init_64.c                           |   22 -
 arch/sparc/mm/tlb.c                               |   25 +
 arch/sparc/mm/tsb.c                               |   32 +-
 arch/x86/kernel/traps.c                           |   20 -
 arch/x86/kvm/x86.c                                |    5 
 crypto/asymmetric_keys/Kconfig                    |    1 
 drivers/crypto/ccp/ccp-crypto-aes-xts.c           |   17 -
 drivers/gpio/gpio-bcm-kona.c                      |    4 
 drivers/gpio/gpio-zynq.c                          |   11 
 drivers/gpio/gpiolib.c                            |   26 +
 drivers/gpu/drm/drm_crtc.c                        |   60 +++-
 drivers/gpu/drm/i915/i915_irq.c                   |    4 
 drivers/net/ethernet/atheros/alx/alx.h            |    4 
 drivers/net/ethernet/atheros/alx/main.c           |   48 +++
 drivers/net/ethernet/ezchip/nps_enet.c            |    4 
 drivers/net/ethernet/marvell/mvneta_bm.c          |    1 
 drivers/net/ethernet/rocker/rocker_ofdpa.c        |    4 
 drivers/net/ethernet/sfc/ef10.c                   |   16 +
 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c |    2 
 drivers/net/geneve.c                              |   10 
 drivers/net/macsec.c                              |    4 
 drivers/net/team/team.c                           |    9 
 drivers/net/tun.c                                 |    6 
 drivers/net/vxlan.c                               |    7 
 drivers/perf/arm_pmu.c                            |    6 
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c     |    5 
 drivers/scsi/scsi_devinfo.c                       |    1 
 drivers/scsi/scsi_lib.c                           |    7 
 fs/dcache.c                                       |    4 
 fs/ecryptfs/kthread.c                             |   13 
 fs/proc/root.c                                    |    7 
 include/linux/irqchip/arm-gic-v3.h                |    2 
 include/linux/netfilter/x_tables.h                |   12 
 include/net/switchdev.h                           |    2 
 include/uapi/linux/libc-compat.h                  |    2 
 kernel/bpf/inode.c                                |    3 
 kernel/sched/core.c                               |    3 
 kernel/trace/bpf_trace.c                          |    4 
 mm/memcontrol.c                                   |    3 
 mm/swap_state.c                                   |    5 
 net/bridge/br_fdb.c                               |    2 
 net/core/hwbm.c                                   |    3 
 net/ipv4/af_inet.c                                |    8 
 net/ipv4/netfilter/arp_tables.c                   |  293 ++++++--------------
 net/ipv4/netfilter/ip_tables.c                    |  318 +++++-----------------
 net/ipv4/sysctl_net_ipv4.c                        |    4 
 net/ipv4/udp.c                                    |    2 
 net/ipv6/ip6_output.c                             |   11 
 net/ipv6/netfilter/ip6_tables.c                   |  311 +++++----------------
 net/ipv6/tcp_ipv6.c                               |    4 
 net/ipv6/udp.c                                    |    2 
 net/l2tp/l2tp_core.c                              |    2 
 net/netfilter/x_tables.c                          |  245 ++++++++++++++++
 net/netlink/af_netlink.c                          |    7 
 net/switchdev/switchdev.c                         |    6 
 net/tipc/netlink_compat.c                         |    2 
 net/tipc/socket.c                                 |    3 
 net/wireless/wext-core.c                          |   25 +
 sound/pci/hda/hda_intel.c                         |   11 
 sound/pci/hda/patch_realtek.c                     |   73 ++++-
 virt/kvm/arm/hyp/vgic-v2-sr.c                     |    7 
 virt/kvm/irqchip.c                                |    2 
 88 files changed, 1302 insertions(+), 967 deletions(-)

AceLan Kao (1):
      ALSA: hda - Fix headset mic detection problem for Dell machine

Al Viro (1):
      fix d_walk()/non-delayed __d_free() race

Andy Lutomirski (1):
      x86/entry/traps: Don't force in_interrupt() to return true in IST handlers

Aneesh Kumar K.V (1):
      powerpc/mm/hash: Fix the reference bit update when handling hash fault

Arnd Bergmann (1):
      crypto: public_key: select CRYPTO_AKCIPHER

Ben Dooks (1):
      gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings

Catalin Marinas (1):
      arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks

Chen Haiquan (1):
      vxlan: Accept user specified MTU value when create new vxlan link

Christoffer Dall (2):
      KVM: arm/arm64: vgic-v2: Clear all dirty LRs
      KVM: arm/arm64: vgic-v3: Clear all dirty LRs

Daniel Borkmann (2):
      bpf, inode: disallow userns mounts
      bpf, trace: use READ_ONCE for retrieving file ptr

David S. Miller (3):
      sparc64: Take ctx_alloc_lock properly in hugetlb_setup().
      sparc: Harden signal return frame checks.
      sparc64: Fix return from trap window fill crashes.

Edward Cree (1):
      sfc: on MC reset, clear PIO buffer linkage in TXQs

Elad Kanfi (1):
      net: nps_enet: Disable interrupts before napi reschedule

Eric W. Biederman (1):
      bpf: Use mount_nodev not mount_ns to mount the bpf filesystem

Ewan D. Milne (1):
      scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist

Ezequiel Garcia (1):
      ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=n

Feng Tang (1):
      net: alx: use custom skb allocator

Florian Westphal (16):
      netfilter: x_tables: don't move to non-existent next rule
      netfilter: x_tables: validate targets of jumps
      netfilter: x_tables: add and use xt_check_entry_offsets
      netfilter: x_tables: kill check_entry helper
      netfilter: x_tables: assert minimum target size
      netfilter: x_tables: add compat version of xt_check_entry_offsets
      netfilter: x_tables: check standard target size too
      netfilter: x_tables: check for bogus target offset
      netfilter: x_tables: validate all offsets and sizes in a rule
      netfilter: x_tables: don't reject valid target size on some architectures
      netfilter: arp_tables: simplify translate_compat_table args
      netfilter: ip_tables: simplify translate_compat_table args
      netfilter: ip6_tables: simplify translate_compat_table args
      netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
      netfilter: x_tables: do compat validation via translate_table
      netfilter: x_tables: introduce and use xt_copy_counters_from_user

Gerald Schaefer (1):
      mm: thp: broken page count after commit aa88b68c3b1d

Greg Kroah-Hartman (2):
      Revert "drm/i915: Exit cherryview_irq_handler() after one pass"
      Linux 4.6.3

Gregory CLEMENT (2):
      net: mvneta: Fix lacking spinlock initialization
      net: hwbm: Fix unbalanced spinlock in error case

Guillaume Nault (1):
      l2tp: fix configuration passed to setup_udp_tunnel_sock()

Hannes Frederic Sowa (1):
      udp: prevent skbs lingering in tunnel socket queues

Helge Deller (1):
      parisc: Fix pagefault crash in unaligned __get_user() call

Helmut Grohne (1):
      gpio: zynq: initialize clock even without CONFIG_PM

Herbert Xu (1):
      netlink: Fix dump skb leak/double free

Ivan Vecera (1):
      team: don't call netdev_change_features under team->lock

Jakub Sitnicki (1):
      ipv6: Skip XFRM lookup if dst_entry in socket cache is valid

James Bottomley (1):
      scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands

Jann Horn (3):
      ecryptfs: forbid opening files without mmap handler
      proc: prevent stacking filesystems on top
      sched: panic on corrupted stack end

Jason Wang (1):
      tuntap: correctly wake up process during uninit

Jiri Pirko (1):
      switchdev: pass pointer to fib_info instead of copy

Julien Grall (1):
      drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmu

Kailang Yang (2):
      ALSA: hda/realtek - ALC256 speaker noise issue
      ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703

Linus Walleij (2):
      gpio: bail out silently on NULL descriptors
      gpio: make sure gpiod_to_irq() returns negative on NULL desc

Maarten Lankhorst (1):
      drm/core: Do not preserve framebuffer on rmfb, v4.

Marc Zyngier (1):
      irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask

Marek Vasut (1):
      net: stmmac: Fix incorrect memcpy source memory

Michael Holzheu (2):
      s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
      s390/bpf: reduce maximum program size to 64 KB

Nicolas Dichtel (1):
      uapi glibc compat: fix compilation when !__USE_MISC in glibc

Nitin Gupta (1):
      sparc64: Reduce TLB flushes during hugepte changes

Paolo Bonzini (2):
      KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
      KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi

Prasun Maiti (1):
      wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel

Ricardo Ribalda Delgado (2):
      gpiolib: Fix NULL pointer deference
      gpiolib: Fix unaligned used of reference counters

Richard Alpe (2):
      tipc: check nl sock before parsing nested attributes
      tipc: fix nametable publication field in nl compat

Russell Currey (1):
      powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge

Russell King (1):
      ARM: fix PTRACE_SETVFPREGS on SMP systems

Sabrina Dubroca (1):
      macsec: fix netlink attribute for key id

Shubhrajyoti Datta (1):
      gpio: zynq: Fix the error path

Tejun Heo (1):
      memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_kmem()

Thomas Huth (3):
      powerpc: Fix definition of SIAR and SDAR registers
      powerpc: Use privileged SPR number for MMCR2
      powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call

Tom Lendacky (1):
      crypto: ccp - Fix AES XTS error for request sizes above 4096

Torsten Hilbrich (1):
      ALSA: hda/realtek: Add T560 docking unit fixup

Toshiaki Makita (1):
      bridge: Don't insert unnecessary local fdb entry on changing mac address

Vinod Koul (1):
      ALSA: hda - Add PCI ID for Kabylake

Will Deacon (1):
      arm64: mm: always take dirty state from new pte in ptep_set_access_flags

Yuchung Cheng (1):
      tcp: record TLP and ER timer stats in v6 stats

hongkun.cao (1):
      pinctrl: mediatek: fix dual-edge code defect


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-24 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-24 17:40 Linux 4.6.3 Greg KH
2016-06-24 17:40 ` Greg KH

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