Skip to content
Snippets Groups Projects
  1. Apr 09, 2019
  2. Apr 07, 2019
  3. Apr 06, 2019
  4. Apr 05, 2019
  5. Apr 02, 2019
  6. Apr 01, 2019
  7. Mar 29, 2019
  8. Mar 28, 2019
  9. Mar 27, 2019
  10. Mar 25, 2019
    • Tejaswi Tanikella's avatar
      pppolac: pull udp header before sock enqueue · 497a93c0
      Tejaswi Tanikella authored
      
      pppolac driver incorrectly enqueues the packet into the sock queue
      without pulling UDP headers. The application will receive data along
      with UDP header when L2TP control packets are received.
      
      The issue was introduced after moving UDP header removal functionality
      from process rcvmesg context to BH context.
      
      Instead of pppolac driver directly queuing L2TP control packets into
      socket queue, return packet to udp_queue_rcv_skb, which will deliver the
      packet to the application after pulling the UDP header.
      
      Fixes: e6afc8ac ("udp: remove headers from UDP packets before queueing")
      
      Change-Id: Icfa0fd8da43ea9c14fa7c718746a6529651ac202
      Acked-by: default avatarSharath Chandra Vurukala <sharathv@qti.qualcomm.com>
      Signed-off-by: default avatarTejaswi Tanikella <tejaswit@codeaurora.org>
    • Shadab Naseem's avatar
      scripts: gcc-wrapper: Route the GCC errors to stderr · c11aa4e7
      Shadab Naseem authored
      
      The GCC wrapper writes any error message from GCC to stdout
      along with the messages from the wrapper itself. This is okay
      for most case, but when GCC is used with -print-xxx flags,
      the stdout output is supposed to be taken as input to some
      other build command, so putting error messages in there is
      pretty bad. Fix this by writing error messages to stderr.
      
      Change-Id: I4656033f11ba5212fdcc884cc588f8b9d2c23419
      Signed-off-by: default avatarShadab Naseem <snaseem@codeaurora.org>
      c11aa4e7
  11. Mar 23, 2019
  12. Mar 22, 2019
  13. Mar 21, 2019
  14. Mar 20, 2019
Loading