]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.1-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2019 07:41:24 +0000 (09:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2019 07:41:24 +0000 (09:41 +0200)
added patches:
revert-bluetooth-align-minimum-encryption-key-size-for-le-and-br-edr-connections.patch
revert-drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch

queue-5.1/fuse-retrieve-cap-requested-size-to-negotiated-max_w.patch
queue-5.1/revert-bluetooth-align-minimum-encryption-key-size-for-le-and-br-edr-connections.patch [new file with mode: 0644]
queue-5.1/revert-drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch [new file with mode: 0644]
queue-5.1/series

index 467db93f661b617c3fa65746dafde31d852e6cb7..ad4fb7acfb379b0e8c71cf89e6fd15cb9c930b85 100644 (file)
@@ -45,14 +45,12 @@ Cc: Jakob Unterwurzacher <jakobunt@gmail.com>
 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
 ---
- fs/fuse/dev.c | 2 +-
+ fs/fuse/dev.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
-index 7d86629b803d..f5f77c953b4a 100644
 --- a/fs/fuse/dev.c
 +++ b/fs/fuse/dev.c
-@@ -1759,7 +1759,7 @@ static int fuse_retrieve(struct fuse_conn *fc, struct inode *inode,
+@@ -1749,7 +1749,7 @@ static int fuse_retrieve(struct fuse_con
        offset = outarg->offset & ~PAGE_MASK;
        file_size = i_size_read(inode);
  
@@ -61,6 +59,3 @@ index 7d86629b803d..f5f77c953b4a 100644
        if (outarg->offset > file_size)
                num = 0;
        else if (outarg->offset + num > file_size)
--- 
-2.20.1
-
diff --git a/queue-5.1/revert-bluetooth-align-minimum-encryption-key-size-for-le-and-br-edr-connections.patch b/queue-5.1/revert-bluetooth-align-minimum-encryption-key-size-for-le-and-br-edr-connections.patch
new file mode 100644 (file)
index 0000000..4f466c8
--- /dev/null
@@ -0,0 +1,55 @@
+From cf24ec6fe7cbd3bd0722cb9e7d845b4b818f2275 Mon Sep 17 00:00:00 2001
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Date: Thu, 13 Jun 2019 09:28:42 +0200
+Subject: Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connections"
+
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+This reverts commit 07e38998a19d72b916c39a983c19134522ae806b which is
+commit d5bb334a8e171b262e48f378bd2096c0ea458265 upstream.
+
+Lots of people have reported issues with this patch, and as there does
+not seem to be a fix going into Linus's kernel tree any time soon,
+revert the commit in the stable trees so as to get people's machines
+working properly again.
+
+Reported-by: Vasily Khoruzhick <anarsoul@gmail.com>
+Reported-by: Hans de Goede <hdegoede@redhat.com>
+Cc: Jeremy Cline <jeremy@jcline.org>
+Cc: Marcel Holtmann <marcel@holtmann.org>
+Cc: Johan Hedberg <johan.hedberg@intel.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ include/net/bluetooth/hci_core.h |    3 ---
+ net/bluetooth/hci_conn.c         |    8 --------
+ 2 files changed, 11 deletions(-)
+
+--- a/include/net/bluetooth/hci_core.h
++++ b/include/net/bluetooth/hci_core.h
+@@ -190,9 +190,6 @@ struct adv_info {
+ #define HCI_MAX_SHORT_NAME_LENGTH     10
+-/* Min encryption key size to match with SMP */
+-#define HCI_MIN_ENC_KEY_SIZE          7
+-
+ /* Default LE RPA expiry time, 15 minutes */
+ #define HCI_DEFAULT_RPA_TIMEOUT               (15 * 60)
+--- a/net/bluetooth/hci_conn.c
++++ b/net/bluetooth/hci_conn.c
+@@ -1276,14 +1276,6 @@ int hci_conn_check_link_mode(struct hci_
+           !test_bit(HCI_CONN_ENCRYPT, &conn->flags))
+               return 0;
+-      /* The minimum encryption key size needs to be enforced by the
+-       * host stack before establishing any L2CAP connections. The
+-       * specification in theory allows a minimum of 1, but to align
+-       * BR/EDR and LE transports, a minimum of 7 is chosen.
+-       */
+-      if (conn->enc_key_size < HCI_MIN_ENC_KEY_SIZE)
+-              return 0;
+-
+       return 1;
+ }
diff --git a/queue-5.1/revert-drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch b/queue-5.1/revert-drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch
new file mode 100644 (file)
index 0000000..6f73e08
--- /dev/null
@@ -0,0 +1,82 @@
+From 9523323691326f54ef3e4f47606775fd4b00da61 Mon Sep 17 00:00:00 2001
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Date: Thu, 13 Jun 2019 09:36:32 +0200
+Subject: Revert "drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)"
+
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+This reverts commit 1e07d637497788971018d9e9e5a184940b1ade0f which is
+commit b30a43ac7132cdda833ac4b13dd1ebd35ace14b7 upstream.
+
+Sven reports:
+       Commit 1e07d63749 ("drm/nouveau: add kconfig option to turn off nouveau
+       legacy contexts. (v3)") has caused a build failure for me when I
+       actually tried that option (CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT=n):
+
+       ,----
+       | Kernel: arch/x86/boot/bzImage is ready  (#1)
+       |   Building modules, stage 2.
+       |   MODPOST 290 modules
+       | ERROR: "drm_legacy_mmap" [drivers/gpu/drm/nouveau/nouveau.ko] undefined!
+       | scripts/Makefile.modpost:91: recipe for target '__modpost' failed
+       `----
+
+       Upstream does not have that problem, as commit bed2dd8421 ("drm/ttm:
+       Quick-test mmap offset in ttm_bo_mmap()") has removed the use of
+       drm_legacy_mmap from nouveau_ttm.c.  Unfortunately that commit does not
+       apply in 5.1.9.
+
+The ensuing discussion proposed a number of one-off patches, but no
+solid agreement was made, so just revert the commit for now to get
+people's systems building again.
+
+Reported-by: Sven Joachim <svenjoac@gmx.de>
+Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
+Cc: Dave Airlie <airlied@redhat.com>
+Cc: Thomas Backlund <tmb@mageia.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/gpu/drm/nouveau/Kconfig       |   13 +------------
+ drivers/gpu/drm/nouveau/nouveau_drm.c |    7 ++-----
+ 2 files changed, 3 insertions(+), 17 deletions(-)
+
+--- a/drivers/gpu/drm/nouveau/Kconfig
++++ b/drivers/gpu/drm/nouveau/Kconfig
+@@ -17,20 +17,9 @@ config DRM_NOUVEAU
+       select INPUT if ACPI && X86
+       select THERMAL if ACPI && X86
+       select ACPI_VIDEO if ACPI && X86
+-      help
+-        Choose this option for open-source NVIDIA support.
+-
+-config NOUVEAU_LEGACY_CTX_SUPPORT
+-      bool "Nouveau legacy context support"
+-      depends on DRM_NOUVEAU
+       select DRM_VM
+-      default y
+       help
+-        There was a version of the nouveau DDX that relied on legacy
+-        ctx ioctls not erroring out. But that was back in time a long
+-        ways, so offer a way to disable it now. For uapi compat with
+-        old nouveau ddx this should be on by default, but modern distros
+-        should consider turning it off.
++        Choose this option for open-source NVIDIA support.
+ config NOUVEAU_PLATFORM_DRIVER
+       bool "Nouveau (NVIDIA) SoC GPUs"
+--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
++++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
+@@ -1094,11 +1094,8 @@ nouveau_driver_fops = {
+ static struct drm_driver
+ driver_stub = {
+       .driver_features =
+-              DRIVER_GEM | DRIVER_MODESET | DRIVER_PRIME | DRIVER_RENDER
+-#if defined(CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT)
+-              | DRIVER_KMS_LEGACY_CONTEXT
+-#endif
+-              ,
++              DRIVER_GEM | DRIVER_MODESET | DRIVER_PRIME | DRIVER_RENDER |
++              DRIVER_KMS_LEGACY_CONTEXT,
+       .open = nouveau_drm_open,
+       .postclose = nouveau_drm_postclose,
index cc45b89f461b8deee62a20597288c4a5ca4061af..2d542a4066e21cd63d40f7620f14a3ad7ad41a50 100644 (file)
@@ -149,3 +149,5 @@ soc-renesas-identify-r-car-m3-w-es1.3.patch
 arm-shmobile-porter-enable-r-car-gen2-regulator-quir.patch
 gpio-vf610-do-not-share-irq_chip.patch
 percpu-do-not-search-past-bitmap-when-allocating-an-.patch
+revert-bluetooth-align-minimum-encryption-key-size-for-le-and-br-edr-connections.patch
+revert-drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch