I'm announcing the release of the 4.4.68 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.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/Makefile | 1 arch/arm/kernel/pj4-cp0.c | 4 arch/arm/mach-omap2/omap-headsmp.S | 3 arch/arm64/net/bpf_jit_comp.c | 8 arch/mips/kernel/mips-r2-to-r6-emul.c | 12 - arch/powerpc/platforms/powernv/opal-wrappers.S | 2 arch/x86/kernel/apic/io_apic.c | 2 arch/x86/kernel/kprobes/common.h | 2 arch/x86/kernel/kprobes/core.c | 6 arch/x86/kernel/kprobes/opt.c | 2 arch/x86/kernel/pci-calgary_64.c | 2 arch/x86/kvm/cpuid.c | 6 arch/x86/kvm/vmx.c | 17 + arch/x86/platform/intel-mid/device_libs/platform_wdt.c | 2 block/blk-integrity.c | 19 - block/partition-generic.c | 1 drivers/clk/Makefile | 2 drivers/gpu/drm/ttm/ttm_bo_vm.c | 12 + drivers/leds/leds-ktd2692.c | 8 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 3 drivers/net/wireless/brcm80211/brcmfmac/core.c | 23 -- drivers/net/wireless/mwifiex/11n_aggr.c | 19 - drivers/net/wireless/mwifiex/debugfs.c | 3 drivers/net/wireless/mwifiex/sta_ioctl.c | 2 drivers/phy/Kconfig | 1 drivers/power/bq24190_charger.c | 182 ++++++----------- drivers/scsi/Kconfig | 2 drivers/staging/emxx_udc/emxx_udc.c | 4 drivers/staging/wlan-ng/p80211netdev.c | 2 drivers/tty/serial/8250/8250_omap.c | 8 drivers/usb/chipidea/ci.h | 3 drivers/usb/chipidea/core.c | 32 -- drivers/usb/chipidea/otg.c | 80 ++++++- drivers/usb/host/ehci-exynos.c | 2 drivers/usb/host/ohci-exynos.c | 2 drivers/usb/serial/ark3116.c | 25 +- drivers/usb/serial/digi_acceleport.c | 38 ++- drivers/usb/serial/ftdi_sio.c | 7 drivers/usb/serial/io_edgeport.c | 48 +++- drivers/usb/serial/keyspan_pda.c | 19 + drivers/usb/serial/mct_u232.c | 6 drivers/usb/serial/quatech2.c | 24 +- drivers/usb/serial/ssu100.c | 31 ++ drivers/usb/serial/ti_usb_3410_5052.c | 12 - fs/9p/acl.c | 2 fs/block_dev.c | 1 fs/f2fs/super.c | 7 include/linux/f2fs_fs.h | 6 include/linux/genhd.h | 2 include/linux/usb/chipidea.h | 2 include/net/addrconf.h | 2 include/net/ip6_route.h | 1 lib/test_bpf.c | 45 ++++ net/core/rtnetlink.c | 2 net/ipv4/raw.c | 3 net/ipv4/tcp_lp.c | 6 net/ipv4/tcp_minisocks.c | 1 net/ipv4/tcp_output.c | 19 + net/ipv6/addrconf.c | 3 net/ipv6/raw.c | 2 net/ipv6/route.c | 39 ++- sound/pci/hda/hda_intel.c | 13 + tools/power/cpupower/utils/helpers/cpuid.c | 1 64 files changed, 513 insertions(+), 335 deletions(-) Alexander Potapenko (1): ipv4, ipv6: ensure raw socket message is big enough to hold an IP header Andy Shevchenko (1): x86/platform/intel-mid: Correct MSI IRQ line for watchdog device Ard Biesheuvel (1): ARM: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 mode Arnd Bergmann (2): leds: ktd2692: avoid harmless maybe-uninitialized warning staging: emxx_udc: remove incorrect __init annotations Ben Hutchings (1): cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores Brian Norris (1): mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print Cong Wang (1): 9p: fix a potential acl leak Dan Carpenter (1): bnxt_en: allocate enough space for ->ntp_fltr_bmap Daniel Borkmann (1): bpf, arm64: fix jit branch offset related to ldimm64 Eric Dumazet (3): tcp: do not underestimate skb->truesize in tcp_trim_head() tcp: fix wraparound issue in tcp_lp tcp: do not inherit fastopen_req from parent Finn Thain (1): scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m Ganapathi Bhat (1): mwifiex: Avoid skipping WEP key deletion for AP Greg Kroah-Hartman (1): Linux 4.4.68 Igor Pylypiv (1): staging: wlan-ng: add missing byte order conversion Ilya Dryomov (1): block: get rid of blk_integrity_revalidate() James Hughes (2): brcmfmac: Ensure pointer correctly set if skb data location changes brcmfmac: Make skb header writable before use Jim Mattson (1): Revert "KVM: nested VMX: disable perf cpuid reporting" Jin Qian (1): f2fs: sanity check segment count Johan Hovold (10): USB: serial: keyspan_pda: fix receive sanity checks USB: serial: digi_acceleport: fix incomplete rx sanity check USB: serial: ssu100: fix control-message error handling USB: serial: io_edgeport: fix epic-descriptor handling USB: serial: ti_usb_3410_5052: fix control-message error handling USB: serial: ark3116: fix open error handling USB: serial: ftdi_sio: fix latency-timer error handling USB: serial: quatech2: fix control-message error handling USB: serial: mct_u232: fix modem-status error handling USB: serial: io_edgeport: fix descriptor error handling Krzysztof Kozlowski (2): usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error paths usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error paths Ladi Prosek (2): KVM: nVMX: initialize PML fields in vmcs02 KVM: nVMX: do not leak PML full vmexit to L1 Leonid Yegoshin (1): MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix Liam Breck (6): power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING power: supply: bq24190_charger: Call set_mode_host() on pm_resume() power: supply: bq24190_charger: Install irq_handler_thread() at end of probe() power: supply: bq24190_charger: Call power_supply_changed() for relevant component power: supply: bq24190_charger: Don't read fault register outside irq_handle_thread() power: supply: bq24190_charger: Handle fault before status on interrupt Masami Hiramatsu (1): kprobes/x86: Fix kernel panic when certain exception-handling addresses are probed Matthijs van Duin (1): ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build Michael Ellerman (1): powerpc/powernv: Fix opal_exit tracepoint opcode Michal Schmidt (1): rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string Nicolai Hähnle (1): drm/ttm: fix use-after-free races in vm fault handling Nikola Pajkovsky (1): x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0 Pierre-Louis Bossart (1): clk: Make x86/ conditional on CONFIG_COMMON_CLK Ruslan Ruslichenko (1): x86/ioapic: Restore IO-APIC irq_chip retrigger callback Stephen Boyd (3): usb: chipidea: Only read/write OTGSC from one place usb: chipidea: Handle extcon events properly phy: qcom-usb-hs: Add depends on EXTCON Takashi Iwai (1): ALSA: hda - Fix deadlock of controller device lock at unbinding Tony Lindgren (1): serial: 8250_omap: Fix probe and remove for PM runtime WANG Cong (2): ipv6: initialize route null entry in addrconf_init() ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf Xinming Hu (1): mwifiex: remove redundant dma padding in AMSDU
Attachment:
signature.asc
Description: PGP signature