Re: [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature

2025-03-19 Thread Akihiko Odaki
On 2025/03/20 10:31, Jason Wang wrote: On Wed, Mar 19, 2025 at 1:29 PM Akihiko Odaki wrote: On 2025/03/19 9:58, Jason Wang wrote: On Tue, Mar 18, 2025 at 6:10 PM Akihiko Odaki wrote: On 2025/03/18 9:15, Jason Wang wrote: On Mon, Mar 17, 2025 at 3:07 PM Akihiko Odaki wrote: On 2025/03/1

Re: [PATCH 1/2] fs/proc/task_mmu: add guard region bit to pagemap

2025-03-19 Thread Andrei Vagin
On Mon, Feb 24, 2025 at 2:39 AM David Hildenbrand wrote: > > On 24.02.25 11:18, Lorenzo Stoakes wrote: > > On Mon, Feb 24, 2025 at 10:27:28AM +0100, David Hildenbrand wrote: > >> On 21.02.25 13:05, Lorenzo Stoakes wrote: > >>> Currently there is no means by which users can determine whether a give

Re: [PATCH 1/2] fs/proc/task_mmu: add guard region bit to pagemap

2025-03-19 Thread Lorenzo Stoakes
+cc Greg for stable question On Wed, Mar 19, 2025 at 11:22:40AM -0700, Andrei Vagin wrote: > On Mon, Feb 24, 2025 at 2:39 AM David Hildenbrand wrote: > > > > On 24.02.25 11:18, Lorenzo Stoakes wrote: [snip] > > >> > > >> Acked-by: David Hildenbrand > > > > > > Thanks! :) > > >> > > >> Something

Re: [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature

2025-03-19 Thread Jason Wang
On Wed, Mar 19, 2025 at 1:29 PM Akihiko Odaki wrote: > > On 2025/03/19 9:58, Jason Wang wrote: > > On Tue, Mar 18, 2025 at 6:10 PM Akihiko Odaki > > wrote: > >> > >> On 2025/03/18 9:15, Jason Wang wrote: > >>> On Mon, Mar 17, 2025 at 3:07 PM Akihiko Odaki > >>> wrote: > > On 2025/03/

Re: [PATCH 1/2] fs/proc/task_mmu: add guard region bit to pagemap

2025-03-19 Thread Greg Kroah-Hartman
On Wed, Mar 19, 2025 at 07:12:45PM +, Lorenzo Stoakes wrote: > +cc Greg for stable question > > On Wed, Mar 19, 2025 at 11:22:40AM -0700, Andrei Vagin wrote: > > On Mon, Feb 24, 2025 at 2:39 AM David Hildenbrand wrote: > > > > > > On 24.02.25 11:18, Lorenzo Stoakes wrote: > > [snip] > > > >>

Re: [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map

2025-03-19 Thread Patrick Roy
Hi David! On Wed, 2025-02-26 at 15:30 +, David Hildenbrand wrote: > On 26.02.25 16:14, Patrick Roy wrote: >> >> >> On Wed, 2025-02-26 at 09:08 +, David Hildenbrand wrote: >>> On 26.02.25 09:48, Patrick Roy wrote: On Tue, 2025-02-25 at 16:54 +, David Hildenbrand wrote:> O

Re: [PATCH net-next 5/6] selftests: netconsole: Add tests for 'release' feature in sysdata

2025-03-19 Thread Simon Horman
On Fri, Mar 14, 2025 at 10:58:49AM -0700, Breno Leitao wrote: > Expands the self-tests to include the 'release' feature in > sysdata. > > Verifies that enabling the 'release' feature appends the > correct data and ensures that disabling it functions as expected. > > When enabled, the message shou

Re: [PATCH net-next 1/6] netconsole: introduce 'release' as a new sysdata field

2025-03-19 Thread Simon Horman
On Fri, Mar 14, 2025 at 10:58:45AM -0700, Breno Leitao wrote: > This commit adds a new feature to the sysdata structure, allowing the > kernel release/version to be appended as part of sysdata. Additionally, > it updates the logic to count this new field as a used entry when > enabled. > > Signed-

Re: [PATCH net-next 6/6] docs: netconsole: document release feature

2025-03-19 Thread Simon Horman
On Fri, Mar 14, 2025 at 10:58:50AM -0700, Breno Leitao wrote: > Add documentation explaining the kernel release auto-population feature > in netconsole. > > This feature appends kernel version information to the userdata > dictionary in every message sent when enabled via the `release_enabled` > f

Re: [PATCH net-next 3/6] netconsole: add 'sysdata' suffix to related functions

2025-03-19 Thread Simon Horman
On Fri, Mar 14, 2025 at 10:58:47AM -0700, Breno Leitao wrote: > This commit appends a common "sysdata" suffix to functions responsible > for appending data to sysdata. > > This change enhances code clarity and prevents naming conflicts with > other "append" functions, particularly in anticipation

Re: [PATCH net-next 4/6] netconsole: append release to sysdata

2025-03-19 Thread Simon Horman
On Fri, Mar 14, 2025 at 10:58:48AM -0700, Breno Leitao wrote: > Append the init_utsname()->release to sysdata buffer before sending the > message in case the feature is set. > > Signed-off-by: Breno Leitao Reviewed-by: Simon Horman

Re: [PATCH net-next 2/6] netconsole: implement configfs for release_enabled

2025-03-19 Thread Simon Horman
On Fri, Mar 14, 2025 at 10:58:46AM -0700, Breno Leitao wrote: > Implement the configfs helpers to show and set release_enabled configfs > directories under userdata. > > When enabled, set the feature bit in netconsole_target->sysdata_fields. > > Signed-off-by: Breno Leitao Reviewed-by: Simon Ho