* Fw: [PATCH] netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets
@ 2025-03-27 3:04 mowenroot
2025-03-28 15:50 ` Paul Moore
0 siblings, 1 reply; 2+ messages in thread
From: mowenroot @ 2025-03-27 3:04 UTC (permalink / raw)
To: Paul Moore, Jakub Kicinski, netdev; +Cc: linux-kernel, Bitao Ouyang
On Thu, Mar 27, 2025 at 3:38 AM Paul Moore paul@paul-moore.com wrote:
> For all three function, I'd probably add a single blank line between the local variable declarations and the code below for the sake of readability. I'd probably also drop the comment as the code seems reasonably obvious (inet6_sk() can return NULL, we can't do anything with a NULL ptr so bail), but neither are reasons for not applying this patch, if anything they can be fixed up during the merge assuming the patch author agrees.
>
> Anyway, this looks good to me, Jakub and/or other netdev folks, we should get this marked for stable and sent up to Linus, do you want to do that or should I?
Thank you for your acknowledgment and suggestions! Your insights have been very helpful to us.
We fully agree with your suggestions regarding code formatting and comment adjustments. Since you are more familiar with the code, we would appreciate it if you could help handle these modifications and complete the merge. If you are willing to do so, we would be very grateful!
Previously, the email failed to be delivered to netdev@vger.kernel.org and linux-kernel@vger.kernel.org due to formatting issues. We sincerely apologize for any inconvenience this may have caused.
Thank you again for your guidance and support. We are delighted to learn from you!
Thanks again.
Debin Zhu & Bitao Ouyang
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Fw: [PATCH] netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets
2025-03-27 3:04 Fw: [PATCH] netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets mowenroot
@ 2025-03-28 15:50 ` Paul Moore
0 siblings, 0 replies; 2+ messages in thread
From: Paul Moore @ 2025-03-28 15:50 UTC (permalink / raw)
To: mowenroot@163.com; +Cc: Jakub Kicinski, netdev, linux-kernel, Bitao Ouyang
On Wed, Mar 26, 2025 at 11:05 PM mowenroot@163.com <mowenroot@163.com> wrote:
> On Thu, Mar 27, 2025 at 3:38 AM Paul Moore paul@paul-moore.com wrote:
>
> > For all three function, I'd probably add a single blank line between the local variable declarations and the code below for the sake of readability. I'd probably also drop the comment as the code seems reasonably obvious (inet6_sk() can return NULL, we can't do anything with a NULL ptr so bail), but neither are reasons for not applying this patch, if anything they can be fixed up during the merge assuming the patch author agrees.
> >
> > Anyway, this looks good to me, Jakub and/or other netdev folks, we should get this marked for stable and sent up to Linus, do you want to do that or should I?
>
> Thank you for your acknowledgment and suggestions! Your insights have been very helpful to us.
>
> We fully agree with your suggestions regarding code formatting and comment adjustments. Since you are more familiar with the code, we would appreciate it if you could help handle these modifications and complete the merge. If you are willing to do so, we would be very grateful!
>
> Previously, the email failed to be delivered to netdev@vger.kernel.org and linux-kernel@vger.kernel.org due to formatting issues. We sincerely apologize for any inconvenience this may have caused.
Most (all?) of the Linux kernel mailing lists have requirements around
only sending plaintext email, no HTML, no MIME, etc.; I believe that
was the issue with some of your email to the lists.
The Linux kernel documentation does have some guidance on configuring
popular email clients as well as submitting patches, you can browse
the documentation online (relevant links below).
https://docs.kernel.org/process/submitting-patches.html
https://docs.kernel.org/process/email-clients.html
> Thank you again for your guidance and support. We are delighted to learn from you!
Thanks for the problem report and your help with finding and testing a
solution :)
--
paul-moore.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-28 15:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-27 3:04 Fw: [PATCH] netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets mowenroot
2025-03-28 15:50 ` Paul Moore
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).