linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL v2] Networking for v6.3-rc3
@ 2023-03-17 20:29 Jakub Kicinski
  2023-03-17 20:35 ` Linus Torvalds
  2023-03-17 21:51 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Jakub Kicinski @ 2023-03-17 20:29 UTC (permalink / raw)
  To: torvalds; +Cc: kuba, davem, netdev, linux-kernel, pabeni

Hi Linus!

Here we go again..

A little more changes than usual, but it's pretty normal for us
that the rc3/rc4 PRs are oversized as people start testing in
earnest. Possibly an extra boost from people deploying the 6.1 LTS
but that's more of an unscientific hunch.

The following changes since commit f5e305e63b035a1782a666a6535765f80bb2dca3:

  Merge branch 'bonding-fixes' (2023-03-17 07:56:41 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.3-rc3

for you to fetch changes up to f5e305e63b035a1782a666a6535765f80bb2dca3:

  Merge branch 'bonding-fixes' (2023-03-17 07:56:41 +0000)

----------------------------------------------------------------
Including fixes from netfilter, wifi and ipsec.

Current release - regressions:

 - phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()

 - virtio: vsock: don't use skbuff state to account credit

 - virtio: vsock: don't drop skbuff on copy failure

 - virtio_net: fix page_to_skb() miscalculating the memory size

Current release - new code bugs:

 - eth: correct xdp_features after device reconfig

 - wifi: nl80211: fix the puncturing bitmap policy

 - net/mlx5e: flower:
   - fix raw counter initialization
   - fix missing error code
   - fix cloned flow attribute

 - ipa:
   - fix some register validity checks
   - fix a surprising number of bad offsets
   - kill FILT_ROUT_CACHE_CFG IPA register

Previous releases - regressions:

 - tcp: fix bind() conflict check for dual-stack wildcard address

 - veth: fix use after free in XDP_REDIRECT when skb headroom is small

 - ipv4: fix incorrect table ID in IOCTL path

 - ipvlan: make skb->skb_iif track skb->dev for l3s mode

 - mptcp:
  - fix possible deadlock in subflow_error_report
  - fix UaFs when destroying unaccepted and listening sockets

 - dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290

Previous releases - always broken:

 - tcp: tcp_make_synack() can be called from process context,
   don't assume preemption is disabled when updating stats

 - netfilter: correct length for loading protocol registers

 - virtio_net: add checking sq is full inside xdp xmit

 - bonding: restore IFF_MASTER/SLAVE flags on bond enslave
   Ethertype change

 - phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit number

 - eth: i40e: fix crash during reboot when adapter is in recovery mode

 - eth: ice: avoid deadlock on rtnl lock when auxiliary device
   plug/unplug meets bonding

 - dsa: mt7530:
   - remove now incorrect comment regarding port 5
   - set PLL frequency and trgmii only when trgmii is used

 - eth: mtk_eth_soc: reset PCS state when changing interface types

Misc:

 - ynl: another license adjustment

 - move the TCA_EXT_WARN_MSG attribute for tc action

Signed-off-by: Jakub Kicinski <kuba@kernel.org>

----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL v2] Networking for v6.3-rc3
  2023-03-17 20:29 [PULL v2] Networking for v6.3-rc3 Jakub Kicinski
@ 2023-03-17 20:35 ` Linus Torvalds
  2023-03-17 21:16   ` Jakub Kicinski
  2023-03-17 21:51 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2023-03-17 20:35 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: davem, netdev, linux-kernel, pabeni

On Fri, Mar 17, 2023 at 1:29 PM Jakub Kicinski <kuba@kernel.org> wrote:
>
> Here we go again..

Well, this time you're missing the diffstat and shortlog....

Other than that it looks fine ;)

I've pulled it, because the diffstat I get is within the expected size
(ie "slightly bigger than the v1 diffstat that was missing some
stuff"), and the top commit matches what you claim it should be.

But a bit more care would have been appreciated.

              Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL v2] Networking for v6.3-rc3
  2023-03-17 20:35 ` Linus Torvalds
@ 2023-03-17 21:16   ` Jakub Kicinski
  0 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2023-03-17 21:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: davem, netdev, linux-kernel, pabeni

On Fri, 17 Mar 2023 13:35:59 -0700 Linus Torvalds wrote:
> > Here we go again..  
> 
> Well, this time you're missing the diffstat and shortlog....
> 
> Other than that it looks fine ;)
> 
> I've pulled it, because the diffstat I get is within the expected size
> (ie "slightly bigger than the v1 diffstat that was missing some
> stuff"), and the top commit matches what you claim it should be.
> 
> But a bit more care would have been appreciated.

Second time I do this, sorry. Scripting time..

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL v2] Networking for v6.3-rc3
  2023-03-17 20:29 [PULL v2] Networking for v6.3-rc3 Jakub Kicinski
  2023-03-17 20:35 ` Linus Torvalds
@ 2023-03-17 21:51 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-03-17 21:51 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: torvalds, kuba, davem, netdev, linux-kernel, pabeni

The pull request you sent on Fri, 17 Mar 2023 13:29:22 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.3-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/478a351ce0d69cef2d2bf2a686a09b356b63a66c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-17 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 20:29 [PULL v2] Networking for v6.3-rc3 Jakub Kicinski
2023-03-17 20:35 ` Linus Torvalds
2023-03-17 21:16   ` Jakub Kicinski
2023-03-17 21:51 ` pr-tracker-bot

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).