public inbox for gwml@vger.gnuweeb.org
 help / color / mirror / Atom feed
From: Ammar Faizi <ammarfaizi2@gnuweeb.org>
To: Ahmad Gani <reyuki@gnuweeb.org>
Cc: Alviro Iskandar Setiawan <alviro.iskandar@gnuweeb.org>,
	GNU/Weeb Mailing List <gwml@vger.gnuweeb.org>
Subject: Re: [PATCH gwproxy v3 6/9] dnsparser: Fix serialize_answ function
Date: Tue, 5 Aug 2025 22:04:48 +0900	[thread overview]
Message-ID: <aJIBcGAdtXGLsABo@biznet-home.integral.gnuweeb.org> (raw)
In-Reply-To: <CAADvAgo2zg8P79EZHuFqc0zmTt_Y2s+6kKWMq_p13w71rdV-xA@mail.gmail.com>

On Tue, Aug 05, 2025 at 07:47:38PM +0700, Ahmad Gani wrote:
> By the way, I have another question. If a patch appears to be bug-free and
> gets applied but later turns out to have a bug, will the fix be included in
> the problematic commit found by git bisect or added as a new commit that
> refers to the original one? I assume the latter makes more sense, since
> it preserves the commit history for other contributors.

If the patch has been applied, it's already set in stone and should not
be rebased because someone else might have pulled it (which will break
the hash chain in the git history, just like a blockchain, it's
immutable once it's distributed all over the world).

The fix should be submitted as a new patch with a Fixes tag with at
least the first 12 chars of the first SHA1 commit hash and followed by
its full subject line.

For example:
https://patchwork.kernel.org/project/netdevbpf/patch/20250801190310.58443-1-ammarfaizi2@gnuweeb.org/

-- 
Ammar Faizi


  reply	other threads:[~2025-08-05 13:04 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-05  6:49 [PATCH gwproxy v3 0/9] Initial work for DNS lookup implementation Ahmad Gani
2025-08-05  6:49 ` [PATCH gwproxy v3 1/9] dnslookup: Split common functionality and struct into net.h and net.c Ahmad Gani
2025-08-05  9:26   ` Ammar Faizi
2025-08-05  6:49 ` [PATCH gwproxy v3 2/9] dnslookup: Add a new parameter, default_port Ahmad Gani
2025-08-05  9:26   ` Ammar Faizi
2025-08-05 10:15     ` reyuki
2025-08-05 10:26       ` Ammar Faizi
2025-08-05 10:43         ` Ahmad Gani
2025-08-05 10:46           ` Ammar Faizi
2025-08-05 12:45             ` Ahmad Gani
2025-08-05  6:49 ` [PATCH gwproxy v3 3/9] dnslookup: Allow only port string number Ahmad Gani
2025-08-05  6:49 ` [PATCH gwproxy v3 4/9] dnslookup: Initial work for implementation of C-ares-like getaddrinfo function Ahmad Gani
2025-08-05  6:49 ` [PATCH gwproxy v3 5/9] dnsparser: Update unit test of dns parser Ahmad Gani
2025-08-05  9:27   ` Ammar Faizi
2025-08-05  6:49 ` [PATCH gwproxy v3 6/9] dnsparser: Fix serialize_answ function Ahmad Gani
2025-08-05  9:26   ` Ammar Faizi
2025-08-05 12:47     ` Ahmad Gani
2025-08-05 13:04       ` Ammar Faizi [this message]
2025-08-05 13:12         ` Ahmad Gani
2025-08-05 13:51         ` Ahmad Gani
2025-08-05 14:02           ` Ammar Faizi
2025-08-05  6:49 ` [PATCH gwproxy v3 7/9] dnsparser: Transaction id creation is delegated to caller Ahmad Gani
2025-08-05  6:49 ` [PATCH gwproxy v3 8/9] dnslookup: Make gw_ares_getaddrinfo asynchronous Ahmad Gani
2025-08-05  6:49 ` [PATCH gwproxy v3 9/9] dnslookup: code style changes Ahmad Gani
2025-08-05  9:26   ` Ammar Faizi
2025-08-05 13:22 ` [PATCH gwproxy v3 0/9] Initial work for DNS lookup implementation Ammar Faizi
2025-08-05 13:28   ` Ahmad Gani

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=aJIBcGAdtXGLsABo@biznet-home.integral.gnuweeb.org \
    --to=ammarfaizi2@gnuweeb.org \
    --cc=alviro.iskandar@gnuweeb.org \
    --cc=gwml@vger.gnuweeb.org \
    --cc=reyuki@gnuweeb.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