From patchwork Thu Jan 21 18:37:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1430011 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DMB341Y1sz9rx8; Fri, 22 Jan 2021 05:37:50 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1l2eq0-000289-3k; Thu, 21 Jan 2021 18:37:44 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l2epy-00027z-DW for kernel-team@lists.ubuntu.com; Thu, 21 Jan 2021 18:37:42 +0000 Received: from 2.general.kamal.us.vpn ([10.172.68.52] helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l2epx-0001Yy-T4 for kernel-team@lists.ubuntu.com; Thu, 21 Jan 2021 18:37:42 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1l2epv-00048R-2T for kernel-team@lists.ubuntu.com; Thu, 21 Jan 2021 10:37:39 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Xenial][PULL] Xenial update: v4.4.250 upstream stable release Date: Thu, 21 Jan 2021 10:37:37 -0800 Message-Id: <20210121183737.15773-1-kamal@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" This pull request (22 commits) includes the following Xenial stable patchsets: Xenial update: v4.4.250 upstream stable release https://bugs.launchpad.net/bugs/1912679 Note also that the 'stable-next' branch head contains this and all prior pending upstream stable releases. I recommend fetching and applying just this reference ('stable-next') instead of each tags/xenial-stable-v4.4.xx reference: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git stable-next -Kamal ----- The following changes since commit 5ff05b7cc82becbd50f31e73b6d73c417a0f78f8: UBUNTU: upstream stable to v4.4.249 (2021-01-14 13:27:56 -0700) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git tags/xenial-stable-v4.4.250 for you to fetch changes up to 7e39c1e3cc4b2eb8ad52425774f4d5be1a095989: UBUNTU: upstream stable to v4.4.250 (2021-01-21 09:58:26 -0800) ---------------------------------------------------------------- Alberto Aguirre (1): ALSA: usb-audio: simplify set_sync_ep_implicit_fb_quirk Anant Thazhemadam (1): misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_chkpt_doorbells() Greg Kroah-Hartman (1): Linux 4.4.250 Hui Wang (1): ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines Jan Kara (1): quota: Don't overflow quota file offsets Jessica Yu (1): module: delay kobject uevent until after module init call Johan Hovold (3): ALSA: usb-audio: fix sync-ep altsetting sanity check USB: serial: digi_acceleport: fix write-wakeup deadlocks of: fix linker-section match-table corruption Jonathan Cameron (1): iio:magnetometer:mag3110: Fix alignment and data leak issues. Kailang Yang (2): ALSA: hda/realtek - Support Dell headset mode for ALC3271 ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236 Kamal Mostafa (1): UBUNTU: upstream stable to v4.4.250 Mauro Carvalho Chehab (1): media: gp8psk: initialize stats at power control logic Miroslav Benes (1): module: set MODULE_STATE_GOING state when a module fails to load Petr Vorel (1): uapi: move constants from to Qinglang Miao (1): powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe() Rustam Kovhaev (1): reiserfs: add check for an invalid ih_entry_count Stefan Haberland (1): s390/dasd: fix hanging device offline processing Takashi Iwai (2): ALSA: hda/ca0132 - Fix work handling in delayed HP detection ALSA: seq: Use bool for snd_seq_queue internal flags Zhang Xiaohui (1): mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start Makefile | 2 +- arch/powerpc/sysdev/mpic_msgr.c | 2 +- debian.master/upstream-stable | 2 +- drivers/iio/magnetometer/mag3110.c | 13 +++++++--- drivers/media/usb/dvb-usb/gp8psk.c | 2 +- drivers/misc/vmw_vmci/vmci_context.c | 2 +- drivers/net/wireless/mwifiex/join.c | 2 ++ drivers/s390/block/dasd_alias.c | 10 +++++++- drivers/usb/serial/digi_acceleport.c | 45 ++++++++++----------------------- fs/quota/quota_tree.c | 8 +++--- fs/reiserfs/stree.c | 6 +++++ include/linux/of.h | 1 + include/uapi/linux/const.h | 5 ++++ include/uapi/linux/lightnvm.h | 2 +- include/uapi/linux/netfilter/x_tables.h | 2 +- include/uapi/linux/netlink.h | 2 +- include/uapi/linux/sysctl.h | 2 +- kernel/module.c | 6 +++-- sound/core/seq/seq_queue.h | 8 +++--- sound/pci/hda/patch_ca0132.c | 16 ++++++++++-- sound/pci/hda/patch_realtek.c | 25 +++++++++++++++--- sound/usb/pcm.c | 38 ++++++++++++---------------- 22 files changed, 118 insertions(+), 83 deletions(-)