public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* Request for reviews for 4.4-st46, 4.4-cip81
@ 2023-11-07  3:38 Ulrich Hecht
  2023-11-08 11:44 ` Pavel Machek
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Hecht @ 2023-11-07  3:38 UTC (permalink / raw)
  To: pavel@denx.de, cip-dev@lists.cip-project.org,
	nobuhiro1.iwamatsu@toshiba.co.jp

Hi!

Here are the manual backports for the upcoming 4.4-st46 and 4.4-cip81 releases that should be reviewed and that can currently be found in
https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.4.y-st-rc

As always, most only required small context adjustments:

** m-| 96b58b9b3 4ff3ba .+ | powerpc/perf/hv-24x7: Update domain value check
** m-| e0eebcced 737dd8 o+ | ata: libahci: clear pending interrupt status
** m-| ee5732caa cce7fc o+ | serial: 8250_port: Check IRQ data before use
** m-| fb1084e63 7ee29f o+ | nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
** m-| b40f31d74 391478 o+ | i2c: i801: unregister tco_pdev in i801_probe() error path
** m-| 18e301e10 d7f393  + | IB/mlx4: Fix the size of a buffer in add_port_entries()
** m-| 923b555ec 30188b o  | Revert "rtnetlink: Reject negative ifindexes in RTM_NEWLINK"
** m-| a24ba12f4 8fb8a8  + | RDMA/cxgb4: Check skb value for failure to allocate
** m-| ae40f2c3f 92d4ab o  | Bluetooth: vhci: Fix race when opening vhci device
** m-| f8d49412e a16eb2 o+ | KVM: x86: Mask LVTPC when handling a PMI
** m-| 56ff7abff 9e8bc2 .  | gpio: timberdale: Fix potential deadlock on &tgpio->lock
** m-| d9ce7d438 dcda16 o  | Bluetooth: hci_core: Fix build warnings

Slightly more involved:

** mo| f510d8ec0 b547b5 .+ | gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()
** mo| ca0c4cc1d dac501 o  | HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect
** mo| 209971d45 7b5add o+ | ixgbe: fix crash with empty VF macvlan list
** m+| 5bdf93a2f 427694 o+ | usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
** m+| 555e15e93 32671e o+ | perf: Disallow mis-matched inherited group reads

There are also a bunch of reverts fixing build failures in non-CIP configurations:

98c3c9673dfd9 Revert "usb: gadget: f_ncm: Add OS descriptor support"
607a9ba7667d2 Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()"
a14a49dfa9693 Revert "x86/APM: drop the duplicate APM_MINOR_DEV macro"
c0cb2cd552d1e Revert "IB/hfi1: Fix possible panic during hotplug remove"
23b3e2863a88a Revert "neighbour: Remove unused inline function neigh_key_eq16()"

Thanks for having a look.

CU
Uli


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

* Re: Request for reviews for 4.4-st46, 4.4-cip81
  2023-11-07  3:38 Request for reviews for 4.4-st46, 4.4-cip81 Ulrich Hecht
@ 2023-11-08 11:44 ` Pavel Machek
  0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2023-11-08 11:44 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: pavel@denx.de, cip-dev@lists.cip-project.org,
	nobuhiro1.iwamatsu@toshiba.co.jp

[-- Attachment #1: Type: text/plain, Size: 2750 bytes --]

Hi!

> Here are the manual backports for the upcoming 4.4-st46 and 4.4-cip81 releases that should be reviewed and that can currently be found in
> https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.4.y-st-rc
> 
> As always, most only required small context adjustments:

a ** m-| 96b58b9b3 4ff3ba .+ | powerpc/perf/hv-24x7: Update domain value check
a just a robustness ** m-| e0eebcced 737dd8 o+ | ata: libahci: clear pending interrupt status
a ** m-| ee5732caa cce7fc o+ | serial: 8250_port: Check IRQ data before use
a ** m-| fb1084e63 7ee29f o+ | nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
a ** m-| b40f31d74 391478 o+ | i2c: i801: unregister tco_pdev in i801_probe() error path
a ** m-| 18e301e10 d7f393  + | IB/mlx4: Fix the size of a buffer in add_port_entries()
a ** m-| 923b555ec 30188b o  | Revert "rtnetlink: Reject negative ifindexes in RTM_NEWLINK"
a ** m-| a24ba12f4 8fb8a8  + | RDMA/cxgb4: Check skb value for failure to allocate
a ** m-| ae40f2c3f 92d4ab o  | Bluetooth: vhci: Fix race when opening vhci device
a -- missing sign-off ** m-| f8d49412e a16eb2 o+ | KVM: x86: Mask LVTPC when handling a PMI
a ** m-| 56ff7abff 9e8bc2 .  | gpio: timberdale: Fix potential deadlock on &tgpio->lock
a ** m-| d9ce7d438 dcda16 o  | Bluetooth: hci_core: Fix build warnings

These looks ok to me. Minor note is that KVM one should probably be
signed-off by you.

> Slightly more involved:

a ** mo| f510d8ec0 b547b5 .+ | gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()
a ** mo| ca0c4cc1d dac501 o  | HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect
a ** mo| 209971d45 7b5add o+ | ixgbe: fix crash with empty VF macvlan list
a ** m+| 5bdf93a2f 427694 o+ | usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
a ** m+| 555e15e93 32671e o+ | perf: Disallow mis-matched inherited group reads

These look ok to me, too.

> There are also a bunch of reverts fixing build failures in non-CIP configurations:

a 98c3c9673dfd9 Revert "usb: gadget: f_ncm: Add OS descriptor support"
a 607a9ba7667d2 Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()"
a a14a49dfa9693 Revert "x86/APM: drop the duplicate APM_MINOR_DEV macro"
a c0cb2cd552d1e Revert "IB/hfi1: Fix possible panic during hotplug remove"
a 23b3e2863a88a Revert "neighbour: Remove unused inline function neigh_key_eq16()"
> 
> Thanks for having a look.

These look ok to me.

I also see Revert "pinctrl: amd: Use amd_pinconf_set() for all config options"

Best regards,
								Pavel

-- 
DENX Software Engineering GmbH,        Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

end of thread, other threads:[~2023-11-08 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-07  3:38 Request for reviews for 4.4-st46, 4.4-cip81 Ulrich Hecht
2023-11-08 11:44 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox