From: Phil Sutter <phil@nwl.cc>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: Arturo Borrero Gonzalez <arturo@debian.org>,
Jeremy Sowden <jeremy@azazel.net>,
netfilter-devel@vger.kernel.org, fw@strlen.de
Subject: Re: [RFC] nftables 1.0.6 -stable backports
Date: Thu, 19 Oct 2023 17:23:15 +0200 [thread overview]
Message-ID: <ZTFJ4yXd7nZxjAJz@orbyte.nwl.cc> (raw)
In-Reply-To: <ZTE8xaZfFJoQRhjY@calendula>
[-- Attachment #1: Type: text/plain, Size: 3596 bytes --]
Hi Pablo,
On Thu, Oct 19, 2023 at 04:27:17PM +0200, Pablo Neira Ayuso wrote:
> On Wed, Oct 11, 2023 at 05:49:09PM +0200, Pablo Neira Ayuso wrote:
> > On Wed, Oct 11, 2023 at 05:25:59PM +0200, Phil Sutter wrote:
> > > On Wed, Oct 11, 2023 at 10:01:15AM +0200, Pablo Neira Ayuso wrote:
> > > > For the record, I have pushed out this 1.0.6.y branch:
> > > >
> > > > http://git.netfilter.org/nftables/log/?h=1.0.6.y
> > >
> > > I have this shell script collecting potential backports based on Fixes:
> > > tags. It identified 34 additional backports for v1.0.6 tag (hashes are
> > > meaningless):
> > >
> > > e5b4169ee25ab json: expose dynamic flag
> >
> > These are local commit IDs? Would it be possible to list with upstream
> > commit IDs for easier review?
> >
> > > 0a7e53f2e0913 parser_json: Default meter size to zero
> > > 522e207b0a836 parser_json: Catch nonsense ops in match statement
> > > 725b096b99e56 parser_json: Wrong check in json_parse_ct_timeout_policy()
> > > 91401c4115b51 parser_json: Fix synproxy object mss/wscale parsing
> > > 7aee3e7754b22 parser_json: Fix limit object burst value parsing
> > > 60504c1817c42 parser_json: Fix flowtable prio value parsing
> > > 3b2f35cee7e1c parser_json: Proper ct expectation attribute parsing
> > > d804aa93a5988 parser_json: Fix typo in json_parse_cmd_add_object()
> > > 7e4eb93535418 parser_json: Catch wrong "reset" payload
> >
> > I can see json fixes, these should be good too.
> >
> > > ed0c72352193e netlink: handle invalid etype in set_make_key()
> > > 733470961f792 datatype: initialize TYPE_CT_EVENTBIT slot in datatype array
> > > 6e674db5d2990 datatype: initialize TYPE_CT_LABEL slot in datatype array
> > > f8ccde9188013 datatype: fix leak and cleanup reference counting for struct datatype
> > > 4b46a3fa44813 include: drop "format" attribute from nft_gmp_print()
> > > 930756f09a750 evaluate: fix check for truncation in stmt_evaluate_log_prefix()
> > > 987ae8d4b20de tests: monitor: Fix for wrong ordering in expected JSON output
> > > ad6cfbace2d2d tests: monitor: Fix for wrong syntax in set-interval.t
> > > b83bd8b441e41 tests: monitor: Fix monitor JSON output for insert command
> > > 0f8798917093a evaluate: Drop dead code from expr_evaluate_mapping()
> > > 2f2320a434300 tests: shell: Stabilize sets/0043concatenated_ranges_0 test
> > > fa841d99b3795 tests: fix inet nat prio tests
> > > 5604dd5b1f365 cache: include set elements in "nft set list"
> > > 8d1f462e157bc evaluate: set NFT_SET_EVAL flag if dynamic set already exists
> > > d572772659392 tests: shell: Fix for unstable sets/0043concatenated_ranges_0
> > > 4e4f7fd8334aa xt: Fix translation error path
> > > ca2fbde1ceeeb evaluate: insert byte-order conversions for expressions between 9 and 15 bits
> > > c0e5aba1bc963 xt: Fix fallback printing for extensions matching keywords
> > > 62a416b9eac19 tests: shell: cover rule insertion by index
> > > 0e5ea5fae26a3 evaluate: print error on missing family in nat statement
> > > cf35149fd378a netlink_delinearize: Sanitize concat data element decoding
> > > 1fb4c25073ed6 mnl: dump_nf_hooks() leaks memory in error path
> > > 2f14b059afd88 meta: parse_iso_date() returns boolean
> > > 99d6c23b32160 netlink: Fix for potential NULL-pointer deref
>
> Would you send me your script?
Kindly find attached my collect_backports.sh. I keep it in an unused
sub-directory (~/git/nftables/stable_tooling), but it's not necessary.
It creates $(dirname $0)/backports directory containing a list of
potential backports for each tag in the range defined by the variables
in the script's header.
Cheers, Phil
[-- Attachment #2: collect_backports.sh --]
[-- Type: application/x-sh, Size: 2718 bytes --]
next prev parent reply other threads:[~2023-10-19 15:23 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-09 10:44 [RFC] nftables 1.0.6 -stable backports Pablo Neira Ayuso
2023-10-09 10:50 ` Florian Westphal
2023-10-09 11:05 ` Arturo Borrero Gonzalez
2023-10-09 11:15 ` Florian Westphal
2023-10-09 11:41 ` Pablo Neira Ayuso
2023-10-10 8:39 ` Phil Sutter
2023-10-10 10:37 ` Pablo Neira Ayuso
2023-10-10 13:30 ` Phil Sutter
2023-10-10 11:53 ` Jan Engelhardt
2023-10-10 15:24 ` Arturo Borrero Gonzalez
2023-10-09 11:44 ` Jeremy Sowden
2023-10-09 11:36 ` [RFC] nftables 0.9.8 " Pablo Neira Ayuso
2023-10-09 11:50 ` Jeremy Sowden
2023-10-10 8:54 ` Pablo Neira Ayuso
2023-10-10 20:08 ` Jeremy Sowden
2023-10-10 22:21 ` Pablo Neira Ayuso
2023-10-11 9:46 ` Jeremy Sowden
2023-10-11 10:01 ` Pablo Neira Ayuso
2024-02-17 20:11 ` Jeremy Sowden
2024-02-18 13:56 ` Jeremy Sowden
2023-10-11 8:01 ` [RFC] nftables 1.0.6 " Pablo Neira Ayuso
2023-10-11 15:25 ` Phil Sutter
2023-10-11 15:49 ` Pablo Neira Ayuso
2023-10-19 14:27 ` Pablo Neira Ayuso
2023-10-19 15:23 ` Phil Sutter [this message]
2023-11-02 11:34 ` Pablo Neira Ayuso
2023-11-02 12:27 ` Phil Sutter
2023-11-02 21:23 ` Pablo Neira Ayuso
2023-11-03 9:59 ` Phil Sutter
2023-11-03 10:44 ` Phil Sutter
2023-11-03 10:49 ` Pablo Neira Ayuso
2023-11-03 10:56 ` Phil Sutter
2023-11-03 11:29 ` Pablo Neira Ayuso
2023-11-03 12:11 ` Pablo Neira Ayuso
2023-11-03 15:02 ` Phil Sutter
2023-11-03 15:15 ` Pablo Neira Ayuso
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=ZTFJ4yXd7nZxjAJz@orbyte.nwl.cc \
--to=phil@nwl.cc \
--cc=arturo@debian.org \
--cc=fw@strlen.de \
--cc=jeremy@azazel.net \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.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;
as well as URLs for NNTP newsgroup(s).