Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

P33M
Copy link
Contributor

@P33M P33M commented Aug 2, 2013

Fixes a regression introduced with eb1b482. Kmalloc called from
dwc_otg_hcd_qtd_add / dwc_otg_hcd_qtd_create did not always have
the GPF_ATOMIC flag set. Force this flag when inside the larger
critical section.

Fixes a regression introduced with eb1b482. Kmalloc called from
dwc_otg_hcd_qtd_add / dwc_otg_hcd_qtd_create did not always have
the GPF_ATOMIC flag set. Force this flag when inside the larger
critical section.
P33M added a commit that referenced this pull request Aug 2, 2013
dwc_otg: fix potential sleep while atomic during urb enqueue
@P33M P33M merged commit 833f700 into raspberrypi:rpi-3.6.y Aug 2, 2013
chinasaur pushed a commit to chinasaur/firmware that referenced this pull request Aug 3, 2014
See: raspberrypi/linux#347

firmware: vdec3: Fix for bug in DBP which can crash GPU when playing corrrupt h264 file
GoogleCodeExporter pushed a commit to MitsuhaMiyamizu/raspberrypi-openwrt.firmware that referenced this pull request Mar 21, 2015
Author: Dom Cobley <[email protected]>
Date:   Fri Aug 2 12:26:00 2013 +0100

    linux: dwc_otg: fix potential sleep while atomic during urb enqueue
		See: raspberrypi/linux#347

		firmware: vdec3: Fix for bug in DBP which can crash GPU when playing corrrupt h264 file
neuschaefer pushed a commit to neuschaefer/raspi-binary-firmware that referenced this pull request Feb 27, 2017
See: raspberrypi/linux#347

firmware: vdec3: Fix for bug in DBP which can crash GPU when playing corrrupt h264 file
popcornmix pushed a commit that referenced this pull request Jun 3, 2024
Add a test case to assert that the skb->pkt_type which was set from the BPF
program is retained from the netkit xmit side to the peer's device at tcx
ingress location.

  # ./vmtest.sh -- ./test_progs -t netkit
  [...]
  ./test_progs -t netkit
  [    1.140780] bpf_testmod: loading out-of-tree module taints kernel.
  [    1.141127] bpf_testmod: module verification failed: signature and/or required key missing - tainting kernel
  [    1.284601] tsc: Refined TSC clocksource calibration: 3408.006 MHz
  [    1.286672] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd9b189d, max_idle_ns: 440795225691 ns
  [    1.290384] clocksource: Switched to clocksource tsc
  #345     tc_netkit_basic:OK
  #346     tc_netkit_device:OK
  #347     tc_netkit_multi_links:OK
  #348     tc_netkit_multi_opts:OK
  #349     tc_netkit_neigh_links:OK
  #350     tc_netkit_pkt_type:OK
  Summary: 6/0 PASSED, 0 SKIPPED, 0 FAILED

Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant