similar to: [PATCH v2 0/8] slab: provide and use krealloc_array()

Displaying 20 results from an estimated 3000 matches similar to: "[PATCH v2 0/8] slab: provide and use krealloc_array()"

2020 Nov 03
0
[PATCH v2 0/8] slab: provide and use krealloc_array()
On Tue, Nov 3, 2020 at 12:13 PM Bartosz Golaszewski <brgl at bgdev.pl> wrote: > On Tue, Nov 3, 2020 at 5:14 AM Joe Perches <joe at perches.com> wrote: > > On Mon, 2020-11-02 at 16:20 +0100, Bartosz Golaszewski wrote: > > > From: Bartosz Golaszewski <bgolaszewski at baylibre.com> > Yeah so I had this concern for devm_krealloc() and even sent a patch > that
2020 Nov 02
0
[PATCH v2 8/8] dma-buf: use krealloc_array()
On Mon, Nov 02, 2020 at 04:20:37PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bgolaszewski at baylibre.com> > > Use the helper that checks for overflows internally instead of manually > calculating the size of the new array. ... > + nfences = krealloc_array(fences, i, > + sizeof(*fences), GFP_KERNEL); On 80 position is closing parenthesis,
2020 Nov 02
0
[PATCH v2 1/8] mm: slab: provide krealloc_array()
On Mon, Nov 02, 2020 at 04:20:30PM +0100, Bartosz Golaszewski wrote: > +Chunks allocated with `kmalloc` can be resized with `krealloc`. Similarly > +to `kmalloc_array`: a helper for resising arrays is provided in the form of > +`krealloc_array`. Is there any reason you chose to `do_this` instead of do_this()? The automarkup script turns do_this() into a nice link to the documentation
2016 Dec 05
0
[PATCH v5 1/1] crypto: add virtio-crypto driver
I don't think the root cause of those warnings are introduced by virtio-crypto driver. What's your opinion? Sam and David? Thanks, -Gonglei > -----Original Message----- > From: kbuild test robot [mailto:lkp at intel.com] > Sent: Sunday, December 04, 2016 10:40 AM > Subject: Re: [PATCH v5 1/1] crypto: add virtio-crypto driver > > Hi Gonglei, > > [auto build
2016 Dec 04
2
[PATCH v5 1/1] crypto: add virtio-crypto driver
Hi Gonglei, [auto build test ERROR on cryptodev/master] [also build test ERROR on v4.9-rc7 next-20161202] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Gonglei/crypto-add-virtio-crypto-driver/20161202-190424 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
2016 Dec 04
2
[PATCH v5 1/1] crypto: add virtio-crypto driver
Hi Gonglei, [auto build test ERROR on cryptodev/master] [also build test ERROR on v4.9-rc7 next-20161202] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Gonglei/crypto-add-virtio-crypto-driver/20161202-190424 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
2020 Jun 15
1
[PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
On Mon, Apr 13, 2020 at 05:15:49PM -0400, Waiman Long wrote: > diff --git a/mm/slab_common.c b/mm/slab_common.c > index 23c7500eea7d..c08bc7eb20bd 100644 > --- a/mm/slab_common.c > +++ b/mm/slab_common.c > @@ -1707,17 +1707,17 @@ void *krealloc(const void *p, size_t new_size, gfp_t flags) > EXPORT_SYMBOL(krealloc); > > /** > - * kzfree - like kfree but zero memory
2019 Apr 10
0
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
BTW, does it have passive cooling? Bartosz śr., 10 kwi 2019 o 16:53 Bartosz <bartoszmail at gmail.com> napisał(a): > Thanks for help! > Are you happy with your Eaton Elipse ECO 1600? > Does it work well with ondelay? > I will need some UPS that supports the ondelay parameter. > Bartosz > > śr., 10 kwi 2019 o 13:06 Roger Price <roger at rogerprice.org> napisał(a):
2018 Dec 10
2
next/master boot bisection: Oops in nouveau driver on jetson-tk1
On 08/12/2018 00:08, Lyude Paul wrote: > uhhhhhhhhhhhhh > didn't we fix this weeks ago? with "drm/nouveau: tegra: Call > nouveau_drm_device_init()" Yes here's the fix from Thierry: https://patchwork.freedesktop.org/patch/263587/ and I can confirm that it does fix the Oops when applied on top of next-20181206 (what I used for the bisection last week):
2020 Aug 31
0
Icecast-dev Digest, Vol 158, Issue 1
"i have got a big problem with ssl cert for icecast2. I've got 3 files from provider. I've made one .pem file from this, but icecast can't read the certyficate." #1) Yep, throw that key away yesterday, and never share the private key with anyone. #2) You sure you concatenated the full cert chain PLUS the private key file in PEM format? I did just that and it works fine.
2003 Oct 24
1
IAX CALLS ONCE MORE
Hello, I updated CVS and nobody can call me any more with my IAX number 17007591228. I can only call other number but nobody can call me. This is what I get on debug when I call myself: -- Executing Dial("SIP/1011-7424", "IAX/bartosz:password@iaxtel.com/17007591228@iaxtel") in new stack -- Calling using options
2019 Apr 10
2
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
Thanks for help! Are you happy with your Eaton Elipse ECO 1600? Does it work well with ondelay? I will need some UPS that supports the ondelay parameter. Bartosz śr., 10 kwi 2019 o 13:06 Roger Price <roger at rogerprice.org> napisał(a): > On Wed, 10 Apr 2019, Bartosz wrote: > > > I don't see ups.delay.start anywhere. Here is the output of upsrw: > > > > upsrw
2020 May 26
0
[PATCH v2 2/2] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
> -----Original Message----- > From: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > Sent: Tuesday, May 26, 2020 11:20 AM > To: linux-crypto at vger.kernel.org > Cc: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > <longpeng2 at huawei.com>; LABBE Corentin <clabbe at baylibre.com>; Gonglei > (Arei) <arei.gonglei at huawei.com>;
2020 Nov 16
0
[RESEND 00/42] Rid W=1 warnings from GPU (non-Radeon)
This set contains fixes for some "wouldn't it be nice if" issues, however most of the patches seen here have been on the MLs, but were left unreviewed. Lee Jones (42): drm/amd/amdgpu/atombios_encoders: Remove set but unused variable 'backlight_level' drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate_state'
2018 Dec 08
0
next/master boot bisection: Oops in nouveau driver on jetson-tk1
uhhhhhhhhhhhhh didn't we fix this weeks ago? with "drm/nouveau: tegra: Call nouveau_drm_device_init()" On Fri, 2018-12-07 at 23:31 +0000, Guillaume Tucker wrote: > Please find below an automated bisection report for a kernel Oops > seen during the initialisation of the nouveau GPU driver on > jetson-tk1. > > > All the LAVA test jobs for this bisection can be
2017 Oct 10
0
ZFS with SSD ZIL vs XFS
Last time I've read about tiering in gluster, there wasn't any performance gain with VM workload and more over doesn't speed up writes... Il 10 ott 2017 9:27 PM, "Bartosz Zi?ba" <kontakt at avatat.pl> ha scritto: > Hi, > > Have you thought about using an SSD as a GlusterFS hot tiers? > > Regards, > Bartosz > > > On 10.10.2017 19:59, Gandalf
2006 Apr 24
0
HINTS with Polycom stops working after aster isk reload
Me too, with 3X Snom 360's in CAP positions. I just gave up in the end and cron'd a SIP REBOOT from my * box at strategic times. If your phone supports the REBOOT directive I'd just reboot your phone every day, 4 AM or what have you. -----Original Message----- From: Bartosz Jozwiak [mailto:bartek@cq-link.sr] Sent: Monday, April 24, 2006 12:35 PM To: Asterisk Users Mailing List -
2020 Jun 16
1
[PATCH v5 2/2] mm, treewide: Rename kzfree() to kfree_sensitive()
On Tue, 16 Jun 2020 11:43:11 -0400 Waiman Long <longman at redhat.com> wrote: > As said by Linus: > > A symmetric naming is only helpful if it implies symmetries in use. > Otherwise it's actively misleading. > > In "kzalloc()", the z is meaningful and an important part of what the > caller wants. > > In "kzfree()", the z is
2003 Oct 28
3
Cisco or Snom ???
What is better? Cisco 7960 or Snom 200 ?? Bartosz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031028/befeaa4d/attachment.htm
2003 Aug 20
2
ADTRAN TSU 600 VP24 FXO 24 Port Channel Bank
It is possible to connect ADTRAN TSU 600 VP24 FXO 24 Port Channel Bank to Asterisk ? Somebody offered me that hardware, but I do not know if thats good hardware for Asterisk. rgs, Bartosz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030820/4a9e4608/attachment.htm