From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1eZ0tJ-0007Ld-AM for mharc-qemu-trivial@gnu.org; Tue, 09 Jan 2018 15:53:01 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZ0tG-0007JN-9C for qemu-trivial@nongnu.org; Tue, 09 Jan 2018 15:52:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZ0tF-0005qP-5S for qemu-trivial@nongnu.org; Tue, 09 Jan 2018 15:52:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38088) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eZ0tA-0005kq-Lx; Tue, 09 Jan 2018 15:52:52 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 72F50780F0; Tue, 9 Jan 2018 20:52:51 +0000 (UTC) Received: from [10.10.124.124] (ovpn-124-124.rdu2.redhat.com [10.10.124.124]) by smtp.corp.redhat.com (Postfix) with ESMTP id 79EDB620A5; Tue, 9 Jan 2018 20:52:50 +0000 (UTC) To: qemu-devel@nongnu.org References: <20171201232433.25193-1-eblake@redhat.com> Cc: qemu-trivial@nongnu.org, pbonzini@redhat.com, armbru@redhat.com From: Eric Blake Openpgp: url=http://people.redhat.com/eblake/eblake.gpg Organization: Red Hat, Inc. Message-ID: <3323b23f-ad82-fff5-26cb-bf4c9622c36d@redhat.com> Date: Tue, 9 Jan 2018 14:52:44 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171201232433.25193-1-eblake@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="64hBCI1K9HMN0RpgvyYCUsQLYjFTNpNSe" X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 09 Jan 2018 20:52:51 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v2 0/7] macro do/while (0) cleanup X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2018 20:52:59 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --64hBCI1K9HMN0RpgvyYCUsQLYjFTNpNSe Content-Type: multipart/mixed; boundary="XkEMyrBFhsUV7Es6BWl1qR8SaobuRJWFz"; protected-headers="v1" From: Eric Blake To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, pbonzini@redhat.com, armbru@redhat.com Message-ID: <3323b23f-ad82-fff5-26cb-bf4c9622c36d@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/7] macro do/while (0) cleanup References: <20171201232433.25193-1-eblake@redhat.com> In-Reply-To: <20171201232433.25193-1-eblake@redhat.com> --XkEMyrBFhsUV7Es6BWl1qR8SaobuRJWFz Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable ping On 12/01/2017 05:24 PM, Eric Blake wrote: > Noticed this by chance in the tests/ directory, so I broadened > it to a grep of the entire code base. I suspect^wKNOW many of > the bad macros were the victims of copy-and-paste from some > other bad location (particularly given how many bit-rotten > debug print macros were involved). >=20 > https://wiki.qemu.org/BiteSizedTasks#Bitrot_prevention is still > left for someone else, for another day. >=20 > In v2: > - add review tags > - audit that the maint patch has no semantic change (all callers > were indeed supplying ';' at the macro call-sites) > - improved commit messages > - more patches for some additional cleanups > - tighten the checkpatch rule to also flag 'while (false);' >=20 > Eric Blake (7): > net: Drop unusual use of do { } while (0); > mips: Tweak location of ';' in macros > chardev: Use goto/label instead of do/break/while(0) > chardev: Clean up previous patch indentation > tests: Avoid 'do/while(false);' in vhost-user-bridge > maint: Fix macros with broken 'do/while(0);' usage > checkpatch: Enforce proper do/while (0) style >=20 > tests/acpi-utils.h | 8 ++--- > ui/sdl_zoom_template.h | 8 ++--- > audio/paaudio.c | 4 +-- > chardev/char-serial.c | 75 ++++++++++++++++++++++++--------------= -------- > hw/adc/stm32f2xx_adc.c | 2 +- > hw/block/m25p80.c | 2 +- > hw/char/cadence_uart.c | 2 +- > hw/char/stm32f2xx_usart.c | 2 +- > hw/display/cg3.c | 2 +- > hw/display/dpcd.c | 2 +- > hw/display/xlnx_dp.c | 2 +- > hw/dma/pl330.c | 2 +- > hw/dma/xlnx-zynq-devcfg.c | 2 +- > hw/dma/xlnx_dpdma.c | 2 +- > hw/i2c/i2c-ddc.c | 2 +- > hw/misc/auxbus.c | 2 +- > hw/misc/macio/mac_dbdma.c | 4 +-- > hw/misc/mmio_interface.c | 2 +- > hw/misc/stm32f2xx_syscfg.c | 2 +- > hw/misc/zynq_slcr.c | 2 +- > hw/net/cadence_gem.c | 2 +- > hw/net/pcnet.c | 20 ++++++------- > hw/ssi/mss-spi.c | 2 +- > hw/ssi/stm32f2xx_spi.c | 2 +- > hw/ssi/xilinx_spi.c | 2 +- > hw/ssi/xilinx_spips.c | 2 +- > hw/timer/a9gtimer.c | 2 +- > hw/timer/cadence_ttc.c | 2 +- > hw/timer/mss-timer.c | 2 +- > hw/timer/stm32f2xx_timer.c | 2 +- > hw/tpm/tpm_passthrough.c | 2 +- > hw/tpm/tpm_tis.c | 2 +- > migration/rdma.c | 2 +- > target/arm/translate-a64.c | 2 +- > target/mips/msa_helper.c | 34 +++++++++++---------- > target/s390x/kvm.c | 2 +- > tests/tcg/test-mmap.c | 2 +- > tests/vhost-user-bridge.c | 6 ++-- > scripts/checkpatch.pl | 5 ++++ > 39 files changed, 119 insertions(+), 105 deletions(-) >=20 --=20 Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org --XkEMyrBFhsUV7Es6BWl1qR8SaobuRJWFz-- --64hBCI1K9HMN0RpgvyYCUsQLYjFTNpNSe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEzBAEBCAAdFiEEccLMIrHEYCkn0vOqp6FrSiUnQ2oFAlpVK5wACgkQp6FrSiUn Q2oi1QgAgHGfkA0BBrrr6tim11chBKKJmsfdwTfwW4ND6CB2w7kKzvnS/DsB2yy9 TdOA0T3VgTsSSDZYVoviAJF6AjoS0WxbH1PydAI7SD9gR4tBdXHvsQemjxz97/ZA J7yPIlGNegc7WKkx8Pdcf4N5UnhTz+y/dczpHRbXwPICzmw/GDuQHg1A6x2OFZrt r1/YvBFk5IomzZdYLoxLOzMcgSUMfCe9JivgrJwrflaB2/4LabxD1MJ6z1Eb1O+U b3z7k8KiJAI5nY0ghd3I8LKh7fmfGhXyUyAampmqY2ZP/8pgkdF01ZjcicR4jBev MxtUHvdidedpaFTyFdJqyqnW2pPT8g== =6uQH -----END PGP SIGNATURE----- --64hBCI1K9HMN0RpgvyYCUsQLYjFTNpNSe--