public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/files/
Date: Sat, 27 Feb 2021 15:38:07 +0000 (UTC)	[thread overview]
Message-ID: <1614440131.7f6317d96ed9ef220eea6945d03fb77e1a29d197.conikost@gentoo> (raw)

commit:     7f6317d96ed9ef220eea6945d03fb77e1a29d197
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Feb 23 16:34:44 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 15:35:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6317d9

x11-drivers/nvidia-drivers: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/19617
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...nvidia-drivers-455.45.01-reduce-kmalloc-limit.patch | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/files/nvidia-drivers-455.45.01-reduce-kmalloc-limit.patch b/x11-drivers/nvidia-drivers/files/nvidia-drivers-455.45.01-reduce-kmalloc-limit.patch
deleted file mode 100644
index c61033bf2a9..00000000000
--- a/x11-drivers/nvidia-drivers/files/nvidia-drivers-455.45.01-reduce-kmalloc-limit.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Patch taken from
-  https://forums.developer.nvidia.com/t/455-23-04-page-allocation-failure-in-kernel-module-at-random-points/155250/55
-Bug: https://bugs.gentoo.org/755497
-Credits go to Gregory Beauregard for pointing this out
-
---- a/kernel/nvidia-modeset/nvidia-modeset-linux.c
-+++ b/kernel/nvidia-modeset/nvidia-modeset-linux.c
-@@ -282,8 +282,8 @@
-  * are called while nvkms_lock is held.
-  *************************************************************************/
- 
--/* Don't use kmalloc for allocations larger than 128k */
--#define KMALLOC_LIMIT (128 * 1024)
-+/* Don't use kmalloc for allocations larger than one page */
-+#define KMALLOC_LIMIT PAGE_SIZE
- 
- void* NVKMS_API_CALL nvkms_alloc(size_t size, NvBool zero)
- {


             reply	other threads:[~2021-02-27 15:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-27 15:38 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-25 13:18 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/files/ Ionen Wolkens
2024-05-27  5:55 Ionen Wolkens
2024-01-28 16:34 Ionen Wolkens
2023-10-20  1:15 Ionen Wolkens
2023-06-18  2:03 Ionen Wolkens
2022-12-11 19:23 Ionen Wolkens
2022-11-10 22:22 Ionen Wolkens
2022-09-19 11:36 Ionen Wolkens
2022-05-31 16:30 Ionen Wolkens
2021-08-21  5:33 Ionen Wolkens
2021-03-21 15:53 David Seifert
2021-03-21 15:53 David Seifert
2020-09-17 20:29 Jeroen Roovers
2017-05-06 11:48 Jeroen Roovers
2017-01-24 12:21 Jeroen Roovers
2017-01-20  8:07 Jeroen Roovers
2016-05-18  6:42 Austin English

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=1614440131.7f6317d96ed9ef220eea6945d03fb77e1a29d197.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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