similar to: [PATCH v2 1/8] mm: slab: provide krealloc_array()

Displaying 20 results from an estimated 1000 matches similar to: "[PATCH v2 1/8] mm: slab: provide krealloc_array()"

2020 Nov 03
0
[PATCH v2 0/8] slab: provide and use krealloc_array()
On Mon, 2020-11-02 at 16:20 +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bgolaszewski at baylibre.com> > > Andy brought to my attention the fact that users allocating an array of > equally sized elements should check if the size multiplication doesn't > overflow. This is why we have helpers like kmalloc_array(). > > However we don't have
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,
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
2006 Jun 05
2
Simple Rake question
Newbie question but here goes: Isn''t rake supposed to automatically search the lib/tasks subdirectory for Rake files/tasks? I have a task called "do_this.rake" in file foo.rake in lib/tasks/rails - how do I invoke it from the command line in the root directory of my Rails application? Presuming I have a file called "Rakefile" in the root directory of my Rails
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
2012 Oct 18
3
[LLVMdev] SimplifyCFG vs loops
On 10/18/2012 01:26 PM, David Blaikie wrote: > On Thu, Oct 18, 2012 at 10:12 AM, Andrew Clinton<andrew at sidefx.com> wrote: >> I actually submitted a patch to fix this very problem quite a while back, >> but I don't think it was ever added to the baseline: >> >> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110711/124136.html >> >>
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):
2012 Nov 20
0
[LLVMdev] SimplifyCFG vs loops
What was the resolution to this issue? Was the patch accepted? I am also running into an issue with this. Basically, I have a fairly simple loop with control flow, and the loopSimplify pass is turning it into a nested loop in order to remove multiple backedges. This is making the loop more complicated, not simple, and is causing our backend to miss performance opportunities. In particular, I
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
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
2006 Apr 24
2
HINTS with Polycom stops working after asterisk reload
Dear Users, Recently I have started using HINT option in Asterisk 1.2.4 with my Polycom 500 phone. What I have notice that for a day or two everything is working great but then HINTs stop working on my Polycom phone. It also happens when I reload asterisk from console. I do sip debug and I do not see anymore asterisk sending NOTIFY messages about my watched extension. To make it work again I