{"id":3464,"url":"https://patchwork.libcamera.org/api/1.1/covers/3464/?format=json","web_url":"https://patchwork.libcamera.org/cover/3464/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20200415054503.13108-1-email@uajain.com>","date":"2020-04-15T05:45:14","name":"[libcamera-devel,v2,0/2] More coverity scan fixes","submitter":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/people/1/?format=json","name":"Umang Jain","email":"email@uajain.com"},"mbox":"https://patchwork.libcamera.org/cover/3464/mbox/","series":[{"id":810,"url":"https://patchwork.libcamera.org/api/1.1/series/810/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=810","date":"2020-04-15T05:45:14","name":"More coverity scan fixes","version":2,"mbox":"https://patchwork.libcamera.org/series/810/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/3464/comments/","headers":{"Return-Path":"<bounces+15657259-5c31-libcamera-devel=lists.libcamera.org@em7280.uajain.com>","Received":["from o1.f.az.sendgrid.net (o1.f.az.sendgrid.net [208.117.55.132])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 4AE8D60401\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 15 Apr 2020 07:45:16 +0200 (CEST)","by filter0081p3las1.sendgrid.net with SMTP id\n\tfilter0081p3las1-23682-5E969F6A-4E\n\t2020-04-15 05:45:14.391867827 +0000 UTC m=+1152855.443148027","from mail.uajain.com (unknown)\n\tby ismtpd0005p1maa1.sendgrid.net (SG) with ESMTP\n\tid UQtvfn9QR62VfqVBcwbohg Wed, 15 Apr 2020 05:45:14.054 +0000 (UTC)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=uajain.com\n\theader.i=@uajain.com header.b=\"guL37pCe\"; \n\tdkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=uajain.com;\n\th=from:subject:mime-version:to:cc:content-transfer-encoding:\n\tcontent-type;\n\ts=s1; bh=7nFOFD3gKkny8O82ZXCZTUNKphbeN+h5RCqxzeTZiwU=;\n\tb=guL37pCehxihHpr7MtRrinNQavZk17t0PISYTHLg0qjmOHPDQoTxBef17wv5Y42VuU/Z\n\tC02wAAMfmKqspNhiJY9tER2Jw3NkfbFM7DhcVnZSAiieguZkD1d+jB1rf7rrTlKg7y3iU3\n\ts9grD5E8EqGtPGfIhDkfLJt3Wm0dH4hFg=","From":"Umang Jain <email@uajain.com>","Date":"Wed, 15 Apr 2020 05:45:14 +0000 (UTC)","Message-Id":"<20200415054503.13108-1-email@uajain.com>","Mime-Version":"1.0","X-SG-EID":"1Q40EQ7YGir8a9gjSIAdTjhngY657NMk9ckeo4dbHZDiOpywc/L3L9rFqlwE4KPclq38gSC/txiORZpK15NbTtgrjKPpgjhEIFfqCF2YDw+O4wkLE7n1GCntQM+cuvDeYR4a7ZgLzgPg833xXDLGNP9YbVU47RkYCDw2TWbZygj89egFxBrd2y1kua/NkD6Ip3giPjC1Sc/i6sXa7wK5Llt1xXHohSDQ0mIPOApii0vmLX3bx8BjyfNDB4ZaHhQ5","To":"libcamera-devel@lists.libcamera.org","Content-Transfer-Encoding":"7bit","Content-Type":"text/plain; charset=us-ascii","Subject":"[libcamera-devel] [PATCH v2 0/2] More coverity scan fixes","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Wed, 15 Apr 2020 05:45:16 -0000"},"content":"Hi all,\n\nSecond interation of the following patches.\n\nChangelog:\n* libcamera: camera: Return -EINVAL if any stream is null while configure()\n   - Return, instead of excluding a stream in Camera::configure(). Empty\n     the activeStreams_ on error path too. I did not find any other\n     cleanups needed to be done and the camera state is still unchanged.\n\n* test: v4l2_videodevice: buffer_cache: Fail the test if no hot-buffer is obtained\n   - Tweak the commit message.\n\n\nUmang Jain (2):\n  libcamera: camera: Return -EINVAL if any stream is null while\n    configure()\n  test: v4l2_videodevice: buffer_cache: Fail the test if no hot-buffer\n    is obtained\n\n src/libcamera/camera.cpp               | 5 ++++-\n test/v4l2_videodevice/buffer_cache.cpp | 5 +++++\n 2 files changed, 9 insertions(+), 1 deletion(-)"}